.countup-timer {
    width: 60px;
    text-align: center;
    display: inline-block;
}
.wordgame-btn {
    background: #191818;
    color: #fff;
    padding: 22px 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 70px;
    font-size: 1.2em;
    cursor: pointer;
    -weblit-clip-path: polygon(0 0, 0 0, 90% 0, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70%);
    -moz-clip-path: polygon(0 0, 0 0, 90% 0, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70%);
    clip-path: polygon(0 0, 0 0, 90% 0, 100% 30%, 100% 100%, 100% 100%, 10% 100%);
}
.guess-box {
    display: none;
}
.wordgame_wrapper {
    width: 100%;
    height: auto;
    margin: 20% auto 0 auto;
    display: table;
}
.wordblock {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wordblock li {
    display: inline-block;
    background: #5fa7cb;
    -weikit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    margin: 20px 5px;
    box-shadow: 1px 1px 0 1px #056da2, 2px 2px 0 1px #056da2, 3px 3px 0 1px #056da2, 4px 4px 0 1px #056da2;
}
.wordblock li.spaceword {
    background: 0 0;
    box-shadow: none;
}
.letter-box {
    height: auto;
    position: relative;
    padding: 20px 0;
}
.wordgame_wrapper {
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    display: table;
    padding: 50px 0;
}
.spell-check:hover {
    background: #fff;
}
.hint-box {
    background: #fff;
}
.wordgame-status-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #006b8f;
    padding: 0 0 15px 0;
}
.wordgame-status-lefttab {
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
.wordgame-status-midtab {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.wordgame-status-lasttab {
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    text-align: right;
}
.wordgame-status-lefttab p {
    color: #000;
    display: inline-block;
}
.wordgame-status-lefttab ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0 10px;
}
.wordgame-status-lefttab ul li {
    width: 15px;
    height: 3px;
    background: #000;
    float: left;
    margin: 0;
}
.wordgame-status-lefttab ul li.active {
    background: #ff613a;
}
.wordgame-status-lefttab span {
    color: #000;
}
.wordgame-status-lasttab p {
    color: #000;
    display: inline-block;
}
.wordgame-status-lasttab ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0 10px;
}
.wordgame-status-lasttab ul li {
    width: 10px;
    height: 10px;
    background: #ff613a;
    float: left;
    margin: 0 0 0 15px;
}
.heart-shape {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin-bottom: 6px;
    background-color: #ff613a;
}
.heart-shape:after,
.heart-shape:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff613a;
}
.heart-shape:before {
    bottom: 0;
    left: -50%;
}
.heart-shape:after {
    top: -50%;
    right: 0;
}
.heart-shape.active {
    background: #fff;
}
.heart-shape.active:after {
    background: #fff;
}
.heart-shape.active:before {
    background: #fff;
}
.wordgame-status-lasttab ul li.active {
    background: #fff;
}
.tooltip {
    position: relative;
    display: inline-block;
    right: 0;
    left: 0;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 0;
}
.tooltip .tooltiptext img {
    width: 100%;
    border-radius: 5px;
}
.size_of_img:hover {
    cursor: pointer;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: pointer;
}
.size_of_img {
    width: 150px;
    border-radius: 3px;
}
p.wordgame_hint {
    text-decoration: underline;
    color: #22a7ea;
    margin: 30px 0 0 0;
    font-size: 14px;
}
p.wordgame_hint:hover {
    cursor: pointer;
}
p.wordgame_hint_words {
    color: #000;
    font-style: italic;
    font-size: 12px;
    opacity: 0;
}
.wordgame-userinput-section {
    padding: 20px 0;
    border-top: 1px solid #006b8f;
}
.wordgame_userinput_form form {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.wordgame_userinput_form form label {
    text-align: left;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 0;
}
.wordgame_inputgroups {
    width: 80%;
    float: right;
    vertical-align: middle;
}
.wordgame_userinput_form form input[type="text"] {
    width: 70%;
    background: #afe3fd;
    border: none;
    padding: 10px 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5%;
    font-size: 14px;
}
.wordgame_userinput_form form input[type="button"] {
    width: auto;
    background: #22a7ea;
    border: none;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.wordgame_userinput_form form input[type="button"]:hover {
    cursor: pointer;
    background: #167eb3;
}
.wordgame_userinput_form p {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.wordgame_userinput_form p a {
    background: #c6eafc;
    font-size: 14px;
    padding: 10px 25px 8px 25px;
    border: 1px solid #63c2f2;
}
.wordgame_userinput_form p a:hover {
    cursor: pointer;
    background: #167eb3;
    color: #fff;
}
.wordgame_userinput_disclaimer p {
    text-align: right;
    font-size: 10px;
    font-style: italic;
    color: #ff613a;
}
div.wordgame_popup_noteligible {
    width: 400px;
    background: #ed7575;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 22% auto;
    z-index: 9999;
    padding: 20px;
    display: none;
}
div.wordgame_popup_noteligible_closeicon {
    position: relative;
}
div.wordgame_popup_noteligible_closeicon span {
    position: absolute;
    right: -12px;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 1px solid #000;
    text-align: center;
    line-height: 17px;
    top: -10px;
    color: #e7e7e7;
    background: #484848;
    font-weight: 100;
}
.wordgame_popup_noteligible h3 {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
}
.wordgame_popup_noteligible p {
    font-size: 0.8em;
    text-align: center;
    margin: 5px 0 25px 0;
}
.wordgame_popup_noteligible a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 10px 30px;
    font-size: 0.8em;
    display: table;
    margin: 0 auto;
}
.wordgame_popup_noteligible a:after {
    content: "";
}
.wordgame_result_bg {
    position: fixed;
    width: 100%;
    height: 1000px;
    background: #1f2a42;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}
div.wordgame_answer_right,
div.wordgame_answer_wrong, .wordgame_answer_alert {
    opacity: 0;
}
div.wordgame_answer_right.active,
div.wordgame_answer_wrong.active, .wordgame_answer_alert.active {
    opacity: 1;
    bottom: -30px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
div.wordgame_answer_right {
    width: 60%;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    padding: 8px 10px;
    background: #bbffda;
    border: 1px solid #1e7948;
    border-radius: 5px;
    margin: 0 auto;
}
div.wordgame_answer_right p {
    line-height: 30px;
    color: #1e7948;
    font-weight: 700;
}
div.wordgame_answer_right p span {
    display: none;
}
div.wordgame_answer_right p span img {
    width: 18px;
    height: 18px;
}
div.wordgame_answer_wrong {
    width: 60%;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    padding: 8px 10px;
    background: #fdd;
    border: 1px solid red;
    border-radius: 5px;
    margin: 0 auto;
}
div.wordgame_answer_wrong p {
    line-height: 30px;
    color: red;
    font-weight: 700;
}
div.wordgame_answer_wrong p span {
    display: none;
}
div.wordgame_answer_wrong p span img {
    width: 18px;
    height: 18px;
}
div.wordgame_answer_wrong strong {
    text-align: center;
    display: block;
    font-size: 1.5em;
}
div.wordgame_answer_alert {
    width: 60%;
    height: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    padding: 8px 10px;
    background: #ffdf7e;
    border: 1px solid red;
    border-radius: 5px;
    margin: 0 auto;
}
div.wordgame_answer_alert p {
    line-height: 30px;
    color: red;
    font-weight: 700;
}
div.wordgame_answer_alert p span {
    display: none;
}
div.wordgame_answer_alert p span img {
    width: 18px;
    height: 18px;
}
div.wordgame_answer_alert strong {
    text-align: center;
    display: block;
    font-size: 1.5em;
}
div.mobile-force-landscape {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ccc;
    display: none;
    z-index: 99999999;
}
div.img-container {
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}
div.img-container img {
    margin: 50px auto;
    display: block;
    width: 100px;
    -webkit-animation: rotate-landscape 1.5s infinite;
    -moz-animation: rotate-landscape 1.5 infinite;
    -o-animation: rotate-landscape 1.5 infinite;
    animation: rotate-landscape 1.5 infinite;
}
div.img-container p {
    text-align: center;
    font-size: 1.5em;
}
.game-section {
    border-radius: 20px;
}
@keyframes rotate-landscape {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@-webkit-keyframes rotate-landscape {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@-moz-keyframes rotate-landscape {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@-o-keyframes rotate-landscape {
    0% {
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media all and (orientation: portrait) {
    div.mobile-force-landscape {
        display: block;
    }
}
@media only screen and (max-width: 1200px) {
    .wordgame_userinput_form form input[type="text"] {
        width: 60%;
    }
}
@media only screen and (max-width: 1000px) {
    .wordgame_userinput_form form label {
        width: 100%;
    }
    .wordgame_inputgroups {
        width: 100%;
        margin: 10px 0 0 0;
        float: none;
    }
    .wordgame_userinput_form form input[type="text"] {
        margin: 0;
    }
}
@media only screen and (max-width: 800px) {
    .wordgame-status-section {
        font-size: 0.8em;
    }
    .wordgame-status-lefttab {
        width: 35%;
    }
}
@media only screen and (max-width: 650px) {
    .wordgame_userinput_form form input[type="text"] {
        width: 60%;
    }
    .wordgame-status-lefttab ul {
        margin: 15px 5px 0 5px;
    }
    .wordgame-status-lefttab ul li {
        width: 10px;
        height: 2px;
    }
    .wordblock li {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 500px) {
    .wordblock li {
        font-size: 0.7em;
    }
    .wordgame-status-lefttab ul li {
        width: 5px;
    }
    .wordgame-status-lasttab {
        width: 30%;
    }
    wordgame-status-lasttab ul {
        margin: 10px 0 0 0;
    }
    .wordgame-status-lasttab ul li {
        width: 5px;
        height: 5px;
        margin: 0 0 0 10px;
    }
    .wordgame_userinput_form form input[type="button"],
    .wordgame_userinput_form p a {
        padding: 10px;
    }
}
