@import url('https://fonts.googleapis.com/css2?family=Russo+One&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;
    font-family:Russo One;
    font-size:18px;
   
}

.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 */

/* Footer Adjustments */

.footer-item-label {
    display:none;
}

/* End Footer Adjustments */

/* Fix image and button cutoff */

.grid.grid-with-separator > [class*="col-"]{
  box-sizing: content-box;
}

.grid > [class*="col-"] > .col-content {
  padding: 5px;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: fit-content;
  }
  
  .row.row-mobile-controls {
    display: flex;
    justify-content: flex-end;
    padding: 0 5px;
  }
}

