/* Events Style 1 */
.events-style-1 .sigma-event-image-container:before,
.events-style-1 .sigma-event-image-container:after,
.events-style-1 .h-one,
.events-style-1 .h-two,
.events-style-1 .h-three,
.events-style-1 .h-four {
    -webkit-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    -ms-transition: all 0.3s ease-out 0.3s;
    -o-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
}
.events-style-1 .sigma-event-thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}
.events-style-1 .event-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: left;
}
.events-style-1 .sigma-event-category {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #ffffff;
}
.sigma-event-action-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.events-style-1 .sigma-event-image-container {
    position: relative;
}
.sigma-mfg-popup-image {
    display: none;
}
.events-style-1 .sigma-event-image-container:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(9, 22, 42, 0.6);
}
.events-style-1 .sigma-event-image-container:after{
    content: '';
    border: 1px solid #ff5157;
    display: block;
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
}
.events-style-1 .sigma-event-thumbnail-wrapper:hover .sigma-event-image-container:before {
    background-color: rgba(9, 22, 42, 1.0);
}
.events-style-1.events-layout-grid .sigma-event-slide {
    margin-bottom: 30px;
}


.events-style-1 .sigma-event-thumbnail-wrapper .event-content-sec{
    position: absolute;
    bottom: -34px;
    left: 30px;
    text-align: left;
    width: calc(100% - 50px);
    transition: 1s all;
}
.events-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action{
    opacity: 0;
    transition: 0.5s all;
}
.events-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action>a{
    background: #ff5157;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-top: 10px; 
}
.events-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action>a>i{
    margin-right: 5px;
}
.events-style-1 .sigma-event-thumbnail-wrapper:hover .event-content-sec{
    bottom: 0;
    top: 50%;
    transform: translateY(-30%);
}
.events-style-1 .sigma-event-thumbnail-wrapper:hover .event-content-sec .event-action{
    opacity: 1;
}
.events-style-1 .sigma-event-thumbnail-wrapper .event-content-sec .event-action>a:hover{
    background-color: #fff;
    color: #ff5157;
}