/*
Theme Name: The Practice Child
Theme URI: http://themefuse.com/demo/wp/thepractice/
Description: Child theme for the The Practice. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: thepractice-parent
*/

@import url("../thepractice-parent/style.css");

.logo{
width:480px !important;
}


.link-more {
    color: #FF6800 !important; /*for "FIND OUT MORE" button from slider*/
}
 
.top_slider .pagination li.current a {
    background: #FF6800 !important; /*for silder pagination*/
}
 
.wp-caption, .image_frame {
    border-top:2px solid  #FF6800 !important; /*for top image border*/
}
.link-news-rss span {
    color: #FF6800 !important;
}
 
.slideshow.slideQuotes .slides_container .quote-text {
    color: #FF6800 !important; }
 
 
.quote-author, .quote-author span {
    color: #FF6800 !important;
}
 
footer a {
    color: #FF6800 !important; /*for links from footer*/
}
#topmenu .dropdown li a:hover, 
#topmenu .dropdown .current-menu-item a, 
#topmenu .dropdown .current-menu-item li a:hover, 
#topmenu .dropdown .current-menu-item .current_page_item a, #topmenu .dropdown .current-menu-ancestor a, 
#topmenu .dropdown .current-menu-ancestor a:hover,
 #topmenu .dropdown li li.current-menu-ancestor a, 
#topmenu .dropdown li .current-menu-ancestor .current-menu-item a,
 #topmenu .dropdown .menu-item-home.current-menu-item a, #topmenu .dropdown .menu-item-home a:hover {
    color: #FF6800 !important; /*for menu items*/
}
 
.sidebar .widget-container.nav_style2 a {
    color: #FF6800 !important;
}

