/*
Theme Name: Complaint Management SYSTEM
Theme URI: https://diatark.info
Author: Diastark Technologies
Version: 2024.1
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: torood_CMS

*/
 
 #tabs.entries_area{
 	font-size: 13px;
 }

.wpml-ls-legacy-dropdown-click{  width:auto }
.navigation .wpml-ls-legacy-dropdown-click a{ width: 160px; color: #000; } 

.lang_switch_mobile, .menu-toggle{ display:none; }
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    margin: 4px 0;
    transition: 0.4s;
}

.lang_switch_mobile > li{ list-style:none; }
.lang_switch_mobile > li::marker{ display:none; }

.section_option .col-sm-6{ padding:200px 0px; }
.section_option .col-sm-6 a{ display: inline-block; cursor:pointer; }
.section_option h4{ padding-top:10px; font-size:24px; font-weight: 500; text-transform:uppercase; }


.media_area li a{ padding:5px 0px; text-decoration:underline; line-height:24px; display:block; }
.media_area li a img{ height:26px; vertical-align:baseline; margin-bottom:5px; display:none; }
.media_area li a span{ display:block; line-height:normal; }

#wrapper{ padding:15px 20px;}
#wrapper .container{ max-width:100%; }

@media only screen and (max-width: 600px) {
    body .forms li, body .departments-list li{ width:100%; }
    nav.navigation, .navigation.open > ul li#icl_lang_sel_widget-4{ display:none; }
    .lang_switch_mobile, .menu-toggle{ display:block; }

    .menu-toggle{
        display:flex;
    }

    nav.navigation.open{ display:block; }

    nav.navigation{
        position: fixed;
        top: 55px; left: 10px; right: 10px;
        background: #fff; z-index: 100;
    }

    .navigation.open > ul{ display:block; width:100%; }
    .navigation.open > ul a{ color:#000; padding: 7px 10px; display: block; }
}