/**
Theme Name: DataRoots
Author: Data Roots
Author URI: https://www.dataroots.com
Description: A custom developed theme for our clients
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dataroots
Template: astra
*/

/* Cookie Popup */
.thb-cookie-bar {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #1f1f1f;
    padding: 15px;
    z-index: 40;
    width: 100%;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    color: #fff;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.thb-cookie-bar p {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
}
.thb-cookie-bar .thb-cookie-text a {
    font-weight: 600;
    color: #fff;
}
/* cookiePopup */
  
  .thb-cookie-bar .button.thb-border-style.white {
    font-size: 13px;
    font-weight: 700;
}
.thb-cookie-bar .button:hover {
    cursor: pointer;
    background: #FF6900;
    border-color: #FF6900;
}
  @media only screen and (min-width: 921px) {
.thb-cookie-bar {
    padding: 15px 25px;
    flex-direction: row;
    justify-content: center;
}
.thb-cookie-bar p {
    line-height: 1;
    margin: 0;
}
.thb-cookie-bar .button {
    margin: 0 0 0 20px;
}
}