/*
Theme Name:     Moon-Child
Description:    
Author:         dnadu381dg3
Template:       moon

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*------------------------------------------------------------------
[Breadcrumb]
------------------------------------------------------------------*/
.section-breadcrumb {
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.section-breadcrumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.1;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  pointer-events: none;
}
