/*
Theme Name:    Blacklite Rose
Theme URI:     http://zthemes.net/themes/blacklite
Author:        ZThemes.net
Author URI:    https://zthemes.net/
Description:   Blacklite Rose is a Responsive WordPress blog theme. Get free support and check the demo at http://zthemes.net/themes/blacklite
Template:      blacklite
Version:       1.0
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   blacklite-rose
Tags:          one-column, two-columns, right-sidebar, custom-background, footer-widgets, full-width-template, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, blog, news

*/

/*
Customizations of this theme start here
*/

/* style.css */


/*=========================================
 Header Layout Style
 ========================================*/

body {
  font-size: 13px;
  font-family: 'Lora', sans-serif;
}
div#page{
  box-shadow: none;
}
a {
    color: #fdad96;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Karla', sans-serif;
}
nav#site-navigation {
  background: #fff3f0;
}
time.entry-date:hover {
     color: #e2b1a5; 
}
nav#site-navigation a{
  color: #111111;
  font-style: normal;
  font-weight: 600;
  font-family: 'Karla',sans-serif;
}
#site-navigation .menu li a{
    font-size: 12px;
}
#site-navigation .menu li a:hover {
    color:  #e2b1a5;
}
div#top-social  a:hover,div#top-search  a:hover, .entry-share a:hover{
    color:  #e2b1a5;
}
#site-navigation ul.menu ul a{
  background-color: #fff;
}
#site-navigation ul.menu ul a:hover{
  background-color: #fff;
  color: #e2b1a5;
}
p.site-description {
  font-size: 9px;
}
.title-divider {
    border-top: 2px solid;
    display: block;
    max-width: 55px;
    margin: 0 auto 12px;
    color: #e2b1a5;
}
/*==========================================
 Single Post Style
 ==========================================*/

 h1.site-title {
  font-size: 30px;
  letter-spacing: 4px;
}
.entry-cate a {
  background-color: #e2b1a5;
}
.widget-title {
    border-color: #e2b1a5;
    background: #e2b1a5;
}
.entry-tags a:hover {
  background-color: #fbe6e0;
}
h2.widget-title, time.entry-date {
    font-family: 'Lora', sans-serif;
}
.entry-tags a, .widget .tagcloud a {
    font-family: 'Lora', sans-serif;
    text-transform: none;
}
.entry-more a:hover {
  background-color: #ecc4b9;
  border-color: #ecc4b9;
}
.entry-more a {
    color: #fff;
    font-family: 'Lora', cursive;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #e2b1a5;
    border-color: #e2b1a5;
}
.entry-box-post{
  margin: 0;
}
#site-navigation .menu .sub-menu, #site-navigation .menu .children {
    background-color: #fff3f0;
}
#site-navigation ul.menu ul a, #site-navigation .menu ul ul a {
    color: #111111;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 10px;
    min-width: 175px;
    line-height: 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    border-top: 1px solid;
    border-color: #fbe6e1;
}
.comment-form input.submit:hover {
  background:#e2b1a5;
  color:#FFF;
  border: 1px solid #e2b1a5;
}
.tagcloud .tag-cloud-link:hover {
  background-color:#e2b1a5 !important;
  color:#fff;
}
/*==========================================
 Footer Style
 ==========================================*/

 footer.site-footer {
  border-bottom: 10px solid #fff3f0;
  background-color: #fbf3f2;
}
footer .site-info {
  color: #727272;
  font-size: 10px;
  letter-spacing: 2px;
  font-style: italic;

}
#footer-social a {
    color: #999;
}
footer .site-info a {
    color: #e2b1a5;
    font-weight: 600;
}