/*
Theme Name: Unity Blog
Theme URI: http://sensationaltheme.com/downloads/unity-blog-child/
Template: classic-blogbell
Author: Sensational Theme
Author URI: http://sensationaltheme.com/
Description: Theme Unity Blog WordPress is a versatile and stylish WordPress theme designed specifically for the Blogs. Its features make it an ideal choice for a wide range of topics and styles, offering both functionality and aesthetic appeal. Unity Blog WordPress offers a perfect blend of functionality, design, and customization options, making it an excellent choice for anyone looking to create a professional and visually appealing blog or magazine website. Designed to provide an exceptional user experience, Unity Blog boasts a fully responsive layout, ensuring seamless performance across all devices. From desktops to smartphones, your content will captivate audiences with its flawless presentation.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,editor-style,right-sidebar,full-width-template,two-columns,grid-layout,custom-colors,custom-header,custom-logo,featured-image-header,blog,entertainment
Version: 1.0
Tested up to: 6.6
Requires PHP: 5.6
Text Domain: unity-blog
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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.

BlogSen business is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
#  
--------------------------------------------------------------*/
:root{
	--primary-color:#CA9755 !important;
}
.main-navigation a,
.main-navigation ul ul li a{
    color: #fff;
}
.header-one #masthead, 
.modern-menu #masthead{
    border-color: #333;
    padding: 10px 0;
}
.paged #editorpick,
#message,
#slider{
    display: none !important;
}
.home-five.dark-layout #editorpick{
    padding: 30px 0 60px;
}
#editorpick article{
    margin-bottom: 30px;
}
#editorpick .editorpick-top-wrapper article .editorpick-top-item-wrapper{
    position: relative;
}
#editorpick .editorpick-top-wrapper article .entry-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 40px 40px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  color: #333;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.9));
}
#editorpick .editorpick-top-wrapper article .entry-meta a,
#editorpick .editorpick-top-wrapper article .entry-title a{
    color: #333;
}
#editorpick .editorpick-top-wrapper article .entry-meta a:hover,
#editorpick .editorpick-top-wrapper article .entry-meta a:focus,
#editorpick .editorpick-top-wrapper article .entry-title a:focus,
#editorpick .editorpick-top-wrapper article .entry-title a:hover{
    color: #000;
}