.herb-template-default .site-content,
.herb-template-default .site-inner {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.herb-template-default .site {
    display: flex;
}

.herb-template-default #breadcrumbs.breadcrumbs.row { /*ID selector to override specificity in breadcrumbs.css */
    display: none;
}

.encyclopedia-breadcrumbs {
    width: 100%;
    height: auto;
    background-image: url("../images/tan_texture.png");
    display: flex;
    justify-content: center;
}

.breadcrumb-bar {
    font-family: 'Catamaran';
    text-transform: uppercase;
    color: #53322e;
    display: flex;
    align-items: center;
    max-width: 1024px;
    width: 100%;
    padding: 20px 60px 20px 60px;
    justify-content: flex-start;
}

.breadcrumb-bar span {
    font-size: 16px;
    color: #53322e;
}

.breadcrumb-bar a {
    color: #53322e;
}

.breadcrumb-bar span {
    margin-right: 20px;
}

.pointer-rotate:after {
    content: ' \203A';
    font-size: 28px;
}

.herb-image__thumbnail {
    float: right;
    width: 100%;
    max-width: 375px;
    padding: 20px;
}

.herb-info {
    display: flex;
    justify-content: center;
    color: #53322e;
}

.herb-info p {
    font-family: 'Catamaran';
    font-style: normal;
    line-height: 1.5;
    font-size: 16px;
    color: #715955;
    margin-bottom: 10px;
}

.herb-info__internal-wrapper {
    max-width: 1024px;
    width: 100%;
    padding: 60px 60px 0 60px;
    clear: none;
}

.herb-info__internal-wrapper p {
    padding-bottom: 10px;
}

.herb-title {
    clear: none;
    font-family: 'Catamaran';
    text-transform: uppercase;
    color: #53322e;
    font-size: 60px;
}

.herb-scientific-name {
    clear: none; 
    font-family: 'Caecilia', sans-serif;
    color: #53322e;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 50px;
}

.herb-products {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #53322e;
    flex-direction: column;
    align-items: center;
}

.herb-products__internal-wrapper {
    width: 100%;
    max-width: 1024px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 60px;
    
}

.herb-products__slider-wrapper {
    width: 100%;
    max-width: 1024px;
    padding: 60px 15px 60px 15px;
    border-top: #9d8a87 solid 1px;
}

.slider-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 100%;

}

.product-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.product-image {
    max-width: 100%;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.slider-item .product-link .product-title {
    font-family: 'Caecilia', sans-serif;
    text-align: center;
    color: #53322e;
    max-width: 90%;
    width: 90%;
    margin-left: 5%;
    font-size: 16px;
}

.product-title__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.slider-item .product-link .product-subtitle {
    font-family: 'Catamaran';
    color: #9d8a87;
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

.slick-prev.slick-arrow {
    content: none;
    background-image: url("../images/leftarrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-next.slick-arrow {
    content: none;
    background-image: url("../images/rightarrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/*media queries*/
.herb-products__header--long {
    align-self: flex-start;
    text-transform: uppercase;
    color: #53322e; 
    font-family: "Catamaran";
    padding-bottom: 15px;
}

.herb-products__header--long h2 {
    font-size: 24px;
}

.herb-products__header--short {
    text-transform: uppercase;
    color: #53322e;
    align-self: center;
    display: none;
    font-family: "Catamaran";
    padding-bottom:10px;
    width: 100%;
    text-align: center;
}

.herb-products__header--short h2 {
    font-size: 18px;
}

.all-herbals-button__2 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 45px;
}

.all-herbals-button {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    padding-bottom: 60px;
}

.all-herbals-button a,
.all-herbals-button__2 a {
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #53322e;
    color: #53322e;
}

.all-herbals-button a:hover,
.all-herbals-button a:focus,
.all-herbals-button__2 a:hover,
.all-herbals-button__2 a:focus {
    color: #fff;
    background-color: #9d8a87;
    border: 1px solid #9d8a87;
}

.encyclopedia-navigation__green {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.encyclopedia-navigation__green a{
    color: #0c8e17;
    font-size: 12px;
    text-transform: uppercase;
}

.encyclopedia-navigation__green a:hover,
.encyclopedia-navigation__green a:focus {
    color: #2A282A;
}

@media only screen and (max-width: 768px) {
    .pointer-rotate {
        font-size: 20px;
    }

    .breadcrumb-bar span {
        font-size: 12px;
        margin-right: 15px;
        margin-left: 0;
    }

    .pointer-rotate:after {
        font-size: 20px;
    }

    .herb-info {
        align-items: center;
    }

    .herb-title {
        font-size: 42px;
        text-align: center;
    }

    .herb-scientific-name {
        text-align: center;
    }

    .herb-image__thumbnail {
        float: none;
    }
    
    .herb-info__internal-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .herb-products__header--long {
        display: none;
    }
    
    .herb-products__header--short {
        display: block;
        align-self: center;
    }

    .herb-products__slider-wrapper {
        padding: 60px 15px 35px 15px;
    }

    
}
@media only screen and (max-width: 600px) {
    .product-image {
        width: 65%;
    }

    .herb-products__slider-wrapper {
        padding: 60px 15px 20px 15px;
    }
}

@media only screen and (max-width: 350px) {
    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        transform: translateY(-50px);
    }

    .product-image {
        padding-bottom: 10px;
        width: 100%;
    }
}