:root {
    --mxue-primary-color: #ff4b0c;
    --mxue-primary-color-rgb: 255, 75, 12;

    --mxue-body-font-color: #696767;
    --mxue-body-font-size: 17px;
    --mxue-body-line-height: 26px;
    --mxue-body-font-weight: 400;

    --mxue-heading-font-color: #191a1c;
    --mxue-white: #ffffff;
    --mxue-black: #191a1c;
    --mxue-black-bg: #191a1c;
    --mxue-gray-bg: #f5f4f4;
    --mxue-border-color: #e3e3e3;
    --mxue-border-radius: 4px;
 
}
.mos-img img {display: none !important;}

.mx-up-events-style11 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.mx-up-events-style11 .event-name {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    background-color: var(--mxue-white);
    clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
    border: 1px solid var(--mxue-border-color);
    border-bottom: 0;
    padding: 14px 30px 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mx-up-events-style11:hover .event-name {
    background-color: var(--mxue-primary-color);
    border-color: var(--mxue-primary-color);
}

.mx-up-events-style11 .event-name::before {
    content: "";
    position: absolute;
    top: -28px;
    right: 22px;
    bottom: 0;
    width: 3px;
    height: 100px;
    background-color: var(--mxue-border-color);
    transform: rotate(-30deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
}

.mx-up-events-style11:hover .event-name::before {
    background-color: var(--mxue-primary-color);
}

.mx-up-events-style11 .event-name h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 220ms linear;
    transition-delay: 0.1s;
}

.mx-up-events-style11:hover .event-name h3 {
    color: var(--mxue-white);
}

.mx-up-events-style11 .event-number {
    position: absolute;
    top: 15px;
    right: 0;
}

.mx-up-events-style11 .event-number h3 {
    color: #c6c5c5;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.mx-up-events-style11 ul {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--mxue-white);
    border: 1px solid var(--mxue-border-color);
    padding: 9px 9px 9px;
}

.mx-up-events-style11 ul .date-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: var(--mxue-gray-bg);
    padding-left: 10px;
    padding-top: 20px;
}

.mx-up-events-style11 ul .date-box h2 {
    font-size: 0px;
    line-height: 1.0em;
}
.mx-up-events-style11 ul .date-box h2::first-line {
font-size: 54px;
text-align: right;
font-weight: 900;
letter-spacing: 0px;
color: var(--mxue-primary-color) !important;
}

.mx-up-events-style11 ul .date-box .month-year {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    background-color: var(--mxue-white);
    padding: 14px 0px 0px;
}

.mx-up-events-style11 ul .date-box .month-year h6 {
    color: #a9a7a6;
    font-size: 10px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.mx-up-events-style11 ul li {
    position: relative;
    display: block;
    max-width: 50%;
    width: 100%;
    padding-left: 30px;
    flex: 1;
}

.mx-up-events-style11 ul li:first-child {
    flex: none;
}

.mx-up-events-style11 ul li::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    bottom: -30px;
    width: 1px;
    background-color: var(--mxue-border-color);
}

.mx-up-events-style11 ul li:first-child::before {
    display: none;
}

.mx-up-events-style11 ul li:nth-child(4)::before {
    display: none;
}

.mx-up-events-style11 ul li:last-child::before {
    display: none;
}

.mx-up-events-style11 ul li .duration-box {
    position: relative;
    display: flex;
    align-items: center;
}

.mx-up-events-style11 ul li .duration-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--mxue-gray-bg);
    color: var(--mxue-primary-color);
    font-size: 20px;
    line-height: 20px;
}

.mx-up-events-style11 ul li .duration-box .icon img {
    width: auto;
}

.mx-up-events-style11 ul li .duration-box .left-title {
    position: relative;
    display: block;
    padding-left: 20px;
    flex: 1;
}

.mx-up-events-style11 ul li .duration-box .left-title .sub-title {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 8px;
    top: -5px;
}

.mx-up-events-style11 ul li .duration-box .left-title .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    border-bottom: 2px dashed #e2dfdf;
}

.mx-up-events-style11 ul li .duration-box .left-title .sub-title h4 {
    color: #a9a7a6;
    font-size: 16px;
    line-height: 12px;
    text-transform: uppercase;
}

.mx-up-events-style11 ul li .duration-box .left-title h3 {
    font-size: 20px;
    line-height: 15px;
    text-transform: uppercase;
}
.mx-up-events-style11 ul li .duration-box .left-title h3.notes{
    font-size: 20px;
    line-height: 21px;
    text-transform: capitalize !important;
    padding-right: 15px;
}
.mx-up-events-style11 ul li .duration-box .left-title .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 175px;
    width: 100%;
}

.mx-up-events-style11 ul li .duration-box .left-title .title h3 {
    font-size: 20px;
    line-height: 15px;
    text-transform: uppercase;
}

.mx-up-events-style11 ul li .duration-box .left-title .title .icon1 {
    position: relative;
    display: block;
    line-height: 0;
}

.mx-up-events-style11 ul li .duration-box .left-title .title .icon1 a {
    position: relative;
    display: inline-block;
    color: var(--mxue-black);
    font-size: 20px;
    line-height: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.mx-up-events-style11 ul li .duration-box .left-title .title .icon1 a:hover {
    color: var(--mxue-primary-color);
}

.mx-up-events-style11 ul .btn-box {
    position: relative;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 100px;
}
.mx-up-events-style11 ul .btn-boxprice {
    position: relative;
    max-width: 170px;
    padding-right: 20px;
}


.mx-up-events-style11 ul .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100px;
    height: 100px;
    padding: 23px;
    text-align: center;
    background-color: var(--mxue-gray-bg);
    color: var(--mxue-black);
    font-size: 16px;
    line-height: 26px;
    font-family: var(--mxue-font-2);
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

.mx-up-events-style11:hover ul .btn-box a {
    color: var(--mxue-white);
    background-color: var(--mxue-primary-color);
}

.mx-up-events-style11 ul .btn-box a i {
    margin-top: 4px;
    font-size: 22px;
}

.mx-up-events-style11 ul .btn-box a::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transform: translateX(10px);
    background-color: var(--mxue-white);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;

}

.mx-up-events-style11:hover ul .btn-box a::before {
    opacity: 1;
    transform: translateX(0px);
}

.mx-up-events-style11 ol,.mx-up-events-style11 li {
  margin: 0;
  padding: 0;
    padding-left: 0px;
}
.mx-up-events-style11 ul,.mx-up-events-style11 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


    .mx-up-events-style11 ul {
        flex-direction: column;
        padding: 30px 20px 30px;
    }

    .mx-up-events-style11 ul .date-box {
        margin-bottom: 30px;
    }

    .mx-up-events-style11 ul li {
        max-width: 580px;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .mx-up-events-style11 ul li:last-child {
        margin-bottom: 0;
    }

    .mx-up-events-style11 ul li::before {
        display: none;
    }

    .mx-up-events-style11 ul .btn-box {
        align-items: center;
        justify-content: center;
    }
 }    
 
 @media only screen and (max-width: 767px) {

    .mx-up-events-style11 ul {
        flex-direction: column;
        padding: 30px 20px 30px;
    }

    .mx-up-events-style11 ul .date-box {
        margin-bottom: 30px;
    }

    .mx-up-events-style11 ul li {
        max-width: 280px;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .mx-up-events-style11 ul li:last-child {
        margin-bottom: 0;
    }

    .mx-up-events-style11 ul li::before {
        display: none;
    }

    .mx-up-events-style11 ul .btn-box {
        align-items: center;
        justify-content: center;
    }

    .mx-up-events-style11 .event-name::before {
        display: none;
    }

    .mx-up-events-style11 .event-number {
        position: relative;
        top: 0;
        right: 0;
        margin: 7px 0 7px;
    }
 } 
