/*
Theme Name: Expound Media Theme
Theme URI: http://theunlockr.com
Description: Theme for Expound Media Sites
Author: David Cogen
Author URI: http://facebook.com/dcogen
Version: 1.0
Tags: responsive, white, bootstrap
*/

/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700italic,700|Oswald:400,300,700);

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #eee;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
    clear: both;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
	color: inherit;
}

h1 {
	font-size: 3.5rem;
	margin: 1.5rem 0;
}
h2 {
	font-size: 3.0rem;
	margin: 1.5rem 0;
}
h3 {
	font-size: 2.5rem;
	margin: 1.5rem 0;
}
h4 {
	font-size: 2.0rem;
	margin: 1.5rem 0;
}
h5 {
	font-size: 1.75rem;
	margin: 1.5rem 0;
}
h6 {
	font-size: 1.5rem;
	margin: 1.5rem 0;
}

p {
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.widget p {
    font-size: 1rem;
    line-height: 1.5rem;
}

a, a:visited {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*Wordpress Image Align Styles*/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both;}
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*Header Styles*/
header {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 8px;
    background: #fff;
}

.header-top {
    margin: 45px 15px 0px 15px;
}

img.logo {
    max-height: 60px;
}

.header-logo {
    float: left;
    margin: 10px 0;
}

.header-ad {
    width: 728px;
    margin: 10px auto;
}

.header-right {
    width: 80%;
    float: left;
}

@media (max-width: 48em) {
	.header-top {
	    margin: 55px 15px 0px 15px;
	}
}

.mobile-leaderboard.hidden-md-up {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 20000;
}
.mobile-ad {
    margin: 0 auto;
    width: 300px;
}

/*Navbar Styles*/

nav a {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.bg-faded {
    background-color: #333;
}

@media (max-width: 48em) {
	.navbar {
		background: none;
	}
	.navbar-toggle {
		background: #f7f7f9;
		top: 58px;
		right: 10px;
		position: fixed;
		z-index: 20000;
	}
}

#offcanvas-menu ul {
    margin-left: 20px;
    margin-top: 10px;
    list-style: none;
}

.navmenu-fixed-left {
	z-index: 20000; /* Make OffCanvas Menu Higher than Mobile Ad */
}

#offcanvas-menu li {
    padding-bottom: 10%;
}

#offcanvas-menu a {
    font-size: 1.75rem;
}

#offcanvas-menu li.menu-logo {
	list-style: none;
}

div#at4-follow {
    z-index: 20001;
}

/*Post List Styles*/

img.attachment-featured-image.wp-post-image {
    max-width: 100%;
}

.post-heading {
    font-size: 1.8rem;
    margin: 0.5rem 0;
}

.post-heading a {
    color: #333;
    text-decoration: none;
}

.intro h3 {
    margin: 0 0 1.5rem 0;
}

/*Carousel Styles*/

div#homepage-carousel {
    margin-bottom: 20px;
}

.carousel-inner {
    min-height: 50vh;
}

.carousel-excerpt {
    visibility: hidden;
}

.carousel-caption {
    position: absolute;
    top: 25%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 2;
    text-align: center;
}

.carousel-caption h2 {
    text-shadow: #333 1px 1px;
    font-size: 4.0rem;
}
@media (max-width: 48em) {
.carousel-caption h2 {
    font-size: 2.2rem;
}
}

a.carousel-link {
    color: #fff;
    text-decoration: none;
}

/*Sidebar Styles*/

#sidebar ul {
    padding: 5px;
}

.widget {
    min-width: 300px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    padding: 8px;
    background: #fff;
}

.widget-title {
    font-size: 1.3rem;
    font-family: 'Oswald',sans-serif;
    background-color: #333;
    color: #fff;
    padding: 8px;
    margin: 5px 0px;
}

.addthis_toolbox.addthis_vertical_style.addthis_32x32_style {
    font-size: 1.25rem;
}

a.bump-view {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #000;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    max-width: 75px !important;
}

/*Post & Page Styles*/

.single, .posts, .page, .results {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    padding: 8px;
    background: #fff;
}

.posts > .results {
    border: none;
}

.cat-posts {
    margin-top: 5px;
}

.post-title {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    color: #fff;
    text-shadow: #333 1px 1px;
    text-align: center;
}

.page-title {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    color: #fff;
    text-shadow: #333 1px 1px;
    text-align: center;
}

@media (max-width: 48em) {
    .page-title, .post-title {
        margin: 0px 0px;
        top: 5%;
    }
}

.post-hero {
    min-height: 50vh;
    margin-bottom: 10px;
    position: relative;
}

.breadcrumb {
    font-family: 'Oswald', sans-serif;
    background-color: #f3f4f5;
    font-size: 15px;
    padding: 13px 20px;
    border-radius: 6px;
}

.breadcrum_info {
	font-family: 'Open Sans', sans-serif;
}

.cat-nav a {
    border: 1px solid #333;
    padding: 0 3px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
}

.avatar {
	float: left;
}

.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.author-info {
	float: left;
	padding: 7px;
}

.author-name {
font-family: 'Oswald';
}

.author-name a {
padding: 0px 3px;
border-radius: 3px;
border: 1px solid #d8d8d8;
border-bottom-width: 2px;
}

p.wp-caption-text {
    text-align: center;
    font-size: 1rem;
    font-style: italic;
}

.tags, .source {
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
}

.source {
  margin-top: 10px;
}

div#comments {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    padding: 8px;
    background: #fff;
    margin: 20px 0px;
}

li.comment {
    list-style: none;
}

.comment-author .avatar {
    width: 48px;
    margin-right: 8px;
}

textarea#comment {
    width: 100%;
}

.gallery {
    clear: both;
}

/*Footer Styles*/

footer {
    background: #333;
    padding: 10px;
}

.me {
    margin: 20px auto 40px;
    max-width: 100px;
}

.me img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.footer-social {
    max-width: 50%;
    margin: 0 auto;
}

.addthis_custom_follow {
    max-width: 290px;
    margin: 0 auto;
}

.footer-text, .footer-social, .links, .legal {
    margin: 0 auto;
    max-width: 50%;
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
@media (max-width: 48em) {
.footer-text, .footer-social, .links, .legal {
    max-width: 90%;
}
}

.back-to-top-container {
    margin: -10px auto;
    width: 110px;
}

#back-to-top {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    background: #e0e0e0;
    color: #888;
    background: #666;
    color: #333;
    padding: 0 25px;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    line-height: 35px;
}
#back-to-top:hover {
    background: #eee;
    color: #e00;
}

/*Related Posts Styles*/
div#relatedposts {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    padding: 8px;
    background: #fff;
    margin-top: 20px;
}
#relatedposts h3 {
    margin-top: 5px;
}
#relatedposts ul {
    list-style: none;
    padding: 3px;
}
.relatedthumb {
    position: relative;
}
.relatedcontent h3 {    
    font-size: 1.5rem;
}
#relatedposts li {
    padding: 0px 5px 5px 0px;
}
.relatedcontent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    margin: 0px 5px 5px 0px;
    padding: 0px 8px;
}

/*Table of Contents Stlyes*/
#toc-np-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 1em;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 5px;
    max-width: 305px;
    display: table;
    float: right;
}
@media (max-width: 48em) {
    #toc-np-container {
    float: none;
    min-width: 100%;
}
}

#toc-np-container #toc-np-title {
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
#toc-np-container .toc-np-number {
    display: inline-block;
    padding-right: 5px;
}
#toc-np-container li.header-level-1 {
    font-weight: 300;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
}
#toc-np-container li.header-level-2 {
    font-size: .8rem;
}
#toc-np-container li.header-level-3 {
    font-size: .6rem;
}

/* Device Filter */
.device-filter {
margin-left: 10px;
}
.device-filter span {
margin-left: 10px;
text-decoration: underline;
color: #1A7C9B;
cursor: pointer;
font-family: 'Oswald';
font-size: 20px;
}
.device-filter span:hover {
text-decoration: none;
}
.device-filter span.selected {
color: #000000;
text-decoration: none;
cursor: default;
}
.hidden-device-category.hidden {
display: none;
}

/* Responsive Object Styles*/
.flex-object {
  position: relative;
  padding-top: 25px;
  padding-bottom: 57.25%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  clear: both;
}
.flex-object iframe,
.flex-object object,
.flex-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

/*Ad Styles*/ 
.in-article-ad {
    float: left;
    margin: 10px;
}

.content-well-ad {
    margin: 30px 0px 15px;
}

.sidebar-ad {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}

.sidebar-ad.sticky-ad.zdStickyTopSidebar.zdStickyFixed {
    top: 50px !important;
}

.zdStickyLeaderboard {
    background-color: #fff !important;
}

.stickem-container {
	position: relative;
}
 
.stickit {
	position: fixed;
	top: 0;
}
 
.stickit-end {
	bottom: 0;
	position: absolute;
	right: 0;
}

/*AddThis Styles */
div#at4-follow {
    top: 0px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

/*Where to Eat Styles*/

.restaurant-info li {
  margin-bottom: 0.2rem;
}

.refine-option {
    float: left;
    margin-left: 3%;
}

.results a.thumbnail.featured-thumbnail {
    max-width: 40%;
    float: left;
    margin-right: 10px;
}

.acf-map {
    height: 500px !important;
    margin: 0 !important;
}

.results .featured-body {
    padding: 0px;
    padding-top: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 0;
}

.results .featured-body p {
    font-size: 1.5rem;
}

.results .featured-heading {
    font-size: 1.75rem;
    padding: 0px;
    margin-bottom: 5px;
}

.results .featured-post {
    margin-bottom: 15px;
}

.refine-option p {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.results .page-body h2 {
    padding: 0px !important;
    margin: 0px !important;
}
.ingredients {
    float: left;
    padding: 0 8px 8px 8px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    width: 100%;
    margin-bottom: 8px;
    background: #fff;
}

.diets {
    float: left;
    padding: 0 8px 8px 8px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    width: 100%;
    margin-bottom: 8px;
    background: #fff;
}
.recipe-rating {
    float: left;
    padding: 0 8px 8px 8px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    width: 100%;
    margin-bottom: 8px;
    background: #fff;
}
.holidays {
    float: left;
    padding: 0 8px 8px 8px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    width: 100%;
    background: #fff;
}

.ingredients h3, .diets h3, .recipe-rating h3, .holidays h3 {
    background: #333;
    margin: -1px -9px;
    color: #fff;
    padding: 8px 15px;
    font-family: Oswald;
    margin-bottom: 0px;
}
.steps h3 {
    background: #333;
    margin: 7px -1px;
    color: #fff;
    padding: 0px 15px;
    font-family: Oswald;
    padding: 8px;
    margin-bottom: 0;
}

.recipe-info {
    float: left;
    padding: 8px;
}

.recipe-content {
background: #fff;
padding: 15px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
margin-bottom: 8px;
border: 1px solid #d8d8d8;
border-bottom-width: 2px;
}

@media screen and (max-width: 992px) {
    .recipe-info {
        width: 100%;
    }
    .steps {
        clear: both;
    }
}

span.post-ratings {
font-size: 12px;
}

.posts .facetwp-facet {
font-size: 15px;
margin-bottom: 10px;
}
.facetwp-type-checkboxes, .facetwp-type-hierarchy {
border: 1px solid #999;
border-radius: 6px;
padding: 5px;
-webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.9);
box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.9);
background: #fff;
}

.popover-content {
    font-size: 12px;
    padding: 10px;
    font-family: 'Open Sans'
}

.popover-title {
    background: #333;
    font-family: 'Oswald';
    font-weight: normal;
    padding: 10px;
}

img.fnp-icon {
height: 16px !important;
margin: auto 3px;
display: none;
}

.facetwp-autocomplete-update {
background: #c0392b;
color: #fff;
}

.refine {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.toc, .restaurant-info {
  background: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 15px;
  margin: 15px;
  float: right;
}

@media screen and (max-width: 768px) {
.toc, .restaurant-info {
  width: 100%;
}
}

.restaurant-info.perk {
  max-width: 200px;
  float: right;
}

.fnp-icon {
    /*display: inline !important;*/
    display: none;
}

.restaurant-info > ul {
  list-style: none;
  padding: 5px;
}

.refine-how-tos {
  background: rgb(245, 245, 245);
  border-radius: 6px;
  padding: 10px;
  margin: 15px;
  padding-bottom: 5px;
  float: right;
}

.facetwp-counter { 
    display: none !important; 
}