/* 
Theme Name:		 Omnivus Child
Theme URI:		 https://techbird.org/omnivus/
Description:	 Omnivus Child is a child theme of Omnivus.
Author:			 Tech Bird
Author URI:		 https://techbird.org/
Template:		 omnivus
Version:		 1.1.0
*/

/*
    Add your custom styles here
*/
h1, h2, h3, h4, h5, h6,p, body{font-family: 'Roboto', sans-serif !important}
.single__box_wrap .box__description p{color:#fff; opacity: 0; transition: 600ms;}
.single__box_wrap:hover .box__description p {opacity: 1;}
#main-nav{margin-right: 0}
ul.lang-menu{list-style: none; display: inline}
ul.lang-menu li.lang-item{text-transform: uppercase;display: inline-block;}
ul.lang-menu li.lang-item:after{content:" /";color: #ed3431;}
ul.lang-menu li.lang-item:last-child:after{content:""}
ul.lang-menu li.lang-item.current-lang a{font-weight: 700; border-bottom: 2px solid #ed3431}