/* 
Theme Name: Get Broad Pay
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 */
body {
  font-family: "Centra No1", sans-serif;
  font-size: 16px;
  max-width: 100%;
}

img {
  height: auto;
}
figure,
img {
  max-width: 100%;
}
figure {
  margin-inline: 0;
}
figure,
figure img {
  display: block;
}
body.admin-bar #site-header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar #site-header {
    top: 46px;
  }
}

/* Blog Section */
.blog-post .hfe-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.blog-post .hfe-post-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
}
.blog-post .hfe-read-more {
  margin-top: auto;
}
.blog-post .hfe-post-title a {
  text-decoration: none;
}
.blog-post .hfe-post-card a.hfe-read-more {
  background-color: #e76400;
  height: 32px;
  min-width: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}
.hfe-post-card:hover a.hfe-read-more{
  background-color: #0099E7;
}
.blog-post .hfe-post-card:hover {
  opacity: 0.7;
}
.blog-post .hfe-post-card::after {
  content: "";
  background-color: #d6e1e5;
  border-radius: 4px;
  height: 100%;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: -1;
}
