#header{
background-image: url(//morisonandsmith.com/wp-content/themes/rycramweb/includes/imgs/tartan.jpg);
background-size: cover;
background-position: center top;
padding: 10px 0;
}
.ry-ribbon{
height: 10px;
max-height: 10px;
background-image: url(//morisonandsmith.com/wp-content/themes/rycramweb/includes/imgs/tartan.jpg);
background-size: cover;
background-position: center top;
}
#header .holder{
display: flex;
justify-content: space-between;
align-items: center
}
#footer a{
color: #fff;
}
#footer a:hover{
color: red;    
}
#header .holder .logo{
max-width: 350px;
}
@media(max-width:767px){
#header .holder .logo{
max-width: 40%;
}
}
#header .holder .logo img{
width: 100%;
}
.navbar-nav li{
margin-left: .5rem;
}
.dropdown-menu li{
margin-left: 0 !important;
}
.navbar-nav li:last-child{
margin-left: 0;
}
.navbar-nav li a{
color: rgba(0,0,0,.5);
padding: .5rem 1rem;
}
.navbar-nav li a:focus{
color: rgba(0,0,0,.5);
}
.navbar-nav li a:hover{
background: var(--bs-light);
color: var(--bs-dark);
}
.footer-policies li{
width: auto;
margin-right: 1rem;
float: left;
text-transform: capitalize;
}
.footer-policies li a{
color: #fff;
}
.footer-policies li a:after{
content: '|';
margin-left: 1rem;
}
.footer-policies li:last-child a:after{
display: none;
}
.offcanvas-body li{
margin: 0;
}
.norm_row{
width: 100% !important;
}
.sfsi_shortcode_container{
float: none !important;
display: block;
} .footer-top{
background-size: cover;
background-position: center center;
}