figure .vc_single_image-wrapper{
    width: 100%;
}
.news-list .box{
    height: auto !important;
}
.slick-slider .slick-slide {
    float: left; }
.slick-slider .slick-track {
    display: block; }
.header-panel-color .logo img{
     opacity: 1;
 }
.header-panel-color .logo .logo-alt{
    opacity: 0;
    display: none !important;
}
.single-tribe_events .tribe-events-venue-map{
  margin: 0;
  padding: 0;
}
.add-info-list li{
  display: inline;
}

.social-bottom > a {
    display: inline-block;
    font-weight: 800;
    font-size: 22px;
    line-height: 48;
    color: #001b49;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.social-bottom .social-list > a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.social-bottom .social-list .a2a_svg {
    margin: 0 9px;
}

.social-bottom .social-list a .a2a_svg {
    background: none !important;
    width: auto;
    height: auto;
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #589ed8;
}

.social-bottom .social-list.a2a_default_style a{
    float: none;
}

.social-bottom .social-list .a2a_button_twitter .a2a_svg:before {
    content: "\f099";
}
.social-bottom .social-list .a2a_button_facebook .a2a_svg:before {
    content: "\f09a";
}

.social-bottom .social-list .a2a_button_email .a2a_svg:before {
    content: "\f0e0";
}
.ligthbox-popup{
    display: none;
}

.top-section .section-hold:before{
    background: none;
}

.desktop-menu .link-home {
    display: none;
}

/* placeholder text formatting for forms */
::-webkit-input-placeholder {
  color: #D3D3D3!important;
  
}
::-moz-placeholder {
  color: #D3D3D3!important;
  
}
:-ms-input-placeholder {
   color: #D3D3D3!important;

}
::placeholder {
   color: #D3D3D3!important;

}