/*
Theme Name: Politician Child Theme
Theme URI: http://webdesign-finder.com/politician
Template: politician
Author: themeslucky
Author URI: https://themeforest.net/user/themeslucky
Description: Politician - premium WordPress theme for politician, massage, manual therapist and rehabilitation.
Tags: Custom-Header, Left-Sidebar, Right-Sidebar, Post-Formats, Rtl-Language-Support, Theme-Options, Editor-Style, Sticky-Post
Version: 1.1.1
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: politician-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/**
 * Note that the previous method was 
 * to import the parent theme stylesheet using @import: this is no longer best practice,
 * as it increases the amount of time it takes style sheets to load.
 * 
 * See details: https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme
 * 
 * So, don't do that anymore: 
 */
/* @import url("../politician/style.css"); don't do that! */

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.entry-header-wrapper {
  /* override breadcrumb header image with file relative to this css file */
  background-image: url("images/breadcrumbs.jpg");
}
