/*
Theme Name: FastDay2016 (based on Bootstrap Basic)
Theme URI: 
Author: Mariska Taylor (Bootstrap Basic by Vee Winch)
Author URI: 
Description: 
Version: 1.0.10
License: MIT
License URI: http://opensource.org/licenses/MIT
*/
body {
font-family: 'Poppins','Open Sans',sans-serif;
padding-top:15px;
font-size:12pt;
color:#403d3d;
}
.text-default {
color:#403d3d;
}
.font-weight-md {font-weight:500;}
/*fix responsive images*/
.img-responsive {
width:100%;
}
.img-responsive-limit {
max-width:100%;
}
.header-hero {
background-color:rgb(148,194,60);
background-image:url('/wp-content/uploads/2016/06/header-sunrays.png');
background-position:top center;
background-repeat:no-repeat;
min-height:180px;
color:white;
margin-bottom:15px;
text-transform:uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.position-relative {
position:relative;
} 
.hr-info {
border-top:2px solid rgb(148,194,60);
}
.footer {
padding:30px;
background-color:rgb(244,244,244);
}
.footer a {
color:#403d3d;
}
.footer a:hover {
color:black;
text-decoration:none;
}
.footer-hero {
/*margin-top:15px;*/
padding:15px;
background-color:rgb(148,194,60);
}
.btn-align-bottom {
position:absolute;
bottom:15px;
left:30px;
right:30px;
}
.btn-pad-bottom {
padding-bottom:50px;
}
.recipe-box {
background-color:rgb(148,194,60);
}
.recipe-box a {
color:white;
}
.recipe-box .entry-header {
padding:15px;
}
/* keep recipes lined up on non-mobile */
@media only screen and (min-width : 768px) {
.recipe-box img {
height:233px;
}
}
#article-references {
background-color:rgb(148,194,60);
padding:15px;
color:white;
font-size:11px;
}
#article-related-links {
background-color:#ea8e44;
padding:15px;
color:white;
font-size:11px;
}
#article-references a, #article-related-links a {
color:white !important;
font-size:11px;
}
.text-center-xs {
text-align:center;
}
.home-joinus {
margin:auto;
}
@media only screen and (min-width : 768px) {
.home-joinus {
position:absolute;
bottom:-150px;
left:15px;
z-index:100;
}
.text-center-xs {
text-align:left;
}
}
.footer-char-updates {
position:absolute;
top:-150px;
left:0px;
}
.spacer {
height:15px;
}
.row-pad {
padding:30px 0 30px 0;
}
.navbar-nav a {
text-transform:uppercase;
font-size:16pt;
}
.margin-right-15 {margin-right:15px;}
.margin-left-15 {margin-left:15px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-top-15 {margin-top:15px;}
.margin-top-10 {margin-top:10px;}
.margin-top-5 {margin-top:5px;} 
.no-margin {margin:0px;}
.padding-15 {padding:15px;}
.padding-30 {padding:30px;}
.bold {
font-weight:bold;
}
.pointer {
cursor:pointer;
}
input::-webkit-input-placeholder {
font-family:Georgia,serif;
font-style:italic;
}
input:-moz-placeholder { /* Firefox 18- */
font-family:Georgia,serif;
font-style:italic;
}
input::-moz-placeholder {  /* Firefox 19+ */
font-family:Georgia,serif; 
font-style:italic;
}
input:-ms-input-placeholder {  
font-family:Georgia,serif;
font-style:italic;
}
.bg-color-neutral {
background-color:rgb(244,244,244);
}
.color-white {
color:white;
}
/*ability to apply rounded to images in forum when we can't change their class*/
div.rounded img {
border-radius: 50%;
}
.sprite-social { background: url('/wp-content/uploads/2016/06/sprite-social.png') no-repeat top left; width: 44px; height: 44px; } 
.sprite-social.sprite-fb { background-position: 0 0; }
.sprite-social.sprite-tw { background-position: -44px 0; }
.sprite-social.sprite-gp  { background-position: -88px 0; }
.sprite-social.sprite-yt  { background-position: -132px 0; }
.sprite-social.sprite-pn  { background-position: -176px 0; }
.food-basic-panel {
     background-color: rgb(64,61,61);
	 padding:15px;
	 color:white;	 
}
 .food-basic-panel h3 {
	 text-transform:uppercase;
	 margin:0;
	 color:white;
	 font-weight:bold;
}
 /* recipes  - nutrition boxes */
.post-tags a {
float:left;
margin:2px;
} 
 .nutrition h3 {
     background-color: rgb(148,194,60);
	 padding:15px;
	 text-transform:uppercase;
	 color:white;
	 font-weight:bold;
 }
 .recipe .nutrition ul {
    margin-top: 20px;
    margin-bottom: 35px;
    list-style: none;
    padding: 0;
}
.recipe .nutrition ul li div:first-child {
    padding: 0 5px;
    line-height: 22px;
    background: #e27319;
    color: #ffffff;
    font-size: 12px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.recipe .nutrition ul li div {
    text-align: center;
}
.recipe .nutrition ul li div:last-child {
    line-height: 29px;
    background: #ededed;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.recipe .nutrition ul li div {
    text-align: center;
}
.recipe .nutrition ul li {
    float: left;
    margin-right: 2px;
}
.recipe .nutrition ul:before, .recipe .nutrition ul:after {
    display: table;
    content: "";
    line-height: 0;
}
.recipe .nutrition ul:before, .recipe .nutrition ul:after {
    content: " ";
    display: table;
}
.recipe .nutrition ul:before, .recipe .nutrition ul:after {
    content: " ";
    display: table;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Pseudo ::after element
.recipe .nutrition ul:after {
    clear: both;
}
.recipe .nutrition ul:before, .recipe .nutrition ul:after {
    display: table;
    content: "";
    line-height: 0;
}
.recipe .nutrition ul:after {
    clear: both;
}
.recipe .nutrition ul:before, .recipe .nutrition ul:after {
    content: " ";
    display: table;
}
.recipe .nutrition ul:after {
    clear: both;
}
.recipe .nutrition ul:before, .recipe .nutrition ul:after {
    content: " ";
    display: table;
}
#breadcrumb li {
font-size:10pt !important; /* to sync with size on forum */
}
@media (max-width: 767px) {
.header-hero h1 { font-size:18px; }
.header-hero {min-height:30px;}
}
/*-----------------------------------------------------------
BridgeDD CSS
-----------------------------------------------------------*/
.ddavatar {
height:34px;
width:34px;
}
/*-----------------------------------------------------------
Required WordPress CSS
-----------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}