*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
	font-size: 18px;
	margin:0;
	color: #696969;
  position: relative;
  line-height: 1.2;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.page-wrapper {
  background: white;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.wc{
	width:100%;
	max-width: 1420px;
	min-width:320px;
  padding: 0 40px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


.wc > :not(.btn):last-child {
  margin-bottom: 0;
}

.block {
  padding-top: 200px;
  padding-bottom: 200px;
}


p, h1, h2, h3, h4, h5, ul{
	margin:0;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: black;
}

h1 {
  font-size: 34px;
  padding-bottom: 30px;
}

h2 {
  font-size: 18px;
  padding-bottom: 25px;
}
p{
	line-height: 1.45;
	padding-bottom:26px;
  letter-spacing: normal;
  font-weight: 300;
}

a, a:focus{
   outline: 0;
}

a{
  color: #0184bb;
  text-decoration: none;
	transition:.3s color, .3s background;
	-webkit-transition:.3s color, .3s background;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

a:hover {
  color:#026994;
}

.btn {
  border: solid 1px black;
  display: inline-block;
  vertical-align: middle;
  padding: 18px 45px;
  color: white !important;
  margin: 4px 0;
  font-size: 16px;
  font-weight: 400;
  background: #fbb727;
  border-radius: 50px;
  border: 0;
  font-weight: 700;
}


.btn:hover {
  background: #d69b1d;
}

.btn .fa {
  padding-left: 2px;
}

.btn-square {
  margin-top: 20px;
  border: 2px solid white;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 25px;
  font-weight: 700;
  text-align: center;
  min-width: 183px;
}

.btn-square:hover {
  background:#fbb727;
  color: white;
}

.btn-square-dark {
  border: 2px solid black;
  color: black;
}

.btn-square-dark:hover {
  color: white;
}

img, svg{
	max-width:100%;
	height:auto;
}

input{
  outline:none;
}

/*header styles*/

.main-header {
  padding: 60px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: .3s background, .3s padding;
}

.is-scrolled .main-header {
  background: rgba(0,0,0,.7);
  padding: 27px 0;
}

.main-header .wc {
  max-width: 1430px;
}

.header-right {
  padding-top: 2px;
}

.main-header .logo {
  float: left;
  display: block;
  margin-top: 5px;
}

.main-header .logo img {
    display: block;
}

.header-right {
  float: right;
}

.main-nav{
  float: right;
}

.main-nav ul{
  padding: 0;
  list-style-type: none;
}

.main-nav li {
  display: inline-block;
  padding-left: 0;
  padding-right: 25px;
  position: relative;
}

.main-nav li:last-of-type {
  padding-right: 0;
}

.main-nav li a{
  color: white;
  font-size: 16px;
}

.main-nav li a:hover, .main-nav li.current-menu-item > a{
  color: #fbb727;
}

.main-nav > ul > li:last-of-type a{
  margin-left: 50px;
}

.nav-icon {
  display: none;
  float: right;
  width: 37px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10;
  margin-top: 12px;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fbb727;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out; 
}
    
.nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center; 
}

.nav-icon span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 20px;
  transform-origin: left center; 
}

.nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -4px;
  left: 5px; 
}

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

/*Banner section*/

.banner-block.block {
   background: url('imgs/banner.jpg') top center / cover;
   padding: 290px 0 294px;
   position: relative;
}

.banner-block.thank-you-banner {
  background: url('imgs/thankyou-banner.jpg') center center / cover;
}

.banner-block .wc {
  position: relative;
}


.banner-block h1 {
  font-size: 104px;
  color: white;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 0;
}


/*About section*/


.guitar {
  display: block;
  background: url('imgs/guitar.png') center center;
  width: 1764px;
  height: 688px;
  position: absolute;
  left: 321px;
  bottom: calc(100% - 469px);
}


.about-block {
  position: relative;
  z-index: 2;
  margin-top: -174px;
}

.about-block .wc {
  position: relative;
  z-index: 4;
}

.about-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 3;
  clip-path:polygon(0 0,100% 8vw,100% 100%,0 calc(100% - 8vw));
}

.about-block h1 {
  color: #ed4923;
}

.about-block p {
  color: white;
}

.about-block .btn-square {
  color: #fbb727;
}

.about-block .btn-square:hover {
  color: white;
}

.about-content {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 130px;
  position: relative;
  z-index: 3;
}

.about-float-img-1 {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: calc(100% - 345px);
}

.about-float-img-2 {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: calc(100% - 270px);
}


/* global styles */

.global-block h1 {
  color: #ed4923;
}

.global-content {
  float: left;
  width: calc((99.99% - 100px) / 2);
  margin-right: 100px;
  padding-top: 110px;
}

.booking-directory-img {
  float: right;
  width: calc((99.99% - 100px) / 2);
}

/* sample styles */

.sample-block {
  position: relative;
  z-index: 2;
  margin-top: -174px;
}

.sample-block .wc {
  position: relative;
  z-index: 4;
  margin-top: -225px;
}

.sample-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef5b32;
  z-index: 3;
  clip-path:polygon(0 0,100% 8vw,100% 100%,0 calc(100% - 8vw));
}

.sample-block p {
  color: white;
}

.sample-block p a {
  color: white;
  border-bottom: 1px solid white;
}

.sample-block p a:hover {
  color: #e4e4e4;
}

.sample-block h2 {
  color: white;
}

.sample-content-img {
  float: left;
  width: 53%;
  margin-right: 100px;
}

.sample-content {
  float: left;
  width: calc(47% - 100px);
  padding-top: 50px;
}

.free-guide-content {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 70px;
}

.free-guide-content :last-child{
  padding-bottom: 0;
}

.sample-float-img-1 {
  position: absolute;
  right: 40px;
  top: -350px;
}


/* testimonial styles */

.testimonial-block {
  position: relative;
  z-index: 2;
  margin-top: -174px;
}


.testimonial-block .wc {
  position: relative;
  z-index: 3;
}

.testimonial-block.block {
  padding-bottom: 350px;
}

.testimonial-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d92b2c;
  z-index: 3;
  clip-path:polygon(0 0,100% 8vw,100% 100%,0 calc(100% - 8vw));
}

.testimonial-icon {
  margin: 0 auto 50px;
  display: block;
  position: relative;
  z-index: 4;
}

.testimonial-slider {
  position: relative;
  z-index: 4;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}


.testimonial-slider p {
  color: white;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-slider p.testimoner {
  font-size: 18px;
  font-weight: 300;
} 

.testimonial-block .bx-controls a {
    color: white;
    font-size: 50px;
    position: relative;
    z-index: 9999;
    font-weight: 400;
    opacity: .6;
    transition: .3s opacity;
    position: absolute;
    top: 50%;
    margin-top: -80px;
}

.testimonial-block .bx-controls a:hover {
  opacity: 1;
} 

.testimonial-block .bx-prev {
  right: 50%;
  margin-right: 650px;
}

.testimonial-block .bx-next {
  left: 50%;
  margin-left: 650px;
}





/* who styles */

.who-block {
  position: relative;
  z-index: 2;
  margin-top: -174px;
}

.who-block.block {
  padding-top: 400px;
}

.who-block .wc {
  position: relative;
  z-index: 4;
}

.who-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bc2628;
  z-index: 3;
  clip-path:polygon(0 0,100% 8vw,100% 100%,0 100%);
}

.who-content {
  max-width: 500px;
  margin: 0 auto;
}

.who-content p {
  color: white;
}

.who-content p a {
  color: white;
  border-bottom: 1px solid white;
}

.who-content  p a:hover {
  color: #e4e4e4;
}

.who-float-img-1 {
  position: absolute;
  left: -25px;
  bottom: -200px;
  display: block;
}

.who-float-img-2 {
  position: absolute;
  right: 40px;
  top: -550px;
  display: block;

}


/* purchase styles */

.purchase-block.block {
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 90px 0;
}

.purchase-block .wc {
  position: relative;
}

.purchase-block h1 {
  font-size: 240px;
  font-weight: 300;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.purchase-block h1:after {
  content: '';
  height: 1px;
  background: black;
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 10px;
}


.purchase-block h1 sup {
  font-size: 66px;
  top: -78px;
  right: 7px;
}

.purchase-block h1 sub {
  font-size: 100px;
  bottom: 1px;
  left: -50px;
}

.purchase-block p b {
  color: black;
}

.purchase-block .cards {
  margin: 50px auto 0;
  display: block;
}

.purchase-block .btn {
  background: #ee522a;
  min-width: 270px;
  text-align: center;
  margin-top: 20px;
}

.purchase-block .btn:hover {
  background: #c04323;
}

.purchase-float-img-1 {
  right: 40px;
  position: absolute;
  top: -230px;
}


/* newsletter block styles */

.newsletter-block {
   background: black;
   border-bottom: 2px solid #515554;
   padding: 120px 0;
}

.newsletter-block .wc {
  position: relative;
}

.newsletter-block h2 {
  color: #ed4923;
  font-size: 32px;
}

.newsletter-block p {
  color: white;
}

.subscribe-form {
  padding-top: 20px;
  width: calc((99.99% - 190px) / 3);
  margin-right: 95px;
  float: left;
}

.subscribe-form input[type="text"], .subscribe-form input[type="email"] { 
  border: 0;
  border-bottom: 1px solid #8c8f8d;
  color: white;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  background: transparent;
  display: block;
  width: 100%;
  padding: 5px;
  margin-bottom: 25px;
}

.subscribe-form input[type="submit"] {
  background: transparent;
  transition: .3s background;
  margin-top: 10px;
  -webkit-appearance: none;
}

.subscribe-form input[type="submit"]:hover {
  background: #fbb727;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.newsletter-info {
  float: left;
  max-width: 500px;
}

.footer-float-img {
  position: absolute;
  right: -30px;
  top: -60px;
}

/* footer styles */

.main-footer {
  background: black;
  padding: 60px 0;
}

.main-footer p {
  font-size: 14px;
  color: #6e6e6e;
}

.main-footer p a {
  color: white;
}

.main-footer p a:hover {
  color: #cbcbcb;
}

.footer-col {
  width: calc((99.99% - 190px) / 3);
  margin-right: 95px;
  float: left;
}

.footer-col:nth-of-type(3n) {
  margin-right: 0;
}

.footer-col :last-child {
  padding-bottom: 0;
}

.socials {
  list-style-type: none;
  padding-left: 0;
}

.socials li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 14px;
}

.socials li:last-of-type {
  padding-right: 0;
}


.socials li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  color: black;
  transition: .3s opacity;
  font-size: 14px;
}

.socials li a:hover {
  opacity: .7;
}

.socials li a.facebook-icon {
  background: #2a7ac6;
}

.socials li a.twitter-icon {
  background: #1cb8e0;
}

.socials li a.instagram-icon {
  background: #ea4d0b;
}

.socials li a.google-icon {
  background: #ff0c0c;
}


/*Thank you section*/

.thank-you-block {
  position: relative;
  z-index: 2;
  margin-top: -174px;
  padding: 150px 0 80px;
}

.thank-you-block .wc {
  position: relative;
  z-index: 4;
  max-width: 1000px;

}

.thank-you-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 3;
  clip-path:polygon(0 0,100% 8vw,100% 100%,0 100%);
}


.thank-you-content {
  max-width: 480px;
}

.thank-you-content b {
  color: black;
}

.thank-you-content a {
  color: #696969;
  border-bottom: 1px solid #696969;
}

.thank-you-content a:hover {
  color: #838383;
}

.thank-you-float-img {
  position: absolute;
  bottom: -80px;
  right: 40px;
}




@media screen and (max-width: 1500px) {
/*
  .block {
    padding-top: 80px;
    padding-bottom: 80px;
  }*/

 /* h1 {
    padding-bottom: 68px;
  }
*/

}


@media screen and (max-width: 1420px) {

  .testimonial-block .bx-controls {
    text-align: center;
  }

  .testimonial-block .bx-controls a {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin: 0 15px;
    font-size: 35px;
  }

  .footer-float-img {
    display: none;
  }

  .newsletter-info {
    max-width: calc(((99.99% - 50px) / 3) * 2);
  }

  .newsletter-info :last-child {
    padding-bottom: 0;
  }

}


@media screen and (max-width: 1400px) {

  .main-nav li {
    padding-right: 15px;
  }

  .main-nav > ul > li:last-of-type a {
    margin-left: 20px;
  }

}

@media screen and (max-width: 1300px) {


  .about-content {
    max-width: 800px;
    padding-top: 60px;
  }

  .about-float-img-1 {
    display: none;
  }
  .about-float-img-2 {
    display: none;
  }

  .global-block.block {
    padding-top: 0;
  }

  .booking-directory-img {
    display: block;
    margin: -210px auto -30px;
    width: auto;
    float: none;
    position: relative;
    z-index: 2;
    left: 90px;
  }

  .global-content {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    max-width: 800px;
    width: 100%;
  }

  .sample-content-img {
    float: none;
    margin: 0 auto; 
    display: block;
    width: 100%;
    max-width: 500px;
  }

  .sample-content {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }

   .sample-content h1 {
    max-width: 500px;
   }

   .sample-block .wc {
    margin-top: -315px;
   }

   .sample-block.block {
    margin-top: 0;
    padding-bottom: 380px;
   }

   .free-guide-content {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding-top: 20px;
   }

   .sample-float-img-1 {
    position: static;
    display: block;
    margin: -354px auto 80px !important;
   }

   .purchase-float-img-1 {
    position: static;
    margin: -180px auto 50px;
    display: block;
  }

  .testimonial-block.block {
    padding-bottom: 250px;
  }

  .testimonial-slider p {
    font-size: 40px;
    max-width: 700px;
    padding-bottom: 30px;
  }

  .who-block.block {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .who-float-img-2 {
    position: static;
    margin: 0 auto 50px;
    display: block;
  }

  .who-float-img-1 {
    position: absolute;
    left: -25px;
    bottom: -200px;
    display: none;
    max-width: 200px;
    left: 40px;
  }



}


@media screen and (min-width: 1281px) {

  .main-nav .sub-menu {
    display: block !important;
  }

}

@media screen and (max-width: 1280px) {


  .main-header {
    padding: 27px 0;
  }

  .main-header .logo {
    float: left;
    display: block;
    max-width: 351px;
    margin-top: 0;
  }

  .nav-icon {
    display: block;
  }


  .main-nav{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:101px;
    right: 0;
    width: 200px;
    background: rgba(0,0,0,.75);
    height: calc(100vh - 101px);
    transition: .3s height, .3s top, .3s opacity, .3s transform, 0s visibility .3s;
    transform: translateX(-15px);
    overflow-y: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .mobile-nav-is-active .main-nav {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    transform: none;
  }

  .main-nav li {
    display: block;
    padding: 0;
  }

   .main-nav li:after {
    display: none;
  }

  .main-nav a {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 15px;
  }

  .main-nav .sub-menu > li:last-of-type a {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .main-nav > ul > li:last-of-type a {
    margin-left: 0;
    border-radius: 0;
    text-align: left;
    margin-top: 0;
    padding: 15px;
  }

  .main-nav .menu-item-has-children > a:after {
    display: none;
  }



  .main-nav .sub-menu {
    opacity: 1;
    position: static;
    visibility: visible;
    margin-top: 0 !important;
    display: none;
    width: 100%;
  }

  .main-nav .sub-menu:before, .main-nav .sub-menu:after {
    display: none;
  }

  .main-nav .drop-toggle {
    display: block;
  }

  .header-spacer {
    height: 66px;
  }

  .banner-block h1 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 80px;
  }

  .banner-block.block {
    padding: 110px 0 160px;
  }

  .about-block {
    margin-top: -104px;
  }
  
  .guitar {
    background: url('imgs/guitar.png') center center / 1300px 507px;
    width: 1300px;
    height: 507px;
    left: 342px;
    bottom: calc(100% - 377px);
  }

  .thank-you-block {
    margin-top: -106px;
  }

}

@media screen and (max-width: 1080px) {

  .footer-col {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-col:last-of-type {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 990px) {

  .banner-block h1 {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 50px;
  }

  .guitar {
    background: url('imgs/guitar.png') center center / 1100px 420px;
    width: 1100px;
    height: 420px;
    left: 20%;
    bottom: auto;
    top: -80px;
  }

  .about-block h1 {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 120px;
  }

  .about-content {
    padding-top: 0;
  }

  .purchase-block h1 {
    font-size: 140px;
  }

  .purchase-block h1 sup {
    font-size: 36px;
    top: -38px;
  }

  .purchase-block h1 sub {
    font-size: 60px;
    bottom: 0px;
    left: -28px;
  }

  .purchase-block h1::after { 
    bottom: 3px;
  }

  .subscribe-form {
    float: none;
    width: 100%;
    padding-bottom: 30px;
    margin-right: 0;
  }

  .newsletter-info {
    width: 100%;
    max-width: 100%;
  }

  .thank-you-block {
    padding-bottom: 0;
  }

  .thank-you-content {
    max-width: 800px;
    margin: 0 auto 30px;
  }

  .thank-you-float-img {
    display: block;
    position: static;
    display: block;
    margin: 0 auto;
  }


}


@media screen and (max-width: 600px) {

  body {
    font-size: 14px;
  }

  .wc {
    padding-left: 20px;
    padding-right: 20px;
  }

  p {
    padding-bottom: 18px;
  }

 /* .block {
    padding-top: 44px;
    padding-bottom: 44px;
  }*/

  h1 {
    font-size: 25px;
    padding-bottom: 24px;
  }


  .btn {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 16px 15px;
  }

  .btn-square {
    margin-top: 10px;
  }

  .main-header {
    padding: 10px 0 !important; 
  }

  .main-header .logo {
    max-width: 250px;
  }

  .header-spacer {
    display: none;
  }


  .main-nav {
    top: 52px;
    height: calc(100vh - 52px);
  }

  .main-nav li a {
    font-size: 14px;
  }

  .nav-icon {
    margin-top: 7px;
    height: 17px;
    width: 23px;
  }

  .nav-icon span:nth-child(2) {
    top: 7px;
  }

  .nav-icon span:nth-child(3) {
    top: 14px;
  }

  .nav-icon.open span:nth-child(1) {
    top: -1px;
  }

  .nav-icon.open span:nth-child(3) {
    top: 16px;
  }

  .booking-directory-img {
    margin: -140px auto 10px;
    max-width: 300px;
    left:0;
    width: 100%;
  }

  .banner-block.block {
    padding-top: 78px;
  }

  .banner-block h1 {
    font-size: 40px;
    max-width: 480px;
  }

  .about-block h1 {
    padding-top: 0;
  }


  .guitar {
    background: url('imgs/guitar.png') center center / 600px 220px;
    width: 600px;
    height: 220px;
    left: 10%;
    top: -50px;
  }
  
  .who-block.block {
    padding-bottom: 130px;
  }

  .about-block .block {
    padding-top: 170px;
  }

  .global-block.block {
    padding-bottom: 166px;
  }

  .testimonial-slider p {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .testimonial-slider p.testimoner {
    font-size: 15px;
  }

  .testimonial-icon {
    margin: 0 auto 30px;
    max-width: 39px;
  }

  .testimonial-block .bx-controls a {
    font-size: 25px;
  }

  .sample-float-img-1 {
    margin-bottom: 53px !important;
  }

  .testimonial-block.block {
    padding-bottom: 220px;
  }

  .purchase-block.block {
    padding-bottom: 60px;
  }

  .purchase-float-img-1 {
    max-width: 230px;
    margin-bottom: 30px;
  }

  .purchase-block h1 {
    font-size: 100px;
  }

  .purchase-block h1 sup {
    font-size: 33px;
    top: -26px;
    right: 3px;
  }

  .purchase-block h1 sub {
    font-size: 50px;
    bottom: 0px;
    left: -20px;
  }

  .purchase-block h1::after {
    width: 90px;;
    margin-left: -45px;
    bottom: -1px;
  }

  .purchase-block .cards {
    margin-top: 30px;
  }

  .purchase-block .btn {
    margin-top: 9px;
  }

  .newsletter-block {
    padding: 50px 0 60px;
  }

  .newsletter-block h2 {
    font-size: 25px;
    padding-bottom: 0;
  }

  .main-footer {
    padding: 50px 0;
  }

  .thank-you-block {
    padding-top: 60px;
  }

  .thank-you-float-img {
    max-width: 200px;
  }

}


/*** new from old payment section on indie bundle ***/

#purchase .item_princing .button {
    margin: 0;
    border-radius: 5px;
    font-weight: normal;
    display: inline-block;
    padding: 20px 100px;
    background: #ff4200;
    border-color: #ff4200;
    font-size: 30px;
color:#fff !important;
}


#purchase .item_princing .button:hover {
background: #fc6834;
	border-style:solid;
	border-width:0px;
}

#purchase .item_princing ul {
    list-style: none;
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
}

#purchase .item_princing h5 {
    font-size: 22px;
    padding-bottom: 0;
}

#purchase .item_princing h2 {
    font-size: 36px;
    font-weight: normal;
    background: #ff4200;
    color: white;
    padding: 20px 0;
    line-height: 46px;
}


#purchase .item_princing ul li {
    padding-bottom: 0;
     line-height: 30px; 
}
