/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#top-bar {
	background: #0d0d0d;
    border-bottom: 1px solid #2a2008;
    padding: 8px 0;
    text-align: center;
    font-size: 12.5px;
    color: #b8986a;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.title-top {
	 color: #b8986a !important;
	 font-size: 14.5px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media only screen and (min-width: 767px) { 
  .btnBannersw .button.primary {
	width: 280px !important
  }
}