
.responsive-visible {
    display: none;
}

/* Large desktops and laptops */
@media (max-width: 1200px) {

}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {


}

/*Portrait tablets and small desktops*/
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {

    /* general */

    .responsive-hidden {
        display: none;
    }

    .responsive-visible {
        display: block;
    }

    .parallaxed_image_container {

        max-width:400px!important;
        margin-left: 20px;
    }

    .parallaxed_image {
        margin-bottom:0;
    }


}

@media (max-width: 600px) {

}

@media (max-width: 550px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    .parallaxed_image_container {

        max-width:250px!important;
        margin-left: 20px;
    }

    .home-holder {

        background: #2690a6;
        background: -moz-linear-gradient(180deg, #2690a6 0%, #2690a6 50%, #66dbe7 50%, #66dbe7 100%);
        background: -webkit-linear-gradient(180deg, #2690a6 0%,#2690a6 50%,#66dbe7 50%,#66dbe7 100%);
        background: linear-gradient(180deg, #2690a6 0%,#2690a6 50%,#66dbe7 50%,#66dbe7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2690a6', endColorstr='#66dbe7',GradientType=1 );
    }

    .home-holder .full-height-column{
        width:100%;
    }


}

@media (max-width: 380px) {


}

.popup-theme-1 {
    padding: 5px;
    position:  absolute;
    width: 200px;
    opacity: 0;
    top: 0vh;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #ffffff;
    box-shadow: 0px 0px 100px #00000061;
}

.vobject-inner.popup-theme-2 {
    position:  absolute;
    width: 200px;
    background: #85abc9;
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 0px 100px #00000061;
    opacity:0;
}

.vobject.active .popup-theme-1 {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-flipInY: .75s;
    animation-duration: .75s;
    opacity: 1;
}


.vobject.active .popup-theme-2 {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    opacity:1;
}

.popup-theme-1 p {
    margin: 0;
}

.vobject-inner.menu-choice {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 100px;
    background: #000000;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

div.vobject.active .vobject-inner.menu-choice {
    bottom:0;
}

.vobject-inner.menu-choice .choice {
    width: 500px;
    text-align: center;
}

.vobject-inner.menu-choice .choice span {
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
}

.vobject-inner.menu-choice .choice-1 span:hover {
    color: #ff0000;
}

.vobject-inner.menu-choice .choice-2 span:hover {
    color: #0068ff;
}

.vobject-inner.test-object-3 {
    width: 300px;
    background: #FFFFFF;
    padding: 20px;
}
.vobject-inner.test-object-3 {
    width: 300px;
    background: #FFFFFF;
    padding: 20px;
}

.vobject-inner.cook-question-1 {width: 500px;background: #FFFFFF;text-align: center;padding: 30px;border-radius: 20px;box-shadow: 0px 0px 100px #00000075, 0px 0px 5px #00000075;font-size: 24px;display: flex;flex-wrap: wrap;justify-content: space-around;}

.choice {
    display: inline-block;
    color: #d94809;
    cursor:pointer;
}

.choice:hover {
    display: inline-block;
    color: #43ad3b;
}

.vobject-inner.cook-question.cook-loop-question {position: fixed;left: calc(50% - 250px);top: calc(50% - 250px);}

.vobject-inner.cook-question.cook-loop-question p {
    width: 100%;
}

.vobject-inner.cook-score {
    height: 180px;
    border: 5px solid #eb8f52;
    width: 100px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
}

div#vobject-424 {
}

.score-title {
    text-align: center;
    font-weight: 800;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1;
}

.score-carrot {
    width: 80%;
    margin-left:5%;
    height: 36px;
    background-image: url('/wp-content/uploads/2019/10/carrot.png');
    background-size: contain;
    background-repeat: no-repeat;
    flex-grow: 1;
    opacity: 0.5;
}

.score-carrot.good, .score-carrot.bad {
    opacity:1;
}

.score-carrot.bad { 
    background-image: url('/wp-content/uploads/2019/10/carrot-bw.png');
}

.score-carrots {
    display: flex;
    flex-wrap: wrap;
    height: 132px;
    align-content: flex-end;
}

.vobject-inner.popup-info {
    width: 400px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}
