
/* students page */
.elementor-widget-nav-menu.elementor-sticky.elementor-sticky--active .elementor-widget-container {
    background: #fff !important;
    box-shadow: 0 0 10px -3px;
}
.admin-bar .elementor-widget-nav-menu.elementor-sticky.elementor-sticky--active {
    top: 52px !important;
}
.elementor-widget-nav-menu.elementor-sticky.elementor-sticky--active {
    bottom: auto !important;
}



/* students slider */
#students-slider a.slick-slide-inner {
    margin: 0 auto;
    padding: 0 !important;
    outline: none;
}
#students-slider .swiper-slide-contents {
    background: #C6292B;
    padding: 20px;
    margin-top: -4%;
    position: relative;
}
#students-slider .swiper-slide-contents:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 99em;
    background: #C6292B;
}
#students-slider .elementor-slide-heading {
    border: 0 solid #fff;
    border-width: 1px 0;
    padding: 10px 0px;
}



/* students area - menu */
.elementor-widget-wp-widget-bcn_widget {
    color: #c6292b;
    font-size: 15.4px;
}
nav.herzog-students-menu a:hover,
nav.herzog-students-menu > ul > li:hover > a {
    color: #C6292B;
}
nav.herzog-students-menu > ul {
    display: flex;
    justify-content: space-evenly;
}
nav.herzog-students-menu > ul > li {
    flex: 1 1 100%;
}
nav.herzog-students-menu > ul > li > a {
    /* padding: 0 !important; */
	background-color:#C32B2D;
	padding : 10px 0px 10px 0px !important;
 /*   border: 20px solid rgba(4, 101, 114, 0.25); */
}
nav.herzog-students-menu > ul > li > a > span {
    border: 1px solid #00535E;
    text-align: center;
    font-size: 28px;
    line-height: 1 !important;
    display: flex;
    justify-content: center;
    height: 74px;
    flex: 1 1 100%;
    align-items: center;
    padding: 0 25px;
}
nav.herzog-students-menu > ul > li > ul.sub-menu {
    display: block;
    margin: 10px;
}
nav.herzog-students-menu > ul > li:first-child > ul.sub-menu {
    margin-right: 20px;
}
nav.herzog-students-menu > ul > li:last-child > ul.sub-menu {
    margin-left: 20px;
}
nav.herzog-students-menu > ul > li > ul.sub-menu > li {
    border-bottom: 1px dashed #A0A0A0;
}
nav.herzog-students-menu ul.sub-menu > li > a {
    font-size: 18px;
    padding: 12px 30px;
}
nav.herzog-students-menu ul.sub-menu > li.menu-item-has-children > a {
    position: relative;
}
nav.herzog-students-menu ul.sub-menu > li.menu-item-has-children > a:before {
    content: "▼";
    position: absolute;
    left: 30px;
}
nav.herzog-students-menu ul.sub-menu > li.menu-item-has-children > ul {
    background: #fff;
    box-shadow: 0 5px 10px -4px #7f7f7f;
    padding: 10px 0;
}
nav.herzog-students-menu ul.sub-menu > li.menu-item-has-children:hover > ul {
    display: block;
}
nav.herzog-students-menu ul.sub-menu > li.menu-item-has-children > ul > li > a {
    border: 0;
    padding: 8px 30px;
    font-size: 17px;
    line-height: 1;
}



/* students area - news */
.elementor-widget-herzog_students_news .row {
    display: flex;
}
.elementor-widget-herzog_students_news .title-area {
    background: #A0A0A0;
    padding: 15px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.elementor-widget-herzog_students_news .title-area:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #a0a0a0;
}
.elementor-widget-herzog_students_news .title-area .title {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.elementor-widget-herzog_students_news .title-area a {
    font-weight: bold;
    background: #00535E;
    border-color: #00535E;
    width: 65%;
    margin: 0 auto;
}
.elementor-widget-herzog_students_news .news-container {
    background: #fff;
    padding: 2em 5em;
    height: 294px;
    overflow: hidden;
}
.elementor-widget-herzog_students_news .news-item {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #A0A0A0 !important;
    height: auto !important;
}
.elementor-widget-herzog_students_news .news-item-title a {
    color: #4C4C4C;
    font-weight: bold;
    margin-bottom: 5px;
}
.elementor-widget-herzog_students_news .news-item-content {

    margin-bottom: 5px;
}
.elementor-widget-herzog_students_news .news-item-date {
    color: #A0A0A0;
}
.elementor-widget-herzog_students_news, .elementor-widget-herzog_students_news * {
    outline: none !important;
}
.students-banner-link {
    cursor: pointer;
}

/* timeline */
.timeline {
    background: #fff;
    padding: 10px 30px;
    font-size: 14px;
}
.timeline a {
    text-decoration: none !important;
}
.timeline .nav-tabs {
    position: static;
    background: none;
    width: auto;
    height: auto;
}
.timeline .nav-tabs:before, .timeline .nav-tabs:after {
    display: none;
}
.timeline .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}
.timeline .timeline-header .title {
    font-size: 28px;
    font-weight: bold;
    color: #00535E;
}
.timeline .timeline-header .categories-menu li:not(:last-child) {
    border-left: 1px solid #4C4C4C;
}
.timeline .timeline-header .categories-menu li a {
    padding: 0 15px;
    font-size: 24px;
    color: #4C4C4C;
    background: none !important;
    border: 0 !important;
    outline: none;
}
.timeline .timeline-header .categories-menu li.active a {
    font-weight: bold;
    color: #C6292B;
}
.timeline .timeline-main * {
    outline: 0;
}
.timeline .timeline-main .items {
    display: flex;
    height: 330px;
    overflow: hidden;
    margin: 0 -194px 3em;
    padding: 119px 0;
    background: #fff;
    border-radius: 190px;
    opacity: 0;
}
.timeline .timeline-main .items.slick-slider {
    opacity: 1;
}
.timeline .timeline-main .items:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    border: 1px dashed #666666;
    bottom: 163px;
}
.timeline .timeline-main .items .slick-list {
    margin: -45px 0 45px;
    padding-right: 190px;
}
.timeline .timeline-main .item {
    width: 300px !important;
    color: #fff;
    height: 150px;
    flex: 0 0 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 300px 300px 0 0;
    padding: 0 70px;
    text-align: center;
    overflow: hidden;
    border: 7px solid #E4E7E4;
    margin: 0 -56px;
    position: relative;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
}
.timeline .timeline-main .item:hover {
    z-index: 1;
}
.timeline .timeline-main .item .background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.75;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}
.timeline .timeline-main .item:hover .background {
    opacity: 1;
}
.timeline .timeline-main .item .title {
    position: relative;
    font-size: 17px;
    line-height: 1.1;
    margin-top: 1em;
}
.timeline .timeline-main .item .subtitle {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    font-size: 14px;
}
.timeline .timeline-main .properties {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
}
.timeline .timeline-main .properties .property {
    text-align: center;
    flex: 0 1 100%;
    line-height: 1.2;
    padding-top: 10px;
    margin: 0 10px;
}
.timeline .timeline-main .properties.selected .property:not(.active) {
    opacity: 0.5;
    cursor: no-drop;
}
.timeline .timeline-main .slick-arrow {
    background: none;
    border: 0;
    font-size: 40px;
}
.timeline .timeline-main .tab-pane {
    position: relative;
}
.timeline .timeline-main .slick-arrow {
    border: 0;
    font-size: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffffbf;
    width: 165px;
    z-index: 1;
    padding: 0;
    outline: none;
}
.timeline .timeline-main .slick-arrow:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 49px;
}
.timeline .timeline-main .slick-arrow.slick-prev {
    right: -195px;
    border-radius: 0 165px 165px 0;
    text-align: left;
}
.timeline .timeline-main .slick-arrow.slick-prev:before {
    border-left: 1px dashed #666666;
    left: 0;
}
.timeline .timeline-main .slick-arrow.slick-next {
    left: -195px;
    border-radius: 165px 0 0 165px;
    text-align: right;
}
.timeline .timeline-main .slick-arrow.slick-next:before {
    border-right: 1px dashed #666666;
    right: 0;
}
.slick-dots li.slick-active button {
    background: #cc2413;
}



/* timeline modal */
body.rtl.modal-open {
    padding: 0 !important;
}
div#timeline-modal {
    padding: 0 !important;
}
div#timeline-modal.in {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
div#timeline-modal .modal-content {
    border: 4px solid #09636C;
}
div#timeline-modal .modal-content .modal-body {
    border: 1px dashed #09636C;
    margin: 15px;
}
div#timeline-modal .modal-content .modal-body .modal-nav {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #046572;
    margin-bottom: 1em;
}
div#timeline-modal .modal-content .modal-body .modal-nav a {
    color: #666666;
    outline: none;
}
div#timeline-modal .modal-content .modal-body .modal-nav .modal-title {
    margin: 0 5px;
}
div#timeline-modal .modal-content .modal-body button.close {
    opacity: 1;
    color: #09636C;
    border: 1px solid;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 8px;
    left: 7px;
}
div#timeline-modal .modal-content .modal-body button.close:before {
    content: "";
    width: 1px;
    display: block;
    background: #09636C;
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    right: 8px;
    bottom: -3px;
}
div#timeline-modal .modal-content .modal-body button.close:after {
    content: "";
    width: 1px;
    display: block;
    background: #09636C;
    transform: rotate(-45deg);
    position: absolute;
    top: -3px;
    left: 8px;
    bottom: -3px;
}




@media (min-width: 768px) {
    #students-slider a.slick-slide-inner {
        width: 750px;
    }
    #students-slider .swiper-slide-contents {
        margin-right: calc(calc(100% - 750px) / 2);
    }
    nav.herzog-students-menu > ul > li:not(:first-child) > a {
        border-right: 0;
    }
    nav.herzog-students-menu > ul > li > a {
       background-color: #c6292b;
		text-decoration: none;
		padding:10px;
		color:#fff;
    }
	 nav.herzog-students-menu > ul > li> a {
       background: #646464
    }
    nav.herzog-students-menu > ul > li:not(:last-child) > a > span {
        border-left: 0;
    }
    .elementor-widget-herzog_students_news .col-sm-10 {
        padding-right: 0;
    }
    .elementor-widget-herzog_students_news .col-sm-2 {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    #students-slider a.slick-slide-inner {
        width: 970px;
    }
    #students-slider .swiper-slide-contents {
        margin-right: calc(calc(100% - 970px) / 2);
    }
}

@media (min-width: 1200px) {
    #students-slider a.slick-slide-inner {
        width: 1170px;
    }
    #students-slider .swiper-slide-contents {
        margin-right: calc(calc(100% - 1170px) / 2);
    }
    .elementor-40488 .elementor-element.elementor-element-461e99b .swiper-slide-contents {
        max-width: 21% !important;
    }
}

@media (min-width: 1440px) {
    #students-slider a.slick-slide-inner {
        width: 1300px;
    }
    #students-slider .swiper-slide-contents {
        margin-right: calc(calc(100% - 1300px) / 2);
    }
    .elementor-40488 .elementor-element.elementor-element-461e99b .swiper-slide-contents {
        max-width: 17% !important;
    }
}


@media (max-width: 767px) {
    .elementor-40488 .elementor-element.elementor-element-58a414b {
        position: relative !important;
    }
    nav.herzog-students-menu > ul {
        flex-direction: column;
    }
    nav.herzog-students-menu > ul > li {
        margin-bottom: 2em;
    }
    .elementor-widget-herzog_students_news .row {
        flex-direction: column;
    }
    .elementor-widget-herzog_students_news .title-area .title {
        margin-bottom: 15px;
    }
    .elementor-widget-herzog_students_news .title-area:before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 40px solid #a0a0a0;
        right: 0;
        left: 0;
        top: 99%;
        bottom: auto;
        margin: 0 auto;
    }
    .elementor-widget-herzog_students_news .news-container {
        padding-top: 4em;
    }
    .elementor-40488 .elementor-element.elementor-element-699cbfd > .elementor-background-overlay {
        opacity: 0.3 !important;
    }
    .timeline .timeline-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .timeline .timeline-header .title {
        margin-bottom: 15px;
    }
    .timeline .timeline-header .categories-menu li a {
        font-size: 16px;
    }
    .timeline .timeline-header .categories-menu li:first-child a {
        padding-right: 0;
    }
    div#timeline-modal .modal-content .modal-text {
        max-height: 55vh;
        overflow: auto;
    }
    .timeline .timeline-main .items {
        margin: 0 -25px 3em;
        border-radius: 0;
    }
    .elementor-40488 .elementor-element.elementor-element-58a414b.students-menu.elementor-sticky--active {
        position: fixed !important;
        right: -7px;
        width: 102% !important;
    }
    .students-menu .elementor-widget-container:before {
        content: "סטודנטים";
        font-size: 20px;
        font-weight: bold;
        color: #c6292b;
        margin-right: 10px;
    }
    .elementor-40488 .elementor-element.elementor-element-58a414b .elementor-menu-toggle {
        position: absolute;
        left: 45px;
        top: 6px;
    }
    .timeline .timeline-main .items .slick-list {
        padding-right: 55px;
    }
}