/* Enter Your Custom CSS Here */
.sq-slide-caption {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-left: 3px solid #B15B66;
    border-right: 3px solid #B15B66;
    left: 50%;
    margin-left: -325px;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
}
.bx-prev {
  
  color: #B15B66 !important;
}
.sq-featured-icon {
  color: #B15B66;
  font-size: 55px;
}
.sq-tab li.sq-active .fa {
    color: #B15B66;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}
#sq-masthead {
    background: rgba(30, 36, 42, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    font-family: "Roboto Condensed", sans-serif;
    height: 100px;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
}
#sq-site-branding img {
    max-height: 85px;
}
#sq-colophon h5.widget-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B15B66;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
 
.social-feed-container-185 .social-feed-element .social-feed-element a {
    color: #B15B66;
    box-shadow: 0 0 10px 0 rgb(177, 91, 102);
}