/*
Theme Name:  Conditions We Treat Main
Author: Jigz | Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Main CSS for Conditions We Treat
*/



.cwt-container {
    margin-top: 80px;
}


.cwt-container img {
    width: 100%;
}

.btn-cwt {
    background: #e1e1e1;
    padding-left: 1rem;
    border-radius: 0;
    color: #133a5e;
    text-align: left;
    font-family: 'ubuntubold';
    font-size: 1.25rem;
    padding: 0.75rem;
    text-transform: uppercase;
}



.cwt-vid-container h4 {
    margin-top: 24px;
}

.cwt-vid-unit a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #88b7ef;

}


.cwt-vid-unit a:hover {

    color: #3c5d84;

}

.cwt-vid-unit>a>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    font-size: 42px;
}

.cwt-vid-unit .img-content {
    filter: grayscale(45%);
    transition: 300ms;
}

.cwt-vid-unit:hover .img-content {
    filter: grayscale(20%)
}

.cwt-collapse-container li {
    border-bottom: 1px solid #e1e1e1;
    padding: 0.75rem 2rem;
    font-size: 1rem;
}


button.btn-cwt:after {
    content: '+';
    position: absolute;
    top: 0.325rem;
    right: 3rem;
    font-size: 1.75rem;
}

button.btn-cwt[aria-expanded="false"]:after {
    content: '+';

}

button.btn-cwt[aria-expanded="true"]:after {
    content: '-';

}

.conditions-content .embed-responsive {
    margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
CONDITIONS SIDEBAR
--------------------------------------------------------------*/
ul.conditions {
    padding: 0;
}

ul.conditions li {
    list-style-type: none;
    /* margin-bottom: 10px; */
}

ul.conditions li a {
    color: #666666;
    font-size: 0.95rem;
    text-decoration: none;
}

ul.conditions li a:hover,
ul.conditions li a:focus,
.condition-item.active {
    color: #3c5d84;
    font-family: 'ubuntubold';
}

ul.conditions li a i {
    font-size: 12px;
    color: #3c5d84;
}