/*
Theme Name: Sparkling Adi
Description: Child theme for Sparkling theme
Author: Adrian Suter
Author URI: https://adriansuter.ch
Template: sparkling
Version: 1.0.0
Text Domain: sparkling
Domain Path: /languages/
*/

@media all {
    .navbar-brand {
        margin-left: -15px !important;
    }

    .blog .blog-item-wrap,
    .archive .blog-item-wrap,
    .category .blog-item-wrap {
        border: 1px solid #dadada;
    }

    .blog .post-inner-content, .blog .post-inner-content:first-child,
    .archive .post-inner-content, .archive .post-inner-content:first-child,
    .category .post-inner-content, .category .post-inner-content:first-child {
        border: none;
    }

    .site-main [class*="navigation"] a:hover, .more-link:hover {
        color: #ffffff;
    }

    .entry-summary {
        overflow: hidden;
        width: 100%;
    }

    /* Hide the author */
    .single .byline, .group-blog .byline {
        display: none;
    }

    .widget .widget-gallery-slideshow {
        border: 1px solid #DADADA;
        border-radius: 4px;
    }

    .widget .slideshow-controls {
        opacity: 0;
    }

    .widget .slideshow-window {
        border-width: 14px 9px;
        border-radius: 0;
        border-color: #F2F2F2;
        background-color: #F2F2F2;
        margin-bottom: 0;
    }

    .travel-time {
        color: #636467;
    }

    .single article, .blog-item-wrap {
        background-color: #222222;
    }

    /* Sidebar style overrides */
    #secondary .widget {
        color: #999999;
    }

    #secondary .widget a {
        color: #1E73BE;
    }

    #secondary .widget a:hover {
        color: #749BBF;
    }

    #secondary .widget > h4 {
        font-size: 12px;
        color: #636467;
    }

    /* WP_Twitter_Feeds */
    #secondary .fetched_tweets.light > li {
        border: none;
        box-shadow: none;
    }

    #secondary .tweet_data {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
    }

    #secondary li.tweets_avatar {
        padding: 0 !important;
    }

    #secondary ul.light li.tweets_avatar .tweet_data {
        color: #999999 !important;
    }

    #secondary ul.light li.tweets_avatar .times a, #secondary ul.light li.tweets_avatar .wdtf-screen-name a, #secondary ul.light li.tweets_avatar .stats a {
        color: #ccc !important;
    }

    .atravel-map-fullscreen {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 1000000 !important;
    }

    .atravel-map-location-list-label p {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

    .atravel-map-location-list-label p .fa {
        width: 1.5em;
        text-indent: 0;
        display: inline-block;
    }

    .atravel-map-location-list-label p:last-child {
        margin-bottom: 0;
    }
}
