/*
Theme Name:     Industro Child
Theme URI:      http://wpdemo2.oceanthemes.net/industro/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industro
*/

@import url("../industro/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
:root {
    --main-bg-color: #001489;
    --primary-color: #FF3B30;
    --text-color: #ffffff;
    --light-color: #f7f7f7;
    --secondary-color: #001489;
}

body {
    background-color: var(--main-bg-color);
    color: var(--light-color);
}

.site-header {
    background-color: var(--main-bg-color);
}

.has-fixed .main-header {
    background-color: var(--main-bg-color);
}

.main-navigation a {
    color: var(--text-color);
}

.footer-bottom {
    background-color: var(--main-bg-color);
}

.row-light {
    color: #0c0c0c;
    padding: 65px 0 65px;
    background-color: var(--light-color);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
}

#menu-btn {
    color: white;
}

.header-call-to-action-mobile {
    display: none;
}

@media (max-width: 991px) {
    .header-call-to-action-mobile {
        display: block;
    }

    .header-call-to-action-mobile .btn-cta {
        float: left;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .header-call-to-action-mobile .btn-cta .btn {
        padding: 5px 10px 5px 10px;
    }
}
