/*
 Theme Name:   Liosa Child
 Theme URI:    https://gooyait.com
 Description:  Child theme for Elementor-based site
 Author:       Mojtaba Mohammadi
 Template:     liosa
 Version:      1.0.0
 Text Domain:  liosa-child
*/
.cd-main-nav ul .menu-item a {
    font-size: 1.025rem;
}
.breadcrumb_DB a, .item.item-current span{
    font-size: 1.025rem;
}
.article-header h1{
    font-size: 20px;
}
.post-content p{
    font-size: 16px;
}
.sin-content h2{
    font-size: 1.40em;
}
.sin-content h3 {
    font-size: 1.25em;
}
.sin-content h4 {
    font-size: 1.1em;
}
.sin-content h5 {
    font-size: 1em
}
.sin-content h6 {
    font-size: .85em
}
.sourcebox, .tagbox {
    margin-right: 1.15rem;
}
.title_single {
    font-size: 18px !important;
}
.related-post-lists li a{
    font-size: 16px;
}
#commentform input, textarea{
    font-size: 16px;
}
.newsWrapper_theme h4{
    font-size: 18px;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
    font-size: 15px;
}
.lwptoc_item {
    margin-top: 4px;
}
.sidebar-area li a, .widget-posts-list li a{
    font-size: 1rem;
    line-height: 1.7;
}
p{
    line-height: 36px;
}
.sidebar-area .side-title span, .sidebar-area>h1, .sidebar-area>h2, .sidebar-area>h3, .sidebar-area>h4, .sidebar-area>h5{
    font-size: 16px;
    line-height: 48px;
}
.sourcebox a, .tagbox a {
    font-size: 1rem;
}
.content_item__cart__detail__title a {
    font-size: 16px;
}
.social-list li.social-item.linkedin {
    background-color: #0e76a8;
}
.social-list.three-c-social li.social-item{
    width: 33.33%;
}
.post-excerpt.text{
    border-right: 4px solid #F12D2E;
    padding-right: 20px;
}
.search-form .form-submit-text{
    display: none;
}
.hed-menu-bar{
    background: #ffeaea !important;
}
.sidbar-2 .module-title h2, .breaking_news__title a {
    background-color: #ffdcdc !important;
}
.sidbar-2 .module-title h2.color_custom{
    color: #F12D2E !important;
}

@media (max-width:992px){
    .custom-search button{
        width: 90px;
        left: 1px;
        top: 50%;
        padding: 5px;
        margin: 0;
        color: #fff;
        transform: translate(0, -50%);
        background: #F12D2E;
        border-radius: 5px;
        height: calc(100% - 20px);
    }
    .search-form .form-submit-text{
        display: inline-block;
        margin-right: 8px;
    }
}
