/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/


/*DESKTOP CSS*/



h1{
	font-family: "Roboto", Sans-serif!important;
	font-size: 18px!important;
    font-weight: 700!important;
    margin-top: 0!important;
    color: #000!important;
    margin-bottom: 0!important;
    text-transform: uppercase!important;
}

h3{
	font-family: "Roboto", Sans-serif!important;
	font-size: 18px!important;
    font-weight: 700!important;
    margin-top: 0!important;
    color: #000!important;
	line-height:1.1!important;
    margin-bottom: 0!important;
    text-transform: uppercase!important;
}

h4{
	font-family: "Roboto", Sans-serif!important;
	font-size: 18px!important;
    font-weight: 700!important;
    margin-top: 0!important;
    color: #000!important;
    margin-bottom: 0!important;
    text-transform: uppercase!important;
}

.elementor-widget-container {
    -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}


.line{
	margin-left:10px;	
}


.site-content  {
min-height: calc(100vh - 50px); 
}







/*MOBILE CSS*/

@media (max-width: 767px){
.menu-mob-men-container{
    margin-top: -5px!important;
}
}