/* 
 Theme Name:   bhost-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     bhost
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.img-centered {margin: 1rem auto 2rem; display: block; border-radius: 5px;}
.cta-btn {
  display: block;
  width: fit-content;
  margin: 2.5rem auto;
  padding: 0.75rem 2.5rem;
  background: #2bcdc1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.cta-btn:hover, #primary a:hover {text-decoration: none; color: #fff; background: #00e4ab;}
.fw-bold {font-weight: bold;}
.entry-content ul, .entry-content ol {padding-left: revert;}
.entry-content ul {list-style: initial;}
.entry-content ul li {margin: 1.25rem 0;}
.last-update {color: #666;}
.bg-styled {
  background: #eee;
  border-left: 3px solid #666;
  border-radius: 0 5px 5px 0;
  color: #666;
  margin: 0 0 20px;
  padding: 20px;
}
.footer-top .icon-plus-18 {
  background: var(--icon-18-plus);
  width: 32px;
  height: 32px;
  display: block;
}
.footer-top .icon-bga {
  background: var(--icon-bga) no-repeat;
  width: 150px;
  height: 21px;
  display: block;
}
.logo-site {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#masthead {
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.3);
  box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.3);
}
.site-branding {padding: 10px 0;}
h1.entry-title {text-align: center;}
.footer-top .footer-icons, .footer-top .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top .footer-links {margin-top: 1.75rem;}
.footer-top .footer-icons [class*='icon-'], .footer-top .footer-links a {margin: 0 1.25rem;}
.footer-top .footer-icons .icon-bga span {display: none;}
.form-wrapper {
  display: flex;
  justify-content: center;
}
.form-wrapper .contact-form-textarea {
  width: 450px;
  max-width: 100%;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern {
  min-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.wpforms-validate.wpforms-form.wpforms-ajax-form {max-width: 100%;}