.sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 3000;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

a.btn.btn--outline.btn--medium.btn--auto,
a.btn.btn--solid.btn--medium.btn--auto,
a.btn.btn--solid.btn--large.btn--auto,
a.btn.btn--solid.btn--large.btn--full,
a.btn.btn--outline.btn--large.btn--auto {background-color: #fdeda8 !important;background: linear-gradient(to right, #fdeda8 0%, #e8c883 50%, #cca666 100%) !important;border:none;color:#000 !important;letter-spacing:1px;font-family: 'Montserrat';font-weight:700;}

.btn.secondary.btn--solid.btn--small.btn--full {box-shadow:none;padding-bottom:0;margin-bottom:0;}

a.btn.btn--outline.btn--small.btn--auto {letter-spacing:1px;font-family: 'Montserrat';font-weight:700;}

.testi-col-4 {width:32.5%;float:left;margin:5px;}
.morebtn {font-size:1.2em;border-radius:5px;margin-left:50px;padding:10px 30px;background-color: #fdeda8 !important;background: linear-gradient(to right, #fdeda8 0%, #e8c883 50%, #cca666 100%) !important;border:none;color:#000 !important;letter-spacing:1px;font-family: 'Montserrat';font-weight:700;}


td {
  vertical-align: middle;
}

ul.check
{
list-style-type: none;
padding: 0;
margin: 0 0 0 20px;
}

ul.check li
{
background-image: url(https://tutbucket.s3.amazonaws.com/images/gold-checkbox.png);
background-repeat: no-repeat;
background-position: 0 .22em;
padding-left: 1.9em;
}

.countdownbg {
    padding:10px 55px 25px 55px;
	background: url('https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2163964659/settings_images/0b3b780-7d7b-ec24-e11-d5b276de0acf_countdownbg_4_.png') no-repeat center / cover;
}

h5.media__body {
    font-size: 1em !important;
    font-weight: bold;
}

@media only screen and (max-width: 440px) {
     
     .morebtn {margin-left:50px !important;font-size:1.2em !important; padding-left:20px !important;padding-right:20px !important;}
     .mobile {display:none;}
     .countdownbg {
    padding:15px 25px 20px 20px;
	background: url('https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/themes/2163964659/settings_images/0b3b780-7d7b-ec24-e11-d5b276de0acf_countdownbg_4_.png') no-repeat center / cover;
}
     .more .testi-col-4 {width:100% !important;margin:0px !important;}
     
 }