/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* Fix slider height on presentation page */
#x-section-3 .x-container {
  min-height: 500px;
  display: flex;
  align-items: stretch;
}

#x-section-3 .x-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#x-section-3 .slider,
#x-section-3 .x-flexslider-shortcode-container {
  height: 100%;
  width: 100%;
  margin: 0;
}

#x-section-3 .x-flexslider-shortcode {
  height: 100% !important;
}

#x-section-3 .flex-viewport {
  height: 100% !important;
}

#x-section-3 .x-slides {
  height: 100%;
}

#x-section-3 .x-slide {
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 979px) {
  #x-section-3 .x-container {
    min-height: 400px;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #x-section-3 .x-container {
    min-height: 300px;
  }
}

