/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.buy-a-pixel-loop-date-badge {
  width: auto;              
  min-height: 0;
  display: flex;
  align-items: flex-start; 
  display: inline-flex;
  justify-content: center;
}

.buy-a-pixel-loop-date-badge__link {
  display: inline-block;   
  width: auto;
  height: auto;
  color: inherit;
  text-decoration: none;
}

.buy-a-pixel-loop-date-badge__time {
  width: 100px;
  padding: 0;           
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;   
  text-align: left;         
  line-height: 1;
  color: #fff;
}

.buy-a-pixel-loop-date-badge__month {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.buy-a-pixel-loop-date-badge__day {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 0.95;
}

@media (max-width: 768px) {
    .buy-a-pixel-loop-date-badge__month {
      font-size: 16px;
    }

  .buy-a-pixel-loop-date-badge__day {
      font-size: 50px;
      font-weight: 700;
      letter-spacing: -1px;
      line-height: 0.95;
    }
}

.buy-a-pixel-post-categories {
  font-size: 14px;
  line-height: 1.4;
}

.buy-a-pixel-post-categories a {
  color: #00ffff;
  text-decoration: none;
}

.buy-a-pixel-post-categories a:hover {
  text-decoration: underline;
}


.social-fixed-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.social-inner {
  background: #00ffff;
  padding: 24px 16px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.social-inner a {
    color: #0b1d34 !important;
    display: flex;
  transition: 0.3s;
}

.social-inner a:hover {
    color: #fff !important;
}




