/*
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 2.7.3
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
Text Domain: Divi


.ccfHeader{
text-align:center; 
max-height: 160px; 
background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(170,8,181,1) 54%, rgba(170,8,181,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(48%, rgba(255,255,255,1)), color-stop(54%, rgba(170,8,181,1)), color-stop(100%, rgba(170,8,181,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(170,8,181,1) 54%, rgba(170,8,181,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(170,8,181,1) 54%, rgba(170,8,181,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(170,8,181,1) 54%, rgba(170,8,181,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 48%, rgba(170,8,181,1) 54%, rgba(170,8,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aa08b5', GradientType=1 );
}

@media screen and (max-width: 1080px){
.ccfHeader{
background:none;
}
}

*/


#breadcrumbs{ 
text-align: right; 
margin-top: 15px;  
font-size: 12px;
}
@media screen and (max-width: 980px){
#breadcrumbs{ 
font-size: 12px;
}
}

