@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* widget menu items rounded corners on hover */

.widget-menu .col-xs-12 li a {
    border-radius: 50px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform:uppercase;
    font-weight:600;
   
}

.widget-menu .col-xs-12 {
    padding-bottom: 10px;
}
/* End Widget Menu Items Rounded */

/* Remove Template Area Shadows */

.templatearea .data-templatearea-content, .templatearea{
  box-shadow: none;
  border: none !important;
  
}

/* End Template Area Fix */

h1 {
    font-weight:800!important;
}

.btn {
    font-weight:600;
    text-transform:uppercase;
}

.item-title {
    font-family:"Montserrat" !important;
    font-weight:800 !important;
    color:rgb(12, 55, 139) !important;
}

.footer-item-label {
    opacity:0%;
}