/*
Theme Name: calzado abogados
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.2.1.1746618328
Updated: 2025-05-07 13:45:28

*/

/* shrinking header section */

.shrinker {
    box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05)!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.she-header  {
    
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05)!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}


/* shrinking logo image */

.shrinking-logo img {
	width: 240px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.she-header img {
	width: 200px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
@media (max-width:767px) {
    .shrinking-logo img {
        	width: 120px!important;
    }
    .shrinker.she-header img {
	width: 120px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
	.elementor-posts--thumbnail-left .elementor-post {
  display: block!important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
     .shrinking-logo img {
        	width: 180px!important;
    }
    .shrinker.she-header img {
	width: 180px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
}
@media (max-width:1440px) {
	.hfe-nav-menu li:not(:last-of-type) a  {
		padding-left:0!important;
	}
}
/* shrinking menu */
.hfe-nav-menu {
	font-size: 2rem!important;
    padding:0!important;
}

.shrinker.she-header .hfe-nav-menu li a {
	font-size: 0.8rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
.shrinker .lang-item {
    display: none!important;
}
.shrinker.she-header .lang-item a img {
    width:16px!important;
    height:11px!important;
}

ul.idiomas {
    display: flex;
    margin: 0;
    padding: 0;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    font-weight: 800;
	font-family: inherit;
	font-size:1.2rem;
	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: 700;
            text-decoration: none;
            transition: all .2s linear!important;
			-webkit-transition: all .2s linear!important;
			-moz-transition: all .2s linear!important;
        }

            .idiomas li a:hover {
			    color:#9f1239!important;
                text-decoration: underline;
            }
 			.idiomas li a:active, .idiomas li a:focus {
				color:#9f1239!important;                
            }
.shrinker.she-header .idiomas li a {
     color: #000!important;
}
.elementor-post-date {
	font-size:1rem;	
	display:block;
	padding:15px 0;
	color:#9f1239;
}
.elementor-post-date::before {
        font-family: 'WPPageBuilder' !important;
		font-weight:800!important;
        content: "\e950";
        padding-right: 5px;
        color: #9f1239; /* Icon color */
    }
.entry ol {
	margin:0;
	padding:0;
	list-style-position:outside;
}

.entry ol li::marker{ 
  font-weight: 800;
}
.entry ol[type="a"] { 
  	padding-left:15px;	
	margin-bottom:15px;
}
.entry ol[type="a"] li { 
	font-weight:400!important;
}
/* End custom CSS */