/*
Theme Name: Zenory
Theme URI: https://www.zenory.com/
Author: WordPress
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 10.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentyfourteen

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.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #AD60C9;
    border-color: #AD60C9;
}

.related-articles li .post-content > a, .related-articles li .post-content > p, .related-articles li .post-content > h1,.related-articles li .post-content > h2, .related-articles li .post-content > h3,
.related-articles li .post-content > h4{
    font-size: 12px;
    line-height: 18px;
    padding-left: 86px;
}

#categories-2 ul{
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
}



#categories-2 ul li a {
	color: #666666;
}

#categories-2 ul li a i {
	color: #e0e0e0;
	margin-top: 2px;
	margin-right: 5px;
}

.top-author, .post-author {
    position: relative;
      z-index: 9999;
}

.sidebar_custom{
    background: #FCF5FF !important;
    padding: 20px !important;
    padding: 20px !important;
    margin-bottom: 30px !important;
    /*max-width: 360px !important;*/
}
.sidebar_custom img, #primary #content img {
    max-width: 100% !important;
}
#adwidget_imagewidget-2,#adwidget_imagewidget-5,#adwidget_imagewidget-4{text-align: center;}
.sidebar img {float: none;}

@media (max-width:767px) {

    .excerpt .wp-image-1515, .post-single figure img, .alignnone.wp-image-1502 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
    }
    .top-author, .post-author {
        display: inline-block;
    }
    .post-single figure {
        width: 100% !important;
    }
    .rp4wp-related-post-content {
        width: 100%;
        display: inline-block;
    }
    .excerpt a {
        float: left;
        width: 100%;
    }
    .excerpt p {
        width: 100%;
        float: left;
    }
}