/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1400px;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

section#breadcrumb {
    margin: 10px 0 10px 0;
}

section#breadcrumb .breadcrumb {
    border-radius: 5px;
    font-family: "Roboto";
}

section#breadcrumb .breadcrumb ul li a, section#breadcrumb .breadcrumb ul li b {
    font-size: 13px;
}

section#breadcrumb .breadcrumb ul li {
    margin-right: 10px;
    float: left;
    font-size: 13px;
}

.detail-header {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

table#work_maker tr td {
    height: 25px;
    padding: 0 6px 0 0;
    line-height: 1.5 !important;
    display: block;
    vertical-align: bottom;
    padding-top: 5px;
}

table#work_maker tr th {
    line-height: 1.5;
    vertical-align: middle;
    height: 25px;
    padding: 0 6px 0 0;
}

.detail-header h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.detail-header .single-rate {
    margin-bottom: 20px;
}

#work_maker .success, #work_maker .error {
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 4px 4px 0;
    position: relative;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    cursor: default;
    vertical-align: top;
}

#work_maker .success {
    background: #e6f7d6;
    color: #56842a;
}

#work_maker .error {
    color: #946b41;
    background: #ffebd9;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.details-short .post-date {
    color: #17afa8;
    font-weight: bold;
}

.tagcloud a {
    font-size: 0.8em !important;
    display: inline-block;
    border: 1px solid currentColor;
    opacity: .8;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
}

.single-support {
    margin: 10px 0;
}

.single-button {
    padding: 10px;
}

.single-button a {
    width: 100%;
    background-color: #008cb2;

}

.tagcloud a {
    border: none;
    background: #e0e0e0;
    color: #000;
    padding: 4px 10px;
}

.footer-bar {

    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 4.5rem 0 1rem 0;
    margin-top: 4rem;
    font-size: 13px;
}

.footer-bar-item a {
    border-left: 1px solid #ccc;
    padding: 0 15px;
    color: #f7f7f7;

}

.footer-bar-line-2 {
    margin: 15px 0 15px 0;
}

.footer-bar ul.text-center li {
    display: inline;
}

.footer-bar-line-2 {
    color: #fff;
}

.post-custom-hentai .button-download.text-center {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}

.post-custom-hentai .block-product img.thumbnail {
    height: 500px;
    object-fit: cover;
}

.post-custom-hentai .post-title.text-center {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: rgba(236, 245, 252, 0.87);
    font-weight: bold;
    text-shadow: 3px 3px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.post-custom-hentai .header-item-post:hover .post-title {
    display: inherit;
}

.post-custom-hentai .header-item-post {
    position: relative;
}

#menu-menu-footer li {
    border: none;
    display: inline;
    border-left: 1px solid #fff;
}

#menu-menu-footer li a {
    color: #fff;
    padding: 0 10px;
}

#menu-menu-footer li:first-child {
    border-left: none;

}

#menu-menu-footer {
    text-align: center;
}

.page-title {
    display: none;
}

.wp-pagenavi .page {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    margin-right: 5px;
    color: #ffae00;
    display: inline-block;
    border: 1px solid #ffae00;
    font-weight: bold;
}

.wp-pagenavi span.current {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    margin-right: 5px;
    color: #000;
    display: inline-block;
    border: 1px solid #ddd;
    border: 1px solid #ffae00;
    background: #ffae00;
    color: #ffffff;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    color: #ffae00;
    font-size: 12px;
}

.nav-pagination > li > .current, .nav-pagination > li > a {
    border-color: #ffae00;
    background-color: #ffae00;
}
#work_maker li {
    list-style: none;
    font-weight: bold;
}
#work_maker li span {
    font-weight: 400;
}
.single-button a {
    background: none;
}