/*
 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
*/

/* Contact Form Begin */
input.wpcf7-form-control.wpcf7-submit{background:var(--accent);padding:10px 30px;border-radius:6px;margin-bottom:20px;border:4px solid var(--red);font-weight:900!important}
input.wpcf7-form-control.wpcf7-submit{color:var(--base)!important}
input.wpcf7-form-control.wpcf7-submit:hover{background:rgba(0, 0, 0, 0.11)}

form.wpcf7-form label {
    width: 100%;
}
[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 95%;
	border-radius:6px;margin-bottom:20px;border:4px solid var(--red)}
}

::placeholder{color:#000000!important;font-weight:bold;}
.wpcf7 textarea {height:150px}
/* Contact Form End */

.sticky-social-icons {
     position: fixed;
     right:0;
     top: 30%;z-index:999
}

.hover-show {
	  transition: all 0.5s ease-in-out;
	  opacity:0;
	  transform: translatey(-90px);
}
.hover-box:hover .hover-show {
    opacity: 1;
	  transform: translatey(0);
}

ul {
 margin: 0;
 padding: 0;
 padding-left:25px
}
