/**
Theme Name: Astra Child
Author: teedee
Author URI: https://maa.org.pl/
Description: Astra theme finetuned by teedee
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
    margin-bottom: 10px;
}

.site-branding.ast-site-identity {
 padding: 5px 0;
}

/* scrollbar START */
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #af111c;
  border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #de1623;
}
/* END */

/* CF7 styling */
/* CF7 vertical checkboxes */
.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-top: 0.5em;
}
/* white Send text */
.wpcf7 form input.wpcf7-submit {
    color: #fff;
}