/*
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.   ***************/



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

footer ul.links li{
    margin-bottom: 10px;
}
.ml-half{
    margin-left: 0px;
}

}

.header-main .nav > li > a{
    text-transform: uppercase;
}
footer ul.links li a{
    font-size: 11px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #141414;
}
footer ul.links li{
    margin-right: 40px;
}


.section-title b{
    opacity: 0;
}
.section-title.section-title-center .section-title-main:after{
    height: 3px;
    width: 100px;
    background: #01395e;
    content: "";
    display: block;
    margin: auto;
    margin-top: 10px;
}
.count-up{
    font-size: 60px;
    color: #01395e;
    font-weight: 700;
}
.row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover, .box-shadow-1, .box-shadow-1-hover:hover{
    box-shadow: none;
    border: 1px solid #ddd;
}
.tabbed-content .nav > li > a {
    font-family: roboto;
    border-radius: 5px 5px 0px 0px;
}
.nav-tabs+.tab-panels{
    border-width: 1px 0px 0px 0px;
}
.wpcf7 .wpcf7-form-control-wrap{
    margin-bottom: 15px;
}
#comments{
    display: none;
}
.entry-header-text{
    padding-bottom: 0px;
}
.entry-divider.is-divider{
    display: none;
}
h6.entry-category,.widget .toggle i{
    display: none;
}
.widget ul>li ul {
	display:block;
	border-left:0px
}

footer p{
	margin-bottom:10px
}

.mbws_blog-overlay .post-item .box-overlay {
  overflow: hidden;
}
.mbws_blog-overlay .post-item .box-overlay .box-text {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
}
.mbws_blog-overlay .post-item:hover .box-overlay .box-text {
  transform: translateX(0%);
}
input[type=submit], input[type=submit].button.secondary{
    background-color: var(--fs-color-secondary);
}
.section-title-normal span{
	border-color:var(--fs-color-secondary) !important;
}
.icon-box-left .icon-box-img+.icon-box-text {
    display: flex;
    align-items: center;
}