/*
 Theme Name: CompassTheme-Child
 Theme URI: 
 Description: Theme Name Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: compasstheme
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Compass Theme Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/* This will import the stylesheet from the Theme Name parent theme */
@import url('../compasstheme/style.css');

.content_bar h1 {
	background-color: #009ee1;
	color: #fff;
	padding: 5px;
	margin-right: 25%;
}


.bottom_tagline .bottom_tagline_button a {
    background: #009ee1;
    }
    
#menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    color: #fff;
    background-color: #009ee1;
    border-bottom: 2px solid #388dc0;
}

.sl-slide-inner p{
	font-size:25px;
	color:#fff;
}
.salesdetails{
width:472px;
background:rgba(0, 158, 225, 0.6);
padding:32px 22px 22px 26px;
font-size: 20px;
-webkit-animation: fadeInLeft;
-moz-animation: slideInLeft;
-o-animation: slideInLeft;
animation: slideInLeft;
-webkit-animation-duration: .7s;
-webkit-animation-delay: .4s;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 2s;
-moz-animation-delay: .6s;
-moz-animation-timing-function: ease-in-out;
-moz-animation-fill-mode: both;
-o-animation-duration: 2s;
-o-animation-delay: .6s;
-o-animation-timing-function: ease-in-out;
-o-animation-fill-mode: both;
-ms-animation-duration: 2s;
-ms-animation-delay: .6s;
-ms-animation-timing-function: ease-in-out;
-ms-animation-fill-mode: both;
animation-duration: 2s;
animation-delay: .6s;
animation-timing-function: ease-in-out;
animation-fill-mode: both;
color:#fff;
}
