/*
Theme Name:   radiate-pro child theme
Description:  Write here a brief description about your child-theme
Author:       Ident-admin
Author URL:   Write here the author's blog or website url
Template:     radiate-pro
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  radiate-pro-child
*/

/* Write here your own personal stylesheet */

.entry-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
    color: #cc7722;
}

.element-shadow{
-webkit-box-shadow: 2px 2px 5px 3px rgba(140,140,140,1) ;
box-shadow: 2px 2px 5px 3px rgba(140,140,140,1) ;
}

.excerpt-text{
text-align:justify;
}
.site-branding {
    /* float: left; */
    font-family: 'Roboto';
    max-width: 100%;
    margin-right: 30px;
}

.radiate-hdt-2 .header-wrap .inner-wrap {
    max-width: 1260px;
    margin: 0 auto;
}
