/*
 Theme Name:   Divi-Child Theme
 Theme URI:    -
 Description:  -
 Author:       -
 Author URI:   -
 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
*/



/*
Reset
**********************************/

#page-container {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}


hr {
  border: 0;
  height: 1px;
  border-top: 1px solid #dddddd;
  margin: 2em 0;
}   

.hide {
  display: none;
}     


h1, h2, h3, h4, h5, h6 {
  padding-bottom: 1em;
}

.et_pb_fullwidth_image {
  max-width: 1280px;
margin-left: auto;
margin-right: auto;
}

p:last-of-type {
    padding-bottom: 1em; 
}

.et_pb_team_member_description h4 {
    padding-bottom: 1em;
}

.et_pb_fullwidth_header h1 {
 padding-bottom: 0;
}

.et_pb_fullwidth_header {
    background-color: #fbfbfb !important;
    border-bottom: 1px solid #e6e6e6;
}

#et-footer-nav {
   border-top: 1px solid #ccc;
}

.page-id-52 .et_pb_text h1,
.page-id-52 .et_pb_text h2,
.page-id-52 .et_pb_text h3,
.page-id-52 .et_pb_text h4,
.page-id-52 .et_pb_text h5 {
  padding-top: 1em;
}

.nav li ul {
    width: 300px;
}
#top-menu li li {
   display: block;
}
#top-menu li li a {
    width: auto;
}


.et_mobile_menu li.current-menu-item > a {
    background: #008bd0;
    color: #fff;
}

.et_pb_main_blurb_image img {
  max-width: 300px;
}
.et_pb_main_blurb_image img, .et_pb_team_member_image img {
    border: 0;
}
.nav li ul {
    position: absolute;
    right: -80px;
    top: 30px;
}

@media (max-width: 767px) {

h1 {font-size: 140%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 115%;}
h5 {font-size: 110%;}

.et_pb_fullwidth_header {
    padding: 10px 0;
}

}

@media (min-width: 768px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}

@media (min-width: 981px) and (max-width: 1190px) {
  #top-header {
    font-size: 11px;
  }
  #et-secondary-nav li {
    margin-right: 10px;
  }
}


.more-link { 
display: block;
padding: 20px 0;
}

#left-area .post-meta {
    padding-bottom: 0;   
font-size: 13px;
}


article:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} 

