/**
* Theme Name: amino Child
* Description: This is a child theme of amino, generated by Rdt WP.
* Author: <a href="http://plazathemes.com/">Plaza-Themes</a>
* Template: amino
* Version: 1.0.0
*/

.post-template-default h1.entry-title {
  max-width: 900px;
  font-size: 36px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.2;
}

.whatsapp-contact {
  background: #00993f;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  bottom: 112px;
  cursor: pointer;
  height: 50px;
  opacity: 1;
  position: fixed;
  text-align: center;
  right: 12px;
  visibility: visible;
  width: 50px;
  line-height: 50px;
  z-index: 99;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.whatsapp-contact a { color: #ffffff; }

@media (max-width: 576px) {
  .whatsapp-contact.desktop { display: none; }
}
@media (min-width: 577px) {
  .whatsapp-contact.mobile { display: none; }
}
