/*
Theme Name: MFC Podcast
Theme URI: http://www.mfc1886.com/
Author: VSMediaUK
Author URI: http://www.vsmedia.co.uk
Description: MFC Podcast theme based on Rookie.
Version: 1.1
Template: rookie
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options
*/

@import url(../rookie/style.css);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
.site-title {
    font-family: "Bree Serif";
    color: rgb(116, 15, 63);
    text-shadow: 0px 3px 5px rgba(124, 21, 64, 0.5);
    -moz-transform: matrix( 1,0,0,1.02040816326531,0,0);
    -webkit-transform: matrix( 1,0,0,1.02040816326531,0,0);
    -ms-transform: matrix( 1,0,0,1.02040816326531,0,0);
}
.hentry {
    border-bottom: 1px solid rgba(109, 15, 55,0.1);
}
.site-info, .site-info a, .site-info a:hover {
    color: rgba(109, 15, 55,1);
}
.entry-meta, .posted-on {
    background: rgba(109, 15, 55,.8);
}
.site-footer {
    background: rgba(109, 15, 55,0.75);
}

@media screen and (max-width: 364px) {
    .site-title {
        font-size: 42px;
    }
}

@media screen and (max-width: 326px) {
    .site-title {
        font-size: 38px;
    }
    .site-description {
        font-size: 18px;
    }
}
@media screen and (max-width: 300px) {
    .site-description {
        display: none;
    }
}

/* Social Menu */

.menu-social ul {
    float: right;
    text-align: center;
    list-style: none;
}

.menu-social ul li {
    position: relative;
    display: inline-block;
}

.menu-social ul li a {
    padding: 0.5em 5px 0;
}

.menu-social li a:before {
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    content: '\f1e3';
}

.menu-social li a[href*="facebook.com"]::before {content: '\f09a';}
.menu-social li a[href*="twitter.com"]::before {content: '\f099';}
.menu-social li a[href*="youtube.com"]::before {content: '\f16a';}
.menu-social li a[href*="instagram.com"]::before {content: '\f16d';}
.menu-social li a[href*="soundcloud.com"]::before {content: '\f1be';}
.menu-social li a[href*="itunes"]::before {content: '\f179';}

@media screen and (max-width: 600px) {
    #menu-social ul {
        position: absolute;
        top: 0;
        right: 6rem;
/*        display: block;*/
        display: none;
    }
    
    #menu-social li a {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

/* -- End Social Menu -- */

.MFC_Podcast {
  font-family: "Bree Serif";
  color: rgb(116, 15, 63);
  text-shadow: 0px 3px 5px rgba(124, 21, 64, 0.5);
  -moz-transform: matrix( 1,0,0,1.02040816326531,0,0);
  -webkit-transform: matrix( 1,0,0,1.02040816326531,0,0);
  -ms-transform: matrix( 1,0,0,1.02040816326531,0,0);
}
