/*
Theme Name: CTI
Description: Global Styles for IE
*/

.site-header-main:before,
.site-header-main:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.site-header-main:after,
.site-footer:after {
    clear: both;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .site-branding,
    .site-info {
        float: left;
    }

    .site-header-menu{
        float: right;
    }
    .site-footer .social-navigation {
        float: left;
    }

    .site-footer .social-navigation {
        margin-left: 7px;
    }

    .rtl .site-branding,
    .rtl .site-info {
        float: right;
    }

    .rtl .site-header-menu,
    .rtl .site-footer .social-navigation {
        float: left;
    }

    .rtl .site-footer .social-navigation {
        margin-right: 7px;
        margin-left: 0;
    }

    /*------------------ Float fixes --------------------*/
    .menu-top > div > ul li {
        display: inline-block;
        float: none;
    }

    .social-links-menu {

    }
}
