/*
 Theme Name:   Medicare Child
 Theme URI:    http://medicare.bold-themes.com
 Description:  Medicare Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     medicare
 Version:      1.0.0
 Tags:         one-column, right-sidebar, fluid-layout, responsive-layout, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  medicare_child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.stk-button-general-form {
    cursor: pointer;
    text-decoration: none;
    color: #55acee;
    border: 2px #55acee solid;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px;
    line-height: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(255,255,255,0.8);
}

.stk-button-general-form:hover {
    background-color: #55acee;
}


@media (max-width: 767px) {

    .stk-button-general-form {
        display: block;
        position: fixed;
        top: 15%;
        right: 0;
        z-index: 99999999;
    }
}

@media (min-width: 768px) {
    .stk-button-general-form {
        display: none;
        position: fixed;
        top: 50%;
        z-index: 9999;
        left: 5px;
    }
}