/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Breadcrumbs style */



/* Title color */
#top .alternate_color.title_container .main-title a { 
    color: white; 
}

/* Breadcrumb link color */
.breadcrumb-trail * { 
    color: white!important; 
}

/* Breadcrumb trail background color */
.breadcrumb-trail { 
    background-color: #2D5C88!important; 
}

/* Ensure text in breadcrumbs is white */
.breadcrumb-trail span, .breadcrumb-trail a { 
    color: white; 
}


#top .avia-post-nav {
    display: none;
}


.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
  background-color: #2D5C88 !important;
}

