/*
 Theme Name:     Newspaper Child Theme
 Description:    Newspaper Child Theme
 Author:         Buyways
 Author URI:     http://www.buyways.nl
 Template:       Newspaper
 Version:        1.1
*/

@import url("../Newspaper/style.css");

/* =Theme customization
------------------------------------------------------- */

.block-title {
    line-height: 30px;
}

.classifieds td {
    line-height: 14px;
    padding: 6px 0;
}

.classifieds td:first-child {
    max-width: 62px;
    padding: 0 5px
}

.classifieds a {
    font-family: arial;
    font-size: 12px;
    color: #3F525A;
}

.textwidget iframe {
    float: none;
}

.sd-banner {
    margin: 20px auto;
    text-align: center;
}

.ad-mobile,
.ad-tablet,
.ad-desktop,
.sd-banner-multiple-rectangle,
.sd-banner-multiple-rectangle-mobile {
    display: none;
}

.widget_adrotate_widgets {
    margin-bottom: 20px;
}

@media screen and (min-width: 1141px) {
    .ad-desktop {
        display: block;
        margin-top: 20px;
    }
    .sd-banner-multiple-rectangle {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
    .ad-tablet {
        margin-top: 20px;
    }
}

@media screen and (min-width: 481px) and (max-width: 1140px) {
    .ad-tablet,
    .sd-banner-multiple-rectangle {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .ad-mobile,
    .sd-banner-multiple-rectangle-mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #td-top-search {
        position: absolute;
        left: 56px;
        top: 4px;
    }
}

.td_ajax-prev-page {
    position: relative !important;
    display: inline-block;
    margin-right: 5px;
}

.td-ajax-next-page {
    position: relative !important;
    display: inline-block;
}

.td-next-prev-wrap {
    float: right;
    width: 60px;
}
