/*
 Theme Name:   WP-Prosperity Child Theme
 Theme URI:    http://wp-prosperity.com
 Description:  WP-Prosperity Child Theme
 Author:       Michael Pollock
 Author URI:   http://michaeldpollock.com
 Template:     wp-prosperity
 Version:      1.0
 Text Domain:  themebeagle
*/

@import url("../wp-prosperity/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.ad-content-bottom,
.ad-content-top,
.ad-below-post {
border:0;
padding:0;
}



@media only screen and (min-width: 801px) and (max-width: 971px) {
    .two-column #primary {
        width: calc(100% - 330px);
    }
    .two-column #secondary {
        width: 300px;
    }
    .tb-col-border.wide {
        right: 315px !important;
        left: unset !important;
        position: absolute;
    }
}

