/*
Theme Name: Laweless Leaders - Corpus Child
Theme URI: https://andleymedia.com
Template: corpus
Author: Andrew Rogers
Author URI: https://andleymedia.com
Description: Contact Andrew Rogers for help - 937-239-2813 or andrew@andleymedia.com
Version: 3.5.5.1777034333
Updated: 2026-04-24 12:38:53

*/


.ocean-blue {
  background-image: linear-gradient(to right, #73b1ce 0%, #52ccb8 51%, #77A1D3 100%);
}

.ocean-blue {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  outline: none;
  border: none;
}

.ocean-blue:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

input.wpcf7-submit {
	background-image: linear-gradient(to right, #73b1ce 0%, #52ccb8 51%, #77A1D3 100%);
	margin: 10px;
  	padding: 15px 45px;
  	text-align: center;
  	text-transform: uppercase;
  	transition: 0.5s;
  	background-size: 200% auto;
  	color: white;
  	box-shadow: 0 0 20px #eee;
  	border-radius: 10px;
  	display: block;
  	outline: none;
  	border: none;
}

input.wpcf7-submit:hover {
	background-position: right center;
  	color: #fff;
  	text-decoration: none;
}

.title-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;  /* shrinks the h1 to text width */
  margin: 0 auto;      /* keeps it centered on the page */
}

.title-line:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #73b1ce 0%, #52ccb8 51%, #77A1D3 100%);
  background-size: 200% auto;
  margin-top: 8px;
  transition: 0.5s;
}