/*
Theme Name: Marina Sabater - Abogados
Description: Tema personalizado para el despacho de abogados Marina Sabater, especializado en derecho de familia e internacional
Version: 1.0.0
Author: Marina Sabater
Text Domain: marina-sabater
*/

/* ==========================================================================
   Marina Sabater - WordPress Theme Styles
   ========================================================================== */

/* 
   Main Styles are loaded via functions.php wp_enqueue_style() 
   to avoid duplication and have better control over loading
*/

/* WordPress Specific Styles */
.wp-admin-bar {
    position: fixed !important;
}

/* Ensure content doesn't hide under admin bar when logged in */
html {
    margin-top: 0 !important;
}

body.admin-bar {
    margin-top: 32px;
}

/* WordPress Image Alignment */
.alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin: 0 auto 1rem;
}

.alignnone {
    margin-bottom: 1rem;
}

/* WordPress Gallery */
.wp-block-gallery {
    margin-bottom: 2rem;
}

/* WordPress Embed */
.wp-block-embed {
    margin-bottom: 2rem;
}

/* Screen Reader Text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
} 


@media (max-width:767px){
	#whatsapp-button{
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 10px;
		width: 50px;
		z-index: 3;
	}
}