﻿.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#brand-icon {
    width: 120%;
    height: 60%;
    margin-top: 20%;
}

.img-visa {
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/visa-d6c6e0a636f7373e06d5fb896ad49475.svg")
}

.img-mastercard {
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/mastercard-a96ee3841a5e1e28d05ed3f0f4da62b8.svg")
}

.img-amex {
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/amex-edf6011de255d8a4c22904795c9d8770.svg")
}

.img-discover {
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/discover-8f3d8fc6ef836da1fcac12c095ee6fb8.svg")
}

.img-diners {
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/diners-fced9e136fd8c25f40a3e7b37a51dc1d.svg")
}

.img-jcb {
    background-image: url("https://js.stripe.com/v3/fingerprinted/img/jcb-1b12d588a1e9465d4d9fb84a610f9136.svg")
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

@media only screen and (min-width: 800px) {

    .printButton {
        display: block;
    }

    #submitButton {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background: grey;
        border-radius: 50%;
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
    }

    .game-play .game__field #submitButton {
        position: absolute;
        top: 50%;
        left: 91%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .game-play .game__field input::-webkit-input-placeholder {
        color: grey;
        font-size: 20px;
    }

    .game-play .game__field input::-webkit-input-placeholder {
        color: grey;
        font-size: 20px;
    }

    .game-play .game__field input:-ms-input-placeholder {
        color: grey;
        font-size: 20px;
    }

    #swiperPagination {
        top: 130px;
    }

    ::-moz-placeholder {
        color: grey;
    }
    
    #pointer {
        cursor: pointer;
        margin: 5px;
    }

    #noBreakword {
        white-space: nowrap;
    }

    .result {
        -webkit-box-pack: unset;
        justify-content: unset;
    }
    
    #primary_nav_wrap { margin-top: 15px }

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        z-index: 10;
        float: left;
        margin: 0;
        padding: 0;
    }

    #primary_nav_wrap ul a {
        display: block;
        text-decoration: none;
        line-height: 32px;
        padding: 0 15px;
        color: white;
    }

    #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

    #primary_nav_wrap ul li.current-menu-item { background: #ddd }

    #primary_nav_wrap ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-image: linear-gradient(#5c2bba, #5b29ba);
        background-color: white;
        padding: 0
    }

    #primary_nav_wrap ul ul li {
        float: none;
        width: 200px
    }

    #primary_nav_wrap ul ul a {
        line-height: 120%;
        padding: 10px 15px
    }

    #primary_nav_wrap ul ul ul {
        top: 0;
        left: 100%
    }

    #primary_nav_wrap ul li:hover > ul { display: block }

    .nav-footerOverride ul a {
        display: block;
        text-decoration: none;
        line-height: 32px;
        padding: 0 15px;
        color: white;
    }
}

@media (max-width: 770px) {
    
    .printButton {
        display: none;
    }
    
    #submitButton {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: grey;
        border-radius: 50%;
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
    }

    .game-play .game__field #submitButton {
        position: absolute;
        top: 50%;
        left: 84%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 800px) {

    .printButton {
        display: none;
    }

    #spaceForButton {
        margin-top: 21px;
    }

    .game-play .game__field input::-webkit-input-placeholder {
        color: grey;
        font-size: 20px;
    }
    .game-play .game__field input::-webkit-input-placeholder {
        color: grey;
        font-size: 20px;
    }

    .game-play .game__field input:-ms-input-placeholder {
        color: grey;
        font-size: 20px;
    }

    #swiperPagination {
        top: 129px;
    }

    #socialMediaIcons {
        margin-right: 20px;
    }

    #noBreakword {
        white-space: nowrap;
    }

    ::-moz-placeholder {
        color: grey;
    }
    .result {
        -webkit-box-pack: unset;
        justify-content: unset;
    }
    input.active {
        -webkit-box-shadow: 0 0 2px orange;
        -moz-box-shadow: 0 0 2px orange;
        box-shadow: 0 0 2px orange;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }
    #pointer {
        cursor: pointer;
        margin: 5px;
    }
    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        z-index: 10;
        margin: 0;
        padding: 0;
    }
    #primary_nav_wrap ul a {
        display: block;
        text-decoration: none;
        line-height: 32px;
        padding: 0 88px;
        color: white;
    }
    #primary_nav_wrap ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-image: linear-gradient(#5c2bba, #5b29ba);
        background-color: white;
        padding: 0
    }
        #primary_nav_wrap ul li:hover > ul {
            display: block;
            height: auto;
            width: 100%;
            min-height: 100vh;
        }
        #primary_nav_wrap ul li:active > ul {
            display: block;
            min-height: 100vh;
            width: 100%;
            height: auto;
        }
    #narrowTable {
        table-layout: fixed;
        width: 90%;
        word-wrap: break-word;
    }

    #narrowTableHeader {
        width: 23%;
    }

    audio {
        width: 113px;
    }

    .nav-footerOverride ul a {
        display: block;
        text-decoration: none;
        color: white;
    }
}

@media only screen and (min-width: 318px) and (max-width: 370px) {

    .printButton {
        display: none;
    }

    #noBreakword {
        white-space: nowrap;
        font-size: 14px;
    }
}

@media only screen and (min-width: 370px) and (max-width: 410px) {
    .printButton {
        display: none;
    }
    #noBreakword {
        white-space: nowrap;
        font-size: 19px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 415px) {
    .printButton {
        display: none;
    }
    #noBreakword {
        white-space: nowrap;
        font-size: 23px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
    /* iPad Portrait */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* iPad in landscape */
    .printButton {
        display: none;
    }
    #spellingHeader {
        color: white;
        font-size: inherit;
        font-family: 'Proxima Nova', sans-serif;
    }
    .logo {
        position: absolute;
        margin-top: 115px;
    }
}

#moveTableUp {
    margin-top: -75px;
}

#narrowTable {
    text-align: left;
}

#body {
    min-height: 85vh;
}

dl {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}
dt {
    float: left;
    width: 46%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0;
    color: #6e47c2;
}
dt:first-letter {
    text-transform: capitalize;
}
dd {
    float: left;
    width: 50%;
    /* adjust the width; make sure the total of both is 100% */
    color: #6e47c2;
    padding: 0;
    margin: 0
}

.emphasiseWord {
    color: #6e47c2;
    font-weight: bold; 
}

.form__label_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form__label_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ececec;
}

/* On mouse-over, add a grey background color */
.form__label_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form__label_checkbox input:checked ~ .checkmark {
    background-color: #9d6cea;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form__label_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form__label_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#toast-container > div {
    opacity: 1;
}

select {
    visibility: hidden;
}
toast-top-center

.toast-warning {
    background-color: #75c7d4;
}

.toast-top-center {
    margin-top: 400px;
}

#sliderTestimonials {
    min-height: 425px;
}

#formActions {
    margin-top: -10px;
}

#numberOfChildrenSmallText {
    font-size: 12px;
}

#spellingHeader {
    color: white;
}

input.active {
    -webkit-box-shadow: 0 0 4px orange;
    -moz-box-shadow: 0 0 4px orange;
    box-shadow: 0 0 4px orange;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-play.active {
    -webkit-box-shadow: 0 0 40px orange;
    -moz-box-shadow: 0 0 40px orange;
    box-shadow: 0 0 40px orange;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

.submitButton.active {
    -webkit-box-shadow: 0 0 40px orange;
    -moz-box-shadow: 0 0 40px orange;
    box-shadow: 0 0 40px orange;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

#footerCopyright {
    margin-top: 7px;
}

.block-field .block__stars__counter {
    position: absolute;
    top: 40px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .block-field .block__stars__counter span {
        font-size: 16px;
        font-weight: 300;
        color: #999;
        line-height: 1;
        margin-top: 2px;
    }

.lazy {
    display: none;
}

#submitButton:hover {
        background: #6e47c2;
    }

    #submitButton audio {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

    #submitButton img {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.hidden-item {
    display: none;
}

#createParent {
    font-weight: 600
}

#headerWithAngular {
    color: #75c7d4;
}

.gameScoreRight {
    float: right;
    position: relative;
    top: -25px;
    right: 41px;
}

.gameScoreLeft {
    float: left;
    position: relative;
    top: -25px;
    left: 41px;
}

#floatLeft {
    float: left;
    position: relative;
    left: 6px;
}

#floatRight {
    float: right;
    position: relative;
    right: 6px;
}
