/*
	Theme Name: Retina Club
	Theme URI: http://miguelmanchego.com
	Description: HTML5 Maketa Theme
	Version: 1.4.3
	Author: Miguel Manchego
	Author URI: http://miguelmanchego.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

nav#nav {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
nav#nav .instagram__nav:hover{
	opacity:.7;
}

.instagram__titulo figure.instagram_avatar img { width:80px; height:80px; border-radius:50%; overflow:hidden; display: block; margin: auto; }
.instagram__titulo h2 { font-size: 20px;  }
.instagram__titulo p{ font-size: 14px;  }
.instagram__titulo .titulo__right { display:flex; flex-direction: column; justify-content: center;  }

/*** Idioma ***/
#menu-item-wpml-ls-2-en { margin-left:50px; }
#nav ul li.wpml-ls-menu-item a { font-size:14px; }


@media screen and (max-width:980px) {
	nav#nav .instagram__nav { display:none; }
	#menu-item-wpml-ls-2-en { margin-left:0px; }
}