/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.is-style-checkbox {
    color: black;
}

.is-style-checkbox li::before {
	color: #19b1ff;
}

.gb-inside-container p{
	text-align: justify;
}

.align-buttons .gb-inside-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.align-buttons .gb-inside-container .gb-button-wrapper:last-child {
  margin-top: auto;
}

@media (min-width: 769px) {
    .sub-menu {
        border: 1px solid #fff;
    }
}

/**************** Contact Form *******************/
.cf-box-shadow {
    box-shadow: 0 0 25px 10px rgb(0 0 0 / 21%);
  }

.wpcf7 {
    color: #000000;
}

.wpcf7 input[type="submit"] {
    background-color: #5112e5;
    border-radius: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
 textarea {
	 border-radius: 10px
 }
 
 .generate-back-to-top {
    bottom: 30px; /* 30px from the bottom of the screen */
    right: 100px; /* 30px from the right of the screen */
}

