/*
Theme Name: Andor Bioleta Child
Author: Liliana Ferreira
Description: Child theme for  travel blog Andor Bioleta
Version: 1.0
Template: twentytwentyfive
Tags:           block-template
Text Domain:    twentytwentyfive-child

This is the child theme for Twenty Twenty-Five theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*modify focus highlight on cliked links*/
a:focus {
outline: 0.01 ;
/* style | color */
outline: dashed #222222;
}


/* slider carousel plugin*/
/* increase the navbar z-index.*/
.is-position-sticky { z-index: 11; }
/*lower the z-index of the slider dots navigation*/
.swiper-pagination, .cb-button-next, .cb-button-prev { z-index: 9; }

/*modify focus highlight on carousel arrows*/
.wp-block-cb-carousel-v2 .cb-button-next:focus, .wp-block-cb-carousel-v2 .cb-button-prev:focus { outline: 0.01 ; outline: dashed #222222 ; }

/*stick header*/
header.wp-block-template-part {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0);
    z-index: 10;
}