/*
 Theme Name:   Poloray Child
 Theme URI:    
 Description:  Poloray Child Theme
 Author:       Tomas Hellberg
 Author URI:   http://example.com
 Template:     poloray
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  poloray-child
*/

@import url("../poloray/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.phone {
    font-size:13px;
    line-height:20px;
    margin-top:0px;
    margin-bottom:0px;
    text-align:right;
}

.sidebar ul li ul li{
    margin-left:0px;
    color:#FFFFFF;
}
.sidebar ul li:hover {
    /*background-color:#e5e5e5;*/
    background-color:#eee;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    width:70%;

}
.slider_info h1 a{
    font-family:  'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}