/*
Theme Name: Wox Child
Theme URL: https://themeforest.net/item/wox-one-page-portfolio-wordpress-theme/22262960
Description: Child theme of Wox
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: wox
Version: 2.6
Text Domain: wox-child
*/ 
/*******Add Your Css Below This Line*********/
/* Global headings: remove uppercase + letter spacing */
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Wox section titles */
.section-title,
.section-title h2,
.section-title h3 {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Portfolio item titles */
.portfolio-title,
.portfolio-title h3 {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Blog titles */
.post-title,
.post-title h2,
.entry-title {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Menu / navigation items */
.navbar-nav > li > a,
#main-menu li a {
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Widget titles, footer titles */
.widget-title,
.footer-title {
    text-transform: none !important;
    letter-spacing: normal !important;
}
