/*! Place your custom styles here */

/* Custom CSS */

.type--fine-print{
    font-size: 16px;
  }
  
  .type--fine-print a{
    text-decoration: none;
  }
  
  .type--fine-print a:hover{
    font-weight: bold;
  }
  
  .footer__lower .type--fine-print:not(p) {
    opacity: 1;
  }
  
  .footer__lower .type--fine-print a.minucia:hover{
    color: #17a2b8;
  }
  
  .footer__lower .socicon.socicon-facebook.icon:hover{
    color: #4267B2;
  }
  
  .footer__lower .socicon.socicon-google.icon:hover{
    color: #4285F4;
  }
  
  .form-control {
    background: #fcfcfc;
    padding: 0.46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
  }
  
  .back-to-top{
    bottom: 90px;
  }
  
  .back-to-top:hover{
    background: #252525;
  }
  
  .back-to-top:hover i{
    color: #fff;
  }
  
.bar .container .row {
      align-items: center;
}

.bar .container .row .col-lg-11 {
    margin-top: 0px;    
}

.bar .logo{
    min-height: 90px;
}

.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
    font-size: 14px;
}

.text-align-left{
    text-align: left;
}

.soft-link{
    color: #808080;
    text-decoration: none;
}

.soft-link:hover{
    color: #252525;
    text-decoration: none;
}

.margin-top-m{
  margin-top: 32px;
}

.masonry__item > a img {
  box-shadow: 0 23px 40px rgb(0 0 0 / 20%);
}

.container .feature {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-group textarea.form-control::placeholder{
  color: #b6b6b6;
}

.masonry.masonry--tiles .masonry-filter-container span{
  font-size: 16px;
  font-weight: 600;
}

.footer__lower .container .row {
  align-items: center;
}

.contact-info {
  opacity: .5;
}

.font-size-base {
  font-size: 16px;
}

.font-size-s {
  font-size: 14px;
}

.font-size-xs {
  font-size: 12px;
}