/*
Theme Name: The Newswire Child
Theme URI: http://wpdevshed.com/themes/the-newswire/
Description: This is a child theme
Author: vivadouro
Author URI: http://vivadouro.org/
Template: the-newswire
Version: 0.1
*/
@import url("../the-newswire/style.css");

.commentlist li.comment article[id*=comment-] img, 
			.post-content img {
				margin: 0 0 24px 0; /* for ie8 & below */
				margin: 0 0 0;
				width: auto; 
				max-width: 100%; 
				height: auto; 
			}


form.wpcf7-form {
background-color: #e6e7e8;
} 

#respond input[type="text"], #respond #author, #respond #email, #respond #url, .post-content form input[type="text"], .post-content form input[type="email"], .post-content form input[type="password"], .post-content form input[type="url"] {
    padding: 5px 7px;
    width: 100%;
}

#respond #comment, .post-content form textarea {
    resize: none;
    padding: 0.5rem 0.7rem;
    width: 100%;
    height: 15rem;
    vertical-align: top;
}

.main-navigation {
 position: relative;
}

nav[role=navigation] .menu ul li {}
			nav[role=navigation] .menu ul li a, 
			nav[role=navigation] .menu #menu-icon {
				padding: 10px 20px; /* for ie8 & below */
				padding: 1rem 1.7rem;

