/*
Theme Name: Camp Quality Theme by Efront
Author: Efront
Author URI: https://efront.com.au
Description: Camp Quality Theme by Efront
Version: 100.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: efront
*/

.alignnone {
    margin: 1em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0.5em auto;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.aligncenter {
    display: block;
    margin: 1em auto;
}

.entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px;
}

.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.alignfull img {
    width: 100vw;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
    max-width: 100%;
    height: auto;
}

img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

img.alignright {
    margin: 1em 0 1em 1em;
}

img.alignleft {
    margin: 1em 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin: 1em auto;
}

img#wpstats {
    display: block;
    margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
    border: none;
}

.wp-caption {
    margin-bottom: 1em;
    margin-left: 0;
    max-width: 96%;
    text-align: center;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    position: relative;
    font-size: 0.8em;
}

.gallery {
    margin: 0 auto;
}

.gallery .gallery-item {
    margin: 0;
    float: left;
    text-align: center;
    width: 33%;
}

.gallery a img {
    border: none;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-4 .gallery-item img {
    width: 100%;
    height: auto;
}

.comments ol {
    padding-left: 0;
}

.comments ol li {
    margin: 0;
}

.comment-author {
    padding: 0;
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
    embed,
    object {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .gallery-columns-3 .gallery-item {
        width: 33.33%;
    }

    .gallery-columns-3 .gallery-item img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .gallery-columns-2 .gallery-item {
        width: 50%;
    }

    .gallery-columns-2 .gallery-item img {
        width: 100%;
        height: auto;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

#gform_wrapper_1 .validation_message{
	display: block !important;
}

/* === Formstack Custom Styles from Darren === */

.fsBody {
    font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    padding: 0px !important;
}
.fsError {
    font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fsBody .fsForm {
    padding: 0px !important;
}

#fsCell117908586 {
    display: none;
}

.fsRowBody input[type="email"] ~ p {
    margin-bottom: 1rem !important;
}

.fsBody .fsForm .fsSectionHeading {
    margin-bottom: 10px !important;
    text-align: left !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    color: #000000 !important;
    text-transform: none !important;
    font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.fsBody .fsSectionHeader {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    border: none !important;
}

#fsSection118674582 {
    display: none !important;
}

.fsLabel {
    letter-spacing: 0.01em !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    color: #000 !important;
}

.fsSupporting {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.47 !important;
    color: #000 !important;
    letter-spacing: 0.01em !important;
}

.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="tel"] {
    border: 1px solid #f5f5f1 !important;
    border-radius: 0.5rem !important;
    background-color: #f5f5f1 !important;
    line-height: 5.2rem !important;
    height: 5.4rem !important;
    width: 100% !important;
    padding: 0 1.9rem !important;
    color: #001f34 !important;
    font-size: 1.6rem !important;
}

.fsForm select:not([multiple="multiple"]) {
    border: 1px solid #f5f5f1 !important;
    border-radius: 0.5rem !important;
    background-color: #f5f5f1 !important;
    line-height: 5.2rem !important;
    height: 5.4rem !important;
    width: 100% !important;
    padding: 0 1.9rem !important;
    color: #001f34 !important;
    font-size: 1.6rem !important;
}

.fsForm select:not([multiple="multiple"])::placeholder {
    /* #001F34 */
    color: rgb(0 31 52 / 20%) !important;
}

.fsForm select:not([multiple="multiple"]):focus {
    border: 1px solid rgba(0, 31, 52, 0.2) !important;
}

.fsForm select:not([multiple="multiple"]) {
    background-image: url(./assets/dist/images/icon/ico-arrow.svg) !important;
    background-size: auto !important;
    background-position: right 1.9rem top 50% !important;
    background-repeat: no-repeat !important;
}

/* 30% date fields */

#field55874983D,
#field55874983M,
#field55874983Y,
#field118871794D,
#field118871794M,
#field118871794Y,
#field118820342D,
#field118820342M,
#field118820342Y,
#field118871814D,
#field118871814M,
#field118871814Y,
#field118871820D,
#field118871820M,
#field118871820Y,
#field118871826D,
#field118871826M,
#field118871826Y,
#field125938324D,
#field125938324M,
#field125938324Y,
#field125938324H,
#field125938324I,
#field125938324A,
#field125938325D,
#field125938325M,
#field125938325Y,
#field125938325H,
#field125938325I,
#field125938325A {
    width: 29% !important;
}

.fsBody .ui-datepicker-trigger {
    content: url(./assets/dist/images/icon/ico-calendar.svg) !important;
    width: 30px !important;
    height: 28px !important;
}

.fsBody .fsSubField.fsFieldZip {
    width: 48%;
}

.fsBody .fsSubField.fsFieldAddress,
.fsBody .fsSubField.fsFieldAddress2,
.fsBody .fsSubField.fsFieldCity {
    margin-bottom: 10px;
}

.fsBody h3 {
    color: #000 !important;
    font-family: "Mr Orange", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

label[for="field118674588-zip"] {
    display: none !important;
}

.fsOptionLabel {
    font-size: 15px !important;
    line-height: 32px !important;
}

.fsField {
    border: 1px solid #f5f5f1 !important;
    border-radius: 0.5rem !important;
    background-color: #f5f5f1 !important;
    line-height: 5.2rem !important;
    height: 4.4rem !important;
    width: 100% !important;
    padding: 0 1.9rem !important;
    color: #001f34 !important;
    font-size: 1.6rem !important;
    font-family: "Poppins", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.fsBody input[type="radio"],
.fsBody input[type="checkbox"] {
    top: 4px !important;
    width: 20px !important;
    height: 20px !important;
    appearance: auto !important;
}

.fsBody input[type="radio"]:not(:checked):before,
.fsBody input[type="checkbox"]:not(:checked):before {
    display: none;
}

/*
.fsRowBody input[type=radio]:before {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px !important;
  border: 1px solid #000 !important;
  background-color: #ffffff !important;
}

.fsRowBody input[type=radio]:checked:before {
  border: 8px solid #000 !important;
}


.fsRowBody input[type=checkbox]:before {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5.5px !important;
  border: 1px solid #000 !important;
  background-color: #fff !important;
}

.fsRowBody input[type=checkbox]:checked:before {
  background-color: #000 !important;
}
*/

.fsForm textarea {
    border: 1px solid #f5f5f1 !important;
    border-radius: 0.5rem !important;
    background-color: #f5f5f1 !important;
    line-height: 5.2rem !important;
    height: 10.4rem !important;
    width: 100% !important;
    padding: 0 1.9rem !important;
    color: #001f34 !important;
    font-size: 1.6rem !important;
}

.fsBody .fsSectionHeader {
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px 0px !important;
}

.gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 5px 4px;
}

.fsFileUploadButton,
#fsNextButton2796640,
#fsNextButton2796640,
#fsPreviousButton2796640 {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    border-radius: 2.5rem !important;
    height: 3rem !important;
    line-height: 3rem !important;
    border: none !important;
    padding: 0 2.5rem 0 2.5rem !important;
    background-repeat: no-repeat;
    transition: background-position 0.3s;
    background-color: #001f34 !important;
    color: #fff !important;
}

.fsPagination {
    text-align: left !important;
}

/*SUBMIT BUTTONS*/
#fsSubmitButton4545694,
#fsSubmitButton4629502,
#fsSubmitButton2796640,
#fsSubmitButton4849396 {
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    border-radius: 2.5rem !important;
    height: 5rem !important;
    line-height: 5rem !important;
    border: none !important;
    padding: 0 5rem 0 2.5rem !important;
    background-image: url(./assets/dist/images/more-arrow-white.svg) !important;
    background-position: right 2.5rem top 50%;
    background-repeat: no-repeat;
    transition: background-position 0.3s;
    background-color: #001f34 !important;
    color: #fff !important;
}

#fsSubmitButton4545694:hover,
#fsSubmitButton4629502:hover,
#fsSubmitButton4849396:hover {
    background-position: right 2rem top 50%;
}

#fsCell55824421 .fsFieldCity {
    width: 100%;
}

#fsCell55824421 .fsFieldState {
    width: calc(65% - 10px);
}

#fsCell55824421 #field55824421-state {
    width: 100% !important;
}

#fsCell55824421 .fsFieldZip {
    width: 35%;
}

#fsCell55824421 #field55824421-zip {
    width: 100% !important;
}

label.fsOptionLabel {
    border: none !important;
    color: #000 !important;
}

#fsRow2796640-48 {
    border: none !important;
}

/*Puppet show form */

#fsCell125938316 .fsFieldCity {
    width: 100% !important;
}

#fsCell125938316 .fsFieldState {
    width: 65%;
}

#fsCell125938316 .fsFieldZip {
    width: calc(35% - 10px);
}

#field125938316-state,
#field125938316-zip {
    width: 100% !important;
}

#field126598153_1 {
    -webkit-appearance: checkbox;
}

#fsCell55875316 p:not(:first-child) {
    display: none;
}

/*Family registration form */
#fsCell118674588 .fsFieldZip {
    width: 48%;
}
field118674588-zip {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .fsRowBody input[type="checkbox"],
    .fsRowBody input[type="radio"] {
        -webkit-appearance: none;
        position: relative;
        float: none !important;
        margin: 0 10px 0 0;
        padding: 0;
        border: none;
        vertical-align: middle;
        overflow: hidden;
        float: none;
        top: -1px !important;
    }

    .fsFieldRow .fsFieldCell {
        text-align: left !important;
    }
    #field55874983D,
    #field55874983M,
    #field55874983Y,
    #field118871794D,
    #field118871794M,
    #field118871794Y,
    #field118820342D,
    #field118820342M,
    #field118820342Y,
    #field118871814D,
    #field118871814M,
    #field118871814Y,
    #field118871820D,
    #field118871820M,
    #field118871820Y,
    #field118871826D,
    #field118871826M,
    #field118871826Y,
    #field125938324D,
    #field125938324M,
    #field125938324Y,
    #field125938324H,
    #field125938324I,
    #field125938324A,
    #field125938325D,
    #field125938325M,
    #field125938325Y,
    #field125938325H,
    #field125938325I,
    #field125938325A {
        width: 27% !important;
    }
}

:root {
    --gf-ctrl-color-error: #B30000 !important; 
    --gf-ctrl-button-color-secondary: #001f34 !important;
    --gf-ctrl-btn-color-hover-secondary: #001f34 !important;
    --gf-ctrl-btn-color-focus-secondary: #001f34 !important;
    --gf-ctrl-btn-color-secondary: #001f34 !important;
}

.gfield .StripeElement,
.simpay-form-control--card .StripeElement {
    
}

/* Required asterisk colour */
.fsRequiredMarker {
    color: #B30000 !important;
}

/* === END Formstack Custom Styles from Darren === */
