/*
Theme Name: Alison Child
Theme URI: http://www.angrygorilla.us
Author: Angry Gorilla Team
Author URI: http://www.angrygorilla.us
Description: Modern, Creative Wordpress Blog Theme
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, clean, creative, elegant, modern, multi-concept, photography, portfolio, video
Text Domain: alison-child
Template: alison
*/


@media only screen and (max-width: 479px) {
	body {
		font-size: 17px;
	}
}

.featured-posts .post-date {
	font-size: 12px;
	display: none;
	font-style: italic;
	color: #999;
	margin-top: 3px;
}

@media only screen and (max-width: 479px) {
.featured-posts-container  {
		display: none;
	}
}

.featured-posts .side-image .side-item-category {
	display: none;
}

.featured-post-wrapper:hover .side-image {
	opacity: 1;
}

.featured-post-wrapper .side-image:hover {
	opacity: 1;
}

.main-navigation-wrapper {
   position:relative;
}
#main-header {
   padding-top:0;
}


@media only screen and (max-width: 1025px) {
.widget img {
		max-width:100%;
		height:auto;
	}
	
	.widget iframe {
		max-width:100% !important;
		/*height:auto;/
	}
}