@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Button and Text Formatting Defaults */

.btn {
    font-weight:800;
    text-transform:uppercase;
}

h1 {
    font-size:42px!important;
    font-weight:700!important;
    color:rgb(237,1,127)!important;
}

h2 {
    font-size:19px!important;
    font-weight:700!important;
    text-transform:uppercase!important;
    color:rgb(17,23,41)!important;
}

h3 {
    font-size:22px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    color:rgb(237, 1, 127)!important;
}

.item-title a {
    font-weight:800!important;
    font-size:22px!important;
    
}

/* END Button and Text Formatting Defaults */

/* Fix Event Booking Buttons Getting Cut Off */


.event-grid .col-md-6 {
  width: 100%;
}

/* END Event Booking Button Fix */

/* 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-weight:800;
    text-transform:uppercase;
   
}

.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 */

.col-xs-12.col-sm-6.flip.text-right.powered-by-text {
    color:rgb(17,23,41)!important;
    font-weight:700!important;
}

/* -----Hide Footer Titles----- */
.footer-item-label {
    opacity:0%;
}

.footer-navigation-links li a {
    text-transform:uppercase!important;
    font-size:16px!important;
    font-weight:300!important;
}