/*
Theme Name: StuffPost Child
Theme URL: ebolution.com
Description: StuffPost Child Theme
Author: Ebolution
Author URL: ebolution.com
Template: stuffpost
Version: 1.0.0
Text Domain: stuffpost-child
*/ 

.ad * {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cursiva {
    font-style: oblique;
}

a.no-underline {
    color: #0073aa !important;
    font-weight: bold;
    text-decoration: none;
}

a:active, a:hover {
    outline-width: 0;
}

.link-whitelist a {
    color: black;
    background-color: #f5973b;
    border-radius: 10px;
    line-height: 30px;
    font-weight: bold;
}

.link-whitelist a:hover {
    border: 2px #000 solid !important;
}

#mobile-menu .moible-menu-inner ul li.link-whitelist a {
    color: #f5973b !important;
    line-height: 20px;
    font-weight: bold;
    border-radius: 0px;
}