/*
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
*/
.top-bar {
    background-color: #eee
    color: #000;

}

.top-bar a , .top-bar a:hover {
    color: #000;
	
}

.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:#fff;
    
}
.main-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none;
    padding-top: 13px;
}

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


.inside-header {
    padding: 15px 0;
}
/*
.site-branding {
    float: left;
    
}

.site-logo {
    display: inline-block;
 float: left;
}
*/
.site-header .header-image {
    vertical-align: middle;
    height: 27px;
    width: auto;
    padding: 13px 0 ;
}



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

.footer-widgets {
    background-color: #3f3d3d;
    color: #fff;
    font-size: 12px;
}


.footer-widgets .widget-title {
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #646464;
}

.footer-widgets .textwidget {
    font-size: 12px;
    color: #dddada;
}

#footer-widgets ul li {
    list-style-type: none;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 19px;
}

#footer-widgets a {
    font-size: 12px;
    color: #dddada;
}

#footer-widgets a:hover {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

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; }