/*
 Theme Name:     Yin and Yang Child Theora
 Description:    Yin and Yang Child Theme for theorakvitka.com
 Author:         OnionEye
 Author URI:     http://themeforest.net/user/onioneye
 Template:       yin_and_yang
 Version:        1.0.1
*/

/*  Theme customization starts here
    ========================================================================== */

/* overflow-y was hidden, which hides the footer */
body {
  overflow-y: auto;
}

.portfolio-header h2 {
  margin: 0;
  padding: 0;
}

.portfolio-header h2:after {
  background: none;
}

/* this shows up when you change the footer to static */
#wpstats {
  display: none;
}

/* disable hidden footer */
.slide-out-div {
  position: static;
  transform: none;
  pointer-events: all;
}

/* remove display: none on portfolio items to make them all show up; add some bottom margin */
.oy-flexslider .oy-slides > li {
  display: block;
  margin-bottom: 1.75em;
}

/* the height of the slider is calculated with JS and added inline, so override to auto; reset cursor to be not pointer */
.oy-flexslider {
  height: auto !important;
  cursor: default;
}

/* was position: absolute; static makes it appear underneath the image it is associated with */
.oy-flex-caption {
  position: static;
  /* add custom styles here!! */
}

/* disable the hover style on the caption since it doesn't actually do anything */
.no-touch .oy-flexslider:hover .oy-flex-caption, .no-touch .single-img-container:hover .oy-flex-caption {
  /* this background should be the same as the one on .oy-flex-caption */
  background: rgba(90, 90, 90, 0.5);
}