/*
 Theme Name:   Toman Petr - child theme
 Theme URI:    https://www.tomanpetr.cz/
 Description:  Child Theme.
 Author:       Toman Petr
 Author URI:   https://www.tomanpetr.cz/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html
{
	scroll-padding-top: 90px !important;
}

#contact
{
	scroll-padding-top: 100px;
}

@media (max-width: 767px)
{
	html
	{
		scroll-padding-top: 50px !important;
	}

	#contact
	{
		scroll-padding-top: 0px;
	}
}

.single .wp-block-heading
{
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 15px;
}

.single h2
{
    font-size: 1.8rem;
}

.single h3
{
    font-size: 1.6rem;
}

.single h4
{
    font-size: 1.3rem;
}

@media (max-width: 480px)
{
    .brxe-testimonials .testimonial-meta-wrapper
{
    width: 100%;
    display: block;
}
}
