/*
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{
    padding:10px 20px !important;
}
.header .nav-small a.icon:not(.button){
    font-size: 2em !important;
}
.nav-top-link{
    color:#fff !important;
}
.header-main{
    background:transparent !important;
}
main#main{
    margin-top: -89px !important;
}
.tabbed-content .tab{
    border: 1px solid #fff !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}
.tabbed-content .tab:hover{
    background: #a81c51 !important;
}.tabbed-content .tab.active{
    background: #a81c51 !important;
}
.content-portfolio{
    background-image: url(../flatsome-child/bg.jpeg);
    background-repeat: no-repeat;
}
.tabbed-content .tab a{
    padding: 0px !important;
    color: #fff !important;
}
.post-item .box-image{
    border-style: solid !important;
    border-width: 15px !important;
    border-bottom-color: #000000;
    border-top-color: #2e2e2e;
    border-left-color: #2e2e2e;
    border-right-color: #000000;
}
.blog-footer .box-image{
    display:none !important;
}
.post-item .box-image .image-cover{
    border: 10px solid #fff !important;
}
.tab-panels{
    border:0px !important; 
}
.footer-block::before{
    background: url(../flatsome-child/title-line.png) repeat-x;
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top:0;
}
.widget-title,.is-divider{
    display:none !important;
}
.tagcloud a{
    background:#2e2e2e !important;
    display:inline-block;
    color: #fff !important;
    padding:5px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}