/*
 Theme Name:   Alegeliber 
 Theme URI:    http://si.md
 Description:  Feather Magazine Child Theme
 Author:       John Doe
 Author URI:   http://si.md
 Template:     feather-magazine
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         2018 design renew
 Text Domain:  feather-magazine
*/


.articlehome {
    width: 100%;
    max-width: 1050px;
    float: left;
    margin-bottom: 30px;
}

.langswitchheader { max-width: 280px; float:right; padding: 140px 70px 0 0;}

.langswitchheader ul { margin: 0; }
.langswitchheader ul li 
{display: inline; /* horizontal list, use "list-item" or other appropriate value for vertical list */
list-style-type: none; /* use "initial" or other to enable bullets */
margin: 0 5px 0 0; /* adjust spacing between items */
opacity: 0.5;
-o-transition: 1s ease opacity;
-moz-transition: 1s ease opacity;
-webkit-transition: 1s ease opacity;
transition: 1s ease opacity;
}
/* .langswitchheader ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
.langswitchheader ul li.active { opacity: 0.8; }
.langswitchheader ul li:hover { opacity: 1; }
.langswitchheader img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag_and_text { padding-left:20px; }
.qtranxs_flag span { display:none; }

h1.title {
    line-height: 140%;
    font-size: 21px;
	text-transform: uppercase;
}

.post.excerpt h2.title a {
    text-transform: uppercase;
	font-size: 14px;
}

@media screen and (max-width: 865px) {
    .langswitchheader { max-width: 280px; float:right; padding: 7px 140px 0 0;}
}

    #navigation.mobile-menu-wrapper {
        background:#dbdbdb;
    }