/*
 Theme Name:     Solium Buiding
 Theme URI:      
 Description:    Solium Building
 Author:         JR Web Solutions
 Author URI:     http://www.jrwebsolutions.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.border-gray {
    border: #b9b9b9 solid 3px;
}

.et_fixed_nav #logo {max-height: 120px; margin-top: 5px;}

@media only screen and (max-width:360px) {
.et_fixed_nav #logo{
width:250px;
}
}
@media only screen and (max-width:780px) {
.et_fixed_nav #logo{
width:250px;
}
}
@media only screen and (min-width:1020px){
.et_fixed_nav #logo {
width: 250px;
}
}
.map {
margin: 0;
}
.full-width {
margin: 0;
width: 100%;
}
}