﻿/*
Theme Name: Fitnessista
Description: A custom designed theme for The Fitnessista
Author: Cody Smith
Author URI: http://www.codysmith.com
template: bb-theme
*/

/* latest post block (top of home page) */
.latest-block {
	margin-bottom: 50px;
	position: relative;
}
.latest-block .latest-indicator {
	position: absolute;
	top: 15px;
	left: -25px;
	background: #F5F5F5;
	padding: 7px 15px 5px 15px;
	box-shadow: 0px 1px 2px #615f5f;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}
.latest-block h3 {
	margin: 0 0 0 0;
}
.latest-post-wrapper h2 {
	font-size: 34px;
	margin: 10px 0 0 0;
}

/* featured posts block (second row of posts on home page, currently pulling from "family" category) */
.featured-block {
	margin-bottom: 50px;
}
.featured-block h3 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 18px;
	border-bottom: 1px dotted #cf9295;
}
.featured-post-wrapper .post {
	width: 30.666666667%;
	float: left;
	margin: 0 4% 0 0;
}
.featured-post-wrapper .post:nth-child(3n) {
	margin-right: 0;
}
.featured-post-wrapper .post img {
	max-width: 100%;
	height: auto;
	box-shadow: 0px 2px 10px #b1abab;
}
.featured-post-wrapper h2 {
	margin: 15px 0 0 0;
	font-size: 18px;
}

@media (max-width: 550px) { 
	
	.featured-post-wrapper .post {
		width: 100%;
		float: none;
		margin: 0 0 25px 0;
	}
	.featured-post-wrapper .post:nth-child(3n) {
		margin-right: 0;
	}
	.featured-post-wrapper h2 {
		font-size: 21px;
	}	
	
}


/* popular posts block (third row of posts on home page, currently pulling from "recipes" category) */
.popular-block {
	margin-bottom: 65px;
}
.popular-block h3 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 18px;
	border-bottom: 1px dotted #cf9295;
}
.popular-post-wrapper .post {
	width: 17.6%;
	float: left;
	margin: 0 3% 0 0;
}
.popular-post-wrapper .post:nth-child(5n) {
	margin-right: 0;
}
.popular-post-wrapper .post img {
	box-shadow: 0px 2px 10px #b1abab;
}
.popular-post-wrapper .img-mockup {
	height: 125px;
	margin: 0 0 0 0;
}
.popular-post-wrapper h2 {
	font-size: 14px;
	margin: 10px 0 0 0;
}

@media (max-width: 550px) { 

	.popular-post-wrapper .post {
		width: 100%;
		float: none;
		margin: 0 0 25px 0;
	}
	.popular-post-wrapper .post:nth-child(5n) {
		margin-right: 0;
	}
	.popular-post-wrapper h2 {
		font-size: 21px;
	}
	
}




/* page width */
.fl-full-width .container {
  width: 1250px;
  max-width: 100%;
}

/* blog posts (archive pages) */
.category .fl-post {
	width: 48%;
	max-width: 48%;
	margin: 0 4% 0 0;
	float: left;
	border-bottom: 0;
}
.category .fl-post:nth-child(2n) {
	margin-right: 0;
}
.category .fl-post:nth-child(2n+1) {
	clear: both;
}
.category .fl-post-thumb {
	margin: 0 0 0 0;
}
.category .fl-post-thumb img {
	box-shadow: 0px 2px 10px #b1abab;
}
.category .fl-post-header {
	margin-top: 20px;
}
.category .fl-post-title {
	font-size: 16px;
	text-transform: uppercase;
}

@media (max-width: 550px) { 

	/* blog posts (archive pages) */
	.category .fl-post {
		width: 100%;
		max-width: 100%;
		margin: 0 0% 25px 0;
		float: none;
	}
	
}

/* pagination on archive/blog posts index */
.cs-pagination {
	clear: both;
	position: relative;
}
.cs-pagination .page-numbers {
    background: #cf9295;
    padding: 3px 10px 5px 10px;
    font-weight: normal;
    color: white;
    font-size: 18px;
    border: 1px solid #cf9295;
}
.cs-pagination .current {
    background: #EBEBEB;
    color: #cf9295;
    border: 1px solid #CECECE;
}

/* Read More Link */
.fl-post-more-link {
    display: inline-block;
    padding: 6px 12px;
    background: #cf9295;
    border: 1px solid #cf9295;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center;
}
.fl-post-more-link:hover {
    background: #cf9295;
    border: 1px solid #cf9295;
    color: #fff;
}

/* navigation menu */
.fl-page-nav-wrap {
	border: 0 !important;
}
.fl-page-nav {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
.fl-sub-menu-open .sub-menu li:hover {
	background: #dddfe0;
}
.fl-page-nav ul.sub-menu li a:hover {
	text-decoration: underline;
}

/* single post */
.fl-post-meta-top {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #898989;
}
.fl-post-meta-bottom {
	font-style: normal;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}

/* miscellaneous */
.more-from-blog {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold !important;
	font-size: 18px;
	border-bottom: 1px dotted #cf9295;	
}
.post img {
	max-width: 100% !important;
	height: auto !important;
}
p {
    margin-bottom: 20px;
}
a img.alignnone {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.cs-btn-wrapper {
	margin-top: 20px;
}
.cs-btn {
	display: inline-block;
	padding: 10px 25px;
	background: #cf9295;
	border: 1px solid #cf9295;
	color: #fff;
	border-radius: 3px;	
	text-transform: uppercase;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	text-align: center;
}
.cs-btn:hover {
	background: #cf9295;
	border: 1px solid #cf9295;
	color: #fff;
}

/* widgets */
.fl-widget .fl-widget-title {
    margin-bottom: 20px;
    background: #F5F5F5;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #EBEBEB;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    letter-spacing: 1px;
}

/* About Me Widget */
#enhancedtextwidget-2 {
	border: 2px solid #cf9295;
	padding: 25px;
}
.about-me img {
    margin: -25px auto 10px auto;
    display: block;
}
.about-me a {
	font-weight: bold;
}
/* Social Icons */
.social-icons {
	text-align: center;
}



/* Search Widget */
.widget_search .fl-widget-title {
	display: none;
}
.widget_search form {
	position: relative;
}
.widget_search input[type=text] {
	border-radius: 0;
	padding: 25px 10px;
}
.search-submit:before {
	font-family: 'FontAwesome';
	color: white;
}
.search-submit {
	background: #cf9295;
	border-color: #cf9295;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	padding: 15px 20px;
}

/* Books Widget */
.hiit-it {
	text-align: center;
	border: 1px solid #e16078;
	margin-bottom: 20px;
}
.hiit-it .img-wrapper {
	background: #ffffff;
	padding: 18px;
}
.hiit-it img {
	box-shadow: 0 0 3px #353535;
}
.hiit-it p {
	text-transform: uppercase;
	background: #ffffff;
	padding: 10px;
	border-top: 3px solid #e16078;
	border-bottom: 3px solid #dd5f76;
	font-family: 'Montserrat';
	margin-bottom: 0;
}
.hiit-it a {
	color: #ea6079;
}
.build-up-your-blog {
	text-align: center;
	border: 1px solid #00a0d2;
	margin-bottom: 20px;	
}
.build-up-your-blog .img-wrapper {
	background: #ffffff;
	padding: 18px;
}
.build-up-your-blog img {
	box-shadow: 0 0 3px #353535;
}
.build-up-your-blog p {
	background: #ffffff;
	padding: 10px;
	border-top: 3px solid #00a0d2;
	border-bottom: 3px solid #00a0d2;
	font-family: 'Montserrat';
	margin-bottom: 0;
}
.build-up-your-blog a {
	text-transform: uppercase;
	color: #00a0d2;
}

/* Email Subscription Widget */
.email-subscription {
    background: #EBEBEB;
    text-align: center;
    padding: 30px 20px 20px 20px;
}
.email-subscription p {
	font-family: "Montserrat", sans-serif;
}
.email-subscription input {
	margin-bottom: 10px;
}
.email-subscription input[type="submit"] {
	font-family: "Montserrat", sans-serif;
	background: #cf9295;
	font-size: 21px;
	border-color: #cf9295;
	color: #FFFFFF;
	padding: 10px 20px;
	margin-top: 10px;
	width: 100%;
}

/* Archive Widget */
.widget_archive select {
	width: 100%;
}

/* Categories Widget */
.widget_categories select {
	width: 100%;
}







/** Default State styling **/
button, 
input[type=button], 
input[type=submit] {
    background: #cf9295; /* Background color for button */ 
    color: #ffffff; /* text color */
    font-size: 14px;  
    line-height: 20px;
    padding: 6px 12px;
    font-weight: normal;
    text-shadow: none;
    border: 1px solid #cf9295;  /* border weight, style and color */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;  
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}

/** Hover state styling **/
button:hover, 
input[type=button]:hover, 
input[type=submit]:hover {
    background: #316e82;
    color: #ffffff;
    border: 1px solid #316e82;
    text-decoration: none;
}

/** Adding some transition **/
button, 
input[type=button], 
input[type=submit],
button:hover, 
input[type=button]:hover, 
input[type=submit]:hover {
    transition: all ease-in 0.2s;
}

/* comments */
.fl-comments-list .comment-reply-link {
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 3px;
}
.comment-author-fitnessista > .comment-body .comment-content {
    background: #fff5f5;
    border: 1px solid #fde1e2;
}
.comment-author-fitnessista > .comment-body .comment-author-link {
	color: #d19294;
}
.comment-avatar img {
	box-shadow: 0px 0px 2px #615f5f;
}




/* footer */
.cs-footer .fl-module-html {
    font-size: 25px;
    color: #2a6b7f !important;
}
.footer-heading h3 {
    color: #FFF !important;
}
.footer-logos {
	text-align: center;
}
.footer-logos a:hover {
	text-decoration: none;
}
.footer-links {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff !important;
}
.footer-links a {
    color: #fff !important;
    margin: 0 10px;
    border-bottom: 2px solid #fff;
}
.footer-links a:hover {
	text-decoration: none;
}
.footer-social .social-icons a {
	margin: 0 13px;
}
.fl-page-footer-text {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;	
}
.fl-page-footer-text span {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #898989 !important;	
}
.fl-page-footer-text a {
	font-weight: bold;
}



/* Related Posts for WordPress Styles */

.rp4wp-wrapper {
    border: 1px solid #EBEBEB;
    border-top: 5px solid #EBEBEB;
    padding: 0 20px;
}
.rp4wp-wrapper h3 {
	margin-left: 12px;
}
.rp4wp-related-posts {
	margin-top: 30px;
}
.rp4wp-posts-list {
	margin: 0;
	padding: 0;
}
.rp4wp-col {
	float: left;
    width: 23.5%;
    margin: 0 2% 10px 0 !important;
    list-style: none !important;
    background: white;
    padding: 10px;
    box-sizing: border-box;
}
.rp4wp-col-first {
    clear: both;
}
.rp4wp-col-last {
    margin-right: 0 !important;
}
.rp4wp_component_image {
	border: 1px solid #EBEBEB;
	padding: 5px;
}
.rp4wp_component_image img {
    box-shadow: 0px 0px 1px #928e8e;
}
.rp4wp_component_title {
    line-height: 1;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
.postid-56209 .linkwithin_hook {
	display: none !important;
}
@media (max-width: 800px) { 
	.rp4wp-col {
		float: left;
	    width: 47.5%;
	    margin: 0 5% 10px 0 !important;
	    list-style: none !important;
	    background: white;
	    padding: 10px;
	    box-sizing: border-box;
	}
	.rp4wp-col-first {
	    clear: none;
	}
	.rp4wp-col-last {
	    margin-right: 5% !important;
	}
	.rp4wp-col:nth-child(2n) {
		margin-right: 0 !important;
	}
}

/* social icons */
.icon-background {
    color: #cf9295;
}
.social-icons a:hover {
	text-decoration: none;
}




.cs-grid-item-1 {
	width: 100%;
	max-width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
.cs-grid-item-1 h2 {
	font-size: 31px;
	margin: 0;
}

.cs-grid-item-2 {
	width: 50%;
	max-width: 50%;
	float: left;
	margin: 0 0 20px 0;
}
.cs-grid-item-2:nth-child(2n+1) {
	clear: both;
}
.cs-grid-item-2 h2 {
	font-size: 21px;
	margin: 0;
}

.cs-grid-item-3 {
	width: 33.333333333%;
	max-width: 33.333333333%;
	float: left;
	margin: 0 0 20px 0;
}
.cs-grid-item-3:nth-child(3n+1) {
	clear: both;
}
.cs-grid-item-3 h2 {
	font-size: 21px;
	margin: 0;
}

.cs-grid-item-4 {
	width: 25%;
	max-width: 25%;
	float: left;
	margin: 0 0 20px 0;
}
.cs-grid-item-4:nth-child(4n+1) {
	clear: both;
}
.cs-grid-item-4 h2 {
	font-size: 21px;
	margin: 0;
}

.cs-grid-item-5 {
	width: 20%;
	max-width: 20%;
	float: left;
	margin: 0 0 20px 0;
}
.cs-grid-item-5:nth-child(5n+1) {
	clear: both;
}
.cs-grid-item-5 h2 {
	font-size: 16px;
	margin: 0;
}

.cs-grid-item-6 {
	width: 16.666666667%;
	max-width: 16.666666667%;
	float: left;
	margin: 0 0 20px 0;
}
.cs-grid-item-6:nth-child(6n+1) {
	clear: both;
}
.cs-grid-item-6 h2 {
	font-size: 14px;
	margin: 0;
}



/* Snapchat Add  */

.snapchat-add {
	text-align: center;
	background: #000;
	padding: 30px;
}
.snapchat-add img {
	max-width: 50%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.snapchat-add p {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	margin-top: 15px;
	color: #EBEBEB;
	font-size: 18px;
	font-weight: normal;
}
.snapchat-add span {
	color: #fffa32;
	font-weight: bold;
}



.et_monarch .et_social_inline_bottom {
	margin-bottom: 30px;
}

.my-products-title {
	margin-bottom: 30px;
}
.fi-product {
	max-width: 30.666666667%;
	float: left;
	margin: 0 3% 25px 0;
}
.fi-product:nth-child(3n) {
	margin-right: 0;
}
.fi-product:nth-child(3n+1) {
	clear: both;
}
.fi-product img {
	max-width: 100%;
	box-shadow: 0px 2px 10px #b1abab;	
	height: auto;
}



@font-face {
	font-display:swap;
  font-family: 'JennaSue';
  src: url('https://fitnessista.com/wp-content/themes/fitnessista/fonts/JennaSue.eot?') format('embedded-opentype'),  url('https://fitnessista.com/wp-content/themes/fitnessista/fonts/JennaSue.woff') format('woff'), url('https://fitnessista.com/wp-content/themes/fitnessista/fonts/JennaSue.ttf')  format('truetype'), url('https://fitnessista.com/wp-content/themes/fitnessista/fonts/JennaSue.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.horizontal-newsletter-signup .fl-module-rich-textno  {
	margin-top: -10px;
}

.horizontal-newsletter-signup .fl-rich-text p {
  font-family: 'JennaSue' !important;
  font-size: 36px !important;
  margin: 0;
}


.fl-page-footer {
	padding-bottom: 150px;
}

.fl-post-nav {
	font-size: 18px;
	font-weight: bold;
	padding-top: 31px;
	padding-bottom: 31px;
}
