/*
Theme Name: 	main
Theme Uri:  	http://dariushzamani.com
Description:  	A child theme of generatepress
Author:     	Dariush zamani
Author Uri: 	http://dariushzamani.com
Template:   	generatepress
Version:    	1.0.0
License:    	GNU General Public License v2 or later
*/
.site-main{min-height: 500px; }
.top-bar {
    background-color: #388e3c;
    color: #ffffff;
}
.inside-top-bar {
    padding: 3px;
}
#masthead {
   	border-bottom: 3px solid #eee;
    box-shadow: 0 5px 20px #99999942;
    -moz-box-shadow: 0 5px 20px #99999942;
    -webkit-box-shadow: 0 5px 20px #99999942; 
    	background-color: #eee;
    	background-color:#fff;
    
}

.top-bar .widget_nav_menu>div>ul {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}


.site-header .header-image {
    vertical-align: middle;
    height: 40px;
    width: auto;
    padding: 2px 0 ;
}


.inside-header {
    
    
}

.footer-widgets {
    background-color: #4caf50;
}

.site-info {
    color: #ffffff;
    background-color: #388e3c;
}

.footer-widgets .widget-title {
    color: #ffffff;
}

.footer-widgets .textwidget {
    
 color: #ffffff;    
}    

.footer-widgets .textwidget a {
    color: #ffffff;    
    font-weight:normal;
    
}    
.footer-widgets .textwidget a:hover {
    color: #ffffff;    
    font-weight:normal;
    text-decoration:underline;
    
}    

.elementor-slick-slider .slick-slide img {
    margin: 0;
    width:100%;
}


ul.lang {
    list-style: none;
    padding: 0;
    margin: 0;
    }
 ul.lang li { margin: 4px;
    padding: 0!important;
    display: inline-block;
    border: none!important;
    list-style: none!important; }
    
    
 ul.lang a:hover {
     
  text-decoration:none;   
 } 

    
 ul.lang li img  { width:35px;height:auto; }