/*
 Theme Name:   WPDesigns Theme
 Theme URI:    https://www.fiverr.com/agencies/wpdesigns
 Description:  Professional WordPress child theme for Bricks Builder by WPDesigns - Your trusted web design agency.
 Author:       WPDesigns
 Author URI:   https://www.fiverr.com/agencies/wpdesigns
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* EH360 interactive hover borders */
#brx-header a,
#brx-content a,
#brx-footer a,
#eh360-cookie-banner a {
  border-width: .2rem !important;
  border-style: solid !important;
  box-sizing: border-box;
  transition: border-color var(--at-duration--fast) ease, box-shadow var(--at-duration--fast) ease, background-color var(--at-duration--fast) ease;
}
#brx-header a:not(.brxe-button):not(.card-feature-89),
#brx-content a.brxe-text-link,
#brx-footer a.brxe-text-link,
#eh360-cookie-banner a.brxe-text-link {
  border-color: transparent !important;
  border-radius: var(--at-radius--xs);
}
#brx-header a:hover,
#brx-header a:focus-visible,
#brx-content a:hover,
#brx-content a:focus-visible,
#eh360-cookie-banner a:hover,
#eh360-cookie-banner a:focus-visible {
  border-color: var(--at-primary) !important;
}
#brx-footer a:hover,
#brx-footer a:focus-visible {
  border-color: var(--at-primary-l-4) !important;
}
/* End EH360 interactive hover borders */
