/*
Theme Name: Cosmic Scientist
Template: aden
Author: Cosmic Scientist
Version: 1.0
License: GNU General Public License
License URI: http://license.com
*/

.header-top { height: 12px; }
.header-top-social { display: none; }

.post-title,
.post-title a,
.no-search-result h2,
.no-post-title, 
.related-posts h3,
.related-posts h4 a,
.author-info h4,
.comments-area h2,
.comment-reply-title,
.single-pagination-info h4,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content  blockquote p,
.widget-title,
.adenit-widget ul li span,
.adenit-widget ul li span a,
#wp-calendar thead th,
#wp-calendar caption,
.carousel-title,
.fourzerofour {
	font-family: 'Open Sans';
}

.adenit-single-post .entry-header .meta-share {
	text-align: left;
	margin-bottom: 15px;
}

.adenit-single-post .entry-header .meta-share a {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-right: 10px;
}

.adenit-single-post .entry-header .meta-share i {
	margin-right: 5px;
}

.fixed-header-bottom .meta-share {
	position: absolute;
	top: 10px;
}

.fixed-header-bottom .meta-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.meta-share-wrap {
	padding: 10px 0;
}

@media screen and (max-width: 480px) {
	.author-info {
		overflow: visible;
	}
}

.video-shortcode {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
}

.video-shortcode iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.adright_container {
	float: right;
	padding: 0 0 0 15px;
}

@media (max-width: 600px) {
	.adright_container {
		float: none;
		padding: 0 0 10px;
		margin: 0 auto;
	}
}

.adright_container .adright {
	display: inline-block;
}