.site-inner .wrap {
  max-width: 100%;
}

.content .wrap {
  max-width: 1420px;
}

.dj-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dj-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;    
}

.dj-content {
    position: relative;
    height: 100%;     
}

.dj-title {
    font-family: "Montserrat-Bold";
    color: #393939;
    font-size: 53px;
    line-height: 60px;
    margin: 0 0 36px;
}

.dj-link-flex {
    text-align: right;
    padding: 0 0 56px;
}

.dj-link {
    display: inline-block;
    font-family: "Montserrat-ExtraBold";
    border: 2px solid #fd675e;
    border-radius: 10px;
    color: #393939;
    letter-spacing: 0.5px;
    font-size: 20px;
    padding: 0 10px;
}

    .dj-link:hover {
        position: relative;
        background: #fd675e;
        color: #fff;
        bottom: 3px;
    }

/* Reviews */

#reviews {
    position: relative;
}

#reviews .wrap {
    max-width: 1600px;
}

#reviews .dj-background {
    background: #3d7bad;
}

#reviews .dj-content {
    z-index: 1;
    text-align: center;
    background: #222;
    border-radius: 0px 0px 0px 150px;
    padding: 105px 0;
}

#reviews .dj-title {
    margin: 0 0 105px;
}

#review-items {
    margin: 0 0 105px;
}

#review-items li {
    cursor: pointer;
    position: relative;
    text-align: left;
    background: #EFEFEF;
    border-radius: 35px;
    display: inline-block;
    vertical-align: top;
    width: 27%;
    height: 380px;
}

    #review-items li:nth-child(2),
    #review-items li:nth-child(5) {
        margin: 0 122px 48px;
    }

    #review-items .active {
        height: auto;
        padding: 30px 0;
        margin: 0 0 48px;
    }

.review-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.review-type {
    display: block;
    font-family: "Montserrat-Black";
    color: #7b9dcb;
    text-transform: uppercase;
    opacity: 35%;
    font-size: 55px;
    line-height: 55px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    writing-mode: vertical-rl;
    height: max-content;
}

.review-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 25px;
}

.stars .dashicons-star-filled {
    color: #FAAFFF;
} 

.review-name {
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat-Regular";
    color: #6f159d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

    .review-name::before {
      content: "\f140";
      font-family: 'dashicons';
      color: #6f159d;
      transition: all 1s ease-out;
      font-size: 55px;
      line-height: 22px;
      margin-right: 5px;
    }
    
        li.active .review-name::before {
            content: "\f142";
        }

.review-source {
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-family: "Montserrat-Regular";
    color: #6f159d;
    font-size: 12px;
}

.review-excerpt,
.review-full {
    font-family: "Montserrat-ExtraBold";
    color: #6f159d;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
    transition: opacity ease-out;
}

    .review-full {
        display: none;
        opacity: 0;
    }

    #review-items .active .review-full {
        opacity: 1;
    }

    #review-items .active .review-excerpt {
        display: none;
    }

#reviews-link {
    border: 4px solid #FAAFFF;
    border-radius: 50px;
    color: #FAAFFF;
    padding: 1px 24px;
    margin: 0;
}

    #reviews-link:hover {
        background: #FAAFFF;
        color: #fff;
    }

.page-numbers {
    font-family: "Montserrat-Bold";
    border: 2px solid #222;
    color: #EFEFEF;
    font-size: 32px;
    padding: 10px 20px;
}

.page-numbers.current,
.page-numbers:hover {
    border: 2px solid #fd675e;
    border-radius: 5px;
    color: #EFEFEF;
}

.dots:hover {
    border: 2px solid #222;
}

/* Responsive */

@media (max-width: 1920px) {

/* Reviews */
    
    #reviews .wrap {
        max-width: 1500px;
    }
    
    #review-items li {
        width: 29%;
    }
    
        #review-items li:nth-child(2),
        #review-items li:nth-child(5) {
            margin: 0 92px 48px;
        }     
}

@media (max-width: 1650px) {

/* Reviews */
    
    #reviews .wrap {
        max-width: 1400px;
    }
    
    #review-items li {
        width: 30%;
    }
    
        #review-items li:nth-child(2),
        #review-items li:nth-child(5) {
            margin: 0 65px 48px;
        } 
}

@media (max-width: 1550px) {

.content .wrap {
    max-width: 1300px;
}

/* Reviews */
    
    #reviews .wrap {
        max-width: 1300px;
    }
    
    #review-items li {
        width: 29%;
        height: 425px;
    }    
}

@media (max-width: 1440px) {

.content .wrap {
    max-width: 1200px;
} 



/* Reviews */
    
    #reviews .wrap {
        max-width: 1200px;
    }
    
    #review-items li {
        width: 31%;
        height: 485px;
    }
    
        #review-items li:nth-child(2),
        #review-items li:nth-child(5) {
            margin: 0 35px 48px;
        }   

    .review-name {
        letter-spacing: 1px;
    }
    
        .review-name::before {
          margin-right: 0px;
        }    
}

@media (max-width: 1350px) {

    .content .wrap {
        max-width: 1100px;
    }

/* Reviews */
    
    #reviews .wrap {
        max-width: 1100px;
    }
    
    #review-items li {
        width: 30%;
    }  

  
}

@media (max-width: 1250px) {

.content .wrap {
    max-width: 1000px;
}
    
.dj-title {
    font-size: 49px;
    line-height: 61px;
}

.dj-link {
    font-size: 18px;
}    
    
	
/* Reviews */

    #reviews .dj-content {
        padding: 80px 0;
    }

    #reviews .dj-title {
        margin: 0 0 80px;
    } 
    
    #reviews .wrap {
        max-width: 1000px;
    } 

    #review-items {
        margin: 0 0 80px;
    }

    #review-items li {
        height: 450px;
    }      

    .review-excerpt,
    .review-full {
        font-size: 20px;
        line-height: 24px;
    }    
}

@media (max-width: 1150px) {

.content .wrap {
    max-width: 900px;
}
    
.dj-title {
    font-size: 45px;
    line-height: 57px;
}    
    

/* Reviews */
    
    #reviews .wrap {
        max-width: 900px;
    }

    .review-type {
        font-size: 40px;
        line-height: 40px;
    }
    
    #review-items li {
        width: 31%;
    }
    
        #review-items li:nth-child(2),
        #review-items li:nth-child(5) {
            margin: 0 15px 28px;
        }   
}

@media (max-width: 1024px) {

.content .wrap {
    max-width: 90%;
}
    
.dj-title {
    font-size: 41px;
    line-height: 53px;
}  
    
/* Reviews */

    #reviews .dj-content {
        border-radius: 0px 0px 0px 100px;
    }
    
    #reviews .wrap {
        max-width: 90%;
    }
    
    #review-items li {
        width: 31%;
        height: 485px;
    }
    
        #review-items li:nth-child(2),
        #review-items li:nth-child(5) {
            margin: 0 1% 28px;
        }   
  
}

@media (max-width: 900px) {

.dj-title {
    margin: 0 0 28px;
}
    
.dj-link-flex {
    padding: 0 0 28px;
}    	
	
/* Reviews */

    #reviews .dj-content {
        padding: 60px 0;
    }

    #reviews .dj-title {
        margin: 0 0 60px;
    }
    
    #review-items {
        margin: 0;
    }    
        
    #review-items li {
        width: 100%;
        height: auto;
        padding: 25px 0;
        margin: 0 0 40px !important;
    }

    .review-type {
        font-size: 45px;
        line-height: 45px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        writing-mode: unset;
    }    

    .review-source {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }    

    .page-numbers {
        font-size: 28px;
        padding: 10px 20px;
    }        
}

@media (max-width: 768px) {

.content .wrap {
    max-width: 85%;
}
    
.dj-title {
    line-height: 49px;
}  
	
/* Reviews */
    
    #reviews .wrap {
        max-width: 85%;
    }
    
    .review-type {
        font-size: 35px;
        line-height: 35px;
    }   

    .page-numbers {
        font-size: 24px;
        padding: 10px 20px;
    }       
}

@media (max-width: 660px) {

.dj-link-flex {
    text-align: center;
    padding: 0;
}
    
.dj-link {
    font-size: 18px;
} 

/* Reviews */

    #reviews .dj-content {
        border-radius: 0px 0px 0px 80px;
    }
    
    #review-items li {
        text-align: center;
    }

    .review-background {
        display: block;
    }  

    .review-type {
        text-align: center;
        margin: -3px 0 0;
    }      
    
    .review-excerpt, .review-full {
        font-size: 18px;
    }  

    .review-name {
        justify-content: center;
    }  

    .review-source {
        position: unset;
    }   
    
    .page-numbers {
        font-size: 22px;
        padding: 5px 15px;
    }    
}

@media (max-width: 550px) {

.dj-title {
    font-size: 36px;
    line-height: 46px;
}

/* Reviews */
    
    #reviews .dj-content {
        border-radius: 0px 0px 0px 60px;
    }     

    .review-name {
        flex-direction: column;
    }  

        .review-name::before {
            margin: 0 0 8px;
        }  

    .page-numbers {
        font-size: 20px;
        padding: 5px 10px;
    }  
}

@media (max-width: 450px) {

.dj-title {
    font-size: 32px;
    line-height: 42px;
}
    
.dj-link {
    display: block;
}
	
/* Reviews */

    .page-numbers {
        font-size: 18px;
    }       
}

@media (max-width: 350px) {

.dj-title {
    font-size: 28px;
    line-height: 38px;
}
    
}