
/* ---------------------------------------------- SECTION ---------------------------------------------- */


div#toggle {
    display: none;
}

.page-template-page-vsequence, div#content {
    margin: 0;
}

.content-area .hentry {
    padding-bottom: 0;
}

.full-height-column {
    /* height: 100vh; */
}

.home-holder {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2690a6+0,2690a6+50,66dbe7+51,66dbe7+100 */
    background: #2690a6; /* Old browsers */
    background: -moz-linear-gradient(left, #2690a6 0%, #2690a6 50%, #66dbe7 50%, #66dbe7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2690a6 0%,#2690a6 50%,#66dbe7 50%,#66dbe7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2690a6 0%,#2690a6 50%,#66dbe7 50%,#66dbe7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2690a6', endColorstr='#66dbe7',GradientType=1 ); /* IE6-9 */
}

div#logo-alone {
    position: fixed;
    right:  25px;
    top: 25px;
    z-index: 999;
    /* background: #FFFFFF; */
    width: 80px;
    border-radius: 100%;
    padding: 8px;
}




.popup {
    position:  fixed;
    z-index: 999;
    left:  0;
    top: 0;
    right:  0;
    bottom:  0;
    pointer-events: none;
}

.popup:after {
    content:"";
    position:  fixed;
    z-index: 999;
    left:  0;
    top: 0;
    right:  0;
    bottom:  0;
    opacity:0;
    background: #0000007a;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.popup.open:after {
    opacity:1;
}

.popup-inner {
    z-index: 1000;
    position:  relative;
    pointer-events:  all;
    top: 50%;
    margin-top: -100vh;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.popup.open .popup-inner {
    margin-top: -200px;
}

.popup-inner > .container {
    background: #FFFFFF;
    z-index: 1000;
    position:  relative;
    height: 400px;
    padding: 20px;
}






.vobject-inner.cook-question {width: 600px;background: #FFFFFF;text-align: center;padding: 30px;border-radius: 10px 10px 0 0;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;
}

.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%;
}
.popup-info p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}






.vobject-inner.pt-content > div {
    background: #FFFFFF;
    color: #000000;
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 2px;
    position: relative;
    max-width: 1000px;
}

.vobject-inner.pt-content.theme-black {
    background: #000000;
    color: #FFFFFF;
}


.header-content .vobject-inner.pt-content {
    padding: 0;
}

.pt-header {
    background: #826CE1;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0 10px 30px;
    border-radius: 2px 2px 0 0;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 22px;
}

.pt-content {
    padding: 30px;
}

.pt-left {

}

.pt-right {

}

.pt-left {
    flex: 1;
    border-radius: 2px 0 0 2px;
    background: #826CE1;
    text-align: center;
    color: #FFFFFF;
    background-image: url("/wp-content/uploads/2019/11/Confetti-Doodles-transparent.svg");
    background-size:500px;
    background-attachment: fixed;
    background-color: #5a34ff;
    background-position: 1% 2%;
}

.vobject-inner.pt-content.pt-content-sided {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
}

.pt-right {
    flex: 2;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}

.pt-right h3 {
    font-size:25px;
    line-height:1.4;
    color:#5a34ff;
}

.pt-title h2, .pt-title h3, .pt-title h4 {
    color: #FFFFFF;
    font-size: 30px;
    margin: 0;
    display: inherit;
    line-height: 1.4;
}

.pt-title {
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 60px 30px;
}

.plym-choice {
    background: #5a34ff;
    border: 1px solid #5a34ff;
    padding: 7px 40px;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.plym-choice:hover, .plym-choice[selected="true"] {
    background: transparent;
    color:#5a34ff;
}

.question-item-wrapper[question-type="single-choice"] {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 20px;
}

.plym-multiple-choice.plym-answer-record {
    margin-bottom:10px;
}



span.box {
    width: 28px;
    height: 28px;
    display: inline-block;
    border: 2px solid #5a34ff;
    vertical-align: middle;
    margin-right: 15px;
    position:relative;
    border-radius:2px;
}

span.box:after
{
    content:"";
    display:block;
    position:absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 7px;
    background:#5a34ff00;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.plym-answer-item[selected="true"] span.box:after
{
    background:#5a34ff;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
}

.plym-multiple-choice.plym-variable-setter.plym-answer-record span.text {
    display: inline-block;
}

.plym-multiple-choice.plym-variable-setter.plym-answer-record {
    margin-bottom: 10px;
    width: 100%;
}




.questions-wrapper {
    width:100%;
    flex-wrap: wrap;
}

.question-wrapper[question-type="single-choice"] {
    display: flex;
    justify-content: center;
    margin-left: -20px;
}

.question-wrapper + .question-wrapper {
    margin-top:20px;
}

.decoration {
    position: absolute;
}

.decoration.planet-1 {
    width: 200px;
    height: 200px;
    background-image: url('/wp-content/uploads/2019/11/decoration-planet-1.png');
    background-size: cover;
    z-index: -1;
    left: -115px;
    top: -59px;
}

.decoration.forme-1 {
    width: 200px;
    height: 200px;
    background-image: url('/wp-content/uploads/2019/11/decoration-forme-1.png');
    background-size: cover;
    z-index: -1;
    right: -50px;
    top: -75px;
}

.decoration.forme-2 {
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/uploads/2019/11/decoration-forme-2.png');
    background-size: cover;
    z-index: -1;
    right: -44px;
    bottom: -44px;
}

button.pt-button {
    background: #5a34ff;
    border-color: #5a34ff;
    margin-top: 25px;
}

button.pt-button:hover {
    background: transparent;
    color: #5a34ff;
}

.time-count-bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    bottom: -2px;
    background: #e8e8e8;
    border-radius: 0 0 5px 5px;
}

.time-count-bar span {
    content:'';
    display:block;
    position:absolute;
    left:0;
    height: 100%;
    background: #46e2c7;
    width:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0 0 0 5px;
}

.pt-result .pt-title {
    padding: 30px 30px 0 30px;
}

.pt-result .pt-title h2 {
    color: #5a34ff;
}

.pt-result table {
    margin: 25px;
    width: auto;
}

.total-points {
    font-family: "Playfair Display";
    font-weight: 700;
    color: #5a34ff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
}


/* MARS */


.vobject-inner.mars-case {
    height: auto;
    /* display: flex; */
    /* background: #FFFFFF; */
}

.fullwidth-container {
    display: flex;
    max-width: 600px;
    width: 100vw;
    background: #FFFFFF;
    flex-wrap: wrap;
}

.mars-case .pt-title {
    padding: 40px 20px;
}

.mars-case .pt-right {
    padding: 40px 30px;
}

.mars-case .pt-title h2
{
    font-size:25px;
}

.mars-case.planet-mars .pt-left {
    min-width: 40%;
    background-color: #ff8925;
    background-size:10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 60 60'%3E%3Cg fill='%23fdfdfd' fill-opacity='0.9'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}

.mars-case.planet-mars a {
    color:#ff8925;!important;
}

.mars-case.planet-venus .pt-left {
    min-width: 40%;
    background-color: #208cc5;
    background-size:10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 60 60'%3E%3Cg fill='%23fdfdfd' fill-opacity='0.9'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
}

.mars-case.planet-venus a {
    color:#208cc5!important;
}

.vobject-inner[position="top-right"] {
    right: 0;
    top: 0;
    position: absolute;
}

.vobject-inner[position="bottom-right"] {
    right: 0;
    left: initial;
    bottom: 0;
    position: absolute;
}

.vobject-inner[position="bottom-left"] {
    left: 0;
    left: initial;
    bottom: 0;
    position: absolute;
}




div#start-options, #end-options {
    display:initial;
    position:  absolute;
    left:  0;
    top: 0;
    right:  0;
    bottom:  0;
    background: #0000006b;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#start-options-inner {
    line-height:  normal;
    display:  inline-block;
    z-index: 999;
    vertical-align:  middle;
}

#plym-video-player #end-options {
    z-index: 2;
    display: none;
}

#plym-video-player.ended #end-options {
    display: initial;
}

#plym-video-player.playing div#start-options {
    opacity:0;
    pointer-events:none;
}

.start-video-text {
    color:  #FFFFFF;
    margin-top: 20px;
    font-size: 20px;
    cursor:pointer;
}


#end-options-inner {
    display:inline-block;
    line-height: 1;
    vertical-align:middle;
}

.video-button {
    color:  #FFFFFF;
    font-size: 20px;
    background: #061d48;
    margin: 10px 0;
    line-height: 1;
    vertical-align:middle;
    padding: 12px 40px 17px 40px;
    cursor:pointer;
}

.video-button:hover {
    background: #0e2d67;
}

#plym-video-poster {
    background-image: url("/CBP/wp-content/uploads/2018/06/demo-1.jpg");
    background-size:  cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-color:#2e90a4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#plym-video-poster.hidden {
    pointer-events: none;
    opacity:0;
    z-index: -1;
}

.vobject-inner.transparent-box {
    width: 80px;
    height: 80px;
    pointer-events: all;
}

.vobject-inner.transparent-box .plym-goto-event-seeker {
    width: 100%;
    height: 100%;
}

.cbp-t-invisible-cta {
    width: 16.5vh;
    height: 26vh;
}

.cbp-t-o-invisible-cta {
    width: 15.6vh;
    height: 24.3vh;
}

div.vobject.absolute-position {
    position: absolute;
}

.cbp-chapter-selected {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* border: 1px solid #3699b2; */
    box-shadow: 0px 0px 0px #3698b288;
    border-radius: 12px;
}

.cbp-chapter-selected.active {
    box-shadow: 0px 0px 8px #3698b26e;
}

.cbp-chapter-load-bar.time-count-bar {
    border-radius: 0;
    height: 3px;
    bottom: -10px;
    opacity: 0;
}

.cbp-chapter-selected.active .cbp-chapter-load-bar.time-count-bar {
    opacity: 1;
}

.cbp-chapter-load-bar.time-count-bar span {
    background: #285484;
    border-radius: 0;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.cbp-horizontal-1 .cbp-t-invisible-cta {
    width: 15vw;
    height: 24vw;
    cursor: pointer;
}

.scale-1-1.cbp-horizontal-1 .cbp-t-invisible-cta
{
    width: 17vw;
    height: 27vw;
}

.cbp-horizontal-1 .cbp-t-o-invisible-cta {
    width:15.5vw;
    height:25vw;
    cursor: pointer;
}

.scale-1-1.cbp-horizontal-1  .cbp-t-o-invisible-cta {
    width:17vw;
    height:27vw;
    cursor: pointer;
}

.cbp-horizontal-1 .cbp-chapter-selected,
.cbp-horizontal-1 .cbp-chapter-selected.active {
    box-shadow:none;
}

.vobject.cbp-floating-logo {
    position: fixed;
    bottom: 10px;
    left: calc(50% - 6vw);
    width: 12vw;
    z-index: 99999;
    height: initial;
    opacity:0;
    -webkit-transition: opacity 1s 1s;
    -moz-transition: opacity 1s 1s;
    -o-transition: opacity 1s 1s;
    transition: opacity 1s 1s;
}

.vobject.iassure-floating-logo {
    position: fixed;
    bottom: 10px;
    left: calc(50% - 3.8vw);
    width: 7.6vw;
    z-index: 99999;
    height: initial;
    opacity:0;
    -webkit-transition: opacity 1s 1s;
    -moz-transition: opacity 1s 1s;
    -o-transition: opacity 1s 1s;
    transition: opacity 1s 1s;
}

.started .vobject.cbp-floating-logo,
.started .vobject.iassure-floating-logo {
    opacity: 1;
    background: #FFFFFF;
    padding: 5px 10px;
}

.vobject.cbp-floating-logo > .vobject-inner p,
.vobject.iassure-floating-logo > .vobject-inner p  {
    margin: 0;
}

#plym-transition {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    pointer-events: none;
    transition: all 1s;
}

#plym-transition #transition-circle {
    r: 75%;
    transition: all 1s ease;
}
#plym-transition.spotlight-transition  #transition-circle{
    r: 0%
}


.semitan-menu .menu-item {
    display: initial;
}

.semitan-menu .menu-items {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

div#video-menu.semitan-menu {
    padding: 0 60px 0 60px;
}

div#video-menu.open.hidden {
    bottom: -80px;
}

.semitan-menu .menu-item .menu-item-title {box-shadow: none;border: none;width: auto;padding: 0 15px;margin-right: 30px;}

.semitan-menu .menu-item-title-inner {
    font-size: 18px;
}

.semitan-menu .menu-item.active .menu-item-title {
    background:#FFFFFF;
}

.semitan-menu .menu-item.active .menu-item-title-inner {
    color: #163eb5;
}

.semitan-menu .menu-item.behind .menu-item-title-inner {
    color: #8a81d1;
}

.semitan-menu div#menu-video-controls {
    position:absolute;
    right:0;
    top:0;
    width:80px;
    height:100%;
    background: #FFFFFF;
    z-index:1;
}

div#video-menu.open div#menu-video-controls > div {
    opacity:1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

div#video-menu.open.hidden div#menu-video-controls > div {
    opacity:0;
}

.semitan-menu div#mute-music {
    top: 15%;
}

.semitan-menu div#mute-sound {
    bottom: 15%;
}

#menu-opener {
    position: absolute;
    top: 0px;
    left: 0;
    right:0;
    height: 30px;
    z-index: 2;
    text-align:center;
    pointer-events: none;
}

#menu-opener span {
    height: 3px;
    background: #e1a229;
    width:40px;
    z-index: 2;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#video-menu.hidden #menu-opener {
    pointer-events: all;
}

#video-menu.hidden #menu-opener span {
    opacity: 1;
}

@media (min-aspect-ratio: 21/10) {
    .vobject.cbp-floating-logo {
        width: 8.5vw;
        left: calc(50% - 4.25vw);
    }
}


@media (min-aspect-ratio: 20/10) {
    .vobject.iassure-floating-logo {
        width: 6vw;
        left: calc(50% - 3vw);
    }
}


@media (min-aspect-ratio: 22/10) {

    .vobject.cbp-floating-logo {
        bottom: initial;
        top:10px;
        left: initial;
        right: 10px;
    }

    .scale-1-1 .vobject.cbp-floating-logo {
        right: 6vw;
    }

}

@media (min-aspect-ratio: 21/10) {

    .vobject.iassure-floating-logo {
        bottom: initial;
        top:10px;
        left: initial;
        right: 10px;
    }

    .scale-1-1 .vobject.iassure-floating-logo {
        right: 6vw;
    }

}

.video-js {
    background:none;
}