/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

b, strong{font-weight:bold !important;}
/*.elementor-kit-760 h3{font-size:1.5rem !important;}
.elementor-kit-760 h2{font-size: 2rem !important;}*/
#cookie-law-info-bar {
  background-color: #2a285e !important;
  color: white !important;
  border-color: white !important;
  border-radius: 5px;
  bottom: 1em !important;
  right: 1em;
  left: auto;
  max-width: 22em;
  padding: 0 !important;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  #cookie-law-info-bar {
    right: auto;
    left: 50%;
    margin-left: -176px;
  }
}

.cli-bar-container {
    display: block;
}
.cli-bar-btn_container {
    margin-left: 0;
}
.cli_settings_button {
    display: none;
}
.cli-style-v2 .cli-bar-message {
    padding: 15px 15px 15px 15px;
    width: 100%;
}

#cookie-law-info-bar .cookies_button {
  color: #fff !important;
  text-decoration: underline;
}

#cookie-law-info-bar .cookies_button:hover {
  color: #f15d22 !important;
}

#cookie-law-info-bar .cli_action_button {
  background-color: #dd490e !important;
  display: block !important;
  padding: 11px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  width: 100%;
}

#cookie-law-info-again {
  display: none !important;
}

.single-blog{padding:50px 0;}
