/*
Theme Name: Orgarium
Theme URI: https://gaviaspreview.com/wp/orgarium/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2022 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.6
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: orgarium

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
.mobile-contact-buttons {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  font-weight: bold;
  font-family: sans-serif;
}

.contact-button {
  flex: 1;
  padding: 16px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}

.call-button {
  background-color: #007bff; /* Blue */
}

.whatsapp-button {
  background-color: #25D366; /* WhatsApp green */
}

/* Hide on desktop */
@media(min-width: 768px) {
  .mobile-contact-buttons {
    display: none;
  }
}
