/*Forces the tabs in the roksproket tab module to be centered. */

.sprocket-tabs-nav li{
  float:none !important;
  display:inline-block;
}
/*End*/

/*Gives the faded box background around modules & content with top left and bottom right corners rounded*/
.rme-description{
background-color:rgba(0,0,0,0.5) !important;
padding:6px;
border-radius:20px 0px;
}
/*End*/

/*Gives the opening hours section a table-like appearance*/
.boxer {
display: table;
border-collapse: collapse;
text-align:center;
margin-left:auto;
margin-right:auto;
}
 
.boxer .box-row {
display: table-row;
text-align:center;
}
 
.boxer .box {
display: table-cell;
text-align: center;
vertical-align: top;
border: none;
padding: 0 6px;
}
/*End*/

/*Menu Center*/
.menu-block{
  float:none !important;
  text-align:center !important;

}

.gf-menu li{
  float:none !important;
  display:inline-block !important;

}

.gf-menu .item{
  font-size: 18px !important
}
/*End Menu Center*/

/*Mobile Menu*/
.gf-menu-device-wrapper-sidemenu{
  width:160px !important;
}

/*Start Home Page Picture menu border*/
  .img-border{
    border: 2px solid #dddddd !important;
    box-shadow: 3px 3px 2px #000000 !important;
  }

/*End Home Page Picture menu border*/

/*Hover Animations*/


/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*End Hover Animation*/

/*Rok Mini Events make blue*/

.rme-description {
  background-color:#009bda !important;
  border: none !important;
  border-radius: 0px !important;
  }
.rme-items li{
  background: #009bda !important;
  border:none !important;
  border-radius: 0px !important;
}
/*Rok Mini Events make blue end*/

/*Contact Page add border on blue side bit*/
.lb-border{
  border-style:solid;
  border-width:0 0 1px 1px;
  border-color:#323232;
}
/*Contact Page border end*/

/*White Text*/
.white-text span{
  color:#fff !important;
}
/**/