/*
Theme Name: 	theme2
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
*/


main {
    
    min-height:500px;
    
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    width: 100%;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 13px;
    padding:5px;
}



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