/*
 Theme Name:   Tema6
 Description:  Tema6 Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  tema6-theme
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


.otgs-development-site-front-end {
    display: none;
}

.entry-footer .pagination {
    margin-top: 3rem !important;
}



body[class*="ti-"] {
  display: block;
}

input[type="checkbox"].is-invalid {
  box-shadow: 0px 0px 0px 1px rgb(255 0 0), 1px 1px 0px 0px rgb(255 0 0);
}

.menu-item.menu-item-has-children.dropdown a.nav-link {
  position: relative;
  z-index: 9;
}



.event-tickets .tribe-tickets__rsvp-form-button--cancel {
  white-space: nowrap;
}