/*
 Theme Name:   CRP Child Theme
 Description:  CRP Child Theme
 Author:       Sang An
 Template:     mainparent
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  crp-child
*/

@import url("assets/bootstrap/css/bootstrap.css");
@import url("assets/bootstrap/css/bootstrap.min.css");
@import url("assets/bootstrap-icons/bootstrap-icons.css");
@import url("assets/aos/aos.css");
@import url("assets/css/style.css");

@media screen and (min-width: 44.375em) {
  body:not(.custom-background-image)::before,
  body:not(.custom-background-image)::after {
    content: none !important;
  }
}


/* Override parent theme button hover/focus */
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: unset !important;  
    color: inherit !important;     
    box-shadow: none !important;
    font-weight: unset !important;
}
/* Override parent theme button active state */