@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1 {
    text-transform:uppercase;
}
.footer-item-label {
    opacity:0%;
}

.btn-primary {
    font-weight:500!important;
    text-transform:uppercase;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)!important;

}

/* 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-size:16px;
    font-weight:600!important;
   
}

.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 */

.item-title a {
    font-weight:600!important;
    font-size:18px!important;
}

/* Add rounded corners and drop shadow to images */
.col-content img {
    border-radius: 15px!important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)!important;
}

/* Fix image cutoff */

.grid.grid-with-separator > [class*="col-"]{
  box-sizing: content-box;
}

.grid > [class*="col-"] > .col-content {
  padding: 10px;
}

@media (min-width: 992px) {
  .col-md-6 {
    width: fit-content;
  }
  
  .row.row-mobile-controls {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
  }
}
