/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2021 | 04:07:11 */
body{
  overflow-x:hidden;
}
section#nav_bar img {
  max-width: 100%;
}
fieldset.gfield_repeater.gfield_repeater_container {
  border: 0px solid;
}
div#gform_confirmation_message_5 {
  text-align: center;
}
.promise_person {
  font-size: 30px;
  font-weight: bold;
  color: #0535A3;
  background: #eaeaea;
  width: max-content;
  padding: 0px 10px;
  margin-bottom: 10px;
  transition: 0.5s;
  cursor: default;
}
.promise_person:hover {
  background: #eeeeff;
  transition: 0.5s;
}

.promise_status {
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-weight: 900;
  font-family: sans-serif;
  position: relative;
  top: 50px;
  border-radius: 10px;
  cursor: default;
}
.promise_content:before {
  content: "";
  width: 150px;
  height: 10px;
  position: absolute;
  top: -15px;
  bottom: -5px;
  border-radius: 25px;
}

.status_0,
.red:before{
  background: #FD4C4C;
}
.status_1,
.orange:before{
  background: #FC8C00;
}
.status_2,
.green:before{
  background: #4AE767;
}
section#sources .elementor-element {
  max-width: 800px;
}
section#sources .elementor-column {
  margin: 0 auto;
  padding: 50px 50px 50px;
  background: #F3F5F8;
}
section#review_form input,
#promise_form input,
#promise_form textarea,
#promise_form select,
#register_form input{
  margin: 0 auto;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 12px;
}
input#input_5_1002-0,
input#input_2_1002-0{
  width: 100%;
}
section#review_form label,
#promise_form label,
#register_form label{
  color: #000;
}
input#gform_submit_button_5,
#gform_submit_button_5,
input#gform_submit_button_2,
input#gform_submit_button_1{
  text-align: center;
  width: 150px;
  display: block;
  color: #fff;
  background: #E03528;
  cursor: pointer;
  border: 0px solid !important;
  transition: 0.5s;
  border-radius: 25px !important;
}
input#gform_submit_button_5:hover,
input#gform_submit_button_2:hover,
input#gform_submit_button_1:hover{
  background:#fff;
  border:2px solid #E03528 !important;
  color:#E03528;
}
button.remove_repeater_item.remove_repeater_item_text {
  background: #F04B51;
  cursor: pointer;
  color: #fff;
  border: 0px solid;
  height: 40px;
}
button.add_repeater_item.add_repeater_item_text{
  cursor: pointer;
  background: #0A39A4;
  color: #fff;
  border: 0px solid;
  height: 40px;
}


/*Post loop*/

.width20 {
  width: 18%;
  display: table-cell;
  vertical-align: middle;
}
.width20 {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}
.promise_image img {
  padding: 19px;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.custom_latest_posts .promise_person{
  font-size:16px;
}
.custom_latest_posts .promise_content:before {
  height: 10px;
  top: -12px;
}
.custom_latest_posts .promise_content {
  font-size: 24px;
  line-height: 35px;
  font-weight: 900;
  color: #000;
  margin-left: 5px;
  position: relative;
}
.promise a {
  margin-top: 12px;
  display: inline-block;
}
.promise_status_loop.width20 {
  position: relative;
  top: -50px;
}
div.custom_latest_posts {
  padding: 50px 0;
  display: table;
  border-bottom: 1px solid;
  width:100%
}
.promise.width60 {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding-right:15px
}
@media only screen and (max-width:767px){
  .promise_person {
/*     position: relative; */
    left: 20px;
    font-size: 20px;
    padding-right:0px;
  }
  div#person_image img {
    width: 100px;
    height: 100px;
  }
  .promise.width60 {
    margin-top: -25px;
    display
  }
  .width20 {
    width: 100%;
    display: block;
  }
  .custom_latest_posts .promise_person {
    left: 0;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
  }
a.promise_content {
    margin-top: 12px;
    margin-bottom: 15px;
}
  div.custom_latest_posts {
    text-align: center;
    padding: 25px 0;
    display:block
  }
  .promise_image img {
    padding: 19px;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    object-fit: cover;
    text-align: center;
    display: inline-block;
  }
  .custom_latest_posts .promise_content:before {
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  .promise_status{
    top:0px
  }
  .custom_latest_posts .promise_status{
    top:50px
  }
  section#sources .elementor-column {
    margin: 0 auto;
    padding: 10px;
    background: #F3F5F8;
    overflow-wrap: break-word;
}
}