/*
*   Localiser styles
*/
/* 
    Created on : 29-Apr-2016, 18:36:33
    Author     : mathewlinaker
*/

@media screen and (max-width: 850px) {
    .xn-col-left {
        width: 100% !important;
    }
    .xn-col-right {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .loc-call-button {
        display: block !important;
    }
}

/* COLS */

.xn-col-left {
    width: 48%;
    float: left;
}
.xn-col-right {
    width: 48%;
    float: right;
}


/* PHONE BUTTONS  */


.loc-call-button {
    display: none;
    position: fixed;
    bottom: 0;
    top: auto;
    z-index: 400;
    left: 0;
    right: 0;
    width: auto;
}
.loc-call-button a {
    display: block;
    line-height: 46px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.loc-call-button a:before {
    font-family: FontAwesome;
    content: '\f095';
    margin-right: 3%;
}


.xn-loc-phone-button-container {
    padding: 0px 6%;
    width: 75%;
    clear: both;
    line-height: 38px;
    font-size: 23px;
    font-weight: bold;
    color: #FFF;
    display: block;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
}

.xn-loc-phone-button-container-alt {
    width: 100%;
    line-height: 38px;
    font-size: 23px;
    font-weight: bold;
    color: #FFF;
    display: none;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.xn--loc-phone-button-large-container {
    padding: 24px 6%;
    width: 75%;
    clear: both;
    line-height: 28px;
    font-size: 23px;
    font-weight: bold;
    color: #FFF;
    display: block;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
}

.xn--loc-phone-button-large-container-alt {
    width: 100%;
    line-height: 28px;
    font-size: 23px;
    font-weight: bold;
    color: #FFF;
    display: none;
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.xn-loc-phone-button-container:hover, .xn-loc-phone-button-container-alt:hover {
    color: #fff
}

.xn--loc-phone-button-large-container:hover, .xn--loc-phone-button-large-container-alt:hover {
    color: #fff
}

.xn-loc-phone-button-container span.p:before {
    font-family: FontAwesome;
    content: '\f095';
    width: 39px;
    height: 48px;
    margin-right: 3%;
}

.xn-loc-phone-button-container-alt span.p:before {
    font-family: FontAwesome;
    content: '\f095';
    width: 39px;
    height: 48px;
    margin-right: 3%;
    margin-left: 5%;
}

.xn--loc-phone-button-large-container span.p:before {
    font-family: FontAwesome;
    content: '\f095';
    width: 78px;
    height: 57px;
    margin-right: 3%;
}

.xn--loc-phone-button-large-container-alt span.p:before {
    font-family: FontAwesome;
    content: '\f095';
    width: 78px;
    height: 57px;
    margin-right: 3%;
    margin-left: 5%;
}

.xn-border-radius-10-5 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #DFDFDF;
}