/*
 Theme Name:     Divi Child Theme
 Theme URI:      None
 Description:    Divi Child Theme
 Author:         Nipun Sher & Ryan Shumberger
 Author URI:     None
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* Theme customization starts here
------------------------------------------------------- */

/* Adds a 1 pixel wide line in the footer */
.line-separator{
height:1px;
background:#717171;
}

/* For reducing padding in sections */
.et_pb_section {padding:0px !important;} 

/* For reducing padding in the footer */
#footer-widgets {
padding-top: 30px;
}
.footer-widget {
margin-bottom: 10px;
}

/* For changing color of the heading of footer widgets */
.footer-widget h4.title {
color: #edb059 !important;
}

/* For reducing padding between comments and posts */
#comment-wrap {
padding-top: 10px;
}

.et_fixed_nav #logo {
max-height: 73px;
}

.et-fixed-header #logo {
max-height: 30px !important;
}

/* For ensuring that anchor tags don't get scrolled under the top menu. */
:target {
    display: block;    
    position: relative;     
    top: -200px;
    visibility: hidden;
}

.stylish-popular-widget {
     min-height:120px;
}

/* For decreasing size of link icons on mental health page */
.et-pb-icon {
      font-size: 36pt;
}

/*.et_pb_slider .et_pb_slide {
height: 768px;
}*/

/* Makes the grid boxes in the blog module fixed */
.et_pb_blog_grid .et_pb_post { height: 230px !important; }

/* Hides secondary menu links from the main navigation bar (in mobile devices and tablets only)
@media only screen and (max-width: 980px) {
.menu-item-398,.menu-item-399,.menu-item-1923,.menu-item-508,.menu-item-400,.menu-item-402 {
display: none;
}
}*/

/*Add the word "Search" after the search icon in the main menu (navigation)*/
#et_search_icon::after {
content: "Search";
font-family: "Open Sans";
position: absolute;
right: -50px;
top: -16px;
}

/*Decrease the padding on the blurbs in the Legal Issues page*/
.benchbook { 
padding: 0; 
}
.benchbook .et_pb_row { 
padding: 0; 
}

/*Change the color of the title on the blurbs in the Legal Issues page*/
.benchbook .et_pb_row h4 a { 
color: #7ebec5;
}

/*Decrease the padding on the blurbs in the Mental Health Index page*/
.mental { 
padding: 0; 
}
.mental .et_pb_row { 
padding: 0; 
}

/*Change the color of the title on the blurbs in the Mental Health Index page*/
.mental .et_pb_row h4 a { 
color: #7ebec5;
}

/*Make the main menu links bold */
#top-menu a { font-weight: bold !important; }

/* Change color of the post titles */
.et_pb_blog_grid_wrapper h2 {
color: #7ebec5;
}

/* Make the whole grid box clickable */
.et_pb_blog_grid_wrapper h2 a:before {
content: "";
display: block;
width: 100%;
height: 100% ;
position: absolute;
top: 0;
left: 0;
}

.et_fixed_nav.et_secondary_nav_enabled #page-container{
padding-top: 172px !important;
}