.component-taxonomy-slider {
  min-height: 700px;
}

.component-taxonomy-slider .slick-dots {
  width: 70%;
  text-align: right;
  padding-right: 40px;
  bottom: 50px;
}

.component-taxonomy-slider .slick-prev {
  left: 40px;
  bottom: 20px;
  top: inherit;
}

.component-taxonomy-slider .slick-next {
  left: 105px;
  bottom: 20px;
  top: inherit;
}

.component-taxonomy-slider h3.taxonomy-right-title {
  font-size: 24px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  margin: 40px 0 40px 25px;
  text-shadow: 1px 1px black;
}

.component-taxonomy-slider h3.taxonomy-right-title .first-word {
  font-weight: 800;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 1px black;
}

.taxonomy-left {
  height: 700px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding: 40px;
}

.component-taxonomy-slider.no-related-articles .taxonomy-left, .component-taxonomy-slider.no-related-articles .slick-dots {
  width: 100% !important;
}

.taxonomy-left h3 {
  font-size: 74px;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
  text-shadow: 1px 1px black;
}

.taxonomy-left p {
  font-size: 26px;
  text-align: justify;
  color: white;
  margin-bottom: 50px;
  text-shadow: 1px 1px black;
}

.taxonomy-right {
  width: 30%;
  height: 700px;
  display: inline-block;
  background-color: black;
  color: white;
}

.component-taxonomy-slider .content-slider .slick-list {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.taxonomy-right .taxonomy-post {
  padding-bottom: 30px;
  border-bottom: 2px solid black;
  margin: 30px 25px;
}

.taxonomy-right .taxonomy-post img {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  height: 120px;
}

.taxonomy-right .taxonomy-post .content-meta {
  display: inline-block;
  width: 75%;
  padding: 0 20px;
}

.taxonomy-right .taxonomy-post .content-meta h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: -6px;
  margin-bottom: 10px;
  color: white;
  max-height: 100px;
  overflow: hidden;
}

.taxonomy-right .taxonomy-post .content-meta .arrow-button {
  font-size: 14px;
  font-weight: 700;
  color: white;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}


.slider-with-bar .taxonomy-slider-bar {
  width: 30%;
  height: auto;
  display: inline-block;
  color: #333333;
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  left: 50px;
  border-left: 5px solid rgb(154, 0, 39);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.slider-with-bar .taxonomy-left h3 {
  font-size: 38px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.slider-with-bar .taxonomy-left p {
  font-size: 16px;
}

.slider-with-bar .taxonomy-left hr {
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  width: 100px;
  margin-left: 0;
}

.taxonomy-slider-bar-right-side {
  width: 70%;
  display: inline-block;
  background-size: cover;
}

.slider-with-bar .taxonomy-right .taxonomy-post img {
  display: none;
}

.slider-with-bar .taxonomy-right .taxonomy-post .content-meta {
  width: 100%;
  padding: 0;
}

.slider-with-bar .taxonomy-right .taxonomy-post .content-meta .arrow-button {
  border-bottom: 2px solid #fff;
}

.slider-with-bar .taxonomy-right .taxonomy-post {
  border-bottom: 1px solid #fff;
}

.slider-with-bar .taxonomy-right .taxonomy-post:last-child {
  border-bottom: none;
}

.slider-with-bar .taxonomy-left {
  padding-left: 90px;
}

.slider-with-bar .taxonomy-slider-bar ul {
  list-style: none;
  padding-right: 40px;
}

.slider-with-bar .taxonomy-right .taxonomy-post .content-meta h3 {
  font-size: 15px;
  font-weight: 600;
}

.slider-with-bar .taxonomy-slider-bar ul li {
  border-bottom: 2px solid #dedede;
  padding: 15px 0;
  cursor: pointer;
}

.slider-with-bar .taxonomy-slider-bar ul li.active_item {
  color: rgb(154, 0, 39);
}

.slider-with-bar .taxonomy-slider-bar ul li:last-child {
  border-bottom: none;
}

.slider-with-bar .taxonomy-left {
  width: 60%;
  height: 600px;
}

.slider-with-bar .taxonomy-right {
  width: 40%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.3);
  border-left: 1px solid #ffffff;
}

.slider-with-bar .arrow-right {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #f7f7f7;
  position: absolute;
  right: -30px;
  bottom: 50%;
}

.taxonomy-right {
  background-color: white;
  color: black;
}

.taxonomy-right a, .taxonomy-right h3, .taxonomy-right h3 span {
  color: black !important;
}

@media (max-width: 2200px) {
  .taxonomy-left h3 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 1750px) {
  .taxonomy-left p {
     margin-top: 35px;
  }
}

/* standart sizes */
@media (max-width: 1024px) {
  .taxonomy-left h3 {
    font-size: 30px
  }

  .taxonomy-left p {
    font-size: 17px;
  }

  .taxonomy-right .taxonomy-post .content-meta h3 {
    font-size: 16px;
    max-height: 90px;
  }

  .taxonomy-right .taxonomy-post img {
    width: 35%;
  }

  .taxonomy-right .taxonomy-post .content-meta {
    width: 65%;
  }

  .slider-with-bar .taxonomy-right {
    display: none;
  }

  .slider-with-bar .taxonomy-left {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .taxonomy-left h3 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .taxonomy-left,
  .taxonomy-right {
    width: 50%;
  }

  .taxonomy-left {
    width: 100%;
    padding: 40px 20px;
    height: auto;
    min-height: 390px;
  }

  .taxonomy-right {
    display: none;
  }

  .component-taxonomy-slider h3.taxonomy-right-title {
    left: 25px;
    right: 0;
  }

  .component-taxonomy-slider .slick-dots {
    width: 50%;
  }

  .taxonomy-right .taxonomy-post {
    padding-bottom: 35px;
    margin: 35px 25px;
  }

  .taxonomy-right .taxonomy-post img {
    width: 30%;
  }

  .taxonomy-right .taxonomy-post .content-meta {
    width: 70%;
  }

  .slider-with-bar .taxonomy-slider-bar {
    display: none;
  }

  .taxonomy-slider-bar-right-side {
    width: 100%;
  }

  .slider-with-bar .taxonomy-left {
    height: auto;
    padding: 40px;
  }
}

@media (max-width: 600px) {
  .component-taxonomy-slider {
    min-height: none;
  }
  .taxonomy-left h3 {
    font-size: 27px;
  }

  .taxonomy-left p {
    font-size: 16px;
  }

  .component-taxonomy-slider .slick-dots {
    padding-right: 0;
    text-align: center;
  }

  .component-taxonomy-slider h3.taxonomy-right-title,
  .component-taxonomy-slider h3.taxonomy-right-title .first-word {
    font-size: 20px;
  }

  .taxonomy-right .taxonomy-post .content-meta h3 {
    font-size: 14px;
    max-height: 78px;
  }

}

@media (max-width: 414px) {

  .component-taxonomy-slider .slick-dots {
    bottom: 5px;
}

  .component-taxonomy-slider .slick-dots {
    width: 100%;
  }

  .taxonomy-right {
    display: none;
  }
  .component-taxonomy-slider {
     min-height: auto;
  }

  .taxonomy-left {
    min-height: 660px;
  }
}

@media (max-width: 411px) {
  
}

@media (max-width: 360px) {
  .taxonomy-left {
    min-height: 750px;
  }

  .taxonomy-left p {
    max-height: 455px;
  }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {
.taxonomy-left {
    min-height: 800px;
  }
}


/*UPDATES for short descriptions*/
@media only screen and (max-width: 768px) {
  .component-taxonomy-slider, .taxonomy-left {
  min-height: unset !important;
  }

  .taxonomy-carousel-item,   .taxonomy-carousel-item .taxonomy-left {
    height: 420px;
  }
  
  .component-taxonomy-slider .slick-dots {
    bottom: 10px;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .component-taxonomy-slider .mobile-only {
  display: block !important;
 }
 .component-taxonomy-slider .hide-mobile {
  display: none !important;
  }
  
  .taxonomy-carousel-item,   .taxonomy-carousel-item .taxonomy-left {
    height: 300px;
  }
  .taxonomy-carousel-item .taxonomy-left h3 {
    font-size: 22px;
  }
  .taxonomy-carousel-item .taxonomy-left p, 
  .taxonomy-carousel-item .taxonomy-left .button {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 460px) {
 .taxonomy-carousel-item,   .taxonomy-carousel-item .taxonomy-left {
    height: 260px;
  }

  .taxonomy-carousel-item .taxonomy-left {
    padding: 10px 20px;
  }
}