﻿/*info section*/
.item--content__intro {
    flex-basis: 27.875rem;
}

.item--slider--container .item--content__slide {
    margin-right: 1rem;
}

.sidenav-link-icon {
    margin: auto;
    font-size: larger;
}

/*@media only screen and (max-width: 63.9375em) {*/
@media only screen and (max-width: 1023px) {
    .item--slider--container {
        flex-wrap: wrap;
    }
    
    .item--content__description{
        height: 6rem !important;
    }

    .item--content__intro {
        flex-basis: 100%;
        margin-bottom: 32px;
        margin-top: 3rem;
    }

    .item--slider__container {
        max-width: 100%;
    }

    .slick-track[style] {
        height: 60vh !important;
    }

    .carousel-dots {
        display: none !important;
    }

    /*.read-more {*/
    /*    overflow: hidden !important;*/
    /*    max-height: 100% !important;*/
    /*}*/
}

.read-more {
    direction: rtl;
    padding-left: 15px;
    margin-left: -15px;
    /*max-height: 670px !important;*/
    overflow-y: scroll !important;
}

.read-more .content {
    direction: ltr;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f1f1f1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
}


/*carousel section*/
.slick-arrow {
    width: 2rem;
    height: 2rem;
}

.carousel-slidenumber-container {
    text-align: center;
}

.carousel-slidenumber {
    top: 0.75rem;
}

.item--slider--container .item--content__description {
    margin-right: 0;
}

.item--slider--container {
    display: flex;
    align-items: flex-start;
}

.item--slider--container {
    flex-direction: row-reverse;
}

.item--slider__container {
    flex: 1 1 100%;
    max-width: calc(100% - 27.875rem);
}

.slick-slide img {
    width: auto;
}

.slick-arrow.slick-next {
    right: 5rem;
}

@media only screen and (max-width: 63.9375em) {
    .item--slider--container {
        flex-wrap: wrap;
    }

    .item--slider__container {
        max-width: 100%;
    }
}

/*Make images fill the screen on width. This stretches the images somewhat but prevents the background from showing on the right side of the image.*/
@media only screen and (max-width: 420px) {
    .item--content__slide {
        width: calc(100% - 1rem);
    }

    /*.slick-current img[style],*/
    /*.slick-slide img[style] {*/
    .slick-slide img {
        width: 100%;
    }
}

/*--- Begin Section readmore styling detail pages ---*/
.read-more .content {

> h1 {
    padding-bottom: 1.5rem;
}

> h2,
> h3 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

> ul,
> ol {
    margin-left: 40px;
    padding-left: 0;
}

> ul {
    list-style: initial;
}

> ol {
    list-style: auto;
}

}


/*.read-more .content h2,*/
/*.read-more .content h3{*/
/*    padding-bottom: 0.5rem;*/
/*}*/


/*--- End Section readmore styling detail pages ---*/
