@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Chelsea+Market&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');

/* 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;
   
}

.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 */

.btn {
    font-family:"Amatic SC";
    font-size:22px;
    font-weight:bold;
    
}

.footer-item-label {
    opacity:0%!important;
}

.col-xs-12.col-sm-6.flip.text-right.powered-by-text a {
    color:#eb118c!important;
}