/*
Theme Name: SongWriter Child
Theme URI: http://www.tomastoman.cz/songwriter/
Author: Saiful Islam Dipak
Author URI: http://kutubbaghdarbar.org.bd/
Description: SongWriter is an easily customizable multipurpose theme. It is a fully responsive and Retina ready theme that allows for easy viewing on any device. It can be adapted to your needs using the Theme Customizer. SongWriter theme offers 3 pre-defined color schemes, 220 Google fonts, sidebar and footer widget areas, contact information in header, ability to set your header logo, theme documentation and much more. Supports popular plugins WooCommerce and Breadcrumb NavXT. Available in Brazilian Portuguese, Czech, Danish, Dutch, English, French, German, Greek, Italian, Romanian, Russian, Slovak and Spanish.
Template: songwriter
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, entertainment, news
Text Domain: songwriter-child
*/

/* header
-------------------------------------------------------------- */

body .header-content-wrapper {
  padding: 0px;               
}

body .header-content {
    width: 100%;                         
}

/* post listing page headline font color changed (ver 1.1 : 13-Jul-2017) */
.entry-headline {
  color: #fffefe;
  font-size: 25px;
  font-family: Arial;
  font-weight: normal;
  line-height: 120%;
  margin: 0;
  position: relative;                                  
}  

/* post listing page headline background color changed (ver 1.1 : 13-Jul-2017) */
.entry-headline-wrapper-inner {
    background: #f36868;
}

/* post listing excerpt background color changed (ver 1.1 : 13-Jul-2017) */
.post-entry {
    background: #fea;
}

.entry-headline-wrapper-home {
  display: none;
}

p, ul, ol, li, dl, address {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 15px;
  text-align: left;
}

.sidebar-widget p,
.sidebar-widget ul li,
.sidebar-widget ol li {
  color: #333333;
  font-size: 15px;
  padding: 4px;
  line-height: 1.4em;
}


/* sidebar widget html tag <a></a> text decoration changed (ver 1.2 : 25-Jul-2017) */
.sidebar-widget a {
  text-decoration: none;
}

/* post headline background color changed (ver 1.1 : 13-Jul-2017) */
.entry-headline-wrapper {
  background: #fea;                       
}

/* tabbed sidebar widget headline background color changed (ver 1.1 : 13-Jul-2017) */
.utw .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #ad7;
}

/* sidebar widget headline background color changed (ver 1.2 : 25-Jul-2017) */
/* sidebar widget headline background color changed & padding added (ver 1.1 : 13-Jul-2017) */
.sidebar-widget .sidebar-headline {
    background: #ad7;
    padding: 7px 0 7px 7px;
}

/* sidebar widget background color changed (ver 1.3 : 09-Aug-2017) */
/* sidebar widget background color changed (ver 1.2 : 25-Jul-2017) */
/* sidebar widget background color changed (ver 1.1 : 13-Jul-2017) */
.sidebar-widget-inner {
    background: white;
}
