#wpadminbar,
.back-to-top-wrapper,
.addtoany_share_save_container,
footer#colophon,
#myHeaderToolbar,
.woocommerce-breadcrumb,
.wmis_content_container,
header#masthead {
    display: none !important;
}

.form-control,
.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text]:not(.form-control):not(input[type=email]):not(input[type=url]):not(input[type=password]):not(input[type=search]):not(textarea):not(.input-text),
input[type=url],
textarea {
    border-radius: 0 !important;
}

/* ----------- iframe --------- */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ----------- END::iframe --------- */

button.dropdown-toggle0 {
    z-index: 9999;
}

.aftk-center {
    margin-bottom: 40px;
}

img.logo {
    width: 30%;
    border-radius: 50%;
    border: 5px solid #f7be68;
    margin-bottom: 15px;
}

.aftk-center h1 {
    font-size: 25px;
    font-weight: 800 !important;
}

.promo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;

    padding: 0px;
    top: 0;
    left: 0;

    background-color: #000000;
    z-index: 2;
}

.wmis_main_container {
    z-index: 1;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translate(-5%, -5%);
}

.dropdown-menu.show {
    right: 0px !important;
    left: inherit !important;
}

.settings-link {
    color: #69727d;
    position: fixed !important;
    height: 2.25rem;
    width: 2.25rem;
    top: 1%;
    right: -0.2%;
    pointer-events: auto;
    z-index: 999999999999;
    cursor: pointer;
}

.settings-link button,
.settings-link button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #69727d !important;
}

.product_sku {
    top: 0 !important;
    display: block !important;
    width: 25%;
    left: 0 !important;
}

img.aft_logo {
    position: absolute;
    bottom: -4%;
    z-index: 2;
    max-height: 80px;
}

.logo-wrapper .aft_logo {
    bottom: 0;
}

.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.animtxt {
    position: absolute;
    bottom: -40%;
    color: red;
}

.overlay_gallery {
    bottom: 0%;
    z-index: 1;
    opacity: .4;
    height: 20% !important;
}

.wrap,
.wrap_attachement {
    background-color: transparent !important;
    margin: 0 !important;
    position: absolute;
    bottom: -4%;
    max-height: 150px;
    display: none;
    padding: 0.2em !important;
    max-width: 100% !important;
    width: 100% !important;

    z-index: 2;
    bottom: 0%;
    opacity: .6;
    height: 20% !important;
}

.wrap h1,
.wrap_attachement h1 {
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;


    color: #ffffff;
    z-index: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    text-transform: capitalize;

}


p.anim_desc {
    display: none;
}

.wrap h1,
.wrap_attachement h1 {
    /* font-size: 1.5em !important; */
    font-size: 4.5vh !important;
    line-height: 1.5em;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* ---------- attachment ----------------  */
.attachment_div {
    position: absolute;
}

.attachment_img {
    display: none;
}

/* ---------- end::attachment ----------------  */




/* ---------- modal ----------------  */
input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2);
    /* IE */
    -moz-transform: scale(2);
    /* FF */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
    -o-transform: scale(2);
    /* Opera */
    transform: scale(2);
    padding: 10px;

    margin-right: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

.modal-settings label {
    font-size: 15px;
}

ul.ulsettings {
    list-style-type: none;
}

/* ---------- end:modal ----------------  */

/* portrait */
@media screen and (orientation:portrait) {

    /* portrait-specific styles */
    .wmis_main_container .wmis_featured_image {
        width: 100%;
        max-height: 100vh !important;
    }
}

/* landscape */
@media screen and (orientation:landscape) {

    .wmis_main_container .wmis_articles.wmis_col_1 {
        width: 20%;
        margin: 0 0 0.5% !important;
    }

    .wrap h1,
    .wrap_attachement h1 {
        font-size: 1em !important;
        line-height: 1.2em;
    }

}