/*
Theme Name:   WebTrend - Advanced Bricks Builder Child Theme
Theme URI:    https://thewebtrend.com/
Description:  Extending Bricks Builder and Native WordPress Capabilities to the Extreme :)
Author:       WebTrend
Author URI:   https://thewebtrend.com/
Template:     bricks
Version:      1.1
Text Domain:  bricks
*/

/* GLOBAL CSS */

body.bricks-is-frontend :focus {
  outline: none !important;
}

input,
textarea {
  touch-action: manipulation; /* Prevents pinch-zoom on focus */
}

/* #brx-content {
  margin-top: var(--header-height);
}
@media (max-width: 991px) {
  #brx-content {
    margin-top: var(--header-mobile-height);
  }
} */

.bricks-button,
.button {
  transition: all 0.2s ease;
}

@media (min-width: 991px) {
  .bricks-button:hover,
  .button:hover {
    transform: translateY(-2px) !important;
  }
}
