/*
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.   ***************/
.header-button .plain.is-outline:not(:hover){
    color: #fff;
}

.header-bg-color, .header-wrapper {
    background-color: rgba(91, 98, 117, 0.89);
}
.top-button-post{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(148, 147, 61);
  }
  
  .top-button-post .button{
    border-radius: 10px;
  }
  .c-footer .button{
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.85em;
  }
  .c-footer .menu-1{
    opacity: 0.7;
  }
  .c-footer .menu-1 .button{
    font-size: 0.75em;
  }
  .c-footer.section{padding-top: 20px;}
  .has-shadow .box:not(.box-overlay):not(.box-shade), .has-shadow.box:not(.box-overlay):not(.box-shade) {
    background: unset;
}
.box-blog-post .is-divider, .is-divider {
    height: 0;
}
.absolute-footer{display: none}
h1, h2, h3, h4, h5, h6 {
    text-wrap: unset;
}
#content img[class*="wp-image-"] {
    clear: both;
    display: block;
    margin: 0 auto;
}
#topbar .nav-dark .nav>li>a:hover{color:#f7931d}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}