.warning-message {
    background: #36231F;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

/* General Hover Link styles */
div.header-container .bookend {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  display: inline-block;
}


/* Hover Effect */
div.header-container .bookend-vert {}


div.header-container .bookend-vert::after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}


div.header-container .bookend-vert::after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

div.header-container .bookend-vert:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

div.header-container .bookend-vert span {
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

header.template-header .navbar-side .mobile-sub-nav ul li:not(.website-phone) {
  display: inline-block;
}

#widget_iframe {
    min-height: 1930px;
    overflow-x: auto;
    overflow-y: auto;
    border: 0;
    width: 1px;
    min-width: 100%;
    *width: 100%
}
@media only screen and (max-width:1024px) {
    #widget_iframe {
        min-height: 2060px
    }
}
@media only screen and (max-width:979px) {
    #widget_iframe {
        min-height: 2240px
    }
}
@media only screen and (max-width:559px) {
    #widget_iframe {
        min-height: 2430px
    }
}
@media only screen and (max-width:480px) {
    #widget_iframe {
        min-height: 2700px
    }
}
@media only screen and (max-width:400px) {
    #widget_iframe {
        min-height: 3200px
    }
}
@media only screen and (max-width:320px) {
    #widget_iframe {
        min-height: 3280px
    }
}