/*
Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Taraprasad Swain
Author URI: http://taraprasad.com/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x
*/

a:active, a:link, a:focus {
    outline: 0px none!important;
}

.x-boxed-layout-active .site {
    background-color: transparent;
}

.x-logobar {
    background-color: #D3611F!important;
}

.x-brand {
    /*display: none!important;*/
}

.x-navbar {
    background: url('images/bg-nav.jpg') no-repeat 50% 50% #385900!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    margin: 10px auto;
}

p {
    margin-bottom: 1em;
}

.text-white, .text-white a, 
.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white h6 {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

@media (max-width: 1024px) {

    .flashlogo {
        display: none;
    }

    .x-brand {
        display: block!important;
    }
}

@media (max-width: 990px) {

    .x-navbar {
        background: #385900!important;
    }
}