/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary: Widgets
 *
 *    0. General Widget
 *    1. Gallery
 *    2. New Tweet
 *    3. Contact Us
 *    4. Recent Post
 *    5. Category
 *    6. Taxonomy
 *    7. Tags
 *    8. Event
 *    9. About Us
 *    10. Newsletter
 *    11. WP Default Widgets
 *
 *
 */


/*----------  0. General Widget  ----------*/


/*----------  1. Gallery  ----------*/
    .slz-widget-gallery ul, 
    .slz-gallery ul {
        padding: 0;
        margin: -7px;
    }

    .slz-widget-gallery ul li, 
    .slz-gallery .widget-content ul li {
        padding: 7px;
    }

    .slz-widget-gallery .thumb:after, 
    .slz-gallery .thumb:after {
        content: none;
    }

    .slz-widget-gallery .thumb, 
    .slz-gallery .thumb {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-widget-gallery ul:hover .thumb, 
    .slz-gallery ul:hover .thumb {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }

    .slz-widget-gallery ul:hover .thumb:hover, 
    .slz-gallery ul:hover .thumb:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

/*----------  2. New Tweet  ----------*/
    .slz-new-tweet .list-news-tweet .recent-post,
    .slz-widget-custom-post .widget-content ul {
        padding: 0;
    }

    .slz-widget-custom-post .widget-content ul li + li { 
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eaeaea;
    }

    .slz-new-tweet .list-news-tweet .recent-post + .recent-post,
    .slz-new-tweet .list-news-tweet .recent-post + .re-tweeet,
    .slz-new-tweet .list-news-tweet .re-tweeet + .recent-post {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eaeaea;
    }

    .slz-new-tweet .list-news-tweet .re-tweeet {
        background-color: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .slz-new-tweet .list-news-tweet .recent-post .thumb {
        padding-right: 15px;
    }

    .slz-new-tweet .list-news-tweet .recent-post .thumb .img-wrapper {
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .slz-new-tweet .list-news-tweet .recent-post .post-info .title .left-text .strongtext {
        color: inherit;
    }

    .slz-new-tweet .list-news-tweet .recent-post .post-info .link:hover {
        color: #d32eb2;
    }

/*----------  3. Contact Us  ----------*/
    .slz-widget-contact .item {
        border-left: 1px solid #c1c1c1;
        padding-left: 10px;
    }

    .slz-widget-contact-info .item + .item {
        margin-top: 15px;
    }

    .slz-widget-contact-info .item .icons {
        left: 10px;
        width: 20px;
        top: -1px;
    }

    .slz-widget-contact-info .item .contact-title {
        padding-left: 20px;
        font-weight: 500;
    }

    .slz-widget-contact-info .item .text {
        padding-left: 20px;
    }

    .slz-widget-contact-info .item .text:only-child {
        padding-left: 20px;
    }

    .slz-widget-contact-info .item .contact-info a {
        display: inline-block;
    }

    .slz-widget-contact-info .item .contact-info br {
        display: none;
    }

    .slz-widget-contact-info .item .contact-info a:after {
        content: '/';
        padding: 0 3px;
        color: #4a5664;
    }

    .slz-widget-contact-info .item .contact-info a:last-child:after {
        content: none;
    }

/*----------  4. Recent Post  ----------*/
    .slz-widget-recent-post .media {
        border-top: none;
        padding-top: 0;
        margin-top: 10px;
    }

    .slz-widget-recent-post .media-right {
        vertical-align: middle;
    }

    .slz-widget-recent-post .wrapper-image {
        width: 85px;
    }
    .slz-widget-recent-post .wrapper-image:before {
        padding-top: 100%;
    }

    .slz-widget-recent-post .media-heading {
        font-size: 16px;
        font-weight: 700;
        color: #263e5f;
        margin-bottom: 5px;
    }

    .slz-widget-recent-post .media-heading:hover {
        color: #d32eb2;
    }

    .slz-widget-recent-post .meta {
        margin: 0;
        line-height: 24px;
        font-size: 0;
        color: #868e97;
    }

    .slz-widget-recent-post .meta:before {
        content: '\f111';
        font-family: 'FontAwesome';
        font-size: 6px;
        padding-right: 10px;
        position: relative;
        top: -2px;
    }

    .slz-widget-recent-post .meta-info {
        margin: 0;
        font-size: 14px;
        color: inherit;
        vertical-align: inherit;
    }

    .slz-widget-recent-post .meta-info:before {
        content: none;
    }

    .slz-widget-recent-post .meta-info:after {
        content: '|';
        padding: 0 4px;
    }
    
    .slz-widget-recent-post .meta-info:last-child:after {
        content: none;
    }

    .slz-widget-recent-post .meta-info .link {
        padding-left: 0;
        font-weight: 400;
        font-style: italic;
        color: inherit;
    }

    .slz-widget-recent-post .meta-info .link:hover, 
    .slz-widget-recent-post .meta-info .link:focus {
        color: #d32eb2;
    }

    .slz-widget-recent-post .icon-meta {
        padding-right: 5px;
    }

/*----------  5. Category  ----------*/
    .slz-widget-category .widget-content a {
        font-size: 14px;
        border-bottom: none;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .slz-widget-category .widget a:hover {
        color: #d32eb2;
    }

    .slz-widget-category .slz-categories .link > .text {
        font-size: inherit;
    }

    .slz-widget-category .slz-categories .link > .badge {
        font-weight: 400;
    }

    .slz-categories2 .link {
        padding: 0;
    }

    .slz-categories .two-column .link {
        border-bottom: 1px solid #f4f5f7;
    }

    .slz-categories2 .link > .icons {
        width: 10px;
    }

    .slz-categories2 .link > .icons:before {
        content: '\f0da';
    }

/*----------  6. Taxonomy  ----------*/

    .slz-widget-categories .link {
        color: #4a5664;
        line-height: 24px;
    }

    .slz-widget-categories .link + .link {
        padding-top: 5px;
    }

    .slz-widget-categories .link .badge {
        float: right;
        color: #6c747f;
        background: transparent;
        padding: 0;
        line-height: inherit;
    }

    .slz-widget-categories .link .badge:hover {
        color: #da2db2;
    }

    .slz-widget-categories .link:hover .badge {
        color: #da2db2;
    }

    .slz-widget-categories .link:hover,
    .slz-widget-categories2 .link:hover {
        color: #d32eb2;
    }

    .slz-widget-categories .link > .text {
        font-size: 14px;
    }

    .slz-widget-categories .link > .icons {
        width: 10px;
    }

    .slz-widget-categories .link > .icons:before {
        content: '\f0da';
    }

    .slz-widget-categories2 .link {
        padding: 7px 0;
    }

/*----------  7. Tags  ----------*/
    .slz-widget-tags ul {
        margin: 0;
        padding: 0;
    }

    .slz-widget-tags ul li {
        padding: 0;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .slz-widget-tags ul li:last-child {
        margin-right: 0;
    }

    .slz-widget-tags ul li .tag {
        padding: 5px 15px;
        border: 1px solid #eaeaea;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        position: relative;
        overflow: hidden;
        display: block;
        z-index: 1;
    }
    
    .slz-widget-tags ul li .tag:before {
        position: absolute;
        content: '';
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        background-color: #0c72c7;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: -1;
    }

    .slz-widget-tags ul li .tag:hover {
        color: #fff;
    }

    .slz-widget-tags ul li .tag:hover:before {
        left: 0;
    }

/*----------  8. Event  ----------*/

    .slz-widget-events .widget-content {
        box-shadow: none;
    }
    .slz-widget-events .slz-event-01 .event-wrapper {
        padding: 15px 0;
    }

    .slz-widget-events .slz-event-01 .event-info {
        padding: 0px 20px;
    }

    .slz-widget-events .slz-event-01 .event-info + .event-info:before {

    }

    .slz-widget-events .slz-event-01 .event-info.info .info-img {
        width: 65px;
        vertical-align: middle;
        padding-right: 15px;
    }

    .slz-widget-events .slz-event-01 .event-info.info .info-content {
        padding-left: 15px;
        border-left: 1px solid #e7eaef;
    }

    .slz-widget-events .slz-event-01:hover .event-info.info .info-content,
    .slz-widget-events .slz-event-01:hover .event-info.price {
        border-left-color: #02101b;
    }

    .slz-widget-events .slz-event-01 .event-info.info .title {
        font-size: 12px;
        font-weight: 500;
        color: #263e5f;
        line-height: 20px;
    }

    .slz-widget-events .slz-event-01 .event-info.info .title:hover {
        color: #d32eb2;
    }

    .slz-widget-events .slz-event-01 .event-info.info .date-wrapper {
        font-style: italic;
        color: #868e97;
    }

    .slz-widget-events .slz-event-01 .event-info.price {
        border-left: 1px solid #e7eaef;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-widget-events .slz-event-01 .event-info.price .unit {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .slz-widget-events .slz-event-01 .event-info.price .number {
        font-size: 20px;
        font-weight: 700;
        color: #156fc5;
    }


/*----------  9. About Us  ----------*/
    .slz-widget-about-us .widget-title.logo-title,
    .slz-widget-about-us .title-widget.logo-title {
        display: inline-block;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    .slz-widget-about-us .widget-title.logo-title:before,
    .slz-widget-about-us .title-widget.logo-title:before,
    .slz-widget-about-us .widget-title.logo-title:after,
    .slz-widget-about-us .title-widget.logo-title:after {
        content: none;
    }

    .slz-widget-about-us .slz-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .slz-widget-about-us .social {
        margin-top: 20px;
    }


/*----------  10. Newsletter  ----------*/
    .slz-widget-send-mail .widget-content .form-control:focus {
        border-bottom-color: #d32eb2;
    }

    .slz-widget-send-mail2 .slz-input-group .input-group-button > .btn {
        color: #fff;
        height: auto;
        padding: 10px 17px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0;
        border: 0;
        background: #d32eb2;
        background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
        background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
        background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        box-shadow: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-widget-send-mail2 .slz-input-group .input-group-button > .btn:hover,
    .slz-widget-send-mail2 .slz-input-group .input-group-button > .btn:focus {
        outline: 0;
        box-shadow: 0 3px 0 0 rgba(65, 96, 193, 0.25), 0 -3px 0 0 rgba(162, 64, 183, 0.25), 3px 0 0 0 rgba(65, 96, 193, 0.25), -3px 0 0 0 rgba(162, 64, 183, 0.25), 3px -3px 0 0 rgba(113, 80, 188, 0.5), -3px 1px 0 0 rgba(113, 80, 188, 0.5), 3px 3px 0 0 rgba(16, 112, 198, 0.75), -3px -3px 0 0 rgba(210, 47, 178, 0.75);
        -webkit-box-shadow: 0 3px 0 0 rgba(65, 96, 193, 0.25), 0 -3px 0 0 rgba(162, 64, 183, 0.25), 3px 0 0 0 rgba(65, 96, 193, 0.25), -3px 0 0 0 rgba(162, 64, 183, 0.25), 3px -3px 0 0 rgba(113, 80, 188, 0.5), -3px 1px 0 0 rgba(113, 80, 188, 0.5), 3px 3px 0 0 rgba(16, 112, 198, 0.75), -3px -3px 0 0 rgba(210, 47, 178, 0.75);
    }


/*==============================================
=            11. WP Default Widgets            =
==============================================*/

    .widget_meta ul {
        padding-left: 0;
    }

    .widget_slz_newsletter form {
        margin-top: 20px;
    }

    .widget_pages ul li {
        padding-top: 0;
    }

    .widget_recent_entries ul {
        padding-left: 0;
        list-style: none;
    }

    .widget_recent_entries ul li a {
        font-size: 16px;
        font-weight: 500;
        color: #263e5f;
    }

    .widget_recent_entries ul li a:hover {
        color: #d32eb2;
    }
    
    .entry-content .widget_calendar table {
        border: none;
    }

    .entry-content .widget_calendar table th {
        text-align: center;
        border: none;
        padding: 0;
    }

    .entry-content .widget_calendar table td {
        border: none;
        padding: 0;
    }

    .widget_nav_menu ul li {
        padding-top: 0;
    }

    .widget_nav_menu ul li a:before {
        content: none;
    }

    .widget_recent_comments ul {
        list-style: none;
        padding-left: 0;
    }



/*=====  End of 11. WP Default Widgets  ======*/
