/*
Theme Name: Tamera Divi Child Theme
Theme URI: /
Version: 0.1.0
Description: A customized version of Divi
Author: IGP Website Team
Author URI: /
Template: Divi
*/


.font-weight-normal {
  font-weight: normal;
}
.et_pb_number_counter .percent p {
  font-weight: inherit;
}

.et_pb_circle_counter h3, .et_pb_number_counter h3 {
  padding: 10px 0 0 0;
  font-size: 18px;
}

.et_pb_column ul li {
/**
* Child Theme style.css
* Remove bullet style
*/
  list-style: none;
}

.et_pb_text ul li::before {
/**
* Child Theme style.css
* Change bullet color of list item by replacing it with CSS
*/
    color: #513351;
    content: "\2022";
    font-size: 30px;
    margin-left: -15px;
    /* padding-top: 5px; */
    padding-right: 5px;
    position: relative;
    top: 5px;
}


@media only screen and (min-width: 1275px) {
  .et_pb_row {
    padding: 0 0 30px 0;
  }
  .et_pb_section .et_pb_row:first-child {
    padding: 30px 0;
  }
}
@media (min-width: 981px){
  .et_pb_row {
    padding: 0 0 30px 0;
  }
  .et_pb_section .et_pb_row:first-child {
    padding: 30px 0;
  }
  .et_pb_row_1-4_1-2_1-4 .et_pb_column {
    margin-right: 3%;
  }
  .et_pb_row_1-4_1-2_1-4 .et_pb_column_1_4 {
    width:23.5%
  }
  .et_pb_row_1-4_1-2_1-4 .et_pb_column_1_2 {
    width:47%
  }
}
