/* widgets */

.widgets {
    margin-top: 20px
}
.widgets .widget-container {
    border: 0px solid #000;
    margin-bottom: 30px;
}
.widgets .widget-header {
    cursor: default;
}
.widget-header {
    margin: 0;
    padding: 5px 14px 5px 14px;
}
.widget-header .collapse-toggle {
    padding: 0;
}
.widget-header h5 {
    font-size: 15px;
}
.widget-header .collapse-toggle .fa-angle-left {
    margin-left: 14px;
    font-size: 18px;
}
.widget-header .fa {
    font-size: 24px
}
.widget-header-orange {
    background-color: #ec4800;
    color: #fff;
}
.widget-sticky {
    padding: 0;
}
.widget-body {
    padding: 10px;
}
.widget-header-white {
    background-color: #fff;
    overflow: hidden;
}
.widget-body-white {
    background-color: #fff;
}
.widget-body p {
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.widget-body .excerpt {
    font-size: 13px !important;
    overflow: hidden;
}
.widget-footer-link a {
    color: #ec4800;
}
.widget-footer-link a:active, .widget-footer-link a:focus, .widget-footer-link a:hover {
    color: #2c3e50;
}
/**
 * purple
 */

.widget-header-purple {
    background-color: #8494c6;
    color: #fff;
}
.widget-body-purple {
    background-color: #3800a0;
    overflow: hidden
}
.widget-body-purple .fa {
    font-size: 40px
}
.widget-body-purple a {
    color: #fff;
    padding: 10px;
    float: right;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.widget-body-purple a:hover {
    color: #8494c6;
}
.widget-body-purple .desc {
    display: block;
    margin-top: 10px
}
.widget-footer-btn {
    clear: both;
}
.widget-footer-btn a {
    border: none;
    float: inherit;
    display: inline-block;
    width: inherit;
    padding: 10px 30px;
    width: 100%;
    margin-bottom: 0
}
/*
green
 */

.widget-header-green {
    color: #fff;
    background-color: #89c655
}
.widget-body-green {
    background-color: white;
    padding-bottom: 5px
}
.widget-body-green a {
    color: #89c655;
    /*text-decoration: underline;*/
}
.widget-body-green a:active, .widget-body-green a:focus, .widget-body-green a:hover {
    /*text-decoration: none*/
}
.widget-body-green p {
    font-size: 12px
}
.widget-footer-social {
    padding-top: 10px;
    border-top: 1px solid #baccce
}
.widget-footer-social .fa {
    font-size: 30px
}
.widget-footer-social a {
    color: #baccce;
}
.widget-footer-social a:active, .widget-footer-social a:focus, .widget-footer-social a:hover {
    color: #89c655;
}
/*
blue
 */

.widget-header-blue {
    background-color: #0078a0;
    color: #fff;
}
.widget-body-blue {
    background-color: white;
    padding-top: 15px;
}
.widget-body-blue .label {
    font-size: 11px;
    padding: 4px 5px;
    display: inline-block;
    margin: 4px 0;
}
.widget-body-blue a {
    color: #0078a0;
}
.widget-body-blue a:active, .widget-body-blue a:focus, .widget-body-blue a:hover {
    color: #2c3e50;
}
.widget-body-blue p {
    font-size: 12px;
    margin-bottom: 0
}
.widget-body-blue li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
.widget-body-blue li:last-child {
    border: none;
}
.widget-body-blue .badge:active, .widget-body-blue .badge:focus, .widget-body-blue .badge:hover {
    background-color: #2c3e50
}
.widget-footer-more {
    padding-top: 10px;
    border-top: 1px solid #baccce
}
/*
pinky
 */

.widget-header-pinky {
    background-color: #f00059;
    color: #fff;
}
.widget-body-pinky {
    background-color: white;
    padding-top: 15px
}
.widget-body-pinky .label {
    font-size: 11px;
    padding: 4px 5px;
    display: inline-block;
    margin: 4px 0;
}
.widget-body-pinky a {
    color: #f00059;
}
.widget-body-pinky a:active, .widget-body-pinky a:focus, .widget-body-pinky a:hover {
    color: #2c3e50;
}
.widget-body-pinky p {
    font-size: 12px;
    margin-bottom: 0
}
.widget-body-pinky li {
    border-bottom: 1px solid #baccce;
    padding-bottom: 10px;
}
.widget-body-pinky li:last-child {
    border: none;
}
.tutorial-subpages li {
    border: none;
}

.widget-body-pinky .badge:active, .widget-body-pinky .badge:focus, .widget-body-pinky .badge:hover {
    background-color: #2c3e50
}
.widget-body-pinky .price {
    border: 1px solid #003365;
    padding: 2px;
    display: inline-block;
    background-color: #003365;
    padding: 0 5px 5px;
    margin: 5px 0 0;
    text-align: right;
}
.widget-body-pinky .price:active, .widget-body-pinky .price:focus, .widget-body-pinky .price:hover {
    background-color: #000;
}
.widget-body-pinky .price strong {
    font-size: 12px;
    color: #fff;
}
.widget-body-pinky .price sub {
    font-size: 11px;
    color: #fff;
}
.widget-body-pinky .price .icon {
    margin-top: 5px;
    display: block;
    color: #fff;
    display: none;
}
.widget-footer-more {
    padding-top: 10px;
    border-top: 1px solid #baccce
}
.widget-body-pinky-no-border {
    padding-top: 0
}
.widget-body-pinky-no-border li {
    border: none !important;
    padding-bottom: 0 !important
}
.widget-body-pinky-no-border .media:first-child {
    margin-top: 15px !important
}
/**
 * tufts
 */

.widget-header-tufts {
    background-color: #3689cd;
    color: #fff;
}
.widget-body-tufts {
    padding-top: 10px;
    background-color: #004da9;
    overflow: hidden
}
.widget-body-tufts .widget-figure {
    color: #fff;
    margin: 20px 0;
}
.widget-body-tufts .fa {
    font-size: 120px
}
.widget-footer-btn {
    clear: both;
}
.widget-footer-btn a {
    font-size: 13px;
    border: none;
    float: inherit;
    display: inline-block;
    width: inherit;
    padding: 10px 30px;
    width: 100%;
    padding-bottom: 10px
}
/*
madison
 */

.widget-header-madison {
    background-color: #2c3e50;
    color: #fff;
}
.widget-body-madison {
    padding-top: 10px;
    background-color: #fff;
    overflow: hidden
}
.widget-body-madison .icon {
    float: right;
    padding-left: 10px
}
.widget-body-madison h3 span {
    font-size: 12px;
    font-weight: normal;
}
.widget-body-madison .icon-sm {
    width: 30px;
}
.widget-body-madison .widget-footer-social .fa {
    font-size: 16px
}
.widget-body-madison .widget-footer-social a {
    font-size: 12px
}
/*
form-control
 */

.widgets .widget-container .form-control {
    border-radius: none;
    font-size: 12px
}
.widgets .widget-container .form-control:focus {
    border-color: #004da9;
    box-shadow: none;
    outline: 0 none;
}
/** widgets-middle */

.widgets-middle .widget-body-green {
    padding-top: 15px
}
.widgets-middle .widget-body-green ul {
    margin-bottom: 15px
}
.widgets-middle .widget-body-green li a {
    font-size: 13px !important;
}
.widgets-middle .widget-footer-social {
    margin-top: 10px
}
.widgets-middle .widget-footer-social .fa {
    font-size: 15px
}
.widgets-middle .widget-footer-social {
    text-align: left !important
}
.widgets-middle .widget-body-green .media-list .media-object {
    width: 60px;
    display: none
}
.widgets-middle .widget-body-green .media-list > li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px
}
.widgets-middle .widget-body-green .media-list > li:last-child {
    border: none;
}
.widgets-middle .widget-body-green li .btn {
    font-size: 12px !important;
    text-decoration: none
}
/*

 */

.widgets-middle .widget-body-blue .desc {
    padding-top: 0;
    margin-top: 0;
    color: #999;
    margin-bottom: 10px
}
.widgets-middle .widget-body-blue form {
    padding-top: 0
}
.widgets-middle .widget-body-blue form p {
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
}
.widgets-middle .widget-body-blue form .btn {
    width: 100%
}
.widgets-middle .widget-body-blue form .btn:active, .widgets-middle .widget-body-blue form .btn:focus, .widgets-middle .widget-body-blue form .btn:hover {
    border-color: #ec4800 !important;
    color: #ec4800 !important
}
.widgets-middle .widget-body-blue form a {
    text-decoration: underline !important;
}
/*
widget-sm
 */

.widget-sm-container {
    overflow: hidden
}

/**
 * card
 */

.card {
    list-style: none
}
.card .card--item {
    border-bottom: 1px solid #eee !important;
    margin-bottom: 20px;
    padding-bottom: 2rem;
}
.card .card--item:last-child {
    border: none !important;
    margin-bottom: 10px !important
}
.card .card--image img {
    width: 80px;
    height: 80px
}
.card .card--container {
    overflow: hidden;
}
.card .card--image, .card .card--desc, .card .card--add {
    width: 32%;
    float: right;
    border: 0px solid #000;
}
.card .card--image {
    width: 35%
}
.card .card--add {
    text-align: center;
}
.card .card--desc h5 {
    margin: 0;
}
.card .card--desc p {
    color: #999;
}
.card .card--price {
    display: block;
    color: #E94F2E;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Roboto Slab', Arial, sans-serif !important;
}
.card .card--currency {
    margin: 2px 0 6px;
    display: block;
    font-size: 11px;
}

.card .card--currency ins {
    text-decoration: none !important;
}

.card del .card--price {
    display: block;
    color: #999;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Roboto Slab', Arial, sans-serif !important;
}

.card del .card--currency {
    display: none !important;
}


/** more widgets goes here */
/* @nawaf */

.widget-product h3 {
    text-align: center;
    margin-top: 10px;
}

.widget-product img {
    margin: 0 auto !important;
    display: block;
}

.widget-header h4 i {
    margin-left: 4px;
}

.widget-footer-more {
    font-family: 'thesans-bold', sans-serif;
}

.widget-footer-more i {
    margin-right: 4px;
}

.about_text {
    font-size: 14px !important;
    line-height: 28px !important;
    text-align: justify;
    overflow: hidden;
}