/* start custom formats block editor */
.red-button {
  background-color: blue;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  padding: 10px 30px;
  text-decoration: none;
}

.red-button:hover {
  background-color: #e53f19;
}

.content-block {
  border: 1px solid #eee;
  padding: 10px;
  background: #ccc;
  float: left;
  margin-bottom: 1.75em;
  text-align: center;
}

.content-block:after {
  clear: both;
}

.highlighter {
  background-color: #aabbff;
}

.text-contact {
  text-align: center !important;
  font-family: 'Work Sans';
  font-weight: 400;
  padding: 0px;
  margin: 0 0 5px 0 !important;
}

.heading-contact
{
  text-align: center !important;
}

@media (max-width: 1023px) {
  .text-contact,
  .list-contact, .contact-circle ul li  {
    font-size: 12px;
    line-height: 1.3em !important;
  }

  .heading-contact
  {
    font-size: 16px !important;
    margin: 0 0 5px 0 !important;
  }
}

@media (min-width: 1024px) {
  .text-contact, .list-contact {
    font-size: 15px;
    line-height: 1.7em !important;
  }

  .contact-circle ul li {
    font-size: 15px;
    line-height: 1.3em !important;
  }

  .heading-contact
  {
    font-size: 20px !important;
    margin: 0 0 10px 0 !important;
  }
}

.contact-circle ul {
  list-style-position: inside;
  padding-left: 0 !important;
}

/*.contact-circle {
  background-image: url(/wp-content/uploads/2023/05/info-box.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 500px 500px !important;
  z-index: 999 !important;
  margin-right: -100px !important;
}*/

/*.container-contact .uagb-container-inner-blocks-wrap {
  margin-top: -200px !important;
}*/
/* end custom formats block editor */
