/*
Theme Name:   Twenty Twenty One Child
Description:  Twenty Twenty One Child Theme
Author:       Greg Quinn
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentyonechild
*/

/*  Override theme default header and footer */
#colophon,
#masthead {
		display: none !important;
}

body {
	background-color: #fff !important;
}

/* BUTTONS */

.btn {	  
	  text-transform: none;	  
	  font-weight: 400;
    padding-bottom: 12px !important;
    padding-top: 13px !important;	
    color: #fff !important;
    border-radius: 3px !important;
	  line-height: 1.42857143 !important;
}

.btn-homepage-register-white {
		padding-bottom: 12px;
		padding-top: 13px;
		background-color: #fff;
		border-color: #2661a5;
		color: #2661a5;
		border-radius: 3px;
		line-height: 1.42857143;
		padding: 10px 16px;
		border: 1px solid transparent;
		display: inline-block;
}

.btn-primary {
		border-color: #286090 !important;  	
		background-color: #3B63A8 !important;
		font-weight: 500;
		width: 100% !important;		
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-color:#3B63A8 !important;
}


.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none !important;
}

.site .button:focus, 
button:focus, input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
	outline: none !important;
}

.btn-social {
  padding: 5px 10px;
}

@media (min-width: 1200px) {
	.btn-social {
	  padding: 15px 30px;
  }
}

.site .btn-social:not(:hover):not(:active):not(.has-background), .btn-social:not(:hover):not(:active):not(.has-background) {
		background-color: #f2f2f2 !important;
}

/* Add a tick symbol before elements in a UL */
.ticked-list li:before
{
    content: '\2713';
    display: inline-block;    
    padding-right: 6px !important;
}

.ticked-list li
{
    list-style-type: none;
    font-size: 0.8em;
}

.ticked-list
{
    padding-left: 5px !important;
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: -2px !important;
	bottom: 20px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

/* REGISTRATION FORM */

#register-form-container {
	background-color: #F1F1F1;
	border: 1px solid #DDD;
	padding: 60px 30px 21px;
	margin: 60px auto 80px;
	text-align: center;
}

@media (min-width: 768px) {
	#register-form-container {
		max-width: 600px;
		padding-left: 60px;
		padding-right: 60px;
	}
}

#register-form-container h2 {
	font-size: 2.5em;
    font-weight: 500;
}

#register-form-container .wpforms-container .wpforms-field {
	padding: 0 0 15px;
}

#register-form-container .wpforms-submit-container {
	margin: 0;
	padding-top: 15px;
}

.agreement {
	font-size: 12px;
    margin-bottom: 10px;
}

/* TERMS AND PRIVACY POLICY */

.privacy-policy h2, h3 {
		padding-top:20px;
		padding-bottom:20px;
		padding-left:0px !important;
}

.terms h2, h3 {
		padding-top:20px;
		padding-bottom:20px;
		padding-left:20px;
}

/* TABLES */

th {
		font-size: 0.75em;
}

td {
		font-size: 0.75em;
}

/* MISCELLANEOUS */

.site-header, 
.site-main {
		padding-top:0 !important;
		padding-bottom:0 !important;
}

@media (min-width: 822px) {
	.site-header {
		padding-top:0 !important;
}}

.row-no-wrap {	
		white-space:nowrap;
}