.banners_error {
    color: red;
}

.banners_ad {
    /* banner css */
    overflow: hidden;
}

.banners_ad:hover {
    /* banner hover css */
}

.banners_ad iframe {
    width: 100%;
    height: auto;
}

pre.banners {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}


/* Quit Hoggint */

.banners-quit-hogging {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    padding-top: 15px;
}

.banners-quit-hogging div {
    position: fixed;
    margin: auto;
    width: 60%;
    background-color: white;
    color: #333;
    padding: 20px 40px;
    font-family: Arial, Liberation Sans, DejaVu Sans, sans-serif;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}


/* Responsive */


/** Tablets **/

@media (max-width:768px) {
    div.banners_ad {
        width: 100% !important;
        height: auto !important;
    }
    div.banners_ad img {
        width: 100% !important;
        height: auto !important;
    }
}


/** Smart Phones **/

@media (max-width: 480px) {
    div.banners_ad {
        width: 100% !important;
        height: auto !important;
    }
    div.banners_ad img {
        width: 100% !important;
        height: auto !important;
    }
}


/* ensure container doesn't clip the full image */

.wpb-alternate-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}


/* thumbnail sits in the normal flow */

.wpb-alternate-thumb {
    display: block;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.2s ease;
}


/* full‐size starts straight above, out of view */

.wpb-alternate-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}


/* the "open" state: bring the full down into view */

.wpb-alternate-container.open .wpb-alternate-full {
    transform: translateY(0);
}


/* hide the thumb instantly as we open */

.wpb-alternate-container.open .wpb-alternate-thumb {
    opacity: 0;
}

.wpb-alternate-full a {
    outline: none;
}

.wpbr-geolocations {
    margin: 20px 0;
}

.wpbr-geolocations-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpbr-geolocation-item {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.wpbr-geolocation-id {
    font-weight: bold;
    color: #666;
}

.wpbr-geolocation-country {
    color: #333;
}

.wpbr-geolocation-state,
.wpbr-geolocation-city {
    color: #666;
}

.column-shortcode code {
    display: inline-block;
    padding: 4px 8px;
    background: #f0f0f1;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}

.column-shortcode code:hover {
    background: #e0e0e1;
}

.wpb-banner-hardcode-wrapper,
.wpb-banner-hardcode-wrapper > .banners {
    width: 100%;
}

.wpb-banner-hardcode-wrapper > .banners > * {
    max-width: 100%;
}

.wpb-banner-hardcode-wrapper p:empty, .wpb-banner-hardcode-wrapper br {
    display: none;
}