/*
 Theme Name:   Qwery Child Theme
 Theme URI:    http://qwery.ancorathemes.com
 Description:  Qwery Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     qwery
 Version:      1.4
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.register_demo_btn {
    position: fixed;
    top: 50%;
    left: calc(100% - 88px);
    height: 48px;
    width: 204px;
    z-index: 100002;
    -webkit-transition: -webkit-transform .5s;
    -ms-transition: -webkit-transform .5s;
    transition: transform .5s;
    transform: rotate(-90deg) translate(0,-50%);
}

.register_demo_btn a {
    font-weight: 500;
    padding: 0.5em 1.5em;
    color: #fff;
    background-color: #1B7895;
    transition: background-color 0.3s ease;
    -ms-transform: rotate(-90deg) translate(50%, -100%);
}

.sc_services_qw-tricolore .sc_services_item .sc_services_item_decor {
    display: none;
}