/*
 Theme Name: belcarra
 Template: Divi
 Version:      1.0.1
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* 
 Belcarra Color: #2889d1
 Highlight: #28add6
*/
body, p {
  font-size: 16px; /* Default size, typically browsers use 16px */
}
#content-area h1 {
  font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  font-size: 40px;
  text-align: center;
}
#sidebar h2 {
  font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-variant: small-caps;
}
#sidebar a {
  color: #2889d1;
  font-weight: bold;
}
#sidebar a:hover {
  color: #28add6;
  font-weight: bold;
}
.wp-element-button {
  background-color: #2889d1;
  font-weight: bold;
}
.wp-element-button:hover {
  background-color: #28add6; 
}
.et_post_meta_wrapper img, .wp-block-post-featured-image img {
  display: none;
}
.wp-block-heading, .wp-block-button {
  padding-top: 20px;
  padding-bottom: 20px;
}
.type-post .entry-content {
  padding-top: 0px;
}
@media (min-width: 981px) {
  #divi-sidebar .et_pb_widget {
    margin-bottom: 30px;
  } 
}

/* .et_pb_row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
} */