/*
Theme Name: IndieBible
*/

*, *: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;
}

img.sticker { max-width:300px; max-height:300px; }

.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 !important;
	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 {
  display: inline-block;
  vertical-align: middle;
  padding: 18px 45px;
  color: white !important;
  margin: 4px 0;
  font-size: 16px;
  background: #fbb727;
  border-radius: 50px;
  border: 0;
  font-weight: 700;
}


.btn:hover {
  background: #d69b1d;
}

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

.btn-square, .btn-square-dark, .btn-square-light {
  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;
  background: #fbb727;
  text-shadow: 0 2px 2px rgba(0,0,0,.2);
  transition: .3s color, .3s text-shadow, .3s background;
}

.btn-square:hover, .btn-square-dark:hover, .btn-square-light:hover {
  background: #fdc44a;
  text-shadow: 0 2px 2px rgba(0,0,0,.4);
  color: white !important;
}

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

/*.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;
	padding: 13px 25px;
	font-size: 12px;
  text-transform: uppercase;
}

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

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

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

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

input{
  outline:none;
}

body.page-id-111 #sidebar ul {display:none;}

/*header styles*/

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

.main-header .wc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.main-header .logo {
  float: left;
  display: block;
}

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

.header-right {
  float: right;
  display: flex;
  align-items: center;
}

.main-nav{
  float: left;
}

.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 a.btn{
  margin-left: 50px;
}

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

.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;
}

/*.woo-header {
  background: black;
}*/

.avatar {
  float: left;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.avatar img {
  max-width: 53px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}

.avatar span {
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

/*Banner section*/

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

.banner-block.thank-you-banner {
  background-image: url('imgs/banner.jpg');
   background-size: cover;
   background-position: center center;
   padding: 190px 0 154px;
   position: relative;
}

.banner-block .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
}

/*.banner-block.thank-you-banner {
  background: url('http://indiebible.com/images/mainpage-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('http://indiebible.com/images/mainpage-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 .slogan {
  color: #ed4923;
  display: block;
  font-size: 34px;
  padding-bottom: 30px;
}

.about-block .slogan span {
  color: white;
}


.about-block .promo-text {
  color: #ed4923;
  display: block;
  font-size: 22px !important;
  padding-bottom: 30px;
  margin: 0;

}

.about-block .promo-text span {
  color: white;
}


.about-block h1 {
  color: white;
}

.about-block h1 span {
  color: white;
}

.about-block p {
  color: white;
}

.about-block a:not(.btn) {
  border-bottom: 1px solid white;
  color: white;
}

.about-block a:not(.btn):hover {
  color: #e4e4e4;
}

.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;
}

.has-video .about-content {
  width: 100%;
  max-width: 100%;
}

.has-video .about-content-container {
  width: 540px;
  margin-right: 50px;
  float: left;
}

.has-video .about-video {
  float: right;
  width: calc(99.99% - 590px);
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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);
  text-align: center;
}

/* sample styles */

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

.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;
  text-align: center;
}

.sample-content {
  float: left;
  width: calc(99.99% - 53% - 100px);
  padding-top: 190px;
}

.sample-content h1 {
  color: white;
}

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

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

.free-guide-content h1 {
  color: white;
}

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


/* 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-block h1 {
  color: white;
}

.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: 36px;
  font-weight: normal;
  background: #ff4200;
  color: white;
  padding: 20px 0;
  line-height: 46px;
}

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

	.purchase-block h1 { font-size: 33px !important; padding: 15px 15px !important; }
	
}

@media all and (max-width: 600px) and (orientation:portrait) 
{
    .purchase-block h1 { font-size: 32px; padding: 15px 15px; }
	.banner-block h1 { padding-top: 60px;}
}


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

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


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

.purchase-block .price 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 {
	display:none !important;
   background: black;
   border-bottom: 2px solid #515554;
   padding: 120px 0;
}

.home .newsletter-block {
  display: block !important;
}

.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;
  max-width: 340px;
}

/* 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;
}


/*woo footer*/

.woo-top-footer {
  border-top: 1px solid #ececec;
  padding: 33px 0;
}

.woo-top-footer ul {
  list-style-type: none;
  font-size: 13px;
  padding: 0;
}

.woo-top-footer ul li {
  display: inline-block;
  margin-right: 10px;
}


.woo-bottom-footer {
  border-top: 1px solid #ececec;
  padding: 33px 0;
}

.woo-footer {
  background: white;
  /* padding: 33px 0;
  border-top: 1px solid #ececec; */
}

.woo-footer p {
  color: #3b3b3b;
  font-weight: 300;
  font-size: 13px;
  padding: 0;
  float: right;
}

.woo-footer a {
  color: #777777;
}

.woo-footer a:hover {
  color: #3b3b3b;
}

.woo-footer .copyright {
  float: left;
}

.woo-footer .email {
  padding-right: 10px;
}


/*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;
}

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


.gen-content-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%);
}

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

/*woo customizations
*/
.woocommerce .return-to-shop{
  display: none;
}

.bundled_table_item {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
}

.woocommerce-cart #coupon_code {
  padding: 12px;
  width: 100%;
  max-width: 220px;
}

.select2-container .select2-selection--single {
  height: 50px;
  padding: 10px;
  border-radius: 0 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  padding: 16px 20px;
  background-color: #fbb727;
  color: white;
  transition: .3s background;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #d69b1d;
  color: white;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding-bottom: 5px;
}

.woocommerce-MyAccount-content > p:nth-of-type(2) {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  margin-bottom: 30px;
}
/* 
.woocommerce-form-coupon-toggle {
  display: none;
} */

.woocommerce-page .banner-block {
  padding: 130px 0 200px;
}

.woocommerce-page  .banner-block h1 {
  font-size: 50px;
}

@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 a.btn {
    margin-left: 20px;
  }

}

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


  .about-content, .has-video .about-content {
    max-width: 800px;
    padding-top: 29px;
  }

  .has-video .about-content-container {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .has-video .about-video {
    float: none;
    width: 100%;
    padding-bottom: 50px;

  }

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

  .global-block.block {
    padding-top: 30px;
  }

  .booking-directory-img {
    display: block;
    margin: -210px auto 26px;
    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;
    padding-top: 30px;
  }

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

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

   .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;
    text-align: center;
  }

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

  .hide-on-mobile {
    display: none !important;
  }
}

@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: 182px;
    margin-top: 0;
  }

  .nav-icon {
    display: block;
  }

  .main-nav{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:120px;
    right: 0;
    width: 200px;
    background: rgba(0,0,0,.75);
    height: calc(100vh - 120px);
    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 a.btn {
    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('http://indiebible.com/images/mainpage-guitar.png') center center / 1300px 507px;
    width: 1300px;
    height: 507px;
    left: 342px;
    bottom: calc(100% - 377px);
  }

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

  .avatar {
    margin-left: 0;
    margin-right: 20px;
  }

}

@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('http://indiebible.com/images/mainpage-guitar.png') center center / 1100px 420px;
    width: 1100px;
    height: 420px;
    left: 20%;
    bottom: auto;
    top: -80px;
  }

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

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

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

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

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

  .purchase-block .price::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, .gen-content-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;
  }

  .woo-footer {
    text-align: center;
  }

  .woo-footer .copyright {
    padding-bottom: 5px;
  }

  .woo-footer .copyright, .woo-footer p {
    float: none;
  }

}

@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: 110px;
  }

  .header-spacer {
    display: none;
  }

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

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

  .nav-icon {
    height: 13px;
    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, .woocommerce-page  .banner-block h1  {
    font-size: 40px;
    max-width: 480px;
  }

  .about-block .slogan {
    padding-top: 0;
    font-size: 25px;
    padding-bottom: 24px;
  }

  .about-block .promo-text {
    padding-bottom: 24px;
  }

  .guitar {
    background: url('http://indiebible.com/images/mainpage-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;
    padding-top: 0;
  }

  .booking-directory-img {
    margin: -160px auto 21px;
  }

  .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-block .wc {
    margin-top: -335px;
  }

  .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 .price {
    font-size: 100px;
  }

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

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

  .purchase-block .price::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, .gen-content-block {
    padding-top: 60px;
  }

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

  .avatar img {
    max-width: 30px;
    margin-right: 6px;
    margin-top: 2px;
  }

  .avatar span {
    font-size: 9px;
    padding-top: 4px;
  }

}

/** Woocommerce Checkout Styling **/

.woocommerce table.shop_table td.product-name {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100% !important;
	/* margin: 10px 0px 10px 0px; */
}

.woocommerce table.shop_table span.cqoc_product_name {
	margin-right: auto;
	padding: 0px 10px 0px 0px;
}
	
.woocommerce table.shop_table div.quantity {
	margin-left: auto;
}

#content table.shop_table a.remove {
    display: none !important;
}

#content table.shop_table a.remove {
  color: red;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 20px;
  float: left;
  border: 0;
}
#content table.shop_table .product_name {
  float:left;
}

/** Woocommerce Checkout styling - Dalen New **/

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input { width: auto; margin: -2px .5em 0 0; }
body .woocommerce form .form-row .input-checkbox { width: auto; margin: -2px 5px 0 0; }

body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
border-top: none;
border-bottom: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
text-align: right;
padding: 10px 20px;
}
body .woocommerce table.shop_table td { padding: 15px; }
body .woocommerce-checkout table.shop_table td { width:50%;
text-align: right;
border-right: 1px solid #e6e6e6; border-top: 0; }

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
width: 100%;
display: block;
text-align: center;
margin-bottom: 0;
font-size: 1.25em;
padding: 1em;
border-radius: 50px;
margin-top: .5em;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last { width: 49%; }

.woocommerce-checkout .woocommerce .col2-set { width: 47%; float: left; margin-right: 4%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47%; float: right; margin-right: 0; }

@media only screen and (max-width: 650px) {
.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { width: 100%; float: none; }
}

.woocommerce .product-type-bundle .summary p.price { display:none; }

.woocommerce .woocommerce-product-details__short-description { margin-top:25px; }

/***** Template - Simple Landing Page *****/

/*
 * Global Content Block 
 */

.content-block-price-btn {
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 16px;
  padding: 12px 40px;
  text-transform: uppercase;
}

.content-block-price-btn::after {
  font-family: "FontAwesome";
  content: ' \f178';
}
.content-block-price-btn:hover {
  color: #fff;
}

.content-block-price {
  color: #000;
  padding: 0;
}

.content-block-price-detail {
  color: #787878;
  font-size: 12px;
  padding: 0;
}

.content-block-price-desc {
  color: white;
  margin-top: 20px;
  padding: 0;
  order: 3;
  text-align: center;
}

/* Content Block - Buy Section */
.content-block-buy {
  display: flex;
  margin-top: 20px;
}

.content-block-top .content-block-buy {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1300px) {
    /* Content Block - Buy Section */
    .content-block-buy {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  
    .content-block-buy-col {
      margin-bottom: 16px;
      text-align: center;
    }
  
    .content-block-buy-col:first-of-type {
      order: 2;
    }
  
    .content-block-buy-col:last-of-type {
      order: 1;
    }

    .content-block-price-desc { 
      margin-top: 10px;
    }

}

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

  /* Content Block - Buy Section  */
  .content-block-price-col {
    flex: 0 0 auto;
  }
}

/*
 * Banner Block
 */

 @media screen and (max-width: 1300px) {
  .page-template-tpl-simple-landing-page .banner-block h1 {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 }

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

  .page-template-tpl-simple-landing-page .banner-block.block {
    background-position: center top;
  }

  .page-template-tpl-simple-landing-page .banner-block h1 {
     text-align: left;
     position: absolute;
     bottom: -360px;
     left: 150px;
     z-index: 3;
     max-width: 100%;
  }
  
 }

/*
 * Top Content Block 
 */

 .content-block-top {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -174px;
  padding-bottom: 150px;
}

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

  .content-block-top { 
    padding-bottom: 90px;
  }

}

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

.content-block-top .content-block-wc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-block-top h1 {
  color: #ed4923;
}

.content-block-top h1 span {
  color: #fff;
}

.content-block-top .content-block-price {
  color: #fff;
}

.content-block-top .content-block-price-detail {
  font-size: 14px;
}

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

  .content-block-top .content-block-wc {
    flex-direction: column;
    padding-top: 100px;
  }

  .content-block-top .content-block-wc .content-block-col:first-child {
    order: 2;
    margin-top: 40px;
  }

  .content-block-top .content-block-wc .content-block-col:last-child {
    order: 1;
  }

}

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

  .content-block-top .content-block-wc {
    padding-top: 300px;
  }

  .content-block-top .content-block-wc .content-block-col:first-child {
    flex: 0 0 550px;
    margin-top: -100px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .content-block-top {
    padding-bottom: 174px;
  }
}


/*
 * Main Content Blocks 
 */

/* Content Block -  Wrap */

.content-block {
  padding: 0;
}

.content-block:last-of-type {
  padding-bottom: 200px;
}

.content-block .content-block-wc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-blocks .content-block .content-block-wc {
  border-bottom: 2px solid #000;
}

.content-block:last-child .content-block-wc {
  border: none;
}

.content-block .content-block-wc .content-block-col {
  flex: 0 0 50%;
}

/* Content Block - Image */
.content-block .content-block-img img {
  /* -webkit-box-shadow: 19px 29px 24.65px 4.35px rgba(0, 0, 0, 0.1); */
  /* -moz-box-shadow: 19px 29px 24.65px 4.35px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 19px 29px 24.65px 4.35px rgba(0, 0, 0, 0.1); */
}

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

  .content-block .content-block-wc {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 74px;
  }

  .content-block:first-child .content-block-wc {
    padding-top: 70px;
  }

  .content-block:last-child .content-block-wc {
    padding-bottom: 34px;
  }

  .content-block .content-block-col:first-of-type {
    order: 2;
  }

  .content-block .content-block-col:last-of-type {
    order: 1;
  }

  .content-block-content {
    text-align: center;
  }

  .content-block .content-block-img {
    margin-bottom: 24px;
  }
}

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

  .content-block .content-block-wc {
    padding: 90px 200px 90px 200px;
  }

  .content-block:first-child .content-block-wc {
    padding-top: 0;
  }

  .content-block .content-block-img {
    text-align: right;
  }

  .content-block-img-left .content-block-img {
    text-align: left;
  }

  /* Left Image alignment */
  .content-block-img-left .content-block-col:first-of-type {
    order: 2;
  }
  
  .content-block-img-left .content-block-col:last-of-type {
    order: 1;
  }
}

/*
 * Bottom Block 
 */

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

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

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

.bottom-block .bottom-content-wc {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-bottom: 0;
  min-height: 731px;
}

/* Bottom Block - Content */

.bottom-block .bottom-content {
  padding-top: 100px;
}

.bottom-block .bottom-content h1 {
  color: #fff;
  font-size: 28px;
}

/* Bottom Block - Image */

.bottom-block .bottom-image {
  position: absolute;
  right: 0;
  top: 0;
}

.bottom-block .bottom-image img {
  display: block;
}

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

  .bottom-block .bottom-content-wc {
    flex-direction: column;
    justify-content: center;
  }

  .bottom-block .bottom-image {
    display: none;
  }
}

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

  .bottom-block .bottom-content-wc {
    justify-content: flex-start;
    padding-left: 200px;
    padding-right: 200px;
  }

  .bottom-block .bottom-content {
    min-width: 772px;
  }
}

/* 
 * Gravity Forms
 */

/* Form */

body .gform_wrapper {
  margin-top: 0;
}

body .gform_wrapper ::placeholder {
  opacity: 1;
  color: #fff;
}

/* Form Body */

body .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background: none;
  border: none;
  border-bottom: 1px solid #fbf9f8;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

body .gform_wrapper .gform_body ul li.gfield {
  margin-top: 40px;
}

body .gform_wrapper .gform_body ul li.gfield:first-child {
  margin-top: 20px;
}

/* Form Footer */

body .gform_wrapper .gform_footer {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}

body .gform_wrapper .gform_footer input[type="submit"] {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px !important;
  font-weight: bold;
  padding: 10px 50px;
  text-transform: uppercase;
}

/* Form Errors */

body .gform_wrapper div.validation_error {
  display: none;
}

body .gform_wrapper div.validation_error {
  border: none;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
body .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #fbf9f8;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none;
  padding: 0;
}


/** 
 * Affiliate Template 
 */

/* Content */

.page-template-page-affiliate .affiliate-logged-out-content-block {
  padding-top: 60px;
  padding-bottom: 0
}

.page-template-page-affiliate .affiliate-logged-out-content-block p:last-of-type {
  padding-bottom: 0
}

.page-template-page-affiliate .affiliate-logged-in-content-block {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Gallery */

.page-template-page-affiliate #gallery-1 {
  padding-bottom: 26px;
}

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

  .page-template-page-affiliate #gallery-1 .gallery-item {
    width: 50%;
  }
}

/* Login and Registration Forms */

.page-template-page-affiliate .affiliate-form-block .affiliate-form fieldset {
  padding: 0;
}

.page-template-page-affiliate .affiliate-form-block .affiliate-form .affwp-form legend {
  color: #ed4923;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.page-template-page-affiliate .affiliate-form-block .affiliate-form label {
  display: block;
  margin-bottom: 6px;
}

.page-template-page-affiliate .affiliate-form-block .affiliate-form input[type='text'],
.page-template-page-affiliate .affiliate-form-block .affiliate-form input[type='password'],
.page-template-page-affiliate .affiliate-form-block .affiliate-form input[type='email'],
.page-template-page-affiliate .affiliate-form-block .affiliate-form textarea {
  background-color:#F5F5F5;
  padding: 10px;
}

.page-template-page-affiliate .affiliate-form-block .affiliate-form textarea {
  border: 1px solid rgba(51,51,51,.1);
}

.page-template-page-affiliate .affwp-form .button {
  background: #FBB727;
  border-radius: 50px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  min-width: 270px;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
  margin-top: 20px;
  padding: 18px 45px;
  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;
}

.page-template-page-affiliate .affwp-form .button:hover {
  background: #d69b1d;
}

.page-template-page-affiliate .affwp-lost-password {
  color: auto;
}

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

  .page-template-page-affiliate .affiliate-form-block {
    padding-top: 30px;
  }

  .page-template-page-affiliate .affiliate-form-block .affiliate-form .affwp-form legend  {
    font-size: 25px;
    padding-bottom: 24px;
  }
}

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

  .page-template-page-affiliate .affiliate-form-block .affiliate-form .affwp-form legend  {
    font-size: 34px;
    padding-bottom: 30px;
  }
}

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

  .page-template-page-affiliate .affiliate-form-block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-template-page-affiliate .affiliate-form-block .affiliate-form .affwp-form legend  {
    font-size: 34px;
    padding-bottom: 30px;
  }

  .page-template-page-affiliate .affwp-form .affwp-lost-password {
    text-align: center;
  }

}

@media screen and (min-width: 1281px) {
  
  .page-template-page-affiliate .affiliate-form-block {
    display: flex;
    padding-top: 60px;
    padding-bottom: 0;
  }
  
  .page-template-page-affiliate .affiliate-form-block .affiliate-form {
    flex: 1 1 50%;
  }

  .page-template-page-affiliate .affiliate-form-block .affiliate-form:nth-child(1) {
    margin-right: 25px;
  }
  
  .page-template-page-affiliate .affiliate-form-block .affiliate-form:nth-child(2) {
    margin-left: 25px;
  }
}

/* Affiliate Area - Dashboard */

.page-template-page-affiliate #affwp-affiliate-dashboard  {
  margin-bottom: 40px;
}

.page-template-page-affiliate #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
  margin-bottom: 60px;
}

.page-template-page-affiliate #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs a {
  color: #000;
}

.page-template-page-affiliate #affwp-affiliate-dashboard .affwp-tab-content h1 {
  color: #ed4923;
}

.page-template-page-affiliate #affwp-affiliate-dashboard .affwp-tab-content h4 {
  color: #ed4923;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.page-template-page-affiliate .affwp-tab-content h5 {
  color: black;
  font-size: 1.17em;
  font-weight: 700;
  padding-bottom: 16px;
}

.page-template-page-affiliate .affwp-tab-content .affwp-form {
  max-width: 600px;
}

.page-template-page-affiliate .affwp-tab-content label {
  display: block;
  margin-bottom: 6px;
}

.page-template-page-affiliate .affwp-tab-content .affwp-form input[type='text'],
.page-template-page-affiliate .affwp-tab-content .affwp-form input[type='email'] {
  background-color:#F5F5F5;
  padding: 10px;
  width: 100%;
}

/* Affiliate Area - Content */

.page-template-page-affiliate .affiliate-banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-template-page-affiliate .affiliate-banner-list li {
  padding: 0 8px;
  flex: 0 0 20%;
}

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

  .page-template-page-affiliate #affwp-affiliate-dashboard .affwp-tab-content h4 {
    font-size: 25px;
    padding-bottom: 24px;
  }
}

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

  .page-template-page-affiliate #affwp-affiliate-dashboard .affwp-tab-content h4 {
    font-size: 34px;
    padding-bottom: 30px;
  }
}

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

  .page-template-page-affiliate #affwp-affiliate-dashboard-url-generator {
    display: flex;
  }

  .page-template-page-affiliate #affwp-affiliate-dashboard-url-generator .affiliate-dashboard-col {
    flex: 1 1 50%;
  }

  .page-template-page-affiliate #affwp-affiliate-dashboard-url-generator .affiliate-dashboard-col:nth-child(1) {
    margin-right: 25px;
  }

  .page-template-page-affiliate #affwp-affiliate-dashboard-url-generator .affiliate-dashboard-col:nth-child(2) {
    margin-left: 25px;
  }
}

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

    .page-template-page-affiliate #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
      padding-bottom: 20px;
      padding-right: 20px;
    }
}

section.block#indie-booking { padding-top:50px; }


section.block#indie-booking .global-content { padding-top:50px; }

section.sample-block:before#youtube {background-color:#fa0200;}

body.page-id-29068 table.center {
 margin: 0 auto; 
  }

body.page-id-29068 .adgroup {
	width:90%;
	 margin: 0 auto;
}

/** YouTube Bible **/


body.page-id-13426 .about-block .slogan, .page-template-page-youtube .about-block .slogan  {
  color:#fe0000;
}
body.page-id-13426 .global-block h1, .page-template-page-youtube .global-block h1 {
  color:#fe0000;
}

body.page-id-13426 .testimonial-block:before, .page-template-page-youtube .testimonial-block:before {
  background: #fd2423;
}

body.page-id-13426 .sample-block:before, .page-template-page-youtube .sample-block:before {
  background: #fc5c5e;
}

body.page-id-13426 .who-block:before, .page-template-page-youtube .who-block:before{
  background: #a20f15;
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.sticker {
     max-width: 150px;
    max-height: 150px;
}
	  
	  a.logo {min-width:182px; min-height:66px;}
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.sticker {
     max-width: 150px;
    max-height: 150px;
}
	  
	  	  a.logo {min-width:182px; min-height:66px;}

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.sticker {
    max-width: 150px;
    max-height: 150px;
}
	  
	  	  a.logo {min-width:182px; min-height:66px;}

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.sticker {
    max-width: 150px;
    max-height: 150px;
}
	  	  a.logo {min-width:182px; min-height:66px;}
	  body.page-id-30529 .banner-block h1 {font-size:50px;}

}


/* 1792x828px at 326ppi */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2) {
.sticker {
    max-width: 150px;
    max-height: 150px;
}
	  a.logo {min-width:182px; min-height:66px;}

}


/* Portrait */
@media only screen 
  and (min-device-width: 175px) 
  and (max-device-width: 812px) 
 /* and (-webkit-min-device-pixel-ratio: 3)*/
  and (orientation: portrait) { 
.sticker {
     max-width: 150px !important;
    max-height: 150px !important;
}
	  
	  	  a.logo {min-width:182px; min-height:66px;}

}

/* Landscape */
@media only screen 
  and (min-device-width: 175px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.sticker {
    max-width: 150px;
    max-height: 150px;
}
	  	  a.logo {min-width:182px; min-height:66px;}

}


/*** Contest Page ***/

.contest-form .center { text-align:center; margin:0 auto;}
.ginput_recaptcha iframe, .ginput_recaptcha div  { text-align:center; margin:0 auto;}
body .gform_wrapper .contest-form .gform_footer {margin-top:25px;}

body.page-id-30237 .contest-content { margin-top: 70px; }

body.page-id-30237 .bottom-block {display:none;}
body.page-id-30237 .cf:after {background-color:#000;}

/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 
	body.page-id-30237 .bottom-block {display:none; }
	body.page-id-30237 .contest-content { margin-top: -70px; }
}

/*** Streaming Pack ***/

.page-id-33101 .sample-block:before {
	    background: #ba282d;
}

.purchase-block h1 { background: #ba282d; }

.page-id-33101 .testimonial-block:before {
	    background: #690859;
}

.page-id-33101 .about-block .slogan { color:#da1d28; }

.page-id-33101 .who-block:before {
	 background: #560649;
	
}

.page-id-33101 .purchase-block .btn {
background: #da1d28;
}

/** Temp Hiding coupon code link **/
.pb-3 a.discount { display:none !important; }


/** Indie v2 Edits **/

.page-id-35985 h2 { font-size:30px; }

.page-id-35985 .purchase-block .price {
    font-size: 150px;
}

@media only screen and (max-width: 768px) {
	.page-id-35985 .nav-icon { display:none; }
}
