/*
Theme Name: Publicity Point
Author: Abhinav Bhardwaj
Author URI: https://www.linkedin.com/in/abhinavbhardwaj3
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Publicitypoint
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.=
*/
.blog-list {
    padding: 0.5%;
}
.blog-container {
    padding-left: 3%;
   /* width: 97% !important; */
}
.entry-title  a {
    color: #f0ebf1;
    text-decoration: none;
}

.entry-title a:hover 
{
     color:#cdd4d6; 
     text-decoration:none; 
     cursor:pointer;  
}
.fix-size-image ul li img {
    width: 480px !important;
    height: 320px !important;
}
.no-results {
    margin: 0 0 0 3%;
    color: #fff;
}
.content-list {
    line-height: 1.3;
    list-style: none;
    color: #fff;
    font-size: 20px;
    padding:2%;
}
.content-image-box {
    width: 50%;
    float: left;
    display: block;
    padding: 2%;
    margin-top: 5%;
}

.hide-div {
    display: none;
}

html {
    overflow-x: hidden;
}
.div-block-16 {
    background-color: #000 !important;
    opacity: 10 !important;
}