/*
Theme Name: Avas Child
Theme URI: https://x-theme.net/avas/
Author: theme-x
Author URI: https://themeforest.net/user/theme-x
Description: Responsive Multi-Purpose WordPress Theme.
License: GNU General Public License v2 or later
License URI: http://themeforest.net/licenses
Template: avas
Version: 1.1
Text Domain: avas
*/

/* Theme customization starts here
-------------------------------------------------------------- */
body {
    font-family: Poppins, Open Sans, sans-serif !important;
    font-size: 16px !important;
}
a > img:hover {
    opacity: 0.8;
}
.elementor-heading-title {
    line-height: 1.5 !important;
}
.elementor-heading-title > a:hover {
    opacity: 0.8 !important;;
}
.widget-title {
	font-family: Poppins, Open Sans, sans-serif !important;
}
.main-menu li ul, .top_menu li ul {
    width: 250px !important;
}
.tx-breadcrumbs {
    flex-direction: row;
    flex-wrap: wrap;
}

 .rio-loop-item {
    background: #f8f9fa;
    border-style: groove;
    border-width: 1px;
    border-radius: 10px  !important;;;
 }
 .rio-loop-item-title,  .rio-loop-item-title > h3 {
    line-height: 1.5 !important;;
 }
 .clearfix:after {
    content:"";
    display:table;
    clear:both;
}