/*
Template Name: Howdy
Author URI: 
Author Name: Epic Themes
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HOME
05. TEAM
06. PORTFOLIO
07. SERVICES/FEATURES
08. PRICING
09. BLOG
10. CONTACT
11. OTHER ELEMENTS
		a. Newsletter
		b. Buttons
		c. Gallery Images Animation
		d. Testimonials
		e. Accordion Tabs
		f. Partners
		g. PopUp Video
		h. Features List
12. MEDIA QUERIES

--- */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

/* ========================================================== */
/* 			               06. TEAM                           */
/* ========================================================== */

/* ========================================================== */
/* 						   06. PORTFOLIO                      */
/* ========================================================== */

/* ========================================================== */
/* 			               07. SERVICES/FEATURES              */
/* ========================================================== */

/* ========================================================== */
/* 			               08. PRICING                        */
/* ========================================================== */

/* ========================================================== */
/* 			                   09. BLOG                       */
/* ========================================================== */

/* ========================================================== */
/* 			             12. MEDIA QUERIES                    */
/* ========================================================== */
/* ========================================================== */
/* 			             13. SCROL BAR                   */
/* ========================================================== */

/* Scrollbar styling for main content */

/* ----------------------------------------------
 * Generated by Animista on 2019-6-5 14:54:33
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-6-5 15:20:0
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */

.vibrate-1 {
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.footer-images {
  margin-top: 0;
  border-top: none;
}
.footer-images {
  width: 95%;
  max-width: 1360px;
  padding: 20px 0px;
  margin: auto;
  border-bottom: 1px solid #2c2c2c;
  text-align: center;
}

.footer-images a img,
.footer-images span img {
  max-width: 85%;
  max-height: 28px;
}

.footer-images span {
  height: 30px;
  margin: 15px 9px;
}
.footer-images a,
.footer-images span {
  display: inline-block;
  text-decoration: none;
  height: 10px;
}
.footer-images span {
  opacity: 0.3;
}
.getexclusiveoffers {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.bonussize {
  font-size: 26px;
}

.bonussum {
  color: white;
  text-shadow: 0 0 5px #ffa500, 0 0 10px #ff8c00, 0 0 20px #ff7f00,
    0 0 40px #ff6600, 0 0 80px #ff4500, 0 0 90px #ff3300, 0 0 100px #ff0000,
    0 0 150px #ff4500;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: #ffffff;
}

.additional-info {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.form-area {
  padding-left: 16px;
  padding-right: 16px;
}

.subscribe-info {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 10px;
  text-align: center;
}
.claiming-steps {
  padding-top: 31px;
  padding-bottom: 50px;
  background-color: #f46542;
  /* background-image: url(../images/thank-you-bonusmonster.jpg); */
}
@media (min-width: 320px) and (max-width: 480px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .getexclusiveoffers {
    font-size: 26px !important;
    margin-top: 20px;
    font-weight: 600;
  }
  .promo-widget__summ {
    font-size: 70px;
    text-shadow: 0 0 5px #7a2d87, 0 0 10px #73297a, 0 0 20px #ff7bac,
      0 0 40px #ff7bac, 0 0 30px #ff7bac, 0 0 30px #ff7bac, 0 0 100px #ff7bac,
      0 0 150px #ff7bac;
  }
  .bonussize {
    font-size: 20px;
  }
  .home-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .claiming-steps {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .sign-form__button {
    margin-top: auto;
    font-size: 16px;
  }
  .home-section {
  }
  .register-form-wrapper {
    background-color: rgb(16 16 16 / 80%);
    background: rgb(0 0 0 / 0%);
    box-shadow: 0 6px 10px -1px rgb(0 0 0 / 0%);
    border-radius: 8px 8px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    background: rgb(5 5 12 / 73%);
  }
  #logo img {
    text-align: center;
    margin: auto;
    width: 60%;
  }
  .navbar-brand {
    float: none;
  }
  .navbar {
    display: none;
  }
}
@media (min-width: 991px) {
  .navbar-header {
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .additional-info {
    font-size: 16px;
  }
  .landing-step__ctn > span {
    font-size: 16px;
  }
  .footer-images {
    padding: 0px 0px 10px 0px !important;
  }

  .promo-widget__fs-summ {
    font-size: 30px !important;
  }
  .footer-images span img {
    max-height: 18px;
  }

  .copyright-footer {
    margin: 0px 0;
  }

  ul.footer_tandconditions li {
    margin: 0 5px 0 0;
    display: inline-block;
    margin: 0;
    line-height: 100% !important;
  }

  .footer_tandconditions {
    margin: 15px 0;
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    text-align: center;
  }

  .footer_tandconditions a {
    font-size: 12px;
  }

  .navbar-toggle {
    display: none;
  }
  
  .casino-features{
    margin-left: 10px;
  }
}
