/*
Theme Name: Sympathique Child
Theme URI: http://deliciousthemes.com/
Description: A Multipurpose WordPress Theme
Author: Madalin Tudose
Author URI: http://deliciousthemes.com/
Template: sympathique
Version: 1.4
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../sympathique/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/* workaroud to have post full width */
.single-format-standard #posts {
   width: 100% !important;
}
.single-format-standard #sidebar {
    display: none !important;
}

/* to get the logo as high as the header */
html .logo img {
    max-height: inherit !important;
    padding: 0 !important;
    height: auto !important;
}
/* to remove futured image inside post */
.post .post-thumbnail {
    display: none;
}
