/* 
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: Daria Bagina
Author URI: https://scrummastered.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
*/

/* As per wpbeginner article, styling the tag cloud display with the shortcode [wpbtags]
*/

.tagbox { 
    background-color:#eee;
    border: 0px;
    border-radius: 5px;
    margin:0px 10px 10px 0px;
    line-height: 200%;
    padding:2px 0 2px 5px;
}

.taglink  { 
    padding:2px;
}
 
.tagbox a, .tagbox a:visited, .tagbox a:active { 
    text-decoration:none;
}
 
.tagcount { 
    background-color: #00c0ff;
    color:white;
    position: relative;
    padding:2px 5px 2px 5px;
    border-radius: 5px;
}
  
.menu-button {
    background-color: #00c0ff;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight: 600  !important;
  display: inline-block;
  font-size: 16px;
}