/*
Theme Name: flush
Description: Flush child theme
Author: flush
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

#header.header-v1 {
    background: rgba(255, 255, 255, 0.9) !important;
}


.wrapall {
    background: #FDFBFA !important;
}

.counter-number {
    color: #BD452D !important;
    }
    
    
.callout .callout-text {
    font-size: 36px !important;
    font-weight: 600 !important;
	display: block !important;
    padding: 20px !important;
}


#fulltitle {
    background: #bd452d !important;
    }

.titlebar h1 {
	color: #FFF !important;
}

#breadcrumbs a {
    color: #FFF !important;    
    }

#breadcrumbs .current {
	color: #FFF !important;
	font-weight: bold !important;
}

#crumbs {
color: #FFF !important;

}


.customclass1 .social-icon a:hover {
    background: #bd452d !important;
    color: #ffffff;
}

.borderbuttonred a {
    border: 1px solid #bd452d !important;
    color: #bd452d !important;
     padding: 10px 20px !important;
     margin-top: -11px !important;
    border-radius: 3px;
    margin-right: 15px !important;
    margin-left: 5px !important;
}


.borderbuttonred a:hover {
    border: 1px solid #000 !important;
    color: #000 !important;
}


/* Show nav only on homepage */

.homeonly {
display: none;
visibility:hidden;
}

.home .homeonly {
display: block;
visibility: visible;
} 

.customclass1 {
    text-align: center !important;
}

.resume_button {
margin-bottom: 0 !important;
}

#footer {
    color: #FFF !important;
}

#footer a {
    color: #FFF !important;
}

#footer a:hover {
    color: #000 !important;
}

#copyright .copyright-text {
    color: #0a0a0a !important;
}
