/**
 * @tableofcontents
 *
 * 1. WIDGET SUPPORT
 * 1. SUB WIDGET SUPPORT
 */

/* @section 1. WIDGET SUPPORT */
#wt-support_wrap, #gurnt-sprt  {
    background: url("../../img/home/wt-support_bg.jpg") no-repeat center center #253d59;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
    color: #fff;
}

#wt-support_title h2 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 20px 0;
    color: #fff;
}

#wt-support_title p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 40px 0;
    color: #fff;
}

.wt-support_icon
{
    font-size: 18px;
    line-height: 26px;
}

.wt-support_icon p
{
    color: #fff;
}

.wt-support_icon span
{
    float: left;
    width: 100%;
    height: 110px;
    display: block;
    background: url("../../img/home/sprite-support-icon.png") no-repeat center 15px;
    margin-bottom: 15px;
}

#wt-support_icon2 span
{
    background-position: center -145px;
}

#wt-support_icon3 span
{
    background-position: center -290px;
}

.wt-support-mb_bg
{
    display: none;
}

/* @section 2. SUB WIDGET SUPPORT */

#wt-sub-support_wrap
{
    background-color: #fcfcfc;
    padding: 20px 0;
}

.wt-support_links
{
    text-align: center;
}

.wt-support_links > h3
{color: #333c4e;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.wt-support_links > a, .wt-support_links > span
{
    color: #009ffa;
    font-size: 18px;
    display: inline-block;
}

#wt-support_brdr
{
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

/* @reset styling for small screen size */

@media (max-width: 766px) {

    #wt-support_wrap
    {
        padding: 20px 0;
    }

    #wt-support_title h2 {
        font-size: 30px;
        line-height: 36px;
    }

    #wt-support_title p
    {
        font-size: 16px;
        line-height: 24px;
    }

    #wt-support_icon2
    {
        margin: 40px 0;
    }

    .wt-support-mb_bg
    {
        display: block;
        height: 55px;
        background: url("../../img/home/wt-support-mb_bg.png") no-repeat 0 0;
        background-size: contain;
    }

    .wt-support_wrap {
        background: url("../../img/home/wt-support-mb_bg.png") no-repeat 0 0;
        padding-top: 55px;
        background-size: contain;
    }

    .wt-support_links
    {
        padding: 20px 0;
    }

    .wt-support_links > a, .wt-support_links > span
    {
        padding-bottom: 30px;
        border-bottom: 1px solid #ebebeb;
    }

    #wt-support_brdr {
        border-right: 0;
        border-left: 0;
    }

}