/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    http://www.ormistonacademiestrust.co.uk
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Jason Keyse
 Author URI:   http://www.ormistonacademiestrust.co.uk
 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
*/

@import url("../twentytwentyone/style.css");

/*** ACADEMY NAV ***/

.academynav .entry-content {
	margin-top: 0;
	margin-bottom: -20px;
	padding-bottom: 0;
	/*border-bottom: 10px solid #f8f8f8;*/
	}

.academynav h1.entry-title {
	margin-bottom: 0;
	}

.academynav .academymenu {
	margin-top: 15px;
	}

.academynav ul {
	padding-left: 0;
	list-style-type: none;
	}

.academynav li {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	}

.academynav li a {
	text-decoration: none;
	}

.academynav li.current-menu-item a {
	text-decoration: underline;
	text-decoration-style: solid;
	}

.academynav li a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	}

/*** /ACADEMY NAV ***/

/*** KADENCE BLOCKS STYLES ***/

.kb-posts a.more-link {
	display: none;
	}

.kb-posts .entry-header {
	padding-bottom: calc(0.5 * var(--global--spacing-vertical)) !important;
	}

.kt-accordion-panel-inner p {
	margin-bottom: 15px;
	}

/*** /KADENCE BLOCKS STYLES ***/

/*** CONSULTATION STYLES ***/

h1.consultheader {
	font-size: 1.6em;
	font-weight: 600;
	color: #FFA500;
	background-image: url("/wp-content/themes/twenty-twenty-one-child/academy-assets/info-icon.png");
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: left center;
	padding-left: 35px;
	margin-bottom: 0;
	}

ul.consultnav {
	clear: both;
	padding-left: 0;
	list-style: none;
	margin-top: 20px;
	}

ul.consultnav li {
	float: left;
	}

ul.consultnav li a {
	padding: 4px 10px;
	background-color: #223955;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	transition: background-color 0.25s ease;
	text-decoration: none;
	color: #fff;
	}

ul.consultnav li.current-menu-item a {
	background-color: #FFA500;
	}

ul.consultnav li.guest a {
	background-color: gray;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 4px;
	}

ul.consultnav li.guest a:hover {
	background-color: #000;
	}

ul.consultnav li a:hover {
	background-color: #FFA500;
	}

ul.consultnav li a:active,
ul.consultnav li a:focus {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #FFA500 !important;
	}

/*** MERGER QUESTIONNAIRE ***/

.conq {
	width: 100%;
	padding: 20px;
	/*border: 8px solid #d3f1fc;*/
	border: 8px solid #ccc;
	border-radius: 6px;
	background-color: #eee;
	}

.conq p.redAlert {
	font-weight: bold;
	color: red;
	}

.conq hr {
	height: 1px;
    background-color: #ccc;
    border: none;
	margin-bottom: 20px;
	}

.conq .conqmessage p {
	margin-bottom: 20px;
	}

.conq label {
	font-weight: bold;
	display: block;
	margin-bottom: 0;
	color: #223955;
	}

.conq span.wpcf7-list-item {
	height: 40px;
	display: flex;
	align-items: center;
	}

.conq span.wpcf7-list-item input {
	margin-right: 5px;
	cursor: pointer;
	}

.conq input:focus,
.conq select:focus,
.conq textarea:focus {
	outline: 0px !important;
	outline: none !important;
	}

.conq .msbox {
	/*margin-left: 1em;*/
	margin-bottom: 20px;
	margin-top: 10px;
	}

.conq .wpcf7-textarea {
	margin-top: 10px;
	border: 2px solid #ccc !important;
	border-radius: 6px;
	}

.conq select {
	border: 2px solid #ccc !important;
	border-radius: 6px;
	}

.conq input.propsubmit {
	margin-top: 25px;
	border: none;
	border-radius: 6px;
	background-color: #223955 !important;
	color: #fff !important;
	transition: background-color 0.25s ease;
	}

.conq .otherfield {
	margin-top:15px;
	}

.conq input.propsubmit:hover {
	background-color: #FFA500 !important;
	}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #a5d200 !important;
	}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em 0;
	padding: 1em;
	border: 8px solid #00a0d2;
	border-radius: 6px;
	}

.conqMini {
	padding: 30px 0 20px 0;
	}

.conqMini p {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 8px;
	}

/*** /MERGER QUESTIONNAIRE ***/

/*** /CONSULTATION STYLES ***/

/*** CONTENT ***/

p {
	line-height: 1.5rem;
	}

a:focus, a:active {
	background-color: transparent !important;
	}

/*a, a:active, a:focus {
	outline: none !important;
	outline-color: transparent !important;
	}*/

.site-title a:hover {
	color: #fff;
	}

.academycontent .entry-header {
	margin-bottom: calc(1 * var(--global--spacing-vertical));
	}

.academycontent h1.entry-title {
	font-size: 2.5rem;
	}

.wp-block-table thead {
	text-align: left;
	}

.wp-block-latest-posts__post-excerpt {
	font-size: 1rem !important;
	}

.unclickable > a:hover {
	cursor: default;
	}

/*** FOOTER ***/

#footer-wrapper a {
	text-decoration: none;
	}

#footer-wrapper a:hover {
	color: #71dfff;
	}

.mourning-theme img,
.academynav img {
	/*filter: grayscale(100%);*/
	}
