/*
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;
    border-bottom-width: 2px;
    padding: 8px;
    background: #fff;
    margin-bottom: 20px;
}

.header-top {
    margin: 45px 15px 0px 15px;
    background: #fff;
}

img.logo {
    max-width: 160px;
}

.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;
}

.under-content-ad {
    clear: both;
}

/*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;
}

@media (max-width: 48em) {
.carousel-caption {
    top: 5%;
}
}
.carousel-caption h2 {
    text-shadow: #333 1px 1px;
    font-size: 4.0rem;
}

/*.carousel-image:hover .carousel-excerpt{
    visibility: visible;
}*/

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;
    background: #fff;
}

.cat-posts {
    margin-top: 5px;
}

.post-title {
    position: absolute;
    top: 35%;
    left:0;
    right: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: 40%;
    left:0;
    right: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;
	}
}

.post-hero {
	min-height: 50vh;
	margin-bottom: 10px;
}

.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;
}

/*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', 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;
}

.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;
}

/*Optin Monster Styles*/

.in-line-optin {
    margin: 20px 0;
}