  /*

Theme Name: adforest

Description: Adforest classified, responsive, multi-purpose, corporate, business theme. It comes with 11 home variations with all necessary pages. Adforest theme filled with extra functionality of modern web technologies. The clean design with latest version of Bootstrap framework makes its fit for anywhere.

Author: Scripts Bundle

Theme URI: http://adforest.scriptsbundle.com/demos/

Author URI: http://scriptsbundle.com/

Version: 3.1.7

License: Themeforest Split Licence

License URI: https://themeforest.net/user/scriptsbundle/

Text Domain: adforest

Tags: featured-images, sticky-post, translation-ready

*/

.arrowsign
{
	display:none !important;	
}

.dashboard-menu-container ul li.dropdown ul.make-dropdown.dropdown-menu {
 border-radius:0;
 padding:0;
 margin:0;
 border:medium none;
 -webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.dashboard-menu-container ul li.dropdown ul.make-dropdown.dropdown-menu li{
 width: 100%;
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #f3f3f3;
 margin: 0;
    padding: 0;
 border-right:medium none;
 -webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}


.footer-top .widget-newsletter form input[type="email"] {
    background-color: #f5f5f5;
    border: medium none;
    color: #232323;
    font-size: 14px;
    height: 48px;
    padding: 0 15px;
    width: 100%;
}

.widget-newsletter p.ctct-form-field-email
{ 
    margin-bottom: 5px !important;
}
.widget-newsletter .ctct-form-field-email label
{ 
   display:none;  
}

.widget-newsletter a.ctct-button{
    display:none;    
}

.widget-newsletter .ctct-disclosure{
    display:none;    
}

.dashboard-menu-container ul li.dropdown ul.make-dropdown.dropdown-menu li a {
    margin: 0;
    padding: 15px 20px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #555;
    font-weight: 600;
   
    min-height: 48px;
    text-transform: uppercase;
  transition: all 0.5s ease;
}

.dashboard-menu-container ul li.dropdown ul.make-dropdown.dropdown-menu li a:hover {
 color:#fff; 
}


.dashboard-menu-container ul li.dropdown:hover > .dropdown-menu {
    display: block;
}