/* =WordPress Core
-------------------------------------------------------------- */
.author-row ul li a {
    padding: 0 4px 0 2px;
}
@media (min-width: 1024px) {
    .add-nav ul li .btn-orange {
        font-size: 14px;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        margin: -8px -1px 0 11px;
        padding: 0 20px;
        color: #fff;
        position: relative;
    }
}
@media (max-width: 1023px) {
    .add-nav ul li .btn-orange {
        display: block;
        padding: 0;
        margin: 0;
        line-height: 30px;
    }
    .add-nav ul li:last-child {
        margin: 0;
    }
}

#nav .drop ul {
    padding: 0 0 25px;
}
#nav .drop ul li {
    padding: 14px 0 0;
    display: block;
}

#nav .drop-col>.title a {
    text-transform: uppercase;
    color: #2f1a45;
}
#nav .drop-col>.title a:hover {
    color: #ef7622;
}

.navigation .title a {
    color: #2f1a45;
    text-decoration: none;
    text-transform: uppercase;
}
#nav .drop-col>ul>li>a {
    color: #8f8f8f;
    text-decoration: none;
    text-transform: none;
}
.navigation .sub-menu .title {
    display: inline-block;
    padding: 11px 0 0;
}

@media (max-width: 1023px) {
    #nav .drop-col>.title a:hover {
        color: #2f1a45;
    }
    #nav .drop-col>ul>li>a {
        color: #ffffff;
        text-decoration: none;
        text-transform: none;
    }
    #nav .drop-col>ul>li {
        padding: 5px 0 0;
    }
}
.category-filter .head {
    position: relative;
    margin: 0 0 10px;
    z-index: 3;
}
.category-filter .head {
    background: #2f1a45;
    color: #fff;
    padding: 11px 15px;
}
.category-filter .head h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.malinky-load-more__button {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff !important;
    background: #ef7622;
    min-width: 105px;
    padding: 14px 10px 13px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
}
.malinky-load-more__button {
    background: #00a8e1;
    min-width: 127px;
    padding: 8px 5px;
}
.posts .malinky-load-more {
    text-align: left;
}
.yarpp-related {
    margin: 0;
}

.yarpp-related a{
    text-decoration: none;
    font-weight: normal;
}

.yarpp-related .yarpp-thumbnail-title{
    text-align: left;
    font-weight: normal;
    font-size: 96%;
    text-decoration: none;
}

.yarpp-related h3{
    font-weight: normal;
    padding: 0 0 5px 0;
    font-size: 125%;
    text-transform: capitalize;
    margin: 0;
}

.alignright{
    float: right;
    margin: 0 0 10px 15px;
}

.alignleft{
    float: left;
    margin: 0 15px 10px 0;
}
p{
    word-wrap: break-word;
}
td,th{
    word-break: break-word;
}
.article img {
    width: inherit;
    margin: 12px auto;
}
.article-single a.readmore-link {
    display:block;
    color: #00a8e1;
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    white-space: normal;
}
.article-single .author-block .name {
    overflow: hidden;
    font-size: 16px;
    margin: 0 0 7px;
    font-weight: 600;
}
.article .author, .article .meta ul li.author-url {
    float: inherit;
    width: inherit;
}
.article .meta ul .category a {
    text-decoration: underline;
}
.article .meta ul .category a:hover {
    text-decoration: none;
}
.article .meta ul .author-url a {
    font-weight: 600;
}
a.load_more_widget {
    background: #00a8e1;
    min-width: 127px;
    margin-top: 5px;
    padding: 8px 5px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
}
.article-single .article {
    margin: 0;
    padding: 0;
    border-bottom: none;
}