/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
.inner p {
    display: none;
}
p {
    padding-bottom: 15px;
}


#header-secondary-outer {
    position: fixed!important;
}
#header-secondary-outer {
    background-color: #F3F3F3E6;
}

header#top {
    margin-top: 28px!important;
}
/*body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
    margin-top: 0px;
    padding-top: 0px;
}*/
#copyright .col.span_5 {
    float: right;
    width: 100%!important;
}
#copyright .col.span_5 a:hover {
    color: #fff!important;
}
#copyright .col.span_5 a {
    color: #ccc!important;
}
#footer-outer .widget h4 {
    font-family: Roboto!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    font-size: 18px!important;
    font-weight: 700!important;
}

.rbq {
	padding-left:20px;
	font-size:12px;
	display: block;
	float: left;
	height: 24px;
	line-height: 34px;
}
.top-phone {
	color:#a6a6a6!important;
}
.top-hour {
	color:#a6a6a6!important;
}

@media only screen and (max-width: 690px) {	

.rbq {
	display:none;
}
.top-phone {
	display:none;
}
.top-hour {
	display:none;
}
}
@media only screen and (max-width: 1023px) {	
	div#ajax-content-wrap {
    top: -150px!important;
    position: relative;
}
	}