/*
Theme Name:   Singular Child
Description:  A child theme starter for the Singular theme
Author:       Singular Talent
Author URI:   https://wordpress.org
Template:     singular-theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  singular-child
*/

/* GLOBAL ------------------------------------------------------- */
/* #wpadminbar is 32px tall */
body {
    background-color: #FFF;
}

#content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page .wp-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-wrap {
    width: 100%;
    max-width: 1700px;
}
.block-wrap.dual-column {
    padding-top: 100px;
}

.block-wrap > div, .block-wrap>h1,.block-wrap>h2,.block-wrap>h3,.block-wrap>h4,.block-wrap>h5,.block-wrap>h6,.block-wrap>p,.block-wrap>ol,.block-wrap>ul{
    padding: 0 30px;
}

#footer .wrap{
    max-width: 1640px;
}

.hidden{
    display: none;
}

body:not(.wp-admin) input[type="radio"]{
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--white);
    margin-right: 5px;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid var(--abbey);
    border-radius: 50%;
    transform: translateY(-0.075em);
    color: var(--abbey-light);
    display: grid;
    place-content: center;
}

body:not(.wp-admin) input[type="radio"]::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--abbey-light);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

body:not(.wp-admin) input[type="radio"]:checked::before {
    transform: scale(1);
}

body:not(.wp-admin) input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid var(--abbey-light);
    outline-offset: max(2px, 0.15em);
}

/* GRID & FLEX ------------------------------------------------------- */

.flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-grid-half, .flex-grid-thirds, .flex-grid-quarters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex .col{
    width: 100%;
}

.flex .col,
.flex-grid-half .col,
.flex-grid-thirds .col,
.flex-grid-quarters .col {
    margin: 15px;
}

.flex-grid-half .col {
    width: calc(50% - 30px);
}

.flex-grid-thirds .col {
    width: calc(33% - 30px);
}

.flex-grid-thirds .col-2 {
    width: calc(66% - 30px);
}

.flex-grid-quarters .col {
    width: calc(25% - 30px);
}

.justify-content-start{
    justify-content: start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.order-1{
    order: 1;
}

.order-2 {
    order: 2;
}

.flex-end{
    justify-content: flex-end;
}

.flex-start {
    justify-content: flex-start;
}

/* FOOTER ------------------------------------------------------- */
#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/AdobeStock_343334398.png);
    background-color: #704E38;
    background-position: center center;
    background-size: cover;
    color: #FFF;
}

#footer>.wrap {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1640px;
}

/* BUTTONS ------------------------------------------------------ */
.btn,
.button,
.btn-wrap a,
input[type="submit"],
input[type="reset"],
.wp-block-button .wp-block-button__link,
.user-registration.ur-frontend-form button {
    display: inline-block !important;
    height: auto !important;
    margin: 0 1em 0.5em 0 !important;
    border: 3px solid var(--tiara) !important;
    /* outline: none !important; */
    background: var(--tiara) !important;
    color: var(--fiord) !important;
    font-size: 18px !important;
    line-height: 1em !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border-radius: 35px 0px 35px 0 !important;
    font-weight: 900 !important;
}

.btn a,
#navigation ul.menu>li.btn>a,
#footer-nav ul.menu>li.btn>a{
    border-bottom: none;
    color: var(--fiord);
    font-size: 18px;
    white-space: nowrap;
}

.btn:hover,
.btn-wrap a:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.wp-block-button .wp-block-button__link:hover,
.user-registration.ur-frontend-form button:hover {
    background: rgba(199, 213, 214, 0.0) !important;
}

.btn:hover,
.btn a:hover,
.button:hover,
#navigation ul.menu>li.btn:hover>a,
#footer-nav ul.menu>li.btn:hover>a, 
.user-registration.ur-frontend-form button:hover {
    color: var(--white) !important;
    border-color: var(--white) !important;
}

.bg-white .btn:hover,
.bg-white .btn a:hover,
.bg-lt-woodland .btn:hover,
.bg-lt-woodland .btn a:hover,
.bg-lt-tiara .btn:hover,
.bg-lt-tiara .btn a:hover{
    color: var(--fiord);
    border-color: var(--fiord);
}

.btn-hollow{
    background: rgba(59, 80, 94, 0.0);
    color: var(--fiord);
    border: 3px solid var(--fiord);
}

.btn-hollow:hover, 
.bg-white .btn-hollow:hover,
.bg-white .btn-hollow a:hover,
.bg-lt-woodland .btn-hollow:hover,
.bg-lt-woodland .btn-hollow a:hover,
.bg-lt-tiara .btn-hollow:hover,
.bg-lt-tiara .btn-hollow a:hover{
    background: rgba(59, 80, 94, 1);
    color: var(--white);
}

.btn-primary-solid, .gform_button {
    background: var(--tiara);
    color: var(--fiord);
    border: 3px solid var(--tiara);
}

.btn-primary-solid:hover, .gform_button:hover {
    background: var(--fiord);
    color: var(--white);
    border-color: var(--fiord);
}

.has-abbey-background-color .btn-primary-solid:hover{
    background: rgba(59, 80, 94, 0.0);
    color: var(--white);
    border-color: var(--white);
}

.btn-secondary-solid{
    background: rgba(59, 80, 94, 1);
    color: var(--white);
    border: 3px solid var(--fiord);
}

.btn-secondary-solid:hover {
    background: rgba(59, 80, 94, 0.0);
    color: var(--fiord);
}

/* Links ------------------------------------------------------ */
a{
    color: var(--black);
}

a:hover {
    text-decoration: none;
}

a.link{
    color: var(--white);
    text-decoration: none;
    font-style: italic;
    font-size: 24px;
}

a.link:hover{
    color: var(--woodland);
}

a.link::after{
    content: ">";
    position: relative;
    margin-left: 2px;
}

.has-white-rock-background-color a.link{
    color: rgba(59, 80, 94, 1);
}

/* TEXT AND FONT ------------------------------------------------------ */

span.preheading{
    font-weight: 500;
    font-size: 110%;
}

.text-left{
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-callout-green{
    background-color: var(--woodland);
    border-radius: 86px;
    padding: 30px;
    color: var(--white) !important;
    font-size: 28px;
    font-weight: 900;
    max-width: 1640px;
    text-align: center;
    line-height: 1.25;
    margin: 1.5em 50px;
}
.text-callout-green a {
    color: #e6e5cd;
    text-decoration: underline;
}
.text-callout-green a:hover {
    text-decoration: none;
}

/* RICH BANNER -------------------------------------------------- */

.banner-rich .mask {
    background: linear-gradient(183deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.7) 100%);
}

.banner-rich .content {
    padding: 0;
    justify-content: center;
}

.banner-rich .content .content-wrap {
    max-width: 1640px;
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
}

.banner-rich .content .content-wrap h1{
    line-height: 1;
    filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.75));
    font-size: 56px;
}

.banner-rich .content .content-wrap p {
    filter: drop-shadow(2px 6px 9px rgba(0,0,0,0.75));
}

.banner-rich .content .content-wrap .button-wrap {
    margin-top: 30px;
}

/* SPACING ------------------------------------------------------ */
.wp-columns-padding{
    padding: 75px;
}

/* SEARCH ------------------------------------------------------ */
.searchform{
    display: flex;
    justify-content: center;
}

.searchform-wrap {
    border: 1px solid black;
    padding: 10px;
    margin: 30px 0 60px 0;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
}

.search-term {
    border: none;
    font-size: 20px;
    font-style: italic;
    width: 100%;
    padding: 0 30px;
    background-color: transparent;
}

input[type="submit"].search-submit {
    width: auto;
    background-color: var(--abbey);
    color: var(--white);
    border-radius: 10px;
    font-size: 20px;
    border: none;
    margin: 0 0 0 10px;
}

input[type="reset"].search-reset {
    width: auto;
    background-color: var(--white);
    color: var(--abbey);
    border-radius: 10px;
    font-size: 20px;
    border: 2px solid var(--abbey);
    margin: 0 0 0 10px;
}

.pagination{
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
}

.file-download {
    font-weight: 100;
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
    color: var(--abbey);
}

.file-download:hover {
    color: var(--woodland);
}

.file-download::after {
    content: ">";
    position: relative;
    margin-left: 6px;
}

.search-result .title {
    margin: 0 0 0.75em;
    font-size: 24px;
}

.search-result > div{
    margin: 0 0 0.75em;
}

.search-result a.link{
    color: var(--woodland);
    font-size: 18px;
}

.search-result a.link:hover {
    color: var(--fiord);
}