/*
Theme Name: The Core Child
Description: Child theme for the Exposure. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Version: 1.0
Author URI: http://themefuse.com/
Template: the-core-parent
Text Domain: fw
Tags: translation-ready
*/

@import url("../the-core-parent/style.css");

.entry-content {


    font-family: 'open sans';
}


.entry-title {

    display:none !important;
}


/* Common general styles go here */
/* Mobiles in Potrait mode */
@media only screen
and (max-width : 320px) {
.image-mobile{margin-top:-180px;}
}
 
/* Mobiles in landscape mode */
@media only screen
and (min-width : 321px)
and (max-width : 480px) {
.image-mobile{margin-top:-180px;}
}

h5, .h5 {
    font-size: 21px;
    line-height: 23px;

}
.pp_description a {
    color: #d02e21;
    font-weight: bolder;
    font-size: 14px;
}