/*
Theme Name: Convergence Child
Theme URI: http://wpgurus.net
Template: convergence
Description: A child theme for Convergence/
Version: 1
Author: WP Gurus
Author URI: http://wpgurus.net
Tags: community, news, industry, blog
*/

#content {
    width: 675px;
}
#sidebar {
    width: 265px;
}
.widget {
    width: 205px;
}

#header .logo {
    background: url("img/logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 25px 0 30px 70px;
}

@media only screen and (max-width: 480px){
    #header .logo {
        background: transparent;
        padding-left: 0;
    }
}

#header .logo a:after {
    content: "";
}

#content .pagination {
    text-align: center;
}

#content .pagination .prev,
#content .pagination .next {
    float: none;
}

.page-numbers {
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 5px 10px;
    display: inline-block;
}
.page-numbers.current {
    background: #367be2;
    border: 1px solid #1d62c9;
    color: #fff;
    font-weight: bold;
}

body{
    font-size: 18px;
}

.inline-ad {
    padding: 15px;
    margin-bottom: 30px;
    background: #F5F5F5;
    border: 1px solid #FAFAFA;
    box-shadow: 0px 0px 2px #BCBCBC;
}
.inline-ad img {
    vertical-align: middle;
    margin-right: 10px
}

.textwidget .popular > li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.textwidget .popular > li:last-child {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.entry-content input {
    width: 50%;
}

.pr-list #content,
.pr-list #sidebar,
.pr-list #sidebar .widget {
    float: none;
    width: auto;
}

.post-template-reviews-grid #content article {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 50px;
    padding: 0;
}