/*

Theme Name: Safety Circle 2017 Theme
Theme URI: http://theme.co/x/
Author: ∞auro
Author URI: http://auro.com.au/
Description: Official Theme for the Safety Circle website based on x 5.1.0
Version: 1.0.0
Template: x

*/

/*@import url("legacyassets/css/styles.css");*/
/*@import url("legacyassets/css/royalslider.css");*/
/*@import url("legacyassets/css/bootstrap.min.css");*/

.sc_black_link {
    color: #000;
    text-decoration: underline;
}

.sc_braglogo img {
    filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray; 
}

.sc_braglogo img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    cursor: pointer;
}

ul.sc_tabs li a {
    font-size: 1.4em;
}

.x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
    box-shadow: inset 0 -3px 0 0px #70d220!important;
}

.x-tab-pane {
    color: #FFF!important;
}
.x-tab-pane p,
.x-tab-pane h3
{
    color: #FFF!important;
}
.x-tab-pane small
{
    color: #999999!important;
}

.x-tab-content {
    margin-bottom: 0;
}

.x-brand {
    float: right;
}

.masthead-inline .desktop .x-nav {
    float: left;
}

.x-tab-content {
    background-color: transparent;
}

.sc_about_porthole {
    width: 50%;
    margin-top: 25%;
    margin-left: 25%;
    margin-right: 25%;
}
.tnp-subscription input[type=email] {
    background-color: #fff!important;
    border: 1px solid #ddd!important;
}
.tnp-subscription input.tnp-submit {
    background-color: #ef2201!important;
}

.x-colophon.bottom {
    font-size: 16px;
}

.x-btn-navbar.collapsed:hover,
.x-btn-navbar.collapsed {
    box-shadow: none;
    background-color: inherit;
}

#sc_phone div div div i:before {
    font-size: 0.895em;
}


@media (max-width: 1180px) {
    .x-brand {
        margin-top: 36px!important;
        max-width: 220px;
    }
}

@media (max-width: 979px) {
    /*Mobile*/
    .x-brand {
        text-align: right;
        max-width: 210px;
        margin-top: 12px!important;
    }
    .x-btn-navbar, .x-btn-navbar.collapsed {
        font-size: 34px!important;
    }
    .masthead-inline .x-btn-navbar {
        float: none;   
    }
    .x-btn-navbar {
        padding: inherit;
        margin-top: 26px!important;
        padding-left: 8px;
        background-color: inherit;
        box-shadow: none;
    }
    .x-navbar-inner {
        min-height: 86px!important;
        /*height: 86px!important;*/
    }
}
@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;    
    }
}