/*
Theme Name: Sonsoles - fotografía
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1722854011
Updated: 2024-08-05 12:33:31

*/

ul.idiomas {
    display: flex;
    margin: 0;
    padding: 0;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    font-weight: 300;
	font-family: "helvetica", Sans-serif;
	font-size:1rem;
	position:relative;
	z-index:1;
}

    .idiomas li {
        display: flex;
        align-content: center;
        align-items: center;
        flex-direction: row;
    }

        .idiomas li:nth-child(n+1)::after {
			font-weight:300;
            content: "|";
            color: #000;
        }

        .idiomas li:last-child::after {
            content: "";
        }

        .idiomas li a {
            color: #000;
            padding: 10px;
			font-weight: 300;
            text-decoration: none;
        }

            .idiomas li a:hover {
				color: #000;
                text-decoration: none;
            }

.left-sidebar-header {
    position: fixed; 
    top: 120px; 
    left: 200px; 
    width: 300px; 
    height: 100vh; 
    z-index: 999; 
    background-color: #fff;   
}
body {
    margin-left: 250px; 
}
@media (max-width: 1000px) {
    .left-sidebar-header {
    position: relative;
    width: 100%;
	height:auto;
    top: 0;
    left: 0;
    padding-top: 0;
  }
    body {
        margin-left: 0px;
    }
}
@media (max-width: 767px) {
    .left-sidebar-header {
        width: 100%; 
        height: auto; 
        position: relative;
		top:0;
		left:0;
    }
    body {
        margin-left: 0; 
    }
	footer .menu {
	display:flex;
	flex-direction:column;	
	padding:0;
		align-items:center;
}
}

.menu {
	display:flex;
	justify-content:center;
}
.menu li {
	display:flex;
	padding:15px 20px;
}
.menu li a {
	color:#000;
	font-size: 0.8rem!important;
}
h2 {
	font-size: 0.88rem;
}
.hfe-nav-menu  li a{
	font-size: 1rem!important;
	 color:#000!important;
}