/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.cyber-floating-cta {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 10px rgba(0,0,0,0.15);
}


/* Base button style */
.cyber-floating-cta a {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 12px 8px;
    font-weight: 600;
    font-size: 14px;
    margin: 2px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Demo Now */
.cyber-floating-cta .cta-demo {
    background: #00aeef;
}

/* 150+ Resources */
.cyber-floating-cta .cta-resources {
    background: #00aeef;
}

/* Contact Now */
.cyber-floating-cta .cta-contact {
    background: #00aeef;
    border-bottom: none;
}

/* Hover effect */
.cyber-floating-cta a:hover {
    opacity: 0.9;
}

/* Icon size */
.cyber-floating-cta .icon {
    font-size: 16px;
    line-height: 1;
}

/* Hide on mobile */
/*@media (max-width: 768px) {*/
/*    .cyber-floating-cta {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width: 768px) {

    /* Kill expcol delay */
    .trx_expcol_on {
        transition: none !important;
        animation: none !important;
    }
    .trx-addons-menu-link[href="#"] {
        touch-action: manipulation;
    }

}




