/*
Theme Name: Empretec Comunidad
Description: Template de El Pixel
Author: El Pixel
Template: elpixel-empretec
Version: 1.0.2
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.foros_home {
    font-family: 'Avenir', sans-serif;
}

.foro_single p,
.foros_home p {
    font-size: 17px;
    color: #262626;
}

.foro_single li,
.foros_home li {
    list-style: none;
    font-size: 16px;
}

.foro_single ul,
.foros_home ul {
    padding-left: 0px;
}

.box-shadow-material {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
}

.foros_home .item .overlay {
    height: unset !important;
}

.foros_home .item .img-inner {
    margin-top: unset !important;
}

.foro-search .image span,
.foros_home .item .overlay span {
    background-image: url(/wp-content/themes/elpixel-empretec/assets/icons/foro-bg.svg);
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}


.foro .btn {
    margin-bottom: 5px;
}

.foro .grid {
    position: relative;
    width: 100%;
    background: #fff;
    color: #666666;
    border-radius: 2px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.foro .grid .grid-body {
    padding: 15px 20px 15px 20px;
    font-size: 0.9em;
    line-height: 1.9em;
}

.foro .search table tr td.rate {
    color: #f39c12;
    line-height: 50px;
}

.foro .search table tr:hover {
    cursor: pointer;
}

.foro .search table tr td.image {
    width: 50px;
}

.foro .search table tr td img {
    width: 50px;
    height: 50px;
}

.foro .search table tr td.rate {
    color: #f39c12;
    line-height: 50px;
    min-width: 103px;
}

.foro .search table tr td.price {
    font-size: 1.5em;
    line-height: 50px;
    min-width: 136px;
}

.foro .search #price1,
.foro .search #price2 {
    display: inline;
    font-weight: 600;
}

.foro-search .image span {
    width: 60px;
    height: 60px;
    display: block;
}

/*
.foro-search .product span {    
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}*/

@media (max-width: 1100px) {
    .foro_single p {
        font-size: 17px;
        color: #262626;
    }
}


.widget#block-conected {
    background-color: #82BE42 !important;
    border-radius: 0.42rem;

}

.widget#block-conected h3.widget-title {
    color: #ffffff;
    text-align: center;

}

.side-bar .widget_search {
    padding: 0.75rem 1.5rem3
}

.side-bar .widget_search {
    padding-bottom: 2rem;
}

.wp-widget-group__inner-blocks {
    padding: 1rem 2rem;
    padding-bottom: 2rem;
}

.widget-title {
    padding: 1rem 2rem;
    padding-top: 1rem;
    padding-top: 1.5rem;
    color: #04488c;
}

.widget-area.side-bar .widget {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;


    margin-left: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;

}

.side-bar .widget {
    margin-bottom: 45px;
    background-color: white;
}

.wp-block-categories {
    padding-left: 0;
    margin-bottom: 0;
}

.side-bar .widget li,
.widget_block a {
    position: relative;
    color: #6f6f6f !important;
}


.wp-block-tag-cloud a {
    display: block;
    margin-right: 5px;
}

.wp-block-tag-cloud a:hover {
    color: #04488c !important;
}

.empretec-comunidad.single .card-title {
    color: #04488c;
    font-size: 1.75rem;
}

.widget .recent-post .overlay span {
    background-image: url(/wp-content/themes/elpixel-empretec/assets/icons/foro-bg.svg);
    width: 100%;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.summary {
    font-size: 14px;
    line-height: 1.5;
}
.summary a.btn-more.collapsed:after {
    content: '+ Ver Mas';
}

.summary a.btn-more:not(.collapsed):after {
    content: '- Ver Menos';
}
