/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*FULL Page Homepage*/
@media screen and (min-width: 1100px) {
  div#Rockstar-Stimulus-Package .fl-row-content-wrap, div#ready-to-rocknroll .fl-row-content-wrap {
      height: 100vh;
  }
  #Rockstar-Stimulus-Package .fl-row-content-wrap, #ready-to-rocknroll .fl-row-content-wrap {
    display: flex;
    align-items: center;
  }
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/*End FULL Page Homepage*/

.gform_page_footer input[type=button] {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    text-transform: uppercase;
}
#gform_47 input {
    width: 100% !important;
}

/* Start snap scroll 
* {
  box-sizing: border-box;
}
html {
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}
.home-hero, #Rockstar-Stimulus-Package, #ready-to-rocknroll {
    scroll-snap-align: start;
}
#Rockstar-Stimulus-Package div {
    height: 100vh;
}
#ready-to-rocknroll .fl-row-content-wrap {
    height: 100%;
}
 end snap scroll */

/* START HERO TEXT */
@font-face {
      font-family: 'PhotographSignature';
      url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature.eot') !important;
	    src:url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature.woff') format('woff'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature.woff2') format('woff2'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature.svg#PhotographSignatureregular') format('svg'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature.eot'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature.ttf') format('truetype'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/PhotographSignature?#iefix') format('embedded-opentype');
}
@font-face {
      font-family: 'Badaboom BB'; 
      url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB.eot') !important;
	    src:url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB__.woff2') format('woff'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB__.woff2') format('woff2'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB__.svg#Badaboom BB') format('svg'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB__.eot'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB__.ttf') format('truetype'),
          url('https://localbusinessrockstar.us/wp-content/themes/bb-theme-child/BADABB__?#iefix') format('embedded-opentype');
}
.herotext {
    text-align: center;
    border: 17px solid #fff;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    padding: 20px;
    position: absolute;
    box-shadow: 2px 2px 24px 2px #fd9500, 0px 0px 30px 15px #ff0afc;
    right: 14%;
    top: 8%;
    /*animation: border-flicker 2s linear infinite;*/
    animation: border-flicker 2s;
    animation-iteration-count: 6;
    animation-timing-function: linear;
    padding-top:3%;
    padding-bottom:3%;
}
.herotext:before {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}
div#Rockstar-Stimulus-Package, div#ready-to-rocknroll, .fl-row.fl-row-full-width.fl-row-bg-photo.fl-node-6089ac81806f5.fl-row-bg-overlay {
    position: relative;
    z-index: 500;
}
.fl-row.fl-row-fixed-width.fl-row-bg-none.fl-node-6089add179332 {
    display: none;
}

#city, #city2 {
  /*animation: letter-flicker 2s linear infinite;*/
  animation: letter-flicker 2s;
    animation-iteration-count: 6;
}

/* START FLICKR EFFECT */
x-sign {
  --interval: 1s;
  display: block;
  text-shadow: 
    0 0 10px var(--color1),
    0 0 20px var(--color2),
    0 0 40px var(--color3),
    0 0 80px var(--color4);
  will-change: filter, color;
  filter: saturate(90%);
  /*animation: flicker steps(100) var(--interval) 1s infinite;*/
  /*animation: flicker steps(100) var(--interval) 3s;*/
  
  
   color: #ffffff;
  --color1: #4ca0ff;
  --color2: #4ca0ff;
  --color3: #4ca0ff;
  --color4: #4ca0ff;
}


@keyframes text-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  
  2% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  8% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  9% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  12% {
    opacity:0.1;
    text-shadow: 0px 0px rgba(255, 10, 252, 1);
  }
  20% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  25% {
    opacity:0.3;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  30% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  
  70% {
    opacity:0.7;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  
  72% {
    opacity:0.2;
    text-shadow:0px 0px 29px rgba(255, 10, 252, 1);
  }
  
  77% {
    opacity:.9;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  100% {
    opacity:.9;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
}

@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
  }
  
  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(255,10,252,,0.73);
box-shadow: 0px 0px 78px 4px rgba(255,10,252,0.73);
  }
}

@keyframes letter-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  2% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  4% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  
  
  19% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  21% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  23% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  
  80% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  83% {
    opacity:0.4;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
  87% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(255, 10, 252, 1);
  }
}
/* END FLICKR EFFECT */

.therockstar img {
    margin-left: -20% !important;
}
.theticket {
    position: absolute;
    right: 19%;
    top: 25%;
    z-index: 999;
    text-align:center;
}
span.readytobe {
    filter: drop-shadow(0px 1px 10px #4ca0ff);
    font-size: 89px;
    font-family: Photograph Signature;
    color: #fff;
    line-height: 1;
}
.inyourcity {
    font-family: Badaboom BB;
    color: #fff;
    font-size: 55px;
    line-height:1;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(0px 5px 11px #d69405) drop-shadow(0px 5px 11px #d69405);
    filter: drop-shadow(0px 5px 11px #d69405) drop-shadow(0px 5px 11px #d69405);
    margin-top:0%;
}
.lbr-cities {
    position: absolute;
    bottom: 0;
    right: 260px;
}
/* END HERO TEXT */

/* START SPOTLIGHT */
.wrapper {
  height: 100vh;
  width: 150vh;
  margin: 0 auto;
  position: relative;
}
.wrapper.spot2 {
    position: absolute;
}
.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stage_floor {
  content: '';
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  height: 146%;
  transform: scale(1.0,0.3);
}
.stage_highlight {
  position: absolute;
  top: 435px;
  left: 25vh;
  width: 100vh;
  height: 100%;
  overflow: hidden;
  background-image: radial-gradient(ellipse closest-side at 50% 82%, rgb(84,120,173), rgba(84,120,173,0) 100%);
  animation: move_highlight 5s linear infinite;
}
.spotlight_swivel {
  animation: rotate_spotlight 5s linear infinite;
}
.lamp {
  z-index: 10;
  position: absolute;
  width: 40vh;
  height: 400vh;
  background-image: radial-gradient(ellipse, rgba(82,116,168,0.5), rgba(82,116,168,0.2) 25%, rgba(82,116,168,0) 50%);
  top:-220vh;
  left:55vh;
  transform: perspective(23vh) rotateX(30deg);
}
.spotlight {
  opacity: 0.5;
  transform: scale(1.8,3);
  position: absolute;
  top: -20vh;
  left: calc(50% - 75vh);
}
.spotlight::after {
  content: '';
  position: absolute;
  top: -50vh;
  background-image: radial-gradient(ellipse closest-corner at 75% 75%, rgba(55,89,138,0.2), rgba(55,89,138,0));
  border-radius: 100%;
  width: 100vh;
  height: 100vh;
  clip: rect(50vh, 100vh, 100vh, 50vh);
  transform: rotate(45deg);
}

@keyframes rotate_spotlight {
  0% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }
  25% {
    transform: rotate(-15deg) scaleY(1.1) translateY(-3vh);
  }
  50% {
    transform: rotate(0deg) scaleY(1) translateY(0);
  }
  75% {
    transform: rotate(15deg) scaleY(1.1) translateY(-3vh);
  }
}

@keyframes move_highlight {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(25vh);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-25vh);
  }
}
/* END SPOTLIGHT */

/* START CUSTOMIZE SPOTLIGHT */
.lamp {
  width: 33vh;
  height: 825vh;
  /*border: 1px solid red;*/
  top: -359vh;
  left: 60vh;
}
.spotlight {
  opacity: 0.5;
  /*border: 1px solid gold;*/
  top: -20vh;
}
.spotlight::after {
   top: -60vh;
   /*border: 1px solid red;*/
}
.spotlight_swivel {
   /*border: 1px solid blue;*/
   margin-top: -245px;
   z-index: 900;
   position: relative;
}
.stage_highlight {
   /*border: 1px solid green;*/
   top: 10vh;
   left: 85vh;
   width: 100vh;
   height: 100%;
}
.stage_floor {
   /*border: 1px solid yellow;*/
}
.backdrop {
   /*border: 1px solid violet;*/
}
@media screen and (min-width: 240px) and (max-width: 600px) {
  .small-only .lamp {
     left: 10vh;
  }
  .small-only .spotlight::after {
     position:relative;
     width: 10vh;
  }
  .small-only .stage_highlight {
    left:0vh;
    width:0vh;
  }
  .small-only .backdrop {
     position: relative !important;
  }
  .small-only .spot2 {
    position: absolute;
   }
}
@media screen and (min-width: 240px) and (max-width: 769px) {
   .theticket img {
      margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 769px) {
   .spot2 {
     position: absolute;
  }
  .spotlight::after {
    width: 10vh;
  }
  .lamp {
    left: 0vh;
  }
  .stage_highlight {
    left: 8vh;
  }
  .stage_floor {
    left: 0;
  }
  .backdrop {
    left: 0;
  }
}
@media screen and (min-width: 630px) and (max-width: 769px) {
   .therockstar img {
      max-width: 60% !important;
      right: 25% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
   .therockstar img {
    margin-left: -55% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1290px) {
   .spot2 {
     position: absolute;
   }
   .spotlight::after {
     width: 10vh;
  }
  .lamp {
    left: 10vh;
  }
   .stage_highlight {
    left: 8vh;
  }
  .lbr-cities {
    position: absolute;
    bottom: 0px;
  }
  .therockstar img {
    max-width: 100% !important;
    margin-top: 18%;
  }
  .theticket {
    top: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .herotext {
    width: 44%;
  }
}
/* END CUSTOMIZE SPOTLIGHT */

.home-second-row {
    position: relative;
    z-index: 20;
}
.home-hero {
    position: relative;
    z-index: 10;
    max-height:1080px;
}

/* START HERO MOBILE */
.small-only .herotext {
    position: relative;
    right: 0;
}
.small-only .theticket {
    right: 0%;
    position: relative;
    top: -79px !important;
}
.small-only span.readytobe {
    font-size: 34px;
}
.small-only .inyourcity {
    font-size: 30px;
}
.small-only .therockstar img {
    max-width: 74%;
    position: absolute;
    margin-top: -170px;
    right: 25px;
}
.small-only .lbr-cities {
    right: 0;
    position: relative;
    top: 25px !important;
}
@media screen and (min-width: 600px) {
    .small-only .therockstar img {
       max-width: 65%;
       position: absolute;
       margin-top: -260px;
       right: 100px;
   } 
}
@media screen and (min-width: 240px) and (max-width: 440px) {
   .small-only .therockstar img {
      margin-top: -210px;
   }
}
@media screen and (min-width: 380px) and (max-width: 1000px) {
    .small-only .therockstar img {
       max-width: 60%;
       position: absolute;
       margin-top: -200px;
       right: 15%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1290px) {
   .lbr-cities {
    	right: 0;
    }
    .therockstar img {
        margin-left: -10% !important;
    	max-width: 70% !important;
    }
   span.readytobe {
    	font-size: 5em;
   }
	.inyourcity {
    font-size: 4em;
	}
	.theticket {
    right: 12%;
	}
	.lbr-cities img {
    max-width: 70% !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1290px) {
  .theticket {
      right: 13%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1290px) {
  .theticket {
      top: 27%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1135px) {
  .theticket {
      top: 36%;
      right: 9%;
  }
  .herotext {
      width: 53%;
  }
}
@media screen and (min-width: 1090px) and (max-width: 1195px) {
  .theticket {
    top: 24%;
    right: 14%;
  }
}
@media screen and (min-width: 1291px) and (max-width: 1295px) {
  .herotext {
    width: 61%;
    right: 4%;
  }
  .theticket {
    right: 11%;
  }
}  
@media screen and (min-width: 1136px) and (max-width: 1140px) {
  .herotext {
    width: 54%;
    right: 12%;
  }
}
@media screen and (min-width: 1296px) and (max-width: 1400px) {
  .herotext {
    width: 62%;
    right: 3%;
  }
}  
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .theticket {
    right: 12%;
  }
}  
@media screen and (min-width: 1041px) and (max-width: 1747px) {
  .theticket {
    right: 18%;
  }
@media screen and (min-width: 1401px) and (max-width: 1747px) {
  .herotext {
    width: 58%;
    right: 4%;
  }
} 
/* END HERO MOBILE */

/* START CITY WALKING */
.citywalk {
	 background: #000 url("https://www.localbusinessrockstar.us/wp-content/uploads/citybg.jpg") no-repeat center;
    height: 9301px;
}
/* END CITY WALKING */


.gform_body input, .gform_footer input[type="submit"] {
    width: 100% !important;
}
.gform_footer input[type="submit"] {
    padding: 16px;
    font-size: 20px !important;
}
.gform_confirmation_message {
    text-align: center;
}

.min-val-relation, .max-val-relation {
    font-weight: bold;
}
/** VOTING **/
.pinterest-style .pb_thumbsup_item {
    float: left;
    width: 50%;
    clear: none;
}
.voting-sidebar {
    background-color: #eee;
    color: #333333;
}
.page-template-tpl-no-header-footer .dark-text-white-bg {
    color: #333 !important;
}
.page-template-tpl-no-header-footer {
    color: #ffff;
}

.pb_thumbsup_container {
    text-align: center;
}
div.pb_thumbsup_item {
    clear: none;
    margin-right: 35px;
    margin-bottom: 29px;
    padding-bottom: 30px;
    display: inline-block;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

@media screen and (max-width: 1000px) {
  
}
/** VOTING **/