/*
 Theme Name:   NRTH Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Custom Divi Child Theme for New Republic of the Heart Non-Profit Website
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */

/* Displaying detailed text on mouse hover - css class principle */

.principle li {
    line-height: 100%;
    padding-top: .75rem;
  }

.detail {
    display: none;
  }

.principle:hover .detail {
    display: inline-block;
    margin: 0;
    padding-bottom: .5rem;
    padding-left: 1rem;
    line-height: 160%;
    color: #d9d9d9;
  }


/* Style Custom Post Type ====
  --------------------------------------------*/

.hero-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-height: 450px;
    background-color: #333;
  }
 
.single-post #main-content #left-area {
    padding-top: 0px;
  }
 
/* ---- Sidebar Settings ---- */
.single #sidebar {
    background: #efefef; 
    padding-top: 20px; 
    padding-right: 20px; 
    padding-left: 20px; 
    padding-bottom: 20px;
  }
 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title, .attachment h1.entry-title, .single p.post-meta {
    width: 100%;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
  }
 
 @media only screen and (min-width: 980px) {
/*** Set title font size for desktop ***/
.single h1.entry-title {
    font-size: 65px !important;
    }
   }

/* --------------- NRTH -------------------------- */
