/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-social-global a i {
    font-family: FontAwesome;
    }
    i.x-social-facebook:before {
    content: "\\f082";
    }
    i.x-social-twitter:before {
    content: "\\\f081";
    }
    i.x-social-google-plus:before {
    content: "\\f0d4";
    }
    i.x-social-instagram:before {
    content: "\\f16d";
    }
    i.x-social-pinterest:before {
    content: "\\f0d3";
    }
    
    .category-gallery #top > header.x-header-landmark.x-container.max.width > p {
        display: none;
    }
    .archive.category-gallery .post > div.entry-wrap > header > p > span:nth-child(1) {
        display: none;
    }
    .single.single-post .post.category-gallery > div.entry-wrap > header > p > span:nth-child(1){
        display: none;
    }
    
    [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [data-x-fa-pro-icon], [class*="x-icon-"] {
        font-weight: 400 !important;
        font-family: "FontAwesome";
    }