/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.select2-container--default .select2-selection--single, .select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: 40px !important;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: initial !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height:35px !important;
    }

#processTabs label {
    display: block;
}

.logout {
    display:inline-block;
    cursor:pointer;
}
.testimonial ul {
    padding-left: 15px;
}

    .testimonial ul li {
        list-style: none;
        list-style-image: none;
        list-style-image: url(../../images/programme-search/streem-li.png) !important;
        color: #555555;
        line-height: 22px;
    }

.entry-image img {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}

.entry a {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15) !important;
    display: inline-block !important;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 11px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: auto !important;
    margin: 15px 0;
}


