/*
Theme Name: Magnifique Child
Theme URI: http://www.cssigniter.com/ignite/themes/magnifique
Description: Responsive blog theme for WordPress
Author: the cssigniter.com team
Template: wp_magnifique5-v1.1
Version: 1.1
Tags: black, three-columns
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../wp_magnifique5-v1.1/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

h1 {
font-family: "IM Fell French Canon", georgia, serif;
}

h2, h3, h4, h5, h6 {
font-family: "Varela Round", arial, sans-serif;
}

h3 {
margin-top: 45px;
}

ul, ol, li {
font-size: 16px;
letter-spacing: 0.01em;
}

.entry-head time {
    font: 11px "Varela Round",arial,sans-serif;
}

a {
    color: #908768;
}

.entry {
    border-bottom: none;
}

.header {
    border-top: none;
    padding: 0;
    border-bottom: 1px solid #ddd9ac;
}

.sf-menu a {
    background: none;
    font-family: Varela Round,arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
}

.sf-menu a:hover {
    background: repeat scroll 0 0 #ddd9ac;
    color: #908768;
}

.sf-menu .active a, .current-menu-item a, .current_page_item a {
    background: none repeat scroll 0 0 #ddd9ac;
    color: #908768;
}

p {
color: #434343;
letter-spacing: 0.01em;
}

.stag-icon {
margin-right: 10px;
}

.header h2 {
color: #777777;
}

.more-link, .prev, .next{ 
display: inline;
font-family: Varela Round,arial,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
letter-spacing: 2px;
line-height: 1.6em;
text-decoration: none;
text-transform: uppercase; 
}

.mc4wp-form {
border: 1px solid #eee;
background: #f1f1f1;
padding: 20px;
text-align: center;
border-radius: 10px;
}

.profileimage {
width: 37%;
}

.avatar img{
width: 50px;
}

/* Mobile Sizes (devices and browser) */
@media only screen and (max-width: 480px) {
	.secondnav { display:none; }
	.header {padding-top: 25px;}
	.header h2 { margin-bottom:15px; }
	.entry { padding-top: 0px; }
	.entry time { margin-top:15px; }
	.entry-footer { padding-bottom:20px; }
	.entry-comments .avatar { display:none; }
	.entry-comments .comment-copy { margin-left:0; }
	#comment-list ul { margin-left:0; }
	.sf-menu { display:none; }
	.alt-nav { display:block; width:100%; margin-bottom:10px;}
	.profileimage {width: 100%;}
}