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

.overlay-wrapper {
	position: relative;
}

.overlay-text {
	position: absolute;
	right: 30px;
	top: 45%;
	text-align: right;
	font-size: 150%;
	text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.6),
    0 0 10px rgba(0, 0, 0, 0.4);
}

.wpcf7-form label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.wpcf7-form p {
  margin-bottom: 1rem;
}

.single-post .container.grid-container {
  padding-top: 75px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
}














/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 979px) {



}

@media (min-width: 768px) and (max-width: 979px) {



}

@media (max-width: 767px) {

	.overlay-text {
		right: 15px;
		top: 31%;
	}

}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 



}

@media (min-width: 1200px) {



}

