/*

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

*/


.hero-image{
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}


.entry-content iframe {
  height:500px;
  max-height:auto;
}

.mejs-controls {
  position: relative;
}


.cptui-shortcode-post_cards.option-3 li .thumbnail-container {
  height: 12rem !important;
}

@media (max-width: 979px) {
  body header.masthead .x-topbar-inner {
    text-align: center;
  }
}

.x-topbar-inner.x-container {
  text-align: center;
}

.hurrytimer-button {
  font-size: 14px;
  color: #ffffff;
  background-color: #434f5b;
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
}

.hurrytimer-button:hover{
  color: #434f5b;
  background: #FFF;

}

.hurrytimer-button.hurrytimer-button-outline {
  font-size: 14px;
  color: #434f5b;
  background-color: #FFF;
  border: 1px solid;
  border-color: #434f5b;
  border-radius: 5px;
  padding: 10px 20px;
}

.hurrytimer-button.hurrytimer-button-outline:hover {
  color: #FFF;
  background-color: #434f5b;
  border: 1px solid #FFF;

}

.hurrytimer-button-wrap {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-color: #FFF;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border: 0px;
}


@media (min-width: 979px) {
  .hurrytimer-button-wrap {
    flex-direction: row;
    width: auto;
  }
}
