/* 
Theme Name: Jarida
Author: Jarida
Author URI: https://jarida.pl
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */
.elementor-widget-theme-post-content h4{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
	color: #0061ff;
}
.elementor-widget-theme-post-content h5{
	color: #0061ff;
}
.elementor-widget-theme-post-content h3{
  margin-top: 55px;
  margin-bottom: 20px;
}
.elementor-widget-theme-post-content h6{
    font-size: 20px;
    text-align: center;
	color: green;
	font-weight: 400;
	line-height: 1.3;
}

.elementor-widget-theme-post-content ul{
  margin-top: -8px;
  margin-bottom: 30px;
}
.ref-products-title{
color: #0066CC;
font-size: 24px;
font-weight:400;
}
.tagcloud a{
  padding: 5px 10px;
  border: 1px solid;
  margin-right:9px;
  margin-bottom: 10px;
  display: inline-block;
  transition: .5s
}
.tagcloud a:hover{
  color: #fff;
  background: var(--e-global-color-accent);

}
[type=button], [type=submit], button {
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: var(--e-global-color-accent);
}