/*!
 * Responsive Touches
 *
 * @package Cozmo
 * @since Cozmo 1.0
 */

/*-----------------------------------------------------------------------------------*/
/*	Large Devices, Wide Screens
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
	.header-search-wrapper input.search-field {
		padding: 0 20px;
	}
	.header-search-wrapper .search-form label {
		width: 100%;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Medium Devices, Desktops
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#sidebar form.search-form input.search-submit {
		display: none;
	}
	ul.post-labels.category-format-hover li.post-format {
		opacity: .9;
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	ul.mini-posts ul.loop-post-meta li:first-child {
		display: none;
	}
}

@media (max-width: 992px) {
	.featured-slider-info {
		height: auto;
		padding: 20px;
	}
	.featured-slider-info span.excerpt,
	.featured-slider-info span.date	{
		display: none;
	}
	.featured-slider .owl-controls .owl-nav {
		opacity: 1;
		visibility: visible;
	}
	#sidebar form.search-form input.search-submit {
		display: block;
	}
	.featured-tabs-content {
		width: 400px;
	}
	.back-top {
		display: none !important;
	}
}
 
/*-----------------------------------------------------------------------------------*/
/*	Small Devices, Tablets
/*-----------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	button.reader-trigger {
		display: none;
	}
	.footer-bottom {
		height: auto;
		line-height: 2em;
		padding: 20px 0;
		text-align: center;
	}
	.single-post-container .entry-content.with-infobox {
		margin-left: 0;
	}
	.footer-bar-networks {
		float: none !important;
	}
	.posts-loop h3.entry-title {
		font-size: 18px;
	}
	.posts-loop h3.entry-title a {
		overflow: visible;
		white-space: normal;
	}
	.posts-loop .grid-posts .entry-content,
	.posts-loop .masonry-posts .entry-content {
		height: auto;
	}
	.list-posts .entry-content {
		padding: 0 20px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Tablets & Phones
/*-----------------------------------------------------------------------------------*/
@media (max-width: 640px) {
	.single-post-content footer.entry-footer .post-share,
	.single-post-content footer.entry-footer .post-tags {
		float: none;
		display: block;
	}
	.single-post-content footer.entry-footer .post-tags {
		margin-bottom: 15px;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		display: block;
		float: none;
		width: 100%;
	}
	.post-navigation .nav-next {
		padding-top: 15px;
	}
	.post-navigation .nav-previous {
		padding-bottom: 15px;
	}
	span.post-navigation-vr {
		top: 50%;
		left: 0;
		height: 1px;
		width: 100%;
	}
	.post-navigation .nav-next i {
		bottom: 20px;
		top: auto;
	}
	.entry-infobox {
		float: none;
		left: 0;
		width: 260px;
		margin-right: 0;
		box-shadow: none;
	}
	.single-post-content h1.entry-title {
		padding: 0 0 20px;
		font-size: 22px;
	}
	#footer-navigation {
		display: block;
		float: none;
		margin: 0;
	}
	#footer-navigation ul li {
		display: block;
		margin-right: 0;
		padding: 3px 0;
		border-bottom: 1px solid #444;
	}
	#footer-navigation ul:after {
		display: none;
	}
	.footer-bottom .copyright-text {
		float: none !important;
		display: block;
		padding: 5px 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #444;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Extra Small Devices, Phones
/*-----------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	.featured-slider-info {
		display: none;
	}
	.featured-slider .owl-controls .owl-nav {
		opacity: 1;
		visibility: visible;
	}
	.posts-loop h3.entry-title {
		font-size: 16px;
		white-space: normal;
	}
	.post-author {
		text-align: center;
	}
	.post-author .author-image {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		border: none;
		border-bottom: 1px solid #eee;
	}
	.footer-subscribe input.subscribe-email {
		width: 100%;
	}
	.footer-subscribe input.subscribe-submit {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 420px) {
	.comment-list .comment-body .comment-content {
		margin-left: 0;
	}
	.comments-area .comment-list .children {
		padding-left: 60px;
	}
	#sidebar form.search-form input.search-submit {
		display: none;
	}
	.post-navigation .nav-next {
		padding-left: 0;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Custom iPhone Retina
/*-----------------------------------------------------------------------------------*/
@media (max-width: 360px) {
	#sidebar h3.widget-title {
		font-size: 14px;
	}
	.comments-area .comment-list .children {
		padding-left: 20px;
	}
	form.comment-form input {
		width: 100%;
	}
	ul.loop-post-meta li {
		font-size: 10px;
	}
}