/*
 Theme Name:   Nestin Child
 Theme URI:    http://nestin.bold-themes.com
 Description:  Nestin child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     nestin
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  nestin-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.bt_bb_color_scheme_3.bt_bb_icon .bt_bb_icon_holder span {
    color: #fff;
}

/* Definicja efektu dla Twojej klasy */
.zoom-hover {
    transition: transform 0.3s ease-in-out !important; /* Płynność ruchu */
}

.zoom-hover:hover {
    transform: scale(1.05); /* Powiększenie o 5% */
    z-index: 10; /* Opcjonalnie: wysunięcie elementu nad inne */
}
.btGradient.btForm .btFormRow .btFormColumn input, .btGradient.btForm .btFormRow .btFormColumn textarea, .btGradient.btForm .btFormRow .btFormColumn .fancy-select, .btGradient.btForm .btFormRow .btFormColumn select {
    background-color: #efefef;
    border: none;
}