/*
 Theme Name:   Darna Child Theme
 Theme URI:    http://themes.g5plus.net/darna
 Description:  Darna Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     darna
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-framework
*/


/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
.page-title-inner h1 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
}
@media (max-width: 767px) {
  .page-title-inner h1 {
    font-size: 20px;
  }
}
.darna-heading p {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  line-height: 1.85;
  text-transform: uppercase;
  padding-top: 5px;
}
.darna-post .darna-post-content p {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 1.71;
  padding-top: 12px;
}
.darna-icon-box.style4 p {
  font-family: 'Roboto';
  font-size: 16px;
  color: #8f8f8f;
  line-height: 1.86;
  padding-top: 10px;
}