/* 
06/13/2023 
DO NOT ADD YOUR CSS HERE...
*/

/* #region - Root */

:root {
    --font-size: 16px;
    --font-1: "Ubuntu";

    --color1: #333333;
    --color2: #00A3D9;
    --a: #007799;
    --hover: #007799;    

    --bg1: #f5f5f5;
    --bg2: #eeeeee;

    --bglight       : rgba(255,255,255,0.5);
    --bgdark        : rgba(0,0,0,0.5);

    --darktitle     :   white;
    --darktext      :   rgba(255,255,255,0.75);

    --lighttitle    :   black;
    --lighttext     :   rgba(0,0,0,0.75);
}

/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - HEADER */
/* 
    ## LINK assets/theme/header.css 
*/
/* #endregion */

/* #region - FOOTER */
/* 
    ## LINK assets/theme/style-template.css
*/
/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - GENERAL */ 
body:not(.wp-admin) {
    position: relative;
}
body:not(.wp-admin), .element  {
    font-size: var(--font-size);
    color: var(--color1);
    font-family: var(--font-1);
}

footer.element,
header.element, 
section.element,
div.element { 
    position: relative;
    width: 100%;
}

div.element p,
section.element p { 
    font-size: inherit; 
}

.element a {
    color: var(--a);
    cursor: pointer;
    transition: none;
}

.element a:hover,
.element a:focus-visible {
    color: var(--hover);
}

.element a, 
.element a:hover, 
.element a:focus, 
.element a:active {
    outline: 0; 
    text-decoration: none;
}

.element .more span,
.element .btn span {
    display: inline-block;
}

.element img, 
.element picture { 
    max-width: 100%; 
    height: auto; 
    width: 100%;
}

.element iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.element .container-xl, 
.element .container, 
.element .container-lg { 
    position: relative;  
}

ul.none { 
    list-style: none; 
}

.element hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.element input:focus-visible,
.element textarea:focus-visible,
.element select:focus-visible {
    /* border: 1px solid rgba(0, 0, 0, 0.5); */
    outline: none;
    /* filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1)); */    
}

/* #endregion */

/* #region - BS CONTAINER X BS ROW */ 

.container-lg, 
.container, 
.container-xl, .max-1200 { 
    max-width: 1200px; 
}

.row {
    row-gap: 30px;
}

.row .cc:only-child {
    flex-grow: 1;
    max-width: 100%;
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Wrap */ 

.element .wrap {
    position: relative;
}

.element .wrap.dflex {
    flex-wrap: wrap;
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Shapes */ 

.round {
    border-radius: 100%;
    overflow: hidden;
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Display */ 

.element .dnone, 
.dnone { 
    display: none !important; 
}

.hide-alt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
}

.remove_scroll { 
    overflow-y: hidden; 
}

.novisual,
span.novisual,
label.novisual {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.nfo { 
    display: none; 
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Positions */ 

.ab-center {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pos-rel {
    position: relative;
}

.pos-fix,
.pos-fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Columns */ 

.grid,
.dgrid {
    display: grid;
}

.flex,
.flexic, 
.dflex { 
    display: flex; 
}

.dflex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.idflex-center {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dflex-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Placeholders */ 

.h300 {
    position: relative;
    height: 300px;
    overflow: hidden;
} 

.bg-grey { 
    background-color: #efefef; 
}

/* #endregion */

/* #region - CUSTOM CLASS ~ Background */ 

    /* Image */
    .bg-img {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bg-img.con { background-size: contain; }

    .bg-img.auto {
        background-size: auto;
        background-color: #E5E5E5;
    }

    /* iframe */
    .bg-iframe { 
        position: relative; 
        overflow: hidden; 
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .bg-iframe.map {
        overflow: hidden;
    }

    .bg-iframe.map iframe {
        filter: grayscale(90%);
    }
    
    .bg-iframe.overlay { 
        position: absolute; 
    }

/* #endregion */

/* #region - CUSTOM CLASS ~ Displaced / Legacy */ 

.fbg-img, .fbg-vid, .fbg-iframe {
    height: var(--bg-height);
}

.bg-img, .bg-vid, .bg-iframe { 
    height: 100%;
}

.overlay.olemask { 
    z-index: 2; 
}

.btn-vid.yt {
    opacity: 0.6;
    position: absolute;
    z-index: 2;
    width: 90px;
    height: 63px;
    transition: 0.5s;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJZb3VUdWJlX0ljb24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKCSB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMDI0IDcyMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAyNCA3MjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDFfeXRfcGxheXtvcGFjaXR5OjAuMTI7ZmlsbDojNDIwMDAwO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fQoJLnN0Ml95dF9wbGF5e2ZpbGw6dXJsKCNTVkdJRF8xX3R5X3BsYXkpO30KPC9zdHlsZT4KPHBhdGggaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRkZGRkZGIiBkPSJNNDA3LDQ5M2wyNzYtMTQzTDQwNywyMDZWNDkzeiIvPgo8cGF0aCBpZD0iVGhlX1NoYXJwbmVzcyIgY2xhc3M9InN0MV95dF9wbGF5IiBkPSJNNDA3LDIwNmwyNDIsMTYxLjZsMzQtMTcuNkw0MDcsMjA2eiIvPgo8ZyBpZD0iTG96ZW5nZSI+Cgk8Zz4KCQkKCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfdHlfcGxheSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MTIuNSIgeTE9IjQ4LjMiIHgyPSI1MTIuNSIgeTI9Ijc2Ni44IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIDEgMCAtNDcpIj4KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0U1MkQyNyIvPgoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQkYxNzFEIi8+CgkJPC9saW5lYXJHcmFkaWVudD4KCQk8cGF0aCBjbGFzcz0ic3QyX3l0X3BsYXkiIGQ9Ik0xMDEzLDE1Ni4zYzAsMC0xMC03MC40LTQwLjYtMTAxLjRDOTMzLjYsMTQuMiw4OTAsMTQsODcwLjEsMTEuNkM3MjcuMSwxLjMsNTEyLjcsMS4zLDUxMi43LDEuM2gtMC40CgkJCWMwLDAtMjE0LjQsMC0zNTcuNCwxMC4zQzEzNSwxNCw5MS40LDE0LjIsNTIuNiw1NC45QzIyLDg1LjksMTIsMTU2LjMsMTIsMTU2LjNTMS44LDIzOC45LDEuOCwzMjEuNnY3Ny41CgkJCUMxLjgsNDgxLjgsMTIsNTY0LjQsMTIsNTY0LjRzMTAsNzAuNCw0MC42LDEwMS40YzM4LjksNDAuNyw4OS45LDM5LjQsMTEyLjYsNDMuN2M4MS43LDcuOCwzNDcuMywxMC4zLDM0Ny4zLDEwLjMKCQkJczIxNC42LTAuMywzNTcuNi0xMC43YzIwLTIuNCw2My41LTIuNiwxMDIuMy00My4zYzMwLjYtMzEsNDAuNi0xMDEuNCw0MC42LTEwMS40czEwLjItODIuNywxMC4yLTE2NS4zdi03Ny41CgkJCUMxMDIzLjIsMjM4LjksMTAxMywxNTYuMywxMDEzLDE1Ni4zeiBNNDA3LDQ5M1YyMDZsMjc2LDE0NEw0MDcsNDkzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
}

/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - BS BUTTONS x BS LINKS */ 

.btn { 
    display: inline-flex; 
    align-items: center;
    position: relative;
    padding: 7.5px 20px;   
    overflow: hidden;
}

.btn span { 
    z-index: 2; 
    position: relative;
    display: inline-block;
}

.btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 0;
    width: 0;
    transition: 0.2s;
    border-radius: 3px;
}    

.btn.active::after,
.btn:hover::after,
.btn:focus-visible::after { 
    width: 110%; 
    height: 110%; 
}

@media only screen and (max-width: 600px) {
    .btn::after { display: none; }
}

.btn.focus, 
.btn:focus { 
    box-shadow: none; 
}

.btn span.nfo { 
    display: none; 
}

.btn-loop {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

/* #endregion */

/* #region - {FIELD} POP BUTTONS */ 

    .btn.btn-1,
    .btn.btn-2,
    .btn.btn-3 {
        transition: 0.3s;
    }

    /* #region - BUTTON 1 */ 

    .btn.btn-1 { 
        border: 1px solid dimgray;
        background-color: dimgray;
        color: white;
    }
    
    .btn-1.active,
    .btn.btn-1:hover,
    .btn.btn-1:focus-visible {
        color: dimgray;
    }
    
    .btn.btn-1::after {
        background-color: white;
    }    

    /* #endregion */

    /* #region - BUTTON 2 */ 

    .btn.btn-2 {
        border: 1px solid gray;
        background-color: transparent;
        color: dimgray;
    }
    
    .btn.btn-2.active,
    .btn.btn-2:hover,
    .btn.btn-2:focus-visible,
    .btn.btn-2::after {
        background-color: dimgray;
    }
    
    .btn-2.active, 
    .btn.btn-2:hover,
    .btn.btn-2:focus-visible {
        color: white;
    }

    /* #endregion */

    /* #region - BUTTON 3 */ 

    .btn.btn-3 { 
        border: 1px solid lightgray;
        background-color: lightgray;
        color: gray;
    }
    
    .btn.btn-3.active,
    .btn.btn-3:hover,
    .btn.btn-3:focus-visible,
    .btn.btn-3::after {
        background-color: dimgray;
        color: white;
    }    

    /* #endregion */

    /* #region - BUTTON w/ ICON */ 

    .btn[data-icon="btn"] {
        transition: 0.3s;
        padding-left: 50px;
        background-position: 10px center;
        background-repeat: no-repeat;
        background-size: 25px;
        padding-left: 45px;
        padding-right: 12px;        
    }

    .btn[data-icon="btn"] img {
        position: absolute;
        max-width: 24px;
        max-height: 24px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }    

    .btn[data-icon="btn"] { 
        border: 1px solid gray; 
        color: gray;
    }
    
    .btn[data-icon="btn"].active,
    .btn[data-icon="btn"]:hover,
    .btn[data-icon="btn"]:focus-visible {
        color: dimgray;
    }
    
    .btn[data-icon="btn"]:hover,
    .btn[data-icon="btn"]:focus-visible,
    .btn[data-icon="btn"]::after {
        background-color: lightgray;
    }   

    /* #endregion */

    /* #region - PLAIN ICON */ 

    .btn[data-icon="icon"] { 
        padding: 0; 
    }
    
    .btn[data-icon="icon"] span { 
        display: none; 
    }
    
    .btn[data-icon="icon"] img { 
        width: 40px; 
        position: relative;
        z-index: 2;
    }

    /* #endregion */

    /* #region - PRE/POST ICON */ 

    .btn.w-icon { 
        padding: 0; 
    }
    
    .btn.w-icon::after { 
        display: none; 
    }
    
    .btn.w-icon img { 
        max-width: 15px; 
        margin-top: 2px; 
    }
    
    .btn[data-icon="post"] img { 
        margin-left: 8px; 
    }
    
    .btn[data-icon="pre"] img { 
        margin-right: 8px; 
    }
    
    .btn.w-icon span.nfo {
        display: none;
    }
    
    .btn.w-icon span { 
        position: relative; 
        display: inline-block; 
        font-size: 80%;
        color: gray;
    }
    
    .btn.w-icon span::before { 
        content: ''; 
        height: 1px;
        width: 100%;
        position: absolute;  
        bottom: 0; 
        left: 50%;
        transform: translateX(-50%); 
        transition: 0.3s; 
        background-color: #ccc; 
    }
    
    .btn.w-icon:hover span::before,
    .btn.w-icon:focus-visible span::before { 
        width: 30%; 
    }  

    /* #endregion */

    /* #region - LINK MORE */ 

    .link-more .overlay { 
        display: none; 
    }

    .link-more span {
        color: gray;
        display: inline-block;
    }

    /* #endregion */



    
/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - CUSTOM CLASS ~ OVERLAYS */

.overlay, 
.overlay-img { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0px; 
    left: 0px; 
    z-index: 0;
    overflow: hidden;
}

.top-overlay { 
    top: 0px; 
    bottom: inherit; 
}

.btm-overlay { 
    top: inherit; 
    bottom: 0px; 
}

.overlay-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    position: relative;
}

/* #endregion */

/* #region - {FIELD} POP MEDIA */ 

    .std-vid:hover {
        cursor: pointer;
    }

    /* #region ~ as Popup */

    .pop-link {
        display: block;
        position: relative;
    }
    
    .pop-link .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }
    
    .pop-link .overlay,
    .pop-link .overlay img {
        opacity: 0;
        transition: 0.3s;
    }
    
    .pop-link .overlay img {
        max-width: 50px;
    }
    
    .pop-link .overlay img,
    .pop-link .overlay img {
        filter: brightness(0) invert(1);
    }
    
    .pp-iframe .overlay img {
        filter: none;
    }
    
    .pop-link.pop-yt .overlay,
    .pop-link.pop-yt .overlay .icon-btn,
    .pop-link.pop-vm .overlay,
    .pop-link.pop-vm .overlay .icon-btn {
        opacity: 1;
    }
    
    .pop-link:hover .overlay,
    .pop-link:focus-visible .overlay,
    .pop-link:hover .overlay img,
    .pop-link:focus-visible .overlay img {
        opacity: 1;
    }

    /* #endregion */

    /* #region ~ as BG */

    .lazy-vid {
        max-width: 100%;
    }

    .overlay iframe, 
    iframe[data-as="bg"] {
        height: 150%;
        width: 100%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        overflow: hidden;
    }    

        /* #region ~ Youtube + Vimeo */

        .bg-vm.overlay,
        .bg-yt.overlay { 
            overflow: hidden; 
        }
        
        .bg-vm.overlay iframe,
        .bg-yt.overlay iframe {
            position: absolute;
            top: 50% !important;
            left: 50% !important;    
            transform: translateY(-50%) translateX(-50%);
        }
        
        .element .yt-bg,
        .element .vm-bg {
            position: absolute;
            top: 50% !important;
            left: 50% !important;    
            transform: translateY(-50%) translateX(-50%);
        }    
    
        /* #endregion */

        /* #region ~ Image + Video */

        .overlay video {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            top: 0;
            left: 0;
        }
        
        .element .img-bg, 
        .element .vid-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            top: 0;
            left: 0;
        }

        /* #endregion */

    /* #endregion */

/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - THEME OPTIONS (SHORTCODE STUFF) */

    /* #region ~ social icons */

    .social-icons {
        display: flex;
        gap: 10px;
    }
    
    .social-icons .soc-link {
        min-width: 20px;
    }
    
    .social-icons .soc-link img {
        max-height: 20px;
        max-width: 22px;
    }    

    /* #endregion */

    /* #region ~ contact info */

    .sc-contact, 
    .sc-link { 
        display: inline-flex; 
        align-items: center; 
    }
    
    .sc-contact {
        display: inline-flex;
        padding-left: 20px;
        padding-right: 15px;
        position: relative;
    }

    .sc-contact.w-title {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .sc-contact p { 
        margin-bottom: 0; 
    }    
    
    .sc-contact .sc-icon {
        position: absolute;
        left: 0;
        top: 5px;
        height: 15px;
        width: 15px;
    }
    
    .sc-contact .sc-icon img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    /* #endregion */

    /* #region ~ office hours */

    .sc-hours {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .sc-hours div {
        flex: 0 0 50%;
    }    

    /* #endregion */    

    /* #region ~ placeholders */

    div[data-image="image-opt"],
    div[data-image="image-none"],
    div[data-image="image-thumb"] { 
        min-height: 300px; 
    }

    div[data-image="image-none"] { 
        background-size: 60%;
        background-color: #eee; 
        opacity: 0.5;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    div[data-image="image-none"] img {
        max-width: 80%;
    }

    /* #endregion */

/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - {SETTINGS} ELEMENT */

    /* #region ~ text alignment */

    .text-center,
    .element.text-center { 
        text-align: center; 
    } 

    .text-left,
    .element.text-left { 
        text-align: left; 
    } 

    .text-right,
    .element.text-right { 
        text-align: right; 
    } 

    /* #endregion */

    /* #region ~ vertical alignment */

    .dflex-vdefault {  align-items: center; }
    .dflex-vcenter {  align-items: center; }
    .dflex-vtop { align-items: flex-start; }
    .dflex-vbottom { align-items: flex-end; }    

    [data-vflex="default"] {
        align-items: center;
    }

    [data-vflex="center"] {  
        align-items: center;
    }

    [data-vflex="top"] {  
        align-items: flex-start;
    }

    [data-vflex="bottom"] {  
        align-items: flex-end;
    }    

    /* #endregion */

    [data-hflex="center"] .container-xl,
    [data-hflex="left"] .container-xl,
    [data-hflex="right"] .container-xl { 
        margin-left: 0;
        margin-right: 0;
    }

    [data-hflex="center"] {
        justify-content: center;
    }

    [data-hflex="left"] {
        justify-content: flex-start;
    }

    [data-hflex="right"] {
        justify-content: flex-end;
    }    

    /* #region ~ dark/light theme */

    section[data-theme="dark"] {
        background-color: var(--bgdark);
    }
    
    section[data-theme="dark"] .btitle,
    section[data-theme="dark"] .atitle,
    section[data-theme="dark"] .dtext,
    section[data-theme="dark"] .ptext,
    section[data-theme="dark"] .itext {
        color: var(--darktext);
    }
    
    section[data-theme="dark"] .mtitle,
    section[data-theme="dark"] .ititle {
        color: var(--darktitle);
    }
    
    section[data-theme="light"] {
        background-color: var(--bglight);
    }
    
    section[data-theme="light"] .btitle,
    section[data-theme="light"] .atitle,
    section[data-theme="light"] .dtext,
    section[data-theme="light"] .ptext,
    section[data-theme="light"] .itext {
        color: var(--lighttext);
    }
    
    section[data-theme="light"] .mtitle,
    section[data-theme="light"] .ititle {
        color: var(--lighttitle);
    }    

    /* #endregion */

    /* #region ~ overlay */
    
    [data-overlay*="preset"] .overlay-bg,
    [data-overlay*="custom"] .overlay-bg {
        z-index: 1;
    }
    [data-overlay*="preset"] .overlay.pre-color,
    [data-overlay*="custom"] .overlay.set-color {
        z-index: 2;
    }
    [data-overlay*="preset"] .overlay.color,
    [data-overlay*="custom"] .overlay.color {
        display: none;
    }    
    [data-overlay*="preset"] .container-xl,
    [data-overlay*="custom"] .container-xl {
        z-index: 4;
    }

    /* #endregion */

    /* #region ~ container */
    [data-container="100"] .container-xl {
        max-width: 100%;
    }
     /* #endregion */


/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - Responsive Class */ 

.desktop-view,
.desktop-view-md,
.desktop-view-lg {
    display: block;
}

tr.desktop-view-md {
    display: table-row;
}
th.desktop-view-md,
td.desktop-view-md {
    display: table-cell;
}

.mobile-view,
.mobile-view-md,
.mobile-view-lg {
    display: none;
}

@media only screen and (max-width: 991px) {
    .desktop-view-lg { display: none; }
    .mobile-view-lg  { display: block; }
}

@media only screen and (max-width: 768px) {
    .desktop-view-md { display: none; }
    .mobile-view-md  { display: block; }

    tr.mobile-view-md { display: table-row; }
    th.desktop-view-md, td.desktop-view-md { display: none; }    
}

@media only screen and (max-width: 480px) {
    .desktop-view { display: none; }
    .mobile-view  { display: block; }   
}

.element .show-xl, 
.element .show-xl-iflex, 
.element .show-xl-flex,
.element .show-xl-grid { display: none; }

.element .show-lg, 
.element .show-lg-iflex, 
.element .show-lg-flex,
.element .show-lg-grid { display: none; }

.element .show-md, 
.element .show-md-iflex, 
.element .show-md-flex,
.element .show-md-grid { display: none; }

.element .show-sm, 
.element .show-sm-iflex, 
.element .show-sm-flex,
.element .show-sm-grid { display: none; }

.hide-lg, 
.hide-lg-iflex, 
.hide-lg-flex,
.hide-lg-grid { }

.hide-md, 
.hide-md-iflex, 
.hide-md-flex,
.hide-md-grid { }

.show-sm, 
.show-sm-iflex, 
.show-sm-flex,
.show-sm-grid { }

@media only screen and (max-width: 1200px) {
    .element .show-xl { display: block; } 
    .element .show-xl-iflex { display: inline-flex; } 
    .element .show-xl-flex { display: flex; }
    .element .show-xl-grid { display: grid; }

    .element .hide-xl, 
    .element .hide-xl-iflex, 
    .element .hide-xl-flex,
    .element .hide-xl-grid { display: none; }
}

@media only screen and (max-width: 1024px) {
    .element .show-lg { display: block; } 
    .element .show-lg-iflex { display: inline-flex; } 
    .element .show-lg-flex { display: flex; }
    .element .show-lg-grid { display: grid; }

    .element .hide-lg, 
    .element .hide-lg-iflex, 
    .element .hide-lg-flex,
    .element .hide-lg-grid { display: none; }
}

@media only screen and (max-width: 800px) {
    .element .show-md { display: block; } 
    .element .show-md-iflex { display: inline-flex; } 
    .element .show-md-flex { display: flex; }
    .element .show-md-grid { display: grid; }

    .element .hide-md, 
    .element .hide-md-iflex, 
    .element .hide-md-flex,
    .element .hide-md-grid { display: none; }
}

@media only screen and (max-width: 480px) {
    .element .show-sm { display: block; } 
    .element .show-sm-iflex { display: inline-flex; } 
    .element .show-sm-flex { display: flex; }
    .element .show-sm-grid { display: grid; }

    .element .hide-sm, 
    .element .hide-sm-iflex, 
    .element .hide-sm-flex,
    .element .hide-sm-grid { display: none; }
}


/* #endregion */

/* #region - {FIXES} Image Resolution */ 

    /* PREVENT CHROME FROM DOWN RENDER 04.20 */

    @media screen and (-webkit-min-device-pixel-ratio:0)
    and (min-resolution:.001dpcm) {
        .bg-img, img {
            image-rendering: -webkit-optimize-contrast !important;
        }
    }

    /* Unset for Safari 11+ */
    @media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .bg-img, img {
            image-rendering: unset !important;
        }
    }}

/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - {ELEMENTS} */

    /* #region ~ Title */

    .atitle,
    .btitle,
    .mtitle, 
    .dtitle, 
    .ititle { 
        line-height: 100%; 
        margin-bottom: 0; 
        display: block;
    }    

    /* #endregion */

    /* #region ~ Text */ 
    .ptext p:last-child,
    .dtext ol:last-child,
    .dtext ol li:last-child,
    .dtext ul li:last-child,
    .dtext ul:last-child,
    .dtext p:last-child,
    .itext p:last-child { 
        margin-bottom: 0; 
    }

    /* #endregion */ 

    /* #region ~ Image */

    .dthumb, 
    .dimage { 
        position: relative; 
        min-height: 100px; 
        overflow: hidden; 
    }

    /* #endregion */

    /* #region ~ video */

    .vid {
        /*
        position: absolute;
        min-width: 100%; min-height: 100%;
        top: 50%; left: calc(50% - 2px);
        transform: translateX(-50%) translateY(-50%);
        */
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
    
    .overlay.vid {
        overflow: hidden;
    }
    
    .dvideo { 
        position: relative; 
        overflow: hidden; 
    }
    
    .dvideo.inlined {
        display: inline-block;
        width: 100%;
    }
    
    .dvideo.overlay { 
        position: absolute; 
    }
    
    .overlay.top .vid {
        width: auto;
        height: auto;
        top: 0%;
        transform: translateX(-50%);
    }
    
    .overlay.bottom .vid {
        width: auto;
        height: auto;
        top: unset;
        bottom: 0%;
        transform: translateX(-50%);
    }    
    

    /* #endregion */    

    /* #region ~ Sub images ie. avatar. icon, logo */ 

    .fa-14 { 
        width: 14px; 
        height: 14px; 
    }

    .fa-16 { 
        width: 16px; 
        height: 16px; 
    }

    .diconn,
    .element .icon,
    .iconn {
        width: 100%;
        max-width: 40px;
        display: inline-block;
    }
    
    .dlogo {
        max-width: 200px;
    }

    .davatar {
        background-color: rgba(0, 0, 0, 0.1);
        width: 80px;
        height: 80px;
        position: relative;
    }

    /* #endregion */

    /* #region ~ Slider */ 

    .slide-bg { 
        position: relative; 
        width: 100%;
    }

    .slide-bg.overlay {
        position: absolute;
    }

    .overlay.dinfo {
        z-index: 3;
        display: flex;
        align-items: center;
        max-width: 1170px;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top: 50%;
        max-height: 80%;
    }

    /* #endregion */    

    /* #region ~ Flexible Field */ 

    .dflexcontent {
        display: inline-block;
    }

    .ff-info .ff .ff-logo { 
        width: auto; 
        height: auto; 
        max-height: 70px; 
    }

    /* #endregion */

    /* #region ~ Grid Gallery */ 

    .grid-gallery { 
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-rows: repeat(2, 1fr); */
        gap: 10px;
    }
    
    .grid-gallery .item {
        position: relative;
        min-height: 100px;
        background-color: rgba(0, 0, 0, 0.1);
        grid-column-end: span 1;
        grid-row-end: span 1;
    }

    /* #endregion */

    /* #region ~ Post Cpt */
    a.post-item {
        display: block;
    }
    /* #endregion */

    /* #region ~ Accordion */
    [data-accordion] .acc-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    [data-accordion] .ihead {
        cursor: pointer;
    }

    [data-accordion] .acc-indicator {
        position: relative;
    }
    [data-accordion] .acc-indicator div {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }   
    
    [data-accordion] .on { opacity: 1; }
    [data-accordion] .collapsed .on { opacity: 0; }
    [data-accordion] .off { opacity: 0; }
    [data-accordion] .collapsed .off { opacity: 1; }
       
    /* #endregion */

    /* #region ~ Accordion */
    .fancy-modal {
        display: none;
    }
    /* #endregion */


/* #endregion */

/* ---------------------------------------------------------------------- */

/* #region - {ELEMENTS} ~ OPTIONS  */

    /* #region ~ GRID GALLERY */
    
    [data-gg="3R"] .item:nth-child(2) { 
        grid-row-end: span 2;
    }
    
    [data-gg="3L"] .item:nth-child(1) { 
        grid-row-end: span 2;
    }
    
    [data-gc="2"] .grid-gallery,
    [data-gc="2"].grid-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    [data-gc="3"] .grid-gallery,
    [data-gc="3"].grid-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    
    [data-gc="4"] .grid-gallery,
    [data-gc="4"].grid-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
    
    [data-gc="5"] .grid-gallery,
    [data-gc="5"].grid-gallery {
        grid-template-columns: repeat(5, 1fr);
    }
    
    [data-gc="6"] .grid-gallery,
    [data-gc="6"].grid-gallery {
        grid-template-columns: repeat(6, 1fr);
    }

    /* #endregion */

    /* #region ~ DISPLAY OPTIONS */ 

    [data-unshow*="bg"] .dbg {
        display: none !important;
    }

    [data-unshow*="lo"] .dlogo,
    [data-unshow*="lo"] .logo {
        display: none !important;
    }
    
    [data-unshow*="bt"] .btitle {
        display: none !important;
    }
    
    [data-unshow*="tt"] .dtitle,
    [data-unshow*="tt"] .ititle {
        display: none !important;
    }

    [data-unshow*="wt"] .mtitle {
        display: none !important;
    }    
    
    [data-unshow*="at"] .atitle {
        display: none !important;
    }
    
    [data-unshow*="wx"] .dtext,
    [data-unshow*="wx"] .itext {
        display: none !important;
    }

    [data-unshow*="tx"] .ptext {
        display: none !important;
    }    
    
    [data-unshow*="bn"] .btn,
    [data-unshow*="bn"] .btn-loop {
        display: none !important;
    }
    
    [data-unshow*="ic"] .iconn,
    [data-unshow*="ic"] .diconn {
        display: none !important;
    }
    
    [data-unshow*="av"] .avatar,
    [data-unshow*="av"] .davatar {
        display: none !important;
    }
    
    [data-unshow*="qq"] .dtext,
    [data-unshow*="qq"] .itext {
        display: none !important;
    }
    
    [data-unshow*="nm"] .name,
    [data-unshow*="nm"] .client-name {
        display: none !important;
    }
    
    [data-unshow*="pn"] .position,
    [data-unshow*="pn"] .client-position {
        display: none !important;
    }

    [data-unshow*="p_f"] .img-featured,
    [data-unshow*="p_f"] .cpt-thumbnail,    
    [data-unshow*="p_f"] .post-thumbnail {
        display: none !important;
    }   

    [data-unshow*="p_t"] .cpt-title,
    [data-unshow*="p_t"] .post-title {
        display: none !important;
    }   
    
    [data-unshow*="p_e"] .post-excerpt {
        display: none !important;
    }      

    [data-unshow*="p_d"] .post-date {
        display: none !important;
    }      
    
    [data-unshow*="p_a"] .post-author {
        display: none !important;
    }    
    
    [data-unshow*="p_c"] .post-category {
        display: none !important;
    }  
    
    [data-align="center"] .row,
    [data-align="center"] { 
        align-items: center; 
    }
    
    [data-rtl="1"] .row,
    [data-rtl="1"] { 
        flex-direction: row-reverse; 
    }

    /* #endregion */
    
    /* #region ~ COLUMN BACKGROUND */

    [data-colbg="6-6"] .overlay-bg {
        max-width: 50%;
    }
    [data-colbg="3-9"] .overlay-bg {
        max-width: 34%;
    }
    [data-col="4-8"] .overlay-bg {
        max-width: 39%;
    }
    [data-colbg="5-7"] .overlay-bg {
        max-width: 44.5%;
    }
    [data-colbg="7-5"] .overlay-bg {
        max-width: 55%;
    }
    [data-colbg="8-4"] .overlay-bg {
        max-width: 60.5%;
    }
    [data-colbg="9-3"] .overlay-bg {
        max-width: 65.5%;
    }
    
    [data-rtl="1"] .overlay-bg {
        left: unset;
        right: 0;
    }

    /* #endregion */

    /* #region ~ FLEX */

    /* #endregion */


/* #endregion */

/* ---------------------------------------------------------------------- */