/*
 Theme Name:   Employee Benefits
 Theme URI:    http://interconnectit.com
 Description:  Money Marketing child theme
 Author:       Interconnect IT, 36,770,674,675
 Author URI:   http://interconnectit.com
 Template:     moneymarketing
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Test for CA */

/* Sticky */

/* (The Lawyer - style.css 374) */

html {
    min-width: 320px;
}

#head {
    z-index: 10;
}

.floaty-wrapper {
    padding-top: 0px;
}

.header-bottom.sticky-fixed,
.header-bottom.sticky-absolute {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    right: 0;
    margin-top: 0;
}


body.admin-bar .header-bottom.sticky-fixed,
body.admin-bar.scroll-up .header-bottom.sticky-absolute {
    top: 96px !important;
}

/* The admin bar shrinks at this point. */
@media only screen and (min-width: 782px) {
    body.admin-bar .header-bottom.sticky-fixed,
    body.admin-bar.scroll-up .header-bottom.sticky-absolute {
        top: 82px !important;
    }
}

@media only screen and (min-width: 900px) {
    .header-bottom.sticky-fixed,
    body.scroll-up .header-bottom.sticky-absolute {
        top: 60px !important;
    }

    body.admin-bar .header-bottom.sticky-fixed,
    body.admin-bar.scroll-up .header-bottom.sticky-absolute {
        top: 92px !important;
    }
}

/* (The Lawyer - style.css 853) */

.header-top.sticky-fixed {
    /*opacity: 0.95*/
}

/* (The Lawyer - style.css 1134) */

.header-bottom.sticky-fixed,
.header-top.sticky-fixed {
    width: 100%;
}

#sidebar .inner-wrapper {
    transition: padding 0.5s;
}

/*
#sidebar .inner-wrapper{
    padding:50px !important;
    background: #987 !important;
    border:solid 1px #789;
}
*/

/* .sticky-static needs a 1px top border to force correct box height */
.scroll-up .sticky-static, .scroll-down .sticky-static {
    border-top: 1px solid #e0e0e0;
}

/* Uses Font Awesome to update Twitter icon */

.icon-twitter:before {
    content: '\e903';
} 