/*
Theme Name: Big Ambitions Press Portal
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: //Steph
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1631717520
Updated: 2021-09-15 14:52:00

*/
/* Copied button CSS */
.copied::after {
  width: 100%;
  height: 33px;
  line-height: 25px;
  display: block;
  content: "COPIED TO YOUR CLIPBOARD";
  font-size: 1.2em;
  text-align: center;
  padding: 4px 15px;
  color: #fff;
  background-color: #545454;
  border-radius: 1px;
  opacity: 1;
  will-change: opacity;
  -webkit-animation: showcopied 2.5s ease;
  animation: showcopied 2.5s ease;
}

@-webkit-keyframes showcopied {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showcopied {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Post loop title override */
.ba-post-title-loop a{
    text-decoration: none !important;
}
#ba-post-issued-by {
    background-color: #0f0f0f;
    color: #fff;
    padding:5px 10px;
    /* border-radius: 20px; */
}
.ba-post-grid:hover {
    transition: 1s;
}

/* cookie bar fix */
#cookie-law-info-bar {
  z-index: 99999;
}
#cookie-law-info-bar a {
  text-decoration: none;
}