/*
Theme Name:  Jassio Child Theme
Description: Child theme for the Jassio theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    jassio
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

@media (min-width: 1200px) {
    .tm-header-overlay .site-header-menu.tm-bgcolor-white, .tm-header-overlay .site-header.tm-bgcolor-white {
        background-color: #fff;
    }
    
    #site-header-menu #site-navigation div.nav-menu > ul > li i {
        color:#000;
    }
}

#site-header-menu #site-navigation div.nav-menu > ul > li > a{
    color:#000;
}

.farmatitl{
    text-align:center;
    display:none !important;
}

@media screen and (max-width: 600px) {
  .farmatitl{
    display:block !important;
    }
  .site-description {
      display:none !important;
  }
}

.elementor-top-column>.elementor-widget-wrap:before{
	z-index:0;
}

.site-description {
    float: left;
    display:block;
}
