/*
 Theme Name:   Tourism Child
 Theme URI:    http://example.com/twenty-twenty-child/
 Description:  Twenty Twenty Child Theme
 Author:       St. Lawrence College
 Author URI:   http://stlawrencecollege.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  tourismchild
*/

/* -------------------------------------- Imports */

@import url("../twentytwenty/style.css");
@import url("../tourism-child/js/quizbot/style.css");
@import url("../tourism-child/js/slick-master/slick/slick-theme.css");
@import url("../tourism-child/js/slick-master/slick/slick.css");
@import url("../tourism-child/css/common.css");
@import url("../tourism-child/css/animations.css");
@import url("../tourism-child/css/typography.css");

/* -------------------------------------- Variables */

:root {
    --color-primary: #678a75;
    --color-secondary: #5c7064;
    
    --color-dark-primary: #222222;
    --color-dark-secondary: #444444;
    
    --color-light-primary: #f1f1f1;
    --color-light-secondary: #fafafa;
    
    --font-primary: 'Roboto Condensed', sans-serif;
    --font-secondary: 'Ubuntu', sans-serif;
}

/* -------------------------------------- Content Area */

body.dark {
    background: var(--color-dark-primary);
}

.internal-content {
    padding: 150px 0 120px 0;
    min-height: 100vh;
    
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.internal-content.dark:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    content: '';
}

.internal-text {
    z-index: 10;
    position: relative;
    margin-bottom: 150px;
}

.activity-nav {
    background: white;
    position: fixed;
    top: 0;
    padding: 170px 50px;
    bottom: 0;
    right: 0;
    max-width: calc(100vw / 4);
    overflow-y: scroll;
}

.instructions-link {
    font-weight: 600;
    border: 0 !important;
    display: inline-block;
    float: right;
    color: white !important;
    font-size: 1rem;
    line-height: 2;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.instructions-link:hover {
    border: 0 !important;
    color: var(--color-primary) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.completed-activity {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 340px;
    border-radius: 2px;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    background: white;
    padding: 40px;
    z-index: 10001;
    
    -webkit-box-shadow: 0px 10px 29px -14px rgb(0 0 0 / 52%);
    -moz-box-shadow: 0px 10px 29px -14px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 29px -14px rgb(0 0 0 / 52%);
}

.completed-content h3 {
    font-size: 1rem !important;
}

.completed-content p {
    font-size: 0.9rem !important;
}

.completed-content i {
    color: #e8e8e8 !important;
}

.home-link {
	margin: 0 1% 0 1%;
    font-weight: 600;
    border: 0 !important;
    display: inline-block;
    float: right;
    color: white !important;
    font-size: 1rem;
    line-height: 2;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.home-link:hover {
    border: 0 !important;
    color: var(--color-primary) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.jumbotron {
    background: rgb(255 255 255 / 60%);
    color: rgb(10 10 10);
    font-style: normal;
    margin: 30px 0 50px;
    font-size: 0.9rem;
    padding: 3rem !important;
    border-radius: 5px;
}

.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
    color: #484848 !important;
}

.wp-block-columns {
    margin: 0 !important;
}


/* -------------------------------------- Wordpress UI */

.btn.button,
.wp-block-button__link,
input[type="submit"], 
input[type="reset"], 
input[type="button"], 
button {
    background: var(--color-primary) !important;
    text-transform: initial !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    font-family: var(--font-primary) !important;
    border-radius: 5px !important;
    color: #FFF !important;
    padding: 25px 40px !important;
    border: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.btn.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
button:hover,
.btn.button:focus, 
.wp-block-button__link:focus,
input[type="submit"]:focus, 
input[type="reset"]:focus, 
input[type="button"]:focus, 
button:focus {
    outline: none !important;
    text-decoration: none !important;
    border: 0 !important;
    color: #FFF !important;
    background: var(--color-secondary) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

#site-footer {
    padding: 3rem 0 !important;
    background: transparent !important;
}

.footer-credits {
    display: block;
}

.footer-credits p {
    text-align: center;
}

/*--------------------------------------- Banner Image ---*/

/*.banner-image {
    position: relative;
    min-height: 30vh;

    background-size: cover !important;
    background-position: center center !important;
}*/
.banner-image {
    position: relative;
    min-height: 30vh;
    height: 100%;
    background-size: cover;
    background-position: center center!important;
    overflow: hidden;   
}

.banner-image.dark:before {
    background-image: linear-gradient(rgb(34 34 34 / 80%), #222222);
}

.banner-image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";

    background-image: linear-gradient(rgb(243 243 243 / 31%), #f3f3f3);
}

.banner-image.no-overlay:before {
    background: transparent;
}

.banner-content {
    position: relative;
    padding: 100px 5% 0;
}

.error404 .banner-content {
    position: relative;
    min-height: 100vh;
    padding: 0;
}

.banner-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    right: 20%;
    color: #FFF !important;
    text-align: center;
}

.banner-section h2 {
    color: #FFF !important;
}

.banner-section .button {
    margin: 30px;
}

.banner-content button i {
    color: #FFF;
}

.banner-content button i:hover {
    color:  #228ae6;
}

.banner-content h1 {
    color: #FFF;
    font-size: 4em;
}

.banner-content h5.subtitle {
    color: #1971c2;
}

@media screen and (max-width: 1000px) {
    .banner-content h2 {
        font-size: 1.5rem !important;
    }

    .banner-content p {
        font-size: 0.9em;
    }
}

/* -------------------------------------- Card Image */
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    opacity: 70%;
}
.card:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;}

/* -------------------------------------- Header */

header.main-header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

.current-user {
    display: inline-block;
    border-bottom: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.current-user:hover {
    border-bottom: 0 !important;
    color: var(--color-primary);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.nav-bar {
    background: var(--color-dark-primary);
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    border-bottom: 1px solid #252525;
}

.nav-bar .user-content {
    padding: 10px 20px;
}

.nav-bar p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}

.nav-bar i {
    margin-right: 8px;
}

/*--------------------------------------- Footer ---*/

footer {
    margin-top: 0 !important;
    position: relative;
    border-top: solid 1px rgba(160, 160, 160, 0.3);
    overflow: hidden;
    
    height: 120px;
    background: #FFFFFF;
}

@media screen and (min-width: 736px) {
    footer {
        margin-bottom: 85px !important;
    }
}

@media screen and (max-width: 737px) {
    footer {
        margin-bottom: 30px !important;
    }
}

footer .copy,
footer .byline {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 900;
}

footer .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

footer .byline {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
}

@media screen and (max-width: 550px) {
    footer .copy,
    footer .byline {
        text-align: center;
        display: block;
        float: none;
        padding: 10px 0;
    }
}

/* -------------------------------------- Login/Registration Form */

.login-panel {
    padding: 100px;
    position: relative;
    background: var(--color-dark-primary);
    border-right: 1px solid #262626;
    min-height: 100vh;
}

@media screen and (max-width: 1200px) {
    .login-panel {
        padding: 100px 50px;
    }
}

.login-panel h2 {
    margin-bottom: 30px;
}

.ur-frontend-form {
    border: 0;
    padding: 0;
}

.ur-form-row .ur-form-grid label.ur-label {
    font-size: 0.95rem;
    font-weight: 400;
    font-family: var(--font-primary);
}

.ur-button-container {
    margin: 0;
    padding: 0;
    display: block;
}

.ur-button-container button {
    width: 100%;
    margin: 0 !important;
    background: var(--color-primary);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.certificate {
    height: auto;
    position: relative;
}

.grading-index {
    margin-bottom: 100px;
}

.grading-index h6 {
    margin-bottom: 10px;
}

#user-registration {
    background: transparent !important;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
    font-weight: 600 !important;
}

.ur-frontend-form input[type="submit"] {
    float: right;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.user-registration-LostPassword,
.user-registration-register {
    text-align: center !important;
}

.form-row {
    position: relative;
    overflow: hidden;
}

#user-registration .user-registration-MyAccount-navigation {
    background: transparent;
    box-shadow: none;
    position: relative;
}

.user-registration-MyAccount-content {
    width: 100%;
    display: flex;
    text-align: left;
    
    background: #FFF;
    color: var(--color-dark-primary) !important;
    padding: 30px;
    border-radius: 5px;
    margin: 10px 0;   
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul {
    border-bottom: 0;    
}

#user-registration.horizontal {
    background: transparent;
    box-shadow: none;
}

#user-registration.horizontal .user-registration-MyAccount-content p {
    color: #444444; 
    margin-bottom: 0 !important;
}

#user-registration.horizontal .user-registration-MyAccount-content a {
    border-bottom: solid 2px var(--color-primary) !important;
    color: var(--color-primary) !important; 
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

#user-registration.horizontal .user-registration-MyAccount-content h2 {
    margin: 0 50px 0 0;
    color: var(--color-dark-primary);
} 

#user-registration .user-registration-MyAccount-content .user-registration-profile-header {
    display: none;
}

#user-registration.horizontal .user-registration-MyAccount-content .edit-password {
    background: rgb(255 255 255);
    padding: 40px;
    border-radius: 5px;
    width: 100% !important;
}

.ur-frontend-form.login {
    width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
    margin-right: 10px;
}

@media screen and (max-width: 1000px) {
    #user-registration.horizontal .user-registration-MyAccount-content {
        position: relative;
        width: 100%;
        display: block;
        padding: 50px;
    }

    #user-registration.horizontal .user-registration-MyAccount-content h2 {
        margin: 0;
    } 
}

/* --- Branching Content --- */

.branching-content {
    position: relative;
    z-index: 10;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.branching-content ul {
    display: flex;
    align-content: stretch;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 10px 29px -14px rgb(0 0 0 / 52%);
    -moz-box-shadow: 0px 10px 29px -14px rgba(0,0,0,0.52);
    box-shadow: 0px 10px 29px -14px rgb(0 0 0 / 52%);
}

.branching-content ul li {
    width: 50%;
    padding: 0;
    list-style-type: none;
}

.branching-content ul li a {
    padding: 10px 35px;
    display: block;
    border: 0 !important;
    background: #444444;
    font-size: 1rem;
    color: #FFF !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.branching-content ul li a:hover {
    background: #333333;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.branching-content ul a li:nth-child(even) {
    border-left: #F3F3F3 !important;
    border-bottom: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

/* -------------------------------------- Bootstrap */
/* --- Buttons */
.btn-primary {    
    background-color: #678a75;
    border-color: #678a75;
	font-size: 1.1rem !important;
    font-weight: 400 !important;
    font-family: var(--font-primary) !important;
    border-radius: 5px !important;
    color: #fff; 
}

.btn-primary:hover{
	background-color:#7b8b81;
	border-color:#7b8b81;
	color: #fff;
}

/* --- Modals */

.modal-backdrop {
    background: rgba(255,255,255) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    opacity: 0.94 !important;
}

body.modal-open {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-content {
    background: transparent;
    border: 0;
    padding: 50px 15%;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-content p {
    color: #444444 !important;
}

.modal-content i {
    margin: 0 !important;
}

.modal-header {
    border: 0;
}

.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
}

.modal-button {
    background: #678a75 !important;
    border-radius: 50px !important;
    height: 50px !important;
    width: 50px !important;
    padding: 0 !important;
    color: #FFF;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.modal-button:hover,
.modal-button:focus {
    background: #207dc7 !important;
    outline: none;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

/* --- Accordions */

#accordion .card {
    background: transparent;
    border: 0;
    box-shadow: 0;
    margin: 0;
}

#accordion .card-header {
    background: #f1f1f1;
    border: 0;
    box-shadow: 0;
    position: relative;
}

#accordion .card .btn.btn-link {
    color: #1f282d !important;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 5px;
}

#accordion .card-header .collapse-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#accordion .card-body {
    background: #f3f3f3;
    color: #1f282d;
    margin-bottom: 15px;
    padding: 50px;
}

/* --- Popovers */

.popover {
    box-shadow: none;
    border: 1px solid #f1f1f1;
    padding: 15px;
}

.popover .arrow {
    display: none;
}

.popover-title {
    font-weight: 600;
    border-bottom: 0 !important;
    background: transparent !important;
}

.popover-content {
    
}

/* --- Tooltip */

.highlight-tooltip {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.highlight-tooltip:hover {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    
    outline: 2px solid #1f282d;
}

/*--------------------------------------- Slick Slider */

.slick-slider {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.slick-slider button {
    background: transparent !important;
    border-radius: 0px; 
    padding: 0;
}

.slick-slider .draggable {
    width: inherit;
    height: inherit;
    position: relative !important;
}

.slick-slider .slick-track {
    width: inherit;
    height: inherit;
    
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.slick-center {
    transform: scale(1.3);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slick-slider .slick-slide {
    margin: 15px;
    width: 32%;
    height: inherit;
    min-height: inherit;
    
    border-radius: 5px; 
    padding: 30px;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slick-slide {
    position: relative;
}

.destination .slick-slide {
    background: #FFF;
    padding: 0;
}

.destination .slide-button {
    padding: 20px 40px;
    background: #fafafa;
    border-radius: 0 0 3px 3px;
    width: 100%;
    display: block;
    color: var(--color-dark-primary) !important;
    border: 0 !important;
    position: relative;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.destination .slide-button:hover {
    background: var(--color-primary);
    color: rgba(255,255,255,0.77) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.destination .slide-button:hover i {
    color: rgba(255,255,255,0.77) !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.destination .slide-button i {
    position: absolute;
    right: 40px;
    color: #dedede;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

button.slick-arrow:before {
    color: rgb(255 255 255 / 19%);
    font-size: 1.7rem;
}

.slick-prev, 
.slick-next {
    top: -55px;
    text-align: right;
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: var(--color-primary) !important;
}
.slick-dots li button {
    color: transparent !important;
}
.slick-dots li button:before {
    font-size: 8px;
    color: transparent ;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slick-dots li.slick-active button:before {
    font-size: 18px;
    color: #FFF;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.destination .slick-dots li button:before {
    font-size: 8px;
    color: #5c7064;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.destination .slick-dots li.slick-active button:before {
    font-size: 18px;
    color: #5c7064;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.slide-content {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-align: center;
}

.slide-content p {
    font-size: 0.95rem !important;
}

.slide-content-adventure {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1rem;
    height: 310px;
    text-align: left;
	padding: 30px;
}

.destination .slide-content {
    padding: 10px 40px 100px 40px;
    text-align: left;
}

.slide-image {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    
    margin-bottom: 30px;
    opacity: 0.3;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important; 
    
    background: #FFF;
    
    margin-left: auto;
    margin-right: auto;
}

.destination .slide-image {
    border-radius: 3px 3px 0 0;
    width: 100%;
    opacity: 1;
    position: relative;
    height: 125px;
}

.destination .slide-image:before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.6);
}

.destination .slick-slide h3 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 500;
}

.slick-center .slide-image {
    opacity: 1 !important;
    border: 5px solid var(--color-primary);
}

.slick-center h6 {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.8);
}

.slick-center h3 {
    color: #FFF;
}

.slick-center h6,
.slick-center h3 {
    opacity: 1 !important;
}

.regular.slick-slider .slick-slide h6,
.regular.slick-slider .slick-slide h3 {
    opacity: 0;
}

/*
.slide .wp-block-button__link {
    position: absolute;
    bottom: 0;
    border-radius: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
}
*/

.slick-dots {
    position: absolute;
    bottom: initial !important;
    top: -50px !important;
}

/*--------------------------------------- Bideo */

#background_video {
    position: fixed;

    top: 50%; left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
    height: 100vh;
    width: 100%;
    min-height: 900px;
}

#overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
}

#video_cover {
    position: fixed;

    height: 100vh;
    width: 100%;
    min-height: 900px;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#video_controls {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, 0);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

#play img {
    width: 100px;
}

#pause img {
    width: 90px;
}

#pause {
    display: none;
}

/* -------------------------------------- Google Maps */

#map {
    height: 100vh;
    width: 100%;
}

.google-modal {
    padding: 40px;
}

.google-modal button {
    width: 100%;
}

.google-content {
    line-height: 1.4 !important;
}

a.issue-button {
    width: 100%;
    display: block;
    border: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

a.issue-button:hover {
    color: #FFF !important;
    background: #1a88df;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.firstHeading {
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.google-content p {
    font-family: 'Nunito', sans-serif !important;
    line-height: 1.4 !important;
}

.gm-style .gm-style-iw-c {
    box-shadow: 0 2px 15px 1px rgb(0 0 0 / 6%);
}

.gm-ui-hover-effect {
    background: transparent !important;
    margin: 30px !important;
}

.map-listing {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 50px;
    background: #2b2b2b;
    padding: 40px;
    border-radius: 5px;
    max-width: 430px;
}

.map-listing .collapse {
    max-height: 55vh;
    overflow-y: scroll;
    padding: 30px 30px 30px 0;
    position: relative;
}

.map-listing .collapse::-webkit-scrollbar {
    width: 1rem;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
 
.map-listing .collapse::-webkit-scrollbar-track {
    -webkit-box-shadow: 0;
    background-color: rgba(160, 160, 160, 0.3);
}
 
.map-listing .collapse::-webkit-scrollbar-thumb {
    background-color: rgba(52,52,52,0.3);
    outline: 1px solid rgba(52,52,52,0.3);
}

.listing-icon {
    color: tomato;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.4rem;
}

a.map-item {
    padding: 30px 35px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #202020;
    position: relative;
    border: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

a.map-item:last-child {
    margin-bottom: 0;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

a.map-item:hover {
    background: #1c1b1b;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.map-item h6 {
    text-transform: capitalize;
    color: #FFF;
    font-size: 1.1rem;
}

.map-item p {
    margin: 0;
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
}

.issue-icon {
    color: rgb(255 255 255 / 13%);
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.4rem;
}

.map-toggle {
    color: white !important;
    border-bottom: 0 !important;
    font-size: 1.4rem;
    display: block;
    min-width: 340.08px;
}

.map-toggle.collapsed:before {
    content: '\f107';
    position: absolute;
    top: 40px;
    right: 42px;
    font-size: 1.2rem;
    color: #FFF;
    font-family: FontAwesome;
}

.map-toggle:before {
    content: '\f106';
    position: absolute;
    top: 40px;
    right: 42px;
    font-size: 1.2rem;
    color: #FFF;
    font-family: FontAwesome;
}

.map-toggle:hover {
    border: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.map-legend {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    margin: 30px;
}

.map-legend a {
    background: rgba(255,255,255,0.9);
    padding: 15px;
    border-radius: 5px;
    border: 0 !important;
    -webkit-box-shadow: 0px 0px 35px 4px rgba(12,12,13,0.17);
    -moz-box-shadow: 0px 0px 35px 4px rgba(12,12,13,0.17);
    box-shadow: 0px 0px 35px 4px rgba(12,12,13,0.17);
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.map-legend a i {
    color: #cecece;
    margin-right: 10px;
    font-size: 0.8rem;
}

.map-legend a:hover {
    border: 0 !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.gm-style button {
    top: 0 !important;
    right: 0 !important;
}

.gm-style button:hover,
.gm-style button:focus {
    background: transparent !important;
}

/*--------------------------------------- Drag and Drop Environment */

body.interactive-environment {
    overflow: hidden;
}

.simulation-content {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
    position: relative;
    min-height: 100vh;
}

.simulation-content:before {
    content: '';
    background: rgb(255 255 255 / 88%);
    filter: blur(1px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.simulation-content .jumbotron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    right: 15%;
    
    background: #ffffff;
    box-shadow: 0px 0px 78px -41px rgba(0,0,0,0.55);
    
}

/*
.simulation-content .jumbotron .wp-block-button {
    margin-top: 30px !important;
    position: initial !important;
    top: initial !important;
}
*/

/*
.simulation-content .jumbotron .wp-block-button__link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px !important;
}
*/

.environment-setup {
    position: relative;
    z-index: 1;
}

.pull-out {
    position: fixed;
    width: 30vw;
    left: calc(100vw - 85px);
    top: 0; 
    bottom: 0;
    padding: 120px 50px 50px 75px;
    box-shadow: 0px 0px 78px -41px rgba(0,0,0,0.55);
    
    height: 100vh;
    background: #FFFFFF;
    z-index: 10000;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1) !important;
}

.pull-out:hover {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1) !important;
    right: 0;
    left: initial;
    overflow-y: scroll;
    overflow-x: hidden;
    
}

/*
.pull-out:hover .pull-lever {
    transition: 1.3s cubic-bezier(0.18, 1, 0.21, 1);
    transform: translate(-50%) rotate(180deg) !important;
}
*/

.pull-out::-webkit-scrollbar {
    width: 0.4rem;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
 
.pull-out::-webkit-scrollbar-track {
    -webkit-box-shadow: 0;
    background-color: #1f282d;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
 
.pull-out::-webkit-scrollbar-thumb {
    background-color: #171d20;
    outline: 1px solid #171d20;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.pull-content {
    min-width: 384px;
}

.pull-lever {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 30px;
    height: 100%;

    font-size: 1.4rem;
}

/*
.pull-out {
    background: #171d20;
}

.pull-item {
    border: 1px solid #1f282c;
}

.pull-out {
    position: fixed;
     min-width: 100px; 
    right: 0;
    top: 0;
    transform: translateX(445px);
    bottom: 0;
    padding: 150px 50px 150px 75px;
    box-shadow: 0px 0px 78px -41px rgba(0,0,0,0.55);
    height: 100vh;
    background: #FFFFFF;
    z-index: 10000;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1) !important;
}

.pull-out:hover {
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1) !important;
    transform: translateX(0px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.pull-out::-webkit-scrollbar {
    width: 0.4rem;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
 
.pull-out::-webkit-scrollbar-track {
    -webkit-box-shadow: 0;
    background-color: #1f282d;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}
 
.pull-out::-webkit-scrollbar-thumb {
    background-color: #171d20;
    outline: 1px solid #171d20;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.pull-content {
    width: 20vw;
    min-width: 384px;
    margin: 0 0 200px 0;
}

.pull-lever {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 30px;
    height: 100%;

    font-size: 1.4rem;
}
*/

.pull-item > .drag-item {
    max-width: 100px;
    min-height: 100px;
    width: 100%;
    cursor: move;
    text-align: center;
    display: block;
    
    margin: 0 auto;
}

span.label {
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}

body.dark span.label {
    color: #FFF;
    
}

.drop-field {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    
    height: 200vh;
    width: 100%;
    position: absolute;
    top: -730px;
    right: 0;
    left: 0;
    bottom: 0;
    
    z-index: 1;
}

.button-dash {
    position: fixed;
    z-index: 4;
    top: 80px;
    left: 30px;
}

.pull-item,
.doc-item {
    width: 100%;
    min-width: 200px;
    position: relative;
    padding: 30px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
}

.doc-item img {
    max-width: 60px;
    max-height: 60px;
    margin: 15px auto;
}

.doc-item:hover {
    cursor: pointer;
}

body.dark .screenshot-button, 
body.dark .clean-button {
    color: #515b61 !important;
}

.hover-instructions {
    transform: rotate(90deg) !important;
    font-size: 0.8rem;
    position: fixed;
    right: 50px;
    top: 140px;
    color: #9e9e9e !important;
}

.screenshot-button, 
.clean-button {
    color: #FFF !important;
    background: 0;
    padding: 30px;
    display: inline-block;
}

.screenshot-button:focus, 
.clean-button:focus,
.screenshot-button:hover, 
.clean-button:hover {
    outline: none;
}

.notification-area {
    background: rgba(255,255,255,0.03);
    padding: 30px;
    border-radius: 5px;
    font-size: 0.8rem !important;
}