.pt_wrapper {
    margin: 0;
    padding: 0 !important;

    /*border-bottom: 4px solid #8d4392;*/
    border-bottom: 4px solid #3d2e53;
    padding-bottom: 40px !important;
    margin-top: 0 !important;
}

.template_block {
    margin: 0 !important;
}
.template_block_anchor {
    position: relative;
    top: -250px;
    visibility: hidden;
}

.pt_wrapper .row {
    padding: 20px !important;
}

.pt_wrapper h3 {
    margin: 0;
    padding: 20px 20px 20px 20px !important;
    border-bottom: 1px solid rgba(61, 46, 83, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pt_wrapper:hover h3 {
    background-color: #efeeee;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(61, 46, 83, 0.2);

}

.pt_item_description {
    margin: 0;
    padding: 0;

}

.textWrapper {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    height: 300px;
}

.expanded .textWrapper {
    height: auto;
}

.readMoreBtn {
    position: absolute;
    right: 1rem;
    bottom: -26px;
    border-radius: 2px;
    border: none;
    background: #8d4392;
    color: white;
    box-shadow: 2px 2px 2px #cccccc;
    transition: color 0.3s;
}

.readMoreBtn:hover {
    background: #c984b7;
}

.pt_item_top_domains {
    margin: 0;
    padding: 0;
}

.pt_install {
    margin: 0;
    padding: 0;

    font-size: 14px;
    padding: 9px !important;
    color: white;
    background: #ff4081;
    border: none;
    float: right;
    outline: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pt_install:hover {
    background: #850ded;
    outline: none !important;
}

.pt_install:focus {
    background: #ff4081;
    outline: none !important;
}

.pt_install:active {
    background: #850ded;
    outline: none !important;
}

.pt_top_domains_header {
    display: inline-block;
    font-size: 18px;
    padding-left: 36px;
    padding-bottom: 10px;
}

.simply-scroll-clip {
    min-height: 300px !important;
}

.simply-scroll-list {
    height: auto !important;
}

.pt_ul {
    list-style: none;
}

.pt_ul li {
    white-space: nowrap;
}

.pt_ul li:nth-child(1) i {
    color: #8d4392;
}

.pt_ul li:nth-child(2) i {
    color: #c984b7;
}

.pt_ul li:nth-child(3) i {
    color: #ec6a34;
}

.pt_ul li:nth-child(4) i {
    color: #24a5de;
}

.pt_ul li:nth-child(5) i {
    color: #1880b0;
}

@media (max-width: 768px) {
    .pt_ul li {
        display: inline;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .pt_item_description {
        padding-top: 20px;
    }

    .pt_wrapper {
        padding-bottom: 0 !important;
    }
}

