/*
    Theme Name: ProTheme
    Description: This is a child theme
    Author: ProTheme
    Template: flatsome
    Version: dev
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.timeNow {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
a.btn_login:hover {
    opacity: .8;
}
.btn_register:hover {
    background-position: bottom;
    color: #fff;
}
.btn_login {
    text-align: center;
    width: 85px;
    height: 20px;
    text-decoration: none;
    background-color: #00b2b9;
    border-radius: 3px;
    padding: 2px 15px;
}
.login_div a {
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.btn_register {
    width: 95px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 10px;
    background-image: url( './assets/images/btn_addMember.png' );
    padding: 2px 27px 2px 12px;
}
.btn_register {
    background-size: cover;
}
.login_div a {
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.sidebar-menu li.html {
    display: contents;
}
.sidebar-menu .login_div {
    margin-bottom: 25px;
}
.nav>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav-dropdown li.active>a, .nav-column li.active>a, .nav-dropdown>li>a:hover, .nav-column li>a:hover {
    color: rgb(6 67 120);
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: rgb(66 65 65);
}
.entry-content p {
    text-align: justify;
}
/*SET BG*/
.category #main, .single #main {
    background: #e5e5e5;
}
.search #main {
    background: #e5e5e5;
}
.tag #main {
    background: #e5e5e5;
}
.category .post-item .col-inner {
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
}
.archive .post-item .col-inner {
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
}
.search .post-item .col-inner {
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
}
.single article {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 10px;
}
.yivic-Entry span.entry-date {
    font-weight: bold;
    font-size: 12px;
    color: #fd9001;
}
.yivic-Entry .entry-category.is-xsmall {
    display: inline;
}
.widget .box-text.text-left.is-xsmall {
    padding-bottom: 0;
}
.archive .widget .post-item .col-inner {
    padding: 0;
}
.search .widget .post-item .col-inner {
    padding: 0;
}
.category .widget .post-item .col-inner {
    padding: 0;
}
.archive .widget .post-item .col-inner .box-text.text-left.is-small {
    padding: 6px 0 0 0;
    margin-bottom: 15px;
}
.single .widget .post-item .col-inner .box-text.text-left.is-small {
    padding: 6px 0 0 0;
    margin-bottom: 15px;
}
.search .widget .post-item .col-inner .box-text.text-left.is-small {
    padding: 6px 0 0 0;
    margin-bottom: 15px;
}
.category .widget .post-item .col-inner .box-text.text-left.is-small {
    padding: 6px 0 0 0;
    margin-bottom: 15px;
}
.archive .post-item .col-inner .box-image img {
    border-radius: 10px;
}
.category .post-item .col-inner .box-image img {
    border-radius: 10px;
}
.search .post-item .col-inner .box-image img {
    border-radius: 10px;
}
.archive .widget .post-item .col-inner .box-image img {
    border-radius: 10px;
}
.single .widget .post-item .col-inner .box-image img {
    border-radius: 10px;
}
.entry-header-text {
    padding: 0;
}
aside.widget {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}
.post-sidebar.large-4.col {
    padding-left: 15px;
}
.large-8.col {
    padding-right: 15px;
}
/* BVLQ */
/**/
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
ul.row.related-post li {
    list-style: none;
}
.relatedcat {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}
.related-title {
    line-height: 1.3;
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
    height: 65px;
}
.relate-box {
    background-color: #e5e5e5;
    padding: 10px;
}
.relatedcat > p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.relatedcat > p:before {
    background: url('./assets/images/icon-title.svg') 0/100% no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
    width: 12px;
}
.relatedcat .is-divider {
    width: 100%;
    max-width: 160px;
    position: relative;
    background: transparent;
}
.relatedcat .is-divider:before {
    background-color: #d93;
    position: absolute;
    z-index: 1;
    content: '';
    height: 4px;
    width: 100px;
    visibility: visible;
}
.relatedcat .is-divider:after {
    background-color: #214790;
    width: 50%;
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    visibility: visible;
}
#comments .comment-respond {
    background-color: rgb(255 255 255);
    border-radius: 10px;
}
span.widget-title span:before {
    background: url('assets/images/icon-title.svg') 0/100% no-repeat;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    vertical-align: middle;
    width: 12px;
}
span.widget-title {
    font-size: 1em;
    font-weight: 600;
}
.is-divider {
    width: 100%;
    max-width: 160px;
    position: relative;
    background: transparent;
}
.is-divider:before {
    background-color: #d93;
    position: absolute;
    z-index: 1;
    content: '';
    height: 4px;
    width: 100px;
    visibility: visible;
}
.is-divider:after {
    background-color: #214790;
    width: 50%;
    position: absolute;
    content: '';
    height: 4px;
    width: 50%;
    right: 0;
    visibility: visible;
}
h3.comments-title.uppercase {
    background: #fff4d7;
    padding: 15px;
    border-radius: 10px;
}
.ux-menu.stack.stack-col.justify-start.topFooterMenu {
    flex-direction: unset;
    color: #fff;
    opacity: .6;
    font-size: 15px;
}
.topFooterMenu .ux-menu-link:hover {
    color: #fff;
    opacity: 0.9;
}
.topFooterMenu .ux-menu-link a:hover {
    color: #fff;
    opacity: 0.9;
}
.ux-menu.stack.stack-col.justify-start.topFooterMenu a {
    padding: 5px;
}
.ux-menu.stack.stack-col.justify-start.topFooterMenu a:before {
    padding: 0;
    content: "";
}
.ux-menu.stack.stack-col.justify-start.topFooterMenu .menu-item:last-child a:after {
    display: none;
}
.ux-menu.stack.stack-col.justify-start.topFooterMenu a:after {
    content: "|";
    padding-left: 10px;
}
.ftLogo {
    border-top: 1px solid #ffffff1a;
    margin-top: 10px;
}
/* END BVLQ */
.page-template-page-right-sidebar main#main #content p {
    text-align: justify;
}
.page-template-page-right-sidebar main#main .large-4.col {
    padding-left: 15px;
}
.page-template-page-right-sidebar main#main {
    /*background-color: #e5e5e5;*/
}
.archive h6.entry-category.is-xsmall.yivicBreadcrumbs {
    padding: 10px;
    background: #fff;
    line-height: 10px;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.search h6.entry-category.is-xsmall.yivicBreadcrumbs {
    padding: 10px;
    background: #fff;
    line-height: 10px;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.category h6.entry-category.is-xsmall.yivicBreadcrumbs {
    padding: 10px;
    background: #fff;
    line-height: 10px;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.tag h6.entry-category.is-xsmall.yivicBreadcrumbs {
    padding: 10px;
    background: #fff;
    line-height: 10px;
    height: 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
div#kubetsdt {
    border-radius: 5px;
}
.formsdt form-control.wpcf7-submit.dkform {
    margin: 5px 0 0 0px;
    border-radius: 3px;

}
input.wpcf7-form-control.wpcf7-submit.dkform {
    background-color: #4fc5a6;
    min-width: 38%;
    border-radius: 3px;
}
span.register-form-title {
    color: #43a78d;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
@media only screen and ( max-width: 48em ) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .page-template-page-right-sidebar main#main .large-4.col {
        padding: 0 15px 30px;
    }
    .ux-menu.stack.stack-col.justify-start.topFooterMenu .menu-item a:after {
        display: none;
    }
    .ux-menu.stack.stack-col.justify-start.topFooterMenu {
        flex-direction: column;
    }
    .post-sidebar.large-4.col {
        padding: 0 15px 30px;
    }
    .large-8.col {
        padding: 0 15px 30px;
    }
    .related-title {
        height: initial;
    }
}