/* hide featured images on events*/
div.tribe-events-event-image {display:none !important;}

/* social buttons at home be closer to each other*/
@media (min-width:768px){
    .social-buttons > div{
        width:fit-content !important;
    }
    
    .social-buttons{
        display: flex !important;
        justify-content: center !important;
    }

}
/*footer 2 column at tablet view*/
@media (min-width:768px) and (max-width:992px){
    #footer .wf-container > section{
        width:50% !important;
    }
}


/*fix title vertial align*/

.page-title .wf-wrap {
    
    padding-bottom: 78px !important;
}
@media (max-width:778px){
    .page-title.page-title-responsive-enabled .wf-wrap {
        min-height: 180px !important;
    }
}

/*list with arrow globally
li:after {
    content: "\f007" !important;
    font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 7px;
    line-height: 14px;
    text-align: center;
    color: #fff;
}
li:after, li:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    content: "";
}


li:before,
li:after {
  top: 15.5px;
  margin-top: 0;
}
li:before,
li:first-child:before {
  top: 3.5px;
}
li:before,
li:first-child:before,
li:first-child:after,
li:after {
  top: 7.5px;
  margin-top: 0;
}
li:before,
li:before {
  color: #fff;
  background-color: #015fa7;
}
li:before,
li:before {
  background: #015fa7;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}


li:before, li:before, li:first-child:before {
    border-radius: 50%;
}*/