/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*** Breadcrumbrs Global ***/
.brxe-breadcrumbs {justify-content: center;}

/*** PopUp Menu Animation ***/
.no-scroll .rp_popup_menu_link {animation: rp_popup_menu_animation; animation-duration: .5s; opacity: 0; animation-fill-mode: forwards;}
.no-scroll .rp_popup_menu_link:nth-child(2) {animation-delay: .1s;}
.no-scroll .rp_popup_menu_link:nth-child(3) {animation-delay: .17s;}
.no-scroll .rp_popup_menu_link:nth-child(4) {animation-delay: .22s;}
.no-scroll .rp_popup_menu_link:nth-child(5) {animation-delay: .26s;}
.no-scroll .rp_popup_menu_link:nth-child(6) {animation-delay: .29s;}
.no-scroll .rp_popup_menu_link:nth-child(7) {animation-delay: .31s;}
.no-scroll .rp_popup_menu_link:nth-child(8) {animation-delay: .32s;}
.no-scroll .rp_popup_menu_link:nth-child(9) {animation-delay: .33s;}

@keyframes rp_popup_menu_animation {
  from {opacity: 0; transform: translatey(-20px);}
  to {opacity: 1; transform: translatey(0);}}

@media only screen and (min-width: 991px) { 
	#rp_header .brx-dropdown-content {border: 0;}
}
