/*
Theme Name: FatMoon child theme
Description: Made by <a href="http://themeforest.net/user/apollo13" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://themeforest.net/user/apollo13
Theme URI: http://themeforest.net/user/apollo13/portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: fatmoon
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: fatmoon-child-theme
Version: 1.0
*/

/* Add your CSS below */

/* Basics */

a:hover {
    text-decoration: none;
    color: rgba(0,160,209,1);
}

.wp-caption-text {
    display: none;
}


/* Menu Overlay */

    #menu-overlay ul#menu-haupt-menu a {
        color: rgba(255,255,255,0.8);
        font-weight: 300;
    }

    #menu-overlay ul#menu-haupt-menu a:hover {
        color: rgba(0,160,209,0.9);

    }

    .real-content a:hover {
        text-decoration: underline;
    }

/* Post  */

    /* Post Title */

    h1.page-title {
        line-height: normal;
        letter-spacing: normal;
    }

    h2.post-title, .real-content:first-child h2 {
        margin: 0 0 10px;
    }

    h2.post-title:hover a {
        color: rgba(0,160,209,1);
        text-decoration: none;
    }



    /* Post Date */

    .post .post-meta {

        font-size: 11px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height:  normal;
        color: #A7A7A7;
        margin: 0;

    }

        /* Backslash hinter Datum entfernt */

        .metas .under_content::after {
            content: '';
            margin: 0px;
        }

    /* Tag Cloud */

    .tagcloud a:hover, .under_content_tags a:hover {
        color: rgba(0,0,0,0.8);
        border-color: rgba(0,0,0,0.1);
        background-color: rgba(0,0,0,0.1);
        text-decoration: none;
    }

    /* Pagination - Hide Last Number */
    .navigation a:nth-last-child(+2) {
        visibility: hidden;
        }