/*
Theme Name: simone-child
Theme URI: http://www.alanleff.com
Author: Alan Leff
Author URI: http://www.alanleff.com
Description: Description
Template: simone
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simone
Tags:
*/

.title-box {
    width: 760px;
    max-width: 75%;
}

/* Header responsive */

@media screen and (max-width: 450px) {    
    .site-description { display: none; }
    .title-box {max-width: 80%;}
    .site-title a, .site-description { font-size: 75%; }
}

.author-avatar .avatar {
    border-radius: 50%;
}

.comment-form-url {
    display: none;
}

.main-navigation, .entry-header {
    display: none;
}

.title-box {
	border: 2px solid yellow;
}


