/*
Theme Name: Photo Me Child
Theme URI: http://themes.themegoods2.com/photome/demo
Description: Premium Photography Portfolio Theme
Version: 1.2.4
Tags: yellow, white, responsive-layout, custom-header, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
Author: ThemeGoods
Author URI: http://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: photome
Template: photome
*/

@import "../photome/style.css";

/*Astrotivity CSS*/

/* *** HOME *** */

/*Navigation*/
.top_bar.hasbg {-webkit-transition: none !important; transition: none !important; animation: fadein 1s; -moz-animation: fadein 1s; /* Firefox */ -webkit-animation: fadein 1s; /* Safari and Chrome */ -o-animation: fadein 1s; /* Opera */}

.top_bar.scroll {
    -webkit-transition: height 0.5s, background 0.5s;
    -moz-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s;
}

.top_bar.hasbg #logo_wrapper {
    border-bottom: none;
}

#logo_wrapper {
    text-align: center;
    padding: 30px 0 30px 0;
    border-bottom: none;
}

/*Portfolio*/
i.fa.fa-plus {
    display: none;
}


/*Article Page*/
.author_detail {
    width: 50% !important;
    opacity: 0.5 !important;
    font-style: italic;
}






/*Fade keyframes*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}


h2 {color: ##222222;}
h3 {color: #0088ff;}
