ul.social-icons > li {
    display: inline-block;
    margin: 5px 7px;
    margin-left: 15px;
    font-size: 21px;
}

/*
#sp-main-menu {
    display: none;
}
*/

.goto-top {
    display: none;
}

.sppb-instagram-image {
    padding: 5px;
}

.sp-megamenu-wrapper {
    flex: auto;
    text-align: center;
}





/* POLAROID IMAGE EFFECT*/
.polaroid{
  display: flex;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.figure-polaroid{
  width: 93%;
  margin: 8px 0;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
  box-shadow: 0 4px 6px rgba(0,0,0,.3);
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  z-index:0;
  position:relative;
}
.figure-polaroid img{
  width: 100%;
}
.figure-polaroid .figcaption-polaroid{
  /*font-size:20px;*/
  text-align: center;
  padding: 18px 4px 8px 4px;
}

.figure-polaroid-rotate-left {
  -webkit-transform: rotate(-2deg);  
  -moz-transform: rotate(-2deg); 
  transform: rotate(-2deg); 
}

.figure-polaroid-rotate-right {
  -webkit-transform: rotate(4deg);  
  -moz-transform: rotate(4deg); 
  transform: rotate(4deg); 
}

.figure-polaroid:hover{
  -webkit-transform: rotate(0deg); 
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: scale(1.2); 
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  z-index:10;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
  box-shadow: 0 10px 20px rgba(0,0,0,.7);
}
/* POLAROID IMAGE EFFECT end*/



/* DP FLIPBOX */
.dp-flipbox {
  position: relative;
  width: 100%;
}

.dp-flip-box-front {
  display: block;
  width: 100%;
  height: auto;
}

.dp-flip-box-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .8s ease;
  -moz-transition: .8s ease;
  transition: .8s ease;
  background-color: #434343;
}

.dp-flipbox:hover .dp-flip-box-back {
  opacity: 1;
}

.dp-flip-box-back-content {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  padding:0px 5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* DP FLIPBOX end*/


.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    text-align: left;
}
.sp-page-title {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sp-page-title h2.sp-page-title-heading {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3.11px;
    text-transform: uppercase;
    border-bottom: none;
    line-height: 50px;
}


.image-layout-preset-style-collage .sppb-addon-image-layout-content {
    background: -webkit-linear-gradient(225deg, rgba(35, 37, 38, 0.95) 0%, rgba(65, 67, 69, 0.95) 100%) transparent;
    background: linear-gradient(225deg, rgba(35, 37, 38, 0.95) 0%, rgba(65, 67, 69, 0.95) 100%) transparent;
}

.event .displayname {
    margin-top: 30px;
}

.pswp.pswp--supports-fs.pswp--open.pswp--notouch.pswp--css_animation.pswp--svg.pswp--zoom-allowed.pswp--visible.pswp--animated-in.pswp--has_mouse {
    z-index: 9999999;
}

.img-caption-part1 {
    font-weight: 400;
}

.pswp--open {
    display: block;
    z-index: 9999;
}