/*
Theme Name: Farai Chideya theme
Theme URI: http://themeawesome.com/wordpress-child-theme
Description: A child theme of WP-Forge
Author: ThemeAwesome.com
Author URI: http://themeawesome.com/
Template: wp-forge
Version: 4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-starter

Start adding your theme specific styles below.
*/

/* colors
blue (link): #00749E
blue dark (hover): #16487F

*/

/* general styles */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,800,600italic);
@font-face {
  font-family: Optima;
  src: local("Optima"), url(optima-demi-bold.ttf);
}

h1 {
    font-family: "Optima", "Open Sans", sans-serif;
    text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 1.2em 0 0.3em; }

a {
    color: #00749E;
}

a:hover {
    color:#16487F;
}
/* header */
.header-logo, .header-info {
    float: none;
    text-align: center;
}
/* nav */

#main-menu {
    text-align: center;
}
.top-bar-left{
    float:none !important;
}

.title-bar button {
    color: #00749E;
}

/* content */
.entry-content-page h2 a {
    font-weight:600;
}

/* never2016 */
.category-never2016 {
    font-family: "Roboto", sans-serif !important; }
.category-never2016 .nav ul {
        list-style: none;
        text-align: center;
        padding: 0 0 0 10px; }
.category-never2016 .nav ul li {
            margin: 0 1em 0 0;
            display: inline-block;
            font-size: .8em; }
.category-never2016 .nav ul li a {
                color: #666;
 }

.category-never2016 #menu-item-4487 a:first-child{
    display:none; /*weird glitch*/
}



/* Child Theme Media Queries - Use the following media queries to adjust the appearance of your theme on mobile devices */

/* Small only */
@media screen and (max-width: 39.9375em) {
    #header {
        padding: 0;
    }
    .header-info {
        margin-bottom: 0;
    }
    .content_wrap {
    padding-top: 0;
}
    .fc-spacer { /* to center the columns */
        display:none;
    }
}
/* Medium and up */
@media screen and (min-width: 40em) {
    /* add css for medium to large screens here */
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    /* add css for medium screens only here */
}
/* Large and up */
@media screen and (min-width: 64em) {
    /* add css for large to xtra large screens only here */
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    /* add css for large screens only here */
}
