
.page #primary {
    background: #fff;
    max-width: none !important;
    padding: 20px;
}

.home.page #primary {
    background: unset;
    max-width: unset;
    padding: unset;
}

@media (min-width: 481px) {
    .leftside {
        width: 66% !important;
        float: left;
        padding: 10px 20px;
        background: #fff;
        color: #000;
    }

    .rightside {
        width: 33% !important;
        padding: 10px 20px;
        float: right;
        background: #fff;
        color: #000;
    }

    .colors-custom .entry-content span>a {
        color: #0000ff !important;
        text-decoration: underline !important;
    }



    .wrap {
        max-width: none !important;
        width: 80% !important;
        padding: 0 30px !important;
    }
}

.leftside p,
.leftside h1,
.leftside h2,
.leftside h3,
.leftside a {
    color: #000 !important;
}

#masthead p,
#masthead h1,
#masthead h2,
#masthead h3,
#masthead a {
    color: #000 !important;
}

h1,
.h1 {
    font-size: 28px !important;
}

h3,
.h3 {
    font-size: 20px !important;
}

.leftside {
    background: #fff;
    color: #000;
}

.rightside {
    padding: 10px 20px;
    background: #fff;
    color: #000;
}

a img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 480px) {

    #contenta .column-0 img {
        width: 45% !important;
    }

    #primary {
        margin: 0px !important;
        width: 100%;
        max-width: 100% !important;

    }

    #contenta .column-1 img {
        width: 100% !important;
        max-width: none;
    }

    .wrap {
        padding: 0px !important;
    }

    #contenta table {
        min-width: 270px;
        margin-left: -16px;
    }

    #contenta {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    #contenta a.pela {
        font-size: 11px;
    }

    #contenta tr td {
        padding: .2em .4em;
        font-size: 11px;
        line-height: 15px;
    }

    #contenta .tablepress img {
        margin: 0;
        padding: 0;
        border: none;
        max-width: 75px;
    }
}

#contenta .tablepress img {
    margin: 0;
    padding: 0;
    border: none;
    margin: 0 auto;
}

#contenta a.pela::after {
    content: "";

}

#contenta a:link {
    color: #dd3333;
}

#contenta .entry img {
    max-width: 100%;
    height: auto;
}

#contenta .tablepress td b::before {
    content: "\f14a";
    font-family: FontAwesome;
    font-weight: 100;
    color: rgb(219, 21, 0);
    margin-right: 10px;
}

.column-1 img {
    width: 65%;
    max-width: none;
}

#contenta a.pela {
    background: #65C733;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 5px 10px 10px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 0;
    border: 1px solid #4D882F;
    border-radius: 2px;
    box-shadow: 1px 1px rgba(0, 0, 0, 0.32);
}

#contenta table {
    border-collapse: collapse;
    border-spacing: 0;

    margin: 1em 0;
    text-align: left;
    width: 100%;
    color: #000;
}

#contenta table {
    border: none;
}

#contenta .tablepress thead th {
    background-color: #fff;
    font-weight: 700;
    vertical-align: middle;
    border-bottom: 1px solid #d4d4d4;
    padding: 4px;
}

#contenta .tablepress tbody tr:first-child td {
    border-top: 0;
}

#contenta .tablepress .even td {
    background-color: #fff;
}

#contenta .tablepress tbody td {
    vertical-align: middle;
}

#contenta .tablepress td {
    padding: 10px 5px !important;
    border: none;
    background: 0 0;
    text-align: left;
    float: none !important;
}

#contenta {
    width: 100% !important;
    margin: 0 auto;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column-1 {
    text-align: center !important;
}

@media (min-width: 768px) {
    .custom-logo-link {
        float: left !important;
        width: 15% !important;
    }

    .site-branding-text {
        float: right !important;
        width: 85% !important;
    }
}

@media (max-width: 768px) {
    .menu-toggle {
        float: right !important;
    }

    .toggled-on #top-menu {
        padding-top: 30px !important;
    }

    /*	#top-menu{
display: block !important;
}
#top-menu li{
float: left!important;
padding: 0 10px!important;
} */
    .custom-logo-link {
        float: left !important;
        width: 25% !important;
    }

    .site-branding-text {
        float: right !important;
        width: 73% !important;
    }

    .site-branding-text h1 {
        font-size: 13px !important;
    }
}

.site-content {
    padding: 20px !important;
}

.entry-header {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.leftside tr th:nth-child(1),
.leftside tr td:nth-child(1) {
    display: none !important;
}

.pela.thirstylink:after {
    display: none !important;
}

aside#text-6 a {
    color: #000 !important;
}

.pela:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(116, 215, 36, .3) !important;
    box-shadow: 0 10px 15px 0 rgba(116, 215, 36, .3) !important;
}

.column-1:hover img {
    -ms-transform: scale(1.1) !important;
    /* IE 9 */
    -webkit-transform: scale(1.1) !important;
    /* Safari 3-8 */
    transform: scale(1.) !important;
    transition-duration: .5s !important;
}

#main .wrap {
    background: #fff !important;
}