/*  

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  

*/





/* # 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: #fff;

	color: #000;

	font-family: Lato;

	font-size: 12px;

	font-weight: 400;

	letter-spacing: 1px;

	line-height: 2;

	text-rendering: optimizeLegibility;

        text-align: justify;

        text-justify: newspaper

}



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: 400;

        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', 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: 12px;

        font-weight: 400;

        letter-spacing: 2px;

        margin-bottom: 20px;

        text-transform: uppercase;

        padding: 10px;

        line-height: 1;

        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;

       letter-spacing: 1.5px;

       margin-bottom: 20px;  

}



h6 {

       font-family: 'Playfair Display', serif;

       color: #000;

       text-transform: uppercase;

       text-align: center;

       font-size: 20px;

       font-weight: 700;

       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', 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: 400;

        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;

       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;

}



.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: 'Playfair Display', serif;

	background-color: #fff;

	border: 1px solid #9E9E9E;

	color: #000;

	font-size: 10px;

	font-weight: 400;

        letter-spacing: 2px;

	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;

	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%;

}



.site-inner,

.wrap {

	clear: both;

	margin: 0 auto;

	max-width: 95%;

}



.site-inner {

	background-color: #fff;

	clear: both;

	margin-top: 130px; 

}



/* ## 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%;

}



.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;

	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;

	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;

	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: uppercase;

        color: #000;

        font-size: 14px;

        letter-spacing: 2px;

        font-weight: 400;

}



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: 'Playfair Display', serif;

	font-size: 11px;

	font-weight: 400;

	letter-spacing: 2px;

        margin-bottom: 20px;

	text-transform: uppercase;

        text-decoration: none;

        line-height: 1;

}



.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: #fff;

        color: #000;

	font-family: Lato;

	font-size: 11px;

	font-weight: 400;

	letter-spacing: 2px;

        margin-bottom: 20px;

	text-transform: uppercase;

        line-height: 1;

}



.footer-widgets .widget-title {

	color: #000;

}



/* ## 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;

}



#mimi-form-4.widget.mimi-form {      

	padding: 20px;

        border: 1px solid #9E9E9E;

        margin-bottom: 40px;

        margin-top: 30px;

        background-image: url(images/slimdown-week-ipad-spotebi.png);

        background-repeat: no-repeat;

        background-size: 20%;

        background-position: 5% 20%;

}



#mimi-form-4.widget.mimi-form .widget-title {      

	font-family: 'Playfair Display', serif;

        font-size: 16px;

        font-weight: 700;

        letter-spacing: 2px;

        text-align: center;

        margin-top: 20px;

        background-color: transparent;

}



.after-entry h4 {

	text-align: center;

}



#text-16.widget.widget_text {

        border: 1px solid #9E9E9E;

        padding: 5%;

        background-color: #FFF;

}



#text-16.widget.widget_text .widget-title {

	background-color: transparent;

        color: #000;

	font-family: 'Playfair Display', serif;

	font-size: 15px;

	font-weight: 700;

	letter-spacing: 2px;

        margin-bottom: 5%;

	text-transform: uppercase;

        text-decoration: none;

        line-height: 1;

}



#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: 12px;

      	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 {

        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: 400;

	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;

}



.vacation .plans-box .plans-box-text,

.weight-loss .plans-box .plans-box-text,

.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,

.yoga-poses-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,

.my-plans-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', serif;

        letter-spacing: 1.5px;

}



.exercise-guide-landing-page .entry-content,

.workout-routines-landing-page .entry-content,

.yoga-poses-landing-page .entry-content,

.workout-motivation-landing-page .entry-content,

.freebies-landing-page .entry-content,

.recipes-landing-page .entry-content,

.my-plans-landing-page .entry-content,

.workout-plans-landing-page .entry-content,

.fitness-calculators .entry-content {

	margin-top: -28px;

}



.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: -150px;

}



.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: 14px;

      	font-weight: 400;

	letter-spacing: 2px;

	padding-top: 40%;

        padding-left: 10%;

        padding-right: 10%;

        padding-bottom: 5%;

}



.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 {

        font-family: 'Playfair Display', serif;

        font-weight: 400;

        letter-spacing: 2px;	

        background-color: #FFF0F5;

        color: #000;

        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;

	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;

}



.logospace,

.bannerspace {

	background: #FFF;

	clear: both;

	display: block;

        margin-bottom: -100px;

	margin-top: 70px;

	overflow: hidden;

	padding: 17px 0 0 0;

	text-align: center;

	width: 100%;

}



.header-image .logospace {

        margin-top: 90px;

}



.logospace .widget,

.bannerspace .widget {

	display: inline-block;

	text-align: left;

	max-width: 960px;

}



.logospace .textwidget,

.bannerspace .textwidget {

	float: left;

	margin: 0 auto;

}



.bannerspace .textwidget {

        margin-top: 8%;

        margin-bottom: 2%;

        border: 1px solid #9E9E9E;

        padding: 2%;

}



.header-spotebi {

        width: 400px;

        height: 161px;

        max-width: 95%;

        margin: auto;

        background: url(images/blog-header-image.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.below-content {

    border: 0;

    clear: both !important;

    margin: 20px auto;

    padding-bottom: 20px;

    padding-top: 30px;

    min-height: 265px;

    width: 100%;

    background-color: #FAFAFA;

    margin-bottom: 3%;

}



.below-content .widget-title {

    background-color: transparent;

    text-align: center;

    font-family: 'Playfair Display', serif;

    font-weight: 700;

}



.below-content #testimonialrotatorwidget-3 {

    float: left;

    margin-left: 0;

    width: 47.6%;

    margin-bottom: 2%;

}



.below-content #testimonial_rotator_widget_wrap_25065 {

    margin-right: 10%;

    margin-left: 10%;

    margin-top: 10%;

}



.below-content #search-4 {

    float: left;

    margin-left: 0;

    width: 23.8%;

    margin-bottom: 2%;

}



.below-content #search-4 .search-form {

    margin-top: 25%;

    margin-left: 10%;

    margin-right: 10%;

}



.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: 23.8%;

    margin-bottom: 2%;

}



.below-content .textwidget {

    margin-top: 15%;

    margin-left: 20%;

    margin-right: -15%;

}



.below-content .textwidget li {

    display: inline-block;

    float: left;

    width: 50%;

    font-size: 10px;

    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 #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;

	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

--------------------------------------------- */



.exercise-guide .header-spotebi,

.workouts .header-spotebi,

.fitness-tips .header-spotebi,

.legal-page .header-spotebi,

.yoga-pose .header-spotebi,

.yoga-flow .header-spotebi,

.printables .header-spotebi,

.workout-motivation .header-spotebi,

.woocommerce .header-spotebi,

.woocommerce-account .header-spotebi,

.woocommerce-cart .header-spotebi,

.woocommerce-checkout .header-spotebi,

.my-plans-landing-page .header-spotebi {

        width: 300px;

        height: 121px;

}



.exercise-guide .logospace,

.workouts .logospace,

.fitness-tips .logospace,

.legal-page .logospace,

.yoga-pose .logospace,

.yoga-flow .logospace,

.printables .logospace,

.workout-motivation .logospace,

.woocommerce .logospace,

.woocommerce-account .logospace,

.woocommerce-cart .logospace,

.woocommerce-checkout .logospace,

.my-plans-landing-page .logospace {

        background-color: #FAFAFA;

        margin-top: 45px;

}



/* ## Featured Content

--------------------------------------------- */



.featured-content .entry {

	margin-bottom: 10px;

	padding: 0 0 24px;

}



.featured-content .entry-title {

	font-size: 16px;

        background-color: transparent;

}



/* # Testimonials

---------------------------------------------------------------------------------------------------- */



.testimonial_rotator_prev,

.testimonial_rotator_next {

	z-index: 100;

}



.testimonial_rotator h2 {

	display: none;

}



/* # Calculated Fields Form

---------------------------------------------------------------------------------------------------- */



#fbuilder .medium {

    margin-left: 0px;

}



/* # Cookie Law Info Bar

---------------------------------------------------------------------------------------------------- */



#cookie-law-info-bar {

    font-size: 9pt;

}



/* # Plugins

---------------------------------------------------------------------------------------------------- */



.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {

        display: none;

}



.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 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;

}



.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {

    background-color: #F5F5F5;

    color: #000 !important;

}



.woocommerce ul.products li.product .button:hover {

    background-color: #F5F5F5;

    color: #000;

}



.woocommerce ul.products li.product .price {

    color: #000;

    text-align: left;

    font-weight: 700;

}



.woocommerce div.product p.price, .woocommerce div.product span.price {

    color: #000;

    font-weight: 700;

}



.woocommerce span.onsale {

    background-color: #000;

}



.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;

    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;

}



.woocommerce .wc-memberships-restriction-message {

    border-top-color: #fff;

    background-color: #fff;

}



.woocommerce-shipping-fields {

    display: none;

}



.woocommerce-additional-fields {

    display: none;

}



.woocommerce-info {

    border-top-color: #000;

}



.woocommerce table.shop_table {

    border: 0 !important;

    border-collapse: collapse;

}



.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;

}



.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;

}



.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-cart td.actions .coupon {

        width: 50%;

}



.woocommerce-cart .cart_totals tr.cart-subtotal {

        display: none;

}



.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: #FFF;

    border-radius: 0px;

    margin-top: 7%;

}



.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 #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%;

}



.woocommerce .quantity .qty {

        width: 100%;

}



.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: 10px;

}



.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-account .woocommerce a.button {

	font-size: 8px !important;

}



.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;

}



.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: 10px;

	line-height: 0.5;

}



.tm-click-to-tweet .tm-ctt-text a {

    font-weight: 400 !important;

}



.tm-click-to-tweet {

  border: 1px solid #9E9E9E !important;

}



/* ## 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', serif;

	font-weight: 400;

        text-shadow: 0 0 0 #FFF;

	font-size: 1em;

	letter-spacing: 2px;

        text-transform: lowercase;

}



/* ## Jetpack

--------------------------------------------- */



#wpstats {

	display: none;

}





/* # 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;

	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: 400;

	line-height: 1.5;

	text-align: left;

}



.site-description,

.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;

	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 20px;

}



.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', 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: 10px;

}



.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: 20px 0;

}



.entry {

	margin-bottom: 30px;

	padding: 20px 20px 20px 20px;

}



.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;

	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;

	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,

.yoga-poses-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', 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', serif;

	font-size: 11px;

	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;

	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: none;

}



.product-bundle .cart .button {

    font-size: 13px !important;

}



/* ## Fitness Calculators landing page

--------------------------------------------- */



.fitness-calculators .calculator-box {

    width: 85%;

    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: 400;

    background-color: #FFF;

    text-align: center;

}



.fitness-tips .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;

}



.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 p {

      padding: 0;

}



/* ## Freebies & My Plans landing page

--------------------------------------------- */



.freebies-landing-page h2,

.recipes-landing-page .main 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% 2% 2% 2%;

}



.my-plans-landing-page .printables-grid li {

    width: 50%;

    border: 5px solid #FAFAFA;

}



.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;

}



.freebies-landing-page ul.printables-grid figcaption p,

.my-plans-landing-page ul.printables-grid figcaption p {

    font-weight: 700;

}



/* ## 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: 400;

    text-align: center;

}



/* ## Fitness Tips Post

--------------------------------------------- */



.fitness-tips h4 {

     font-family: 'Playfair Display', serif;

     color: #000;

     text-transform: uppercase;

     font-size: 12px;

     font-weight: 700;

     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;

     line-height: 1.75;

     font-style: italic;

     text-align: left;

     margin-bottom: 28px; 

}



.fitness-tips .body-tips {

     font-family: 'Lato', serif;

     color: #000;

     font-weight: 400;

     line-height: 2;

     text-align: justify; 

     text-justify: newspaper;

     margin-bottom: 28px;

}



.postid-12796 .header-spotebi,

.postid-16262 .header-spotebi,

.postid-25175 .header-spotebi,

.postid-25191 .header-spotebi,

.postid-25337 .header-spotebi,

.postid-26092 .header-spotebi,

.postid-26114 .header-spotebi,

.postid-28070 .header-spotebi,

.postid-28081 .header-spotebi,

.postid-28105 .header-spotebi,

.postid-31458 .header-spotebi,

.postid-32145 .header-spotebi,

.postid-32677 .header-spotebi,

.postid-33372 .header-spotebi,

.postid-37592 .header-spotebi,

.postid-39726 .header-spotebi {

        height: 150px;

        background: transparent;

}



.postid-39726 .logospace {

    background-image: url(images/logospace/the-best-arm-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-37592 .logospace {

    background-image: url(images/logospace/the-best-legs-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-12796 .logospace {

    background-image: url(images/logospace/the-best-glute-exercises-spotebi-1500x1000.jpg);

}



.postid-16262 .logospace {

    background-image: url(images/logospace/the-best-chest-exercises-for-women-spotebi-1500x1000.jpg);

}



.postid-25175 .logospace {

    background-image: url(images/logospace/the-best-inner-thigh-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-25191 .logospace {

    background-image: url(images/logospace/the-best-outer-thigh-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-25337 .logospace {

    background-image: url(images/logospace/the-best-back-exercises-for-women-spotebi-1500x1000.jpg);

}



.postid-26092 .logospace {

    background-image: url(images/logospace/the-best-hamstring-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-26114 .logospace {

    background-image: url(images/logospace/the-best-calf-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-28070 .logospace {

    background-image: url(images/logospace/the-best-abs-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-28081 .logospace {

    background-image: url(images/logospace/the-best-obliques-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-28105 .logospace {

    background-image: url(images/logospace/the-best-core-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-31458 .logospace {

    background-image: url(images/logospace/the-best-triceps-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-32145 .logospace {

    background-image: url(images/logospace/the-best-quads-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-32677 .logospace {

    background-image: url(images/logospace/the-best-shoulders-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-33372 .logospace {

    background-image: url(images/logospace/the-best-biceps-exercises-for-women-spotebi-2000x1000.jpg);

}



.postid-16262 .logospace,

.postid-12796 .logospace,

.postid-25175 .logospace,

.postid-25191 .logospace,

.postid-25337 .logospace,

.postid-26092 .logospace,

.postid-26114 .logospace,

.postid-28070 .logospace,

.postid-28081 .logospace,

.postid-28105 .logospace,

.postid-31458 .logospace,

.postid-32145 .logospace,

.postid-32677 .logospace,

.postid-33372 .logospace,

.postid-37592 .logospace,

.postid-39726 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    background-repeat: no-repeat;

    background-position: 0 0;

    background-attachment: fixed;

    background-color: transparent;

    background-size: 100% auto;

}



.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;

}



/* ## Fitness Freebie Post

--------------------------------------------- */



.fitness-freebies h4 {

     font-family: 'Playfair Display', serif;

     color: #000;

     text-transform: uppercase;

     font-size: 14px;

     font-weight: 700;

     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;

     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;

     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: 400;

     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;

}



.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%;

}



.printables .printables-grid figcaption p {

      border-bottom: 5px double #FFF0F5;

      font-size: 10px;

      letter-spacing: 1px;

      padding-bottom: 5%;

      padding-top: 10%;

}



/* ## Exercise Guide and Nutrition Foods Post

--------------------------------------------- */



.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 h4 {

        font-family: 'Playfair Display', serif;

        font-size: 12px;

        font-weight: 400;

	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;

        letter-spacing: 2px;

        text-align: center;

        margin-top: 20px;

}



/* ## Recipes Post

--------------------------------------------- */



.recipes-template .header-spotebi {

        height: 250px;

        background: transparent;

}



.recipes-template .heading-2 {

     font-family: 'Playfair Display', serif;

     padding-left: 10px;

     color: #000;

     font-size: 14px;

     font-weight: 700;

     line-height: 1.75;

     font-style: italic;

     text-align: left;

     margin-bottom: 28px; 

}



.recipes-template .learn-more {

     font-family: 'Playfair Display', serif;

     color: #000;

     font-size: 13px;

     font-weight: 700;

     line-height: 1.75;

     font-style: italic;

     text-align: left;

     margin-bottom: 28px; 

}



.recipes-template .learn-more a {

     text-decoration: none;

}



.recipes-template .ingredients {

     padding-left: 20px;

     font-family: 'Lato', serif;

     color: #000;

     font-weight: 400;

     line-height: 2;

     text-align: justify; 

     text-justify: newspaper;

     margin-bottom: 28px;

}



.recipes-template .first-recipe-image {

        display: none;

}



.recipes-template tbody,

.recipes-template tr,

.fitness-tips tbody,

.fitness-tips tr {

	background-color: #F0F5F6;

}



.postid-20992 .logospace,

.postid-35706 .logospace,

.postid-35713 .logospace,

.postid-35717 .logospace,

.postid-35720 .logospace,

.postid-35726 .logospace,

.postid-35871 .logospace,

.postid-35873 .logospace,

.postid-35875 .logospace,

.postid-35995 .logospace,

.postid-36001 .logospace,

.postid-36003 .logospace,

.postid-36061 .logospace,

.postid-36454 .logospace,

.postid-36459 .logospace,

.postid-36462 .logospace,

.postid-36466 .logospace,

.postid-36572 .logospace,

.postid-36667 .logospace,

.postid-36564 .logospace,

.postid-36826 .logospace,

.postid-36594 .logospace,

.postid-36581 .logospace,

.postid-36569 .logospace,

.postid-36592 .logospace,

.postid-37743 .logospace,

.postid-37745 .logospace,

.postid-37747 .logospace,

.postid-37395 .logospace,

.postid-38513 .logospace,

.postid-38747 .logospace,

.postid-38893 .logospace,

.postid-38891 .logospace,

.postid-38889 .logospace,

.postid-38886 .logospace,

.postid-39115 .logospace,

.postid-39118 .logospace,

.postid-39177 .logospace,

.postid-36567 .logospace,

.postid-39434 .logospace,

.postid-39914 .logospace,

.postid-40075 .logospace,

.postid-40206 .logospace,

.postid-40534 .logospace,

.postid-40532 .logospace,

.postid-41037 .logospace,

.postid-41484 .logospace,

.postid-42206 .logospace,

.postid-42771 .logospace,

.postid-43101 .logospace,

.postid-43105 .logospace,

.postid-43452 .logospace,

.postid-43702 .logospace,

.postid-43974 .logospace,

.postid-44287 .logospace,

.postid-44477 .logospace,

.postid-45038 .logospace,

.postid-45557 .logospace,

.postid-45872 .logospace,

.postid-46148 .logospace,

.postid-46363 .logospace,

.postid-46533 .logospace,

.postid-46822 .logospace,

.postid-47074 .logospace,

.postid-47290 .logospace,

.postid-47834 .logospace,

.postid-48273 .logospace,

.postid-48442 .logospace,

.postid-48641 .logospace,

.postid-48981 .logospace,

.postid-49120 .logospace,

.postid-49338 .logospace,

.postid-49563 .logospace,

.postid-49671 .logospace,

.postid-50001 .logospace,

.postid-50153 .logospace,

.postid-50250 .logospace,

.postid-50736 .logospace {

    border-bottom: 0;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    background-repeat: no-repeat;

    background-position: 50% 50%;

    background-color: transparent;

    background-size: 100% auto;

    opacity: 1;

}



.postid-50736 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/08/no-cook-zucchini-feta-corn-salad-spotebi.jpg);

}



.postid-50250 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/07/easy-6-ingredient-spelt-tortillas-recipe-spotebi.jpg);

}



.postid-50153 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/07/easy-melt-in-your-mouth-oven-baked-ribs-recipe-spotebi.jpg);

}



.postid-50001 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/07/5-minute-easy-fish-tacos-spotebi.jpg);

}



.postid-49671 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/07/white-bean-roasted-red-pepper-dip-recipe-spotebi.jpg);

}



.postid-49563 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/06/healthy-mango-avocado-shrimp-salad-recipe-spotebi.jpg);

}



.postid-49338 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/06/easy-vegan-kimchi-recipe-spotebi.jpg);

}



.postid-49120 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/06/grilled-steak-and-roasted-veggies-with-sauteed-garlic-kale-recipe-spotebi.jpg);

}



.postid-48981 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/06/portobello-mushrooms-stuffed-courgette-eggplant.jpg);

}



.postid-48641 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/05/easy-probiotic-cashew-cheese-recipe-spotebi.jpg);

}



.postid-48442 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/05/chocolate-dipped-berries-recipe-spotebi.jpg);

}



.postid-48273 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/05/gingery-lentil-carrot-soup-recipe-spotebi.jpg);

}



.postid-47834 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/05/avocado-mango-pink-sushi-recipe-spotebi.jpg);

}



.postid-47290 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/04/bean-stuffed-portobello-mushrooms-with-avocado-mash-recipe-spotebi.jpg);

}



.postid-47074 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/04/green-peas-cauliflower-soup-recipe-spotebi.jpg);

}



.postid-46822 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/04/vegetarian-lentil-eggplant-moussaka-spotebi-recipe.jpg);

}



.postid-46533 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/04/coconut-popped-quinoa-almonds-granola-bars-recipe-spotebi.jpg);

}



.postid-46363 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/03/chickpea-curry-with-pumpkin-spinach-recipe-spotebi.jpg);

}



.postid-46148 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/03/crisp-nori-chips-recipe-spotebi.jpg);

}



.postid-45872 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/03/gluten-free-cacao-banana-pancakes-recipe-spotebi.jpg);

}



.postid-45557 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/02/metabolism-boosting-golden-tea-recipe-spotebi.jpg);

}



.postid-45038 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/03/high-protein-omega-3-gluten-free-bread-recipe-spotebi.jpg);

}



.postid-44477 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/02/easy-homemade-roasted-pumpkin-puree-recipe-spotebi.jpg);

}



.postid-44287 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/02/homemade-ghee-clarified-butter-recipe-spotebi.jpg);

}



.postid-43974 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/01/gluten-free-plant-based-loaf-recipe-spotebi.jpg);

}



.postid-43702 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/01/nuts-seeds-butter-recipe-spotebi.jpg);

}



.postid-43452 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/01/gluten-free-super-seed-crackers-recipe-spotebi.jpg);

}



.postid-43105 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/01/homemade-plant-based-milks-recipes-spotebi.jpg);

}



.postid-43101 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/01/homemade-greek-yogurt-vegan-kefir-recipes-spotebi.jpg);

}



.postid-42771 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/12/health-promoting-homemade-protein-powders-recipe-spotebi.jpg);

}



.postid-42206 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/12/raspberry-homemade-crunchy-granola-yogurt-parfait-recipe-spotebi.jpg);

}



.postid-41484 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/11/chickpea-spelt-fresh-pasta-with-pesto-sauce-recipe-spotebi.jpg);

}



.postid-41037 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/11/crunchy-peanut-butter-chocolate-granola-recipe-spotebi.jpg);

}



.postid-40532 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/11/easy-cauliflower-mushroom-risotto-recipe-spotebi.jpg);

}



.postid-40534 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/11/creamy-pumpkin-chestnut-soup-recipe-spotebi.jpg);

}



.postid-40206 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/10/mediterranean-eggplant-tomato-mozzarella-stacks-spotebi.jpg);

}



.postid-40075 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/10/homemade-sushi-easy-nigiri-maki-rolls-recipes-spotebi.jpg);

}



.postid-39914 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/10/homemade-vegetarian-pizza-with-chickpea-spelt-crust-recipe-spotebi.jpg);

}



.postid-39434 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/10/cajun-style-potato-chicken-salad-spotebi.jpg);

}



.postid-36567 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/banana-nicecream-oreos-recipe-spotebi.jpg);

}



.postid-39177 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/plant-based-black-bean-quinoa-bowl-recipe-spotebi.jpg);

}



.postid-39118 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/creamy-kefir-salad-dressing-recipe-spotebi.jpg);

}



.postid-39115 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/honey-mustard-salad-dressing-recipe-spotebi.jpg);

}



.postid-38886 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/raw-vegan-cashew-mayonnaise-recipe-spotebi.jpg);

}



.postid-38889 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/perfect-chunky-guacamole-recipe-spotebi.jpg);

}



.postid-38891 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/quick-fresh-tomato-sauce-recipe-spotebi.jpg);

}



.postid-38893 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/clean-green-veggie-egg-muffins-recipe-spotebi.jpg);

}



.postid-38747 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/09/very-berry-and-peaches-and-cream-overnight-oats-recipes-spotebi.jpg);

}



.postid-38513 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/08/quick-easy-2-ingredient-date-syrup-recipe-spotebi.jpg);

}



.postid-37395 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/08/roasted-chickpea-salad-recipe-with-tahini-dressing-spotebi.jpg);

}



.postid-37747 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/08/perfect-homemade-bread-recipe-spotebi.jpg);

}



.postid-37745 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/08/fermented-purple-sauerkraut-recipe-spotebi.jpg);

}



.postid-37743 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/08/homemade-vegetable-stock-recipe-spotebi.jpg);

}



.postid-36592 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/08/oven-dried-tomatoes-recipe-spotebi.jpg);

}



.postid-36569 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/healthy-hummus-three-ways-recipe-spotebi.jpg);

}



.postid-36581 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/rosemary-sea-salt-rice-crackers-recipe-spotebi.jpg);

}



.postid-36594 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/zucchini-noodles-basil-pesto-recipe-spotebi.jpg);

}



.postid-36826 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/basil-walnut-pesto-recipe-spotebi.jpg);

}



.postid-20992 .logospace {

    background-image: url(images/recipes/tacos-1500x1000.jpg);

}



.postid-35706 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/mediterranean-spice-mix-recipe-spotebi.jpg);

}



.postid-35713 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/moroccan-spice-mix-recipe-spotebi.jpg);

}



.postid-35717 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/indian-spice-mix-recipe-spotebi.jpg);

}



.postid-35720 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/cajun-spice-mix-recipe-spotebi.jpg);

}



.postid-35726 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/mexican-spice-mix-recipe-spotebi.jpg);

}



.postid-35871 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/puffed-rice-tahini-energy-balls-spotebi.jpg);

}



.postid-35873 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/04/coconut-almond-cookies-recipe-spotebi.jpg);

}



.postid-35875 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/yogurt-peach-pops-spotebi.jpg);

}



.postid-35995 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/watermelon-lemonade-spotebi.jpg);

}



.postid-36001 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/chimichurri-shrimp-pasta-spotebi.jpg);

}



.postid-36003 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/chimichurri-sauce-spotebi.jpg);

}



.postid-36061 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/06/blueberry-banana-pancakes-spotebi.jpg);

}



.postid-36454 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/mexican-turkey-filling-meal-prep-essentials-spotebi.jpg);

}



.postid-36459 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/avocado-dip-recipe-spotebi.jpg);

}



.postid-36462 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/chickpea-nachos-recipe-spotebi.jpg);

}



.postid-36466 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/chickpea-tortilla-chips-recipe-spotebi.jpg);

}



.postid-36572 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/meal-prep-roots-tubers-recipe-spotebi.jpg);

}



.postid-36667 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/homemade-sriracha-sauce-recipe-spotebi.jpg);

}



.postid-36564 .logospace {

    background-image: url(https://www.spotebi.com/wp-content/uploads/2017/07/shrimp-summer-rolls-recipe-spotebi.jpg);

}



/* ## Comment form

--------------------------------------------- */



h3#reply-title.comment-reply-title {

    font-family: 'Playfair Display', serif;

    font-size: 12px;

    font-weight: 400;

    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;

	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 li {

    width: 25%;

    height: 250px;

    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;

}

 

.caption-grid figure {

      width: 100%;

      height: 100%;    

      position: relative;

      margin: auto;

}

 

.caption-grid figcaption {

        background-color: #FFF;

	font-family: Lato;

	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 {

      text-align: center;

      position: relative;

      max-width: 100%;

      line-height: 0;

      margin-left: auto;

      margin-right: auto;

}

 

.basic-grid li {

    width: 25%;

    height: auto;

    float: left;

    padding: 0.2%;

    text-align: center;

    margin-left: 0;

}

 

.basic-grid img {

    position: relative;

    display: inline-block;

    width: 90%;

    box-shadow: 2px 2px 2px rgba(34, 25, 25, 0.4);

}

 

.basic-grid figure {

      position: relative;

      width: 100%;

      height: 100%; 

      margin: auto;

      overflow: hidden;

}

 

.basic-grid 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 {

     text-decoration: none;

}

 

.basic-grid figcaption p {

      position: relative;

      width: 100%;

      height: 100%;   

      color: transparent; 

      margin: auto;

}



.basic-grid li:hover figcaption {

     background-color: rgba(255, 255, 255, 0.6);

} 



.basic-grid 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 p {

      text-decoration: none;

      position: relative;

      width: 100%;

      height: 100%;   

      margin: auto;

      text-transform: uppercase;

      font-family: 'Playfair Display', serif;

      font-size: 12px;

      font-weight: 400;

      letter-spacing: 1.5px;

      padding: 30px 0 0 0;

      line-height: 1;

      color: #000;

}



.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: 11px;

      	 font-weight: 400;

         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: no-repeat;

        background-size: 100%;

        background-position: 0% 0%;

}



#mimi-form-3.widget.mimi-form .widget-title.widgettitle {

        font-size: 12px;

        font-weight: 700;

}



#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;

}



/* ## 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 h2 {

            display: none;

}



.workout-motivation h2 {

        font-family: 'Playfair Display', serif;

        color: #000;

        font-size: 14px;

        letter-spacing: 2px;

        font-weight: 400;

        text-align: center;    

        text-transform: uppercase;

        padding: 0px;

        margin-bottom: 40px;

        background-color: transparent;

}



.workout-motivation h3 {

        font-family: 'Playfair Display', serif;

        font-size: 12px;

        font-weight: 400;

        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 p {

       text-align: center;

}



.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', 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 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 {

        display: none;

}



.online-resources-posts .entry-content .basic-grid {

               width: 50%;

               margin: 0 auto;

}



.online-resources-posts .entry-content .basic-grid li {

               width: 50%;

               padding: 2%;

}



.workout-plans h1.entry-title,

.online-resources h1.entry-title,

.online-resources-posts h1.entry-title {

        display: none;

}



.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 .entry-content,

.online-resources-posts .entry-content {

	margin-top: -20px;

}


.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 {

        border: 1px solid #9E9E9E;

        background-color: #000;

        color: #FFF;

        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-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 {

    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 {

    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 {

      	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 {        

       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;

}



/* New Workouts Every Week

--------------------------------------------- */



.postid-43619 .header-spotebi,

.postid-43874 .header-spotebi,

.postid-43917 .header-spotebi,

.postid-44370 .header-spotebi,

.postid-44438 .header-spotebi,

.postid-44885 .header-spotebi,

.postid-47017 .header-spotebi,

.postid-47240 .header-spotebi,

.postid-47494 .header-spotebi,

.postid-49493 .header-spotebi,

.postid-49701 .header-spotebi,

.postid-49952 .header-spotebi,

.postid-50179 .header-spotebi,

.postid-50183 .header-spotebi {

        display: none;

}



.postid-43619 .logospace,

.postid-43874 .logospace,

.postid-43917 .logospace,

.postid-44370 .logospace,

.postid-44438 .logospace,

.postid-44885 .logospace,

.postid-47017 .logospace,

.postid-47240 .logospace,

.postid-47494 .logospace,

.postid-49493 .logospace,

.postid-49701 .logospace,

.postid-49952 .logospace,

.postid-50179 .logospace,

.postid-50183 .logospace {

    border-bottom: 0px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 20%;

    padding-bottom: 10%;

    text-align: center;

    background-image: url(https://www.spotebi.com/wp-content/uploads/2018/01/spotebi-workouts-new-routines-every-week-banner-2.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



/* Workout plans

--------------------------------------------- */



.postid-14267 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/beginner-workout-plan-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-14267 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/beginner-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-15319 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/intemediate-workout-plan-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-15319 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/intemediate-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-36632 .logospace,

.postid-42335 .logospace,

.postid-42535 .logospace,

.postid-42542 .logospace,

.postid-42458 .logospace,

.postid-42545 .logospace,

.postid-42548 .logospace,

.postid-42550 .logospace,

.postid-42552 .logospace,

.postid-42555 .logospace,

.postid-42662 .logospace,

.postid-42864 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/beginner-intermediate-workout-plan-page-banner-2.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-36632 .header-spotebi,

.postid-42335 .header-spotebi,

.postid-42535 .header-spotebi,

.postid-42542 .header-spotebi,

.postid-42458 .header-spotebi,

.postid-42545 .header-spotebi,

.postid-42548 .header-spotebi,

.postid-42550 .header-spotebi,

.postid-42552 .header-spotebi,

.postid-42555 .header-spotebi,

.postid-42662 .header-spotebi,

.postid-42864 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/beginner-intermediate-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-37387 .logospace,

.postid-37691 .logospace,

.postid-38097 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/5-5-5-workout-plan-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-37387 .header-spotebi,

.postid-37691 .header-spotebi,

.postid-38097 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/5-5-5-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-29362 .logospace,

.postid-25541 .logospace,

.postid-25549 .logospace,

.postid-23919 .logospace,

.postid-45181 .logospace,

.postid-45210 .logospace,

.postid-45219 .logospace,

.postid-45217 .logospace,

.postid-45214 .logospace,

.postid-45221 .logospace,

.postid-45223 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/weight-loss-workout-plan-page-banner-2.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-45797 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/healthy-eating-meal-plan-text.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-45797 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/healthy-eating-meal-plan-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-47699 .logospace,

.postid-48260 .logospace,

.postid-48465 .logospace,

.postid-48634 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-meal-plan-text.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-47699 .header-spotebi,

.postid-48260 .header-spotebi,

.postid-48465 .header-spotebi,

.postid-48634 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-meal-plan-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-42170 .logospace,

.postid-42368 .logospace,

.postid-42059 .logospace,

.postid-43443 .logospace,

.postid-43733 .logospace,

.postid-42060 .logospace,

.postid-44235 .logospace,

.postid-44239 .logospace,

.postid-44683 .logospace,

.postid-44600 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/beginner-pantry-guidelines-text.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-42170 .header-spotebi,

.postid-42368 .header-spotebi,

.postid-42059 .header-spotebi,

.postid-43443 .header-spotebi,

.postid-43733 .header-spotebi,

.postid-42060 .header-spotebi,

.postid-44235 .header-spotebi,

.postid-44239 .header-spotebi,

.postid-44683 .header-spotebi,

.postid-44600 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/beginner-pantry-guidelines-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-29362 .header-spotebi,

.postid-25541 .header-spotebi,

.postid-25549 .header-spotebi,

.postid-45181 .header-spotebi,

.postid-45210 .header-spotebi,

.postid-45219 .header-spotebi,

.postid-45217 .header-spotebi,

.postid-45214 .header-spotebi,

.postid-45221 .header-spotebi,

.postid-45223 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/weight-loss-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-23919 .header-spotebi {

        width: 500px;

        height: 250px;

        background: transparent;

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-32359 .logospace,

.postid-32551 .logospace,

.postid-32958 .logospace,

.postid-47335 .logospace,

.postid-17464 .logospace,

.postid-48189 .logospace,

.postid-48192 .logospace,

.postid-48194 .logospace,

.postid-48204 .logospace,

.postid-48206 .logospace,

.postid-48208 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-workout-plan-page-banner-1.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-47742 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/stock-your-kitchen-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-32359 .header-spotebi,

.postid-32551 .header-spotebi,

.postid-32958 .header-spotebi,

.postid-17464 .header-spotebi,

.postid-47335 .header-spotebi,

.postid-48189 .header-spotebi,

.postid-48192 .header-spotebi,

.postid-48194 .header-spotebi,

.postid-48204 .header-spotebi,

.postid-48206 .header-spotebi,

.postid-48208 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-workout-plan-page-banner-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-47742 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff;

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-10042 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/body-sculpting-workout-plan-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-10042 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/body-sculpting-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-16775 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-core-edition-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-attachment: fixed;

    background-color: transparent;

    background-size: cover;

}



.postid-16775 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-core-edition-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-19313 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-upper-body-edition-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-attachment: fixed;

    background-color: transparent;

    background-size: cover;

}



.postid-19313 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-upper-body-edition-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-20405 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-lower-body-edition-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-attachment: fixed;

    background-color: transparent;

    background-size: cover;

}



.postid-20405 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-lower-body-edition-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-18151 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-slimdown-week-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-18151 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/slimdown-week-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-20485 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/bikini-body-sculptup-week-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-20485 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-sculptup-week-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-20522 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/fine-tuning-edition-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-20522 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/bikini-body-fine-tuning-edition-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-22902 .logospace,

.postid-25255 .logospace,

.postid-25521 .logospace,

.postid-50347 .logospace,

.postid-50449 .logospace,

.postid-50647 .logospace,

.postid-50639 .logospace,

.postid-50633 .logospace,

.postid-50631 .logospace,

.postid-50628 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/vacation-workout-plan-page-banner-3.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-27474 .logospace,

.postid-27477 .logospace,

.postid-27833 .logospace,

.postid-40822 .logospace,

.postid-41737 .logospace,

.postid-41744 .logospace,

.postid-41747 .logospace,

.postid-41749 .logospace,

.postid-41755 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/d-stress-workout-plan-page-banner-1.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-28562 .logospace,

.postid-28564 .logospace,

.postid-28416 .logospace {

    border-bottom: 1px solid #9E9E9E;

    margin-top: 0;

    margin-right: auto;

    margin-left: auto;

    padding-top: 15%;

    padding-bottom: 10%;

    text-align: center;

    background: #fff url(images/jumpstart-workout-plan-page-banner.jpg);

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-color: transparent;

    background-size: 100% auto;

}



.postid-22902 .header-spotebi,

.postid-25255 .header-spotebi,

.postid-25521 .header-spotebi,

.postid-50347 .header-spotebi,

.postid-50449 .header-spotebi,

.postid-50647 .header-spotebi,

.postid-50639 .header-spotebi,

.postid-50633 .header-spotebi,

.postid-50631 .header-spotebi,

.postid-50628 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/vacation-workout-plan-page-text-1.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-27474 .header-spotebi,

.postid-27477 .header-spotebi,

.postid-27833 .header-spotebi,

.postid-40822 .header-spotebi,

.postid-41737 .header-spotebi,

.postid-41744 .header-spotebi,

.postid-41747 .header-spotebi,

.postid-41749 .header-spotebi,

.postid-41755 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/d-stress-workout-plan-page-text.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



.postid-28562 .header-spotebi,

.postid-28564 .header-spotebi,

.postid-28416 .header-spotebi {

        width: 500px;

        height: 250px;

        background: #fff url(images/jumpstart-page-banner.png);

        background-repeat: no-repeat;

        background-position: 50% 50%;

        background-color: transparent;

        background-size: contain;

}



/* 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; 

}



/* Instagram Widget

--------------------------------------------- */



.pllexislider .pllex-direction-nav {

    display: none;

}



.pllexislider:hover .pllex-direction-nav {

    display: block;

}



/* Homepage

--------------------------------------------- */



.prettychic-home .header-spotebi {

    width: 300px;

    height: 121px;

}



.prettychic-home .logospace {

    border-bottom: 0px solid #9E9E9E;

    margin-top: 45px;

    margin-right: 0px auto;

    margin-left: 0px auto;

    padding-top: 17px;

    padding-bottom: 0;

    text-align: center;

    background: none;

    background-repeat: no-repeat;

    background-position: 50% 60%;

    background-attachment: fixed;

    background-color: #FAFAFA;

    background-size: cover;

}



/* 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;

}



/* Access Press Social Share

--------------------------------------------- */



.apss-social-share {
	font-family: 'Open Sans',sans-serif;
	text-align: center;
}



.apss-theme-6 .apss-single-icon .fa {
	color: #000;
	font-size: 22px;
	line-height: 1;
	position: relative;
	display: block;
}



.apss-theme-6 .apss-single-icon a {
	color: #fff;
	display: block;
	float: left;
	height: 30px;
	margin: 0 23px 35px 5px;
	padding: 0 5px 5px 12px;
	position: relative;
	width: 30px;
	background: none !important;
	text-align: center;
	vertical-align: middle;
	line-height: 44px;
}



.apss-theme-6 .apss-single-icon a:before {
	content: '';
	background-color: #ffffff;
	width: 50px;
	height: 50px;
	border: 1px solid #c7c8c7;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	box-shadow: none;
	margin-right: 15px;
	margin-bottom: 40px;
	padding-top: 0px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.apss-theme-6 .apss-single-icon a:hover:before {
	background-color: #000000;
}



.apss-facebook .apss-icon-block {
	padding-left: 4px;
	padding-top: 5px;
}



.apss-twitter .apss-icon-block, .apss-pinterest .apss-icon-block {
	padding-left: 1px;
	padding-top: 5px;
}



.apss-email .apss-icon-block {
	padding-top: 3px;
}



/* Call to actions

--------------------------------------------- */



.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: 400;

    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: 400;

    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;

}



.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-family: 'Playfair Display', serif;

    font-size: 20px;

    color: #000;

    text-align: center;

}



.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;

    font-size: 12px;

    color: #000;

    text-align: center;

}



.bundle-call-to-action-text {

    background-color: transparent;

    font-family: Lato;

    font-size: 12px;

    font-weight: 400;

    text-align: center;

    text-decoration: none;

    text-transform: none;

    margin-bottom: 30px;

    margin-top: 30px;

}



.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 .widget-title { 

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5%;     

}



#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 { 

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 7%;      

}



#featured-post-45 .entry { 

    float: none; 

    margin-bottom: 1%;     

}



#featured-post-45 img { 

    width: 100%;     

}



#text-37.widget.widget_text .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5%;  

}



#text-37.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 5%;

}



#text-40.widget.widget_text .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    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 .widget-title.widgettitle { 

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5%;      

}



#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 .widget-title,

#text-42.widget.widget_text .widget-title,

#text-43.widget.widget_text .widget-title,

#text-49.widget.widget_text .widget-title,

#text-51.widget.widget_text .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 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: 14px;

     font-weight: 400;

     letter-spacing: 2px;

     margin-bottom: 0px;

     text-transform: uppercase;

     padding: 40px 10px 10px 10px;

     line-height: 1;

     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;

    font-size: 12px;

    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: 10px;

    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 .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5%;  

}



#text-19.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 3%;

}



/* Your Weekly Dose of Wellness + Style Your Life

------------------------------------------------- */

#featured-post-47 .widget-title.widgettitle,

#featured-post-46 .widget-title.widgettitle { 

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5%;     

}



#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;

}



#text-20.widget.widget_text .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 5%;  



}



/* Motivation is Contagious

--------------------------------------------- */



#text-33.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 1%;

}



#text-33.widget.widget_text .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 4%;  



}



/* Fitness Calculators

--------------------------------------------- */



#text-46.widget.widget_text .printables-grid li {

     width: 50%;

     margin-bottom: 1%;

}



#text-46.widget.widget_text .widget-title {

    font-family: "Playfair Display",serif;

    background-color: ;

    color: #000;

    text-transform: uppercase;

    text-align: center;

    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1.5px;

    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);

}



/* 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;

    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;

    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;

    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 {

    margin-bottom: 50px !important;

}



.adthrive-comscore span {

    font-size: 10px !important;

}



/* Adsense

--------------------------------------------- */



#text-29.widget.widget_text {

    border: 1px solid #9E9E9E;

    padding: 4%;

}



/* Inside the content ads

--------------------------------------------- */



.inside-content-ads {

    border: 0px solid #9E9E9E;

    padding: 0;

    background-color: #FFF;

}



/* Sumome share

--------------------------------------------- */



.sumome-share-client-animated.sumome-share-client-share.sumome-share-client-share-share.sumome-share-client-count {

    display: none !important;

}



.sumome-share-client-wrapper div.sumome-share-client .sumome-share-client-share img {

    width: 20px !important;

    height: 20px !important;

}



.sumome-share-client-wrapper div, .sumome-share-client-wrapper span, .sumome-share-client-wrapper applet, .sumome-share-client-wrapper object, .sumome-share-client-wrapper iframe, .sumome-share-client-wrapper h1, .sumome-share-client-wrapper h2, .sumome-share-client-wrapper h3, .sumome-share-client-wrapper h4, .sumome-share-client-wrapper h5, .sumome-share-client-wrapper h6, .sumome-share-client-wrapper p, .sumome-share-client-wrapper blockquote, .sumome-share-client-wrapper pre, .sumome-share-client-wrapper a, .sumome-share-client-wrapper abbr, .sumome-share-client-wrapper acronym, .sumome-share-client-wrapper address, .sumome-share-client-wrapper big, .sumome-share-client-wrapper cite, .sumome-share-client-wrapper code, .sumome-share-client-wrapper del, .sumome-share-client-wrapper dfn, .sumome-share-client-wrapper em, .sumome-share-client-wrapper img, .sumome-share-client-wrapper ins, .sumome-share-client-wrapper kbd, .sumome-share-client-wrapper q, .sumome-share-client-wrapper s, .sumome-share-client-wrapper samp, .sumome-share-client-wrapper small, .sumome-share-client-wrapper strike, .sumome-share-client-wrapper strong, .sumome-share-client-wrapper sub, .sumome-share-client-wrapper sup, .sumome-share-client-wrapper tt, .sumome-share-client-wrapper var, .sumome-share-client-wrapper b, .sumome-share-client-wrapper u, .sumome-share-client-wrapper i, .sumome-share-client-wrapper center, .sumome-share-client-wrapper dl, .sumome-share-client-wrapper dt, .sumome-share-client-wrapper dd, .sumome-share-client-wrapper ol, .sumome-share-client-wrapper ul, .sumome-share-client-wrapper li, .sumome-share-client-wrapper fieldset, .sumome-share-client-wrapper form, .sumome-share-client-wrapper label, .sumome-share-client-wrapper legend, .sumome-share-client-wrapper table, .sumome-share-client-wrapper caption, .sumome-share-client-wrapper tbody, .sumome-share-client-wrapper tfoot, .sumome-share-client-wrapper thead, .sumome-share-client-wrapper tr, .sumome-share-client-wrapper th, .sumome-share-client-wrapper td, .sumome-share-client-wrapper article, .sumome-share-client-wrapper aside, .sumome-share-client-wrapper canvas, .sumome-share-client-wrapper details, .sumome-share-client-wrapper embed, .sumome-share-client-wrapper figure, .sumome-share-client-wrapper figcaption, .sumome-share-client-wrapper footer, .sumome-share-client-wrapper header, .sumome-share-client-wrapper hgroup, .sumome-share-client-wrapper menu, .sumome-share-client-wrapper nav, .sumome-share-client-wrapper output, .sumome-share-client-wrapper ruby, .sumome-share-client-wrapper section, .sumome-share-client-wrapper summary, .sumome-share-client-wrapper time, .sumome-share-client-wrapper mark, .sumome-share-client-wrapper audio, .sumome-share-client-wrapper video {

    background-color: transparent !important;

}



/* # Media Queries

---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {

         .caption-grid li {

          height: 200px;

          }

 }



@media only screen and (max-width: 1200px) {



         .genesis-nav-menu {

          font-size: 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;

        }



	.site-inner,

	.wrap {

		max-width: 960px;

	}



	.content-sidebar-sidebar .content-sidebar-wrap,

	.sidebar-content-sidebar .content-sidebar-wrap,

	.sidebar-sidebar-content .content-sidebar-wrap {

		width: 740px;

	}



	.content {

		width: 620px;

	}



	.sidebar-content-sidebar .content,

	.sidebar-sidebar-content .content,

	.content-sidebar-sidebar .content {

		width: 400px;

	}



	.footer-widgets-1,

	.footer-widgets-2,

	.footer-widgets-3,

   	.sidebar-primary {

		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;

        }



        .gif-timer-border {

	        margin-bottom: -125px;

        }

}



@media only screen and (max-width: 960px) {



 	body {

 		padding-top: 120px;

 	}



        .site-inner {

            margin-top: 60px;

        }



 	.site-inner,

 	.wrap {

 		max-width: 800px;

 	}



 	.title-area {

                display: inherit;

		float: none;

		margin: 0 auto;

                text-align: center;

 	}



	.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%;

 	}



 	.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;

 	}	



 	.site-header .genesis-nav-menu {

 		margin-top: 0;

 	}



 	.header-image .logospace {

 		margin-top: 30px;

 	}



 	.logospace {

 		margin-top: 0px;

 	}



        .prettychic-home .logospace,

        .workout-plans .logospace,

        .postid-12796 .logospace,

        .postid-16262 .logospace,

        .recipes-template .logospace {

		margin-top: -10%;

                background-position: 0% 10%;

 	}

                

	.title-area {

 		min-height: auto;

 	}



       #text-45.widget.widget_text {

	        display: none;

        }



       .caption-grid li {

                height: 150px;

        }



        .below-content #testimonialrotatorwidget-3,

        .below-content #search-4,

        .below-content #text-39 {

               width: 100%;

         }

       

        .below-content #search-4 .search-form {

               margin-top: 5%;

         }



        .below-content #search-4 {

               margin-bottom: 10%;

         }



        .below-content #text-39 {

               margin-left: 0;

         }

     

        .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;

         }



        .logospace {

                display: none;

         }



        .recipes-template .first-recipe-image {

               display: inline;

        }



        .subscribe-page .plans-box {  

               margin-top: -20%;

        }

}



@media only screen and (max-width: 800px) {



	body {

		background-color: #fff;

		font-size: 12px;

	}



	.site-inner,

	.wrap {

		padding-left: 5%;

		padding-right: 5%;

	}



	.archive-description,

	.author-box,

	.comment-respond,

	.entry,

	.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;

	}



	.header-image .logospace {

		margin-top: 20px;

	}



 	.nav-primary {

		border: 0;

	}



	.genesis-nav-menu > .right {

		float: none !important;

	} 



        .caption-grid li {

                height: 120px;

        }



        .caption-grid figcaption {

	        font-size: 10px;

        }



        .printables-grid figcaption p {

               font-size: 8px;

               letter-spacing: 1px;

         }



         .header-spotebi {

               max-width: 500px;

         }



        .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%;

         }

}



 

@media only screen and (min-width: 768px) {

 

       nav {

		display: block !important;

	}

}

 

@media only screen and (max-width: 767px) {



	.site-inner {

		margin-top: 120px;

	}



        .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;

                margin-top: 0;

                margin-bottom: 20px;

	}



	.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: 2%;

	}

 

	.sub-menu-toggle {

                padding: 15px !important;

                position: absolute;

                right: -70px;

                top: 0;

        }



       .site-header {

               max-height: 100%;

               overflow-y: auto;

               overflow-x: hidden;

       }



	.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;

	}



         #genesis-responsive-slider h2 {

                display: none;

         }



        .logospace {

                display: none;

         }

        

         #text-25.widget.widget_text { 

                display: none;

         }

      

         #text-27.widget.widget_text { 

                display: inline-block !important;

         }



         .bannerspace .textwidget {

                margin-bottom: 8%;

                margin-top: 8%;

         }



         body {

                padding-top: 0px !important;

         }



         .caption-grid li {

                width: 33%;

                height: 130px;

         }



         .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%;

         }



         #mimi-form-4.widget.mimi-form {

               display: none;

         }



         #text-16.widget.widget_text .basic-grid li {

               width: 100%;

         }



         #text-16.widget.widget_text .button {

               display: none;

         }



}



@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%;

         }



          #text-42.widget.widget_text .button {

               width: 75%;

         }

}



@media only screen and (max-width: 500px) {

      

         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%;

         }



        .subscribe-box .subscribe-newsletter {

               margin-left: 0px;

         }



        .woocommerce a.button {

                font-size: 7px !important;

        }



        .plans-box .plans-box-text {

	       font-size: 12px;

               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 {

                margin-right: 0;

                margin-left: 0;

                margin-bottom: 15%;

                width: 100%;

        }



        .printables .entry-content .button {

                width: 100%;

        }



        .online-resources-posts .entry-content .basic-grid {

               width: 100%;

        }



        .gif-timer-border {

	        margin-bottom: -200px;

         

        }



         .youtube-timer-border {

	       margin-bottom: -150px;

         }



         .woocommerce .cart .button {

              font-size: 5px;

         }



         .woocommerce ul.products li.product {

              width: 100%;

         }



         .complete-plan {

              font-size: 14px;

              font-weight: 400;

              width: 100%;

         }



}



@media only screen and (max-width: 414px) {

        

          .interval-timer-border .interval-timer iframe {

                height: 210px !important;

           }

}



@media only screen and (max-width: 400px) {

	

        img.alignright, .alignright {

		float: none;

		margin: 10px 0 0 0;

	}



        .related-posts-grid li {

                height: 175px;

         }



        .fitness-calculators .basic-grid li {

                margin-bottom: 0;

         }

   

}



@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;

          }

           

          .printables-grid figcaption p {

                text-transform: lowercase;

          }



          .gif-timer-border {

	        margin-bottom: -250px;

         

          }



          .youtube-timer-border {

	       margin-bottom: -200px;

          }



}



@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;

          }



}