/*
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.2rem;
    line-height: 1.8rem;
}
@media (min-width: 1200px) {
    p {
        font-size: 1.5rem;
    }
}
.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;
}

.container-fluid {
    max-width: 1480px;
}

/*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*/

img.logo {
    max-width: 160px;
}

.header-ad-wrapper {
    max-width: 970px;
    margin: 10px auto;
}

@media (max-width: 48em) {
    .header-ad-wrapper {
    display: none;
    }  
    }

.mobile-leaderboard.hidden-md-up {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 20000;
}
.mobile-ad {
    margin: 0 auto;
    max-width: 300px;
}

.mobile-header {
    max-width: 300px;
    margin: 10px auto;
}

.under-content-ad {
    clear: both;
}

.floating-cart.hidden-md-up {
    top: 58px;
    position: fixed;
    z-index: 20000;
    padding: 8px;
}

.floating-cart .cart {
    background: #f7f7f9;
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: .0625rem solid transparent;
    border-radius: .25rem;
}

/*Navbar Styles*/

nav.navbar.navbar-light {
    background: #fff;
}

nav a {
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

nav.navbar li {
    line-height: 76px;
}

.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: 5%;
}

#offcanvas-menu a {
    font-size: 1.5rem;
}

#offcanvas-menu li.menu-logo {
    list-style: none;
}

.mobile-search-filter {
    display: none;
}
@media (max-width: 48em) {
.mobile-search-filter {
    display: inline-block;
}
}

div#at4-follow {
    z-index: 20001;
}

ul.cart-nav {
    list-style: none;
}
li.cart {
    vertical-align: middle;
    height: 76px;
    line-height: 76px;
}
/*.cart img {
    height: 24px;
}*/

#pagination {
    text-align: center;
}

.nav-search {
    margin: -15px 15px 15px 15px;
}

/*Post List Styles*/

.post {
    margin: 30px 0;
}

img.attachment-featured-image.wp-post-image {
    max-width: 100%;
}

.post-heading {
    font-size: 1.8rem;
    margin: 0.5rem 0;
}
@media (min-width: 1200px) {
    .post-heading {
        font-size: 2.2rem;
        margin: 0.5rem 0;
    }
}

.post-heading a {
    color: #333;
    text-decoration: none;
}

.intro h3 {
    margin: 0 0 1.5rem 0;
}

.thumbnail.featured-thumbnail img {
    max-width: 224px;
}

/*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;
}
}

@media (max-width: 48em) {
    .carousel-caption {
        top: 5%;
    }
}

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 {
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    border-bottom-width: 2px;
    padding: 8px 40px;
    background: #fff;
}

@media (max-width: 48em) {
    .single, .posts, .page {
    padding: 8px;
}
}

.page {
    margin-top: 6px;
}

.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;
}

@media (max-width: 48em) {
.post-title h1 {
    font-size: 2.2rem;
    }
}

.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 h1 {
    font-size: 2.2rem;
    }
}

@media (max-width: 48em) {
    .page-title, .post-title {
        margin: 0px 0px;
    }
}

@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;
}

.single ol, .page ol, .single ul, .page ul{
    overflow: auto;
}

.single li img, .page li img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single li, .page li {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

blockquote p {
    font-size: 1.1rem;
}

.gallery-item img {
    border: none !important;
}

/*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 4px 4px 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;
}
/*Fix Connatix Ads*/
img.img-responsive.attachment-post-thumbnail.wp-post-image.ggnoads {
    max-height: 190px;
}

/*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;
}

/*Table of Contents Plus Stlyes*/
#toc_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_container {
    float: none;
    min-width: 100%;
}
}

#toc_container #toc_title {
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}
#toc_container .toc_number {
    display: inline-block;
    padding-right: 5px;
}
#toc_container li.header-level-1 {
    font-weight: 300;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
}
#toc_container li.header-level-2 {
    font-size: .8rem;
}
#toc_container li.header-level-3 {
    font-size: .6rem;
}

/*FacetWP Styles*/
.facetwp-facet {
    margin-bottom: 0px !important;
}

/* Device Filter */
.device-filter {
margin-left: 10px;
}
.device-filter span {
margin-left: 10px;
text-decoration: underline;
color: #1A7C9B;
cursor: pointer;
font-family: 'Oswald', sans-serif;
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%;
}

/*Ad Styles*/ 
.in-article-ad {
    float: left;
    margin: 10px;
}

@media (max-width: 48em) {
.in-article-ad {
    float: none;
    margin: 10px;
    clear: both;
    text-align: center;
}
}

.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;
}

/*AddThis Styles */
div#at4-follow {
    top: 0px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

/*MailChimp Styles*/

.mc-modal {
    z-index: 50001 !important;
}

#mc_embed_signup h2 {
    font-weight: normal !important;
    font-size: 2.5rem !important;
}

.under-content-ad {
    padding: 8px;
    margin-top: 20px;
}

.mc-field-group input {
    margin-right: 5px;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    float: left;
    margin-right: 4% !important;
}
    
/*WooCommerce Styles*/

/*Single Products*/
button.single_add_to_cart_button.button.alt.btn.btn-primary {
    background-color: #0275d8;
}

a.single_add_to_cart_button.button.alt {
    background-color: #0275d8;
}

.woocommerce p.stock.in-stock {
    color: #0275d8;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0275d8;
    font-size: 1.25em;
}
em.wwcAmzAff-price-info {
    display: none;
}

/*Cart*/
.cart_totals th {
    padding-right: 30px;
}
.cart_totals table {
    margin-bottom: 15px;
}
.shipping > td {
    padding-top: 10px;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #0275d8;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 48%;
}

/*Checkout Page*/
input#place_order {
    background-color: #0275d8;
}

/*DT Ad Styling*/
.h-bartender .is-fixed .m-pint-pos {
    width: 100%;
    position: fixed;
    z-index: 3;
}