/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


body { font-family: 'Raleway', sans-serif; font-size: 16px; color: #000; line-height: 1.5em; font-weight: 500; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1 { font-size: 3em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1em; }

#main-header {
//    box-shadow: none;
}
.circled {
  border-radius: 50%; 
  border: 10px #3873a7 solid;
}

.biosection-bg { opacity:0.2; }

.et_pb_member_position {
    color: #666666;
}

.et_pb_post {
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}

/* 
#left-area ul, .entry-content ul, .comment-content ul {
    list-style-type: disc;
    list-style: inside;
    padding: 23px 0px 23px 56px;
    line-height: 26px;
}
*/
ul.et_pb_social_media_follow {
    list-style-type: none;
    margin: 0px 0px 22px;
    padding: 0px;
}

.gform_wrapper .top_label .gfield_label {
    color: #3873a7;
}

.gform_button,
.gform_next_button,
.gform_previous_button {
  font-size: 20px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  background: transparent;
  border: 2px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  color: #3873a7 !important;
}

.gform_button:hover,
.gform_next_button:hover,
.gform_previous_button:hover {
  background: rgba( 0, 0, 0, 0.05 ); 
  border: 2px solid transparent; 
  padding: 6px 34px 6px 14px !important;  
  color: #3873a7 !important;
}