/*
Theme Name:        Archy
Text Domain:       archy
Version:           1.0.5
Description:       Architecture WordPress Theme
Tested up to:      6.2
Requires at least: 5.9
Requires PHP:      5.6
Tags:              portfolio
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* Plugin: "Top 10 - Popular Posts" */

.tptn_counter {
    display: none;
}

/* Plugin: "Top 10 - Popular Posts" */

.wpcf7 label {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.lang-container{
	right: 0;
    position: fixed;
    top: 50%;
    z-index: 999;
	
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-lang-switcher{
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.31);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 1px 0 1px 1px;
    color: #525252;
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
    width: 70px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.wpml-ls-legacy-list-horizontal{
	padding: 0;
}
.wpml-ls-legacy-list-horizontal > ul{
	display:flex;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-first-item{
	display: flex;
}
.side-lang-switcher .wpml-ls-legacy-list-horizontal a{
	padding: 0 5px;
}

.side-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-first-item:after{
	content: "|";
    font-size: 22px;
	font-weight: 100;
    color: #fff;
	line-height: 18px;
    color: #525252;
}
.side-lang-switcher li.wpml-ls-item{
	position: relative;
}

.side-lang-switcher li.wpml-ls-current-language:before {
	content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 20px;
    height: 1px;
    background-color: #fcf1e5;
    transform: translateX(-50%);
}

a.footer-developer{
	width: 120px;
	display: flex;
	align-items: center;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 580px){
	a.footer-developer{
		position: static;
    	margin: 15px auto 0;
	}
}
