/*
Theme Name: divi-child
Version: 1.0
Description: A child theme of Divi
Template: Divi
*/

@import url("../Divi/style.css");

body  {
  
font-family: "proxima-nova";
     -webkit-font-smoothing: antialiased; font-size: 14px;

}

.hide-excerpts .et_pb_post p { display:none!important; }


#et-top-navigation {font-weight: 400!important;}

#top-menu li.current-menu-item>a {color: #263d7e!important; font-weight: 600!important;}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
     color: #333333;
     font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0px;
    font-weight: 300!important;
    font-style: normal!important;
}





/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {font-family: "proxima-nova" !important;}

strong {font-family: "proxima-nova" !important;}



/* Hide the tabs content/sections */
.tab-content {
 display:none;
}