/*
Theme Name:     tothesource 2015
Theme URI:      http://tothesource.com/
Description:    Child theme for the Himmelen theme. Built in 2015.
Author:         Abbson Studios
Author URI:     http://www.abbsonstudios.com/
Template:       himmelen
Version:        0.1.0
Text Domain:    tts2015
*/

@import url("../himmelen/style.css");


/**
 *
 * Child theme overrides
 *
 */






/** General stylings **/
a, a:focus, blockquote:before, .navbar .nav > li > a:hover, .social-icons-wrapper a:hover, .blog-post .format-quote .entry-content:before, .blog-post .post-categories, .blog-post .post-categories a, .blog-post .post-header-title sup, .blog-post .post-header-title a:hover, .blog-post .post-info > div a:hover, .author-bio .author-social-icons li a:hover, .post-social a:hover, .navigation-paging.navigation-post a, .navigation-post .nav-post-title, .footer-sidebar-2.sidebar .widget a:hover, footer a:hover, .sidebar .widget ul > li a:hover, .sidebar .widget_text a, .comment-metadata .author a, .comment-metadata .date a:hover, .himmelen-post-pagination .himmelen-post-pagination-item:hover .himmelen-post-pagination-title, .himmelen-post-pagination .himmelen-post-pagination-item.active .himmelen-post-pagination-title, .himmelen-popular-post-list-wrapper .himmelen-popular-post .himmelen-popular-post-title a:hover, body .select2-results .select2-highlighted {
	color: #222222 !important;
}

blockquote {
	font-size: 15px;
	line-height: 25px;
}
 
 
 
 
 
 /** Categories Page Layout **/
.categories-listing {
 
}
.categories-listing .category-wrapper {
	border-bottom: 1px solid #d9d9d9;
}
.categories-listing .category-wrapper:last-child {
	border-bottom: none;
}
.categories-listing .category-header {
	text-align: center;
	margin-bottom: 30px !important;
}
.categories-listing .category-header .category-title, .categories-listing .category-header .category-title a {
	font-size: 28px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.categories-listing .category-header .category-description {
	
}
.categories-listing .category-posts {
	margin-bottom: 0 !important;
}
.categories-listing .category-posts .blog-post {
	width: 50%;
	float: left;
	clear: both;
	background: none;
	box-shadow: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 0;
}
.categories-listing .category-posts .blog-post:nth-child(even) {
	clear: none;
	padding-left: 15px;
	padding-right: 0;
}
.categories-listing .category-posts .blog-post .post-info > div {
	width: 50%;
}
.categories-listing .category-posts .blog-post .post-info > div.post-author {
	display: block !important;
}
.categories-listing .category-posts .blog-post .post-info > div.share-post {
	display: none !important;
}
.categories-listing .category-posts .blog-post .post-info > div.post-author + div {
	border-left: inherit !important;
}





/** Emma forms **/
body .emma-wrap ul#emma-form-elements li.emma-form-row {
	width: 100%;
}
body .emma-wrap input, 
body .emma-wrap label {
    line-height: 26px;
}
body .emma-wrap input[type="text"],
body .emma-wrap input[type="email"],
body .emma-wrap ul#emma-form-elements .emma-form-input {
	float:none;
    width: 100%;
    display: inline-block;
    vertical-align: top;

    background: rgba(255,255,255, 0.2);
    border-color: rgba(255,255,255, 0.05);
    color: rgba(255,255,255, 0.9);
    margin-bottom: 5px;
}
body .emma-wrap input[type="button"],
body .emma-wrap input[type="submit"],
body .emma-wrap ul#emma-form-elements #emma-form-submit {
    line-height: 1;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
}

body .emma-wrap label.emma-form-label {
	display:none;
}
body .widget_text #emma-form input[type="submit"]:hover, body .widget_text #emma-form a#emma-form-submit:hover {
	border: 1px solid #000000;
	background-color: #000000;
}




/** Himmelen Content widgets **/
.himmelen-textwidget {
	position:relative;
}
.himmelen-textwidget:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.35);
	content:'';
	z-index:1;
}
.himmelen-textwidget > * {
	z-index:10;
	position:relative;
}




/** Headers on author pages **/
.author-header {
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}
.author-header p {
	margin-top:0;
}
.author-header h1 {
	margin-bottom:20px;
}
.author-header img {
	border-radius:50%;
	max-width:100%;
	height:auto;
}





/** Related Post sections **/
.blog-post-related h5 {
	text-align: left;
}





/** Singular Posts **/
.author-bio .author-description, .author-bio .author-description a {
	color: #565656;
}





/** Sidebar, Footer **/
.sidebar .widget a {
	color: #FFFFFF !important;
}