/*
Theme Name: Alba Seafood
Theme URI: 
Author: Isle Develop CIC
Author URI: 
Description: A custom child theme based on FotoWP
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: fotawp
Text Domain: alba-seafood
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, e-commerce, full-site-editing, block-patterns, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks
*/

.wp-block-buttons.fotaagency-buttons-with-icon .wp-block-button__link img {
  margin-bottom: -8px;
}
nav.wp-block-navigation ul li a:hover,
.wp-block-button.is-style-outline a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.entry-content.wp-block-post-content a,
.wp-block-comment-content a,
p a {
  text-decoration: underline;
}
.wp-block-group.alba-seafood-member,
.wp-block-group.reshape-portfolio-box {
  position: relative;
  overflow: hidden;
  background: var(--wp--preset--color--primary);
}
.wp-block-group.alba-seafood-member .wp-block-image,
.wp-block-group.reshape-portfolio-box .wp-block-image {
  margin: 0;
}
.wp-block-group.alba-seafood-member .wp-block-image img,
.wp-block-group.reshape-portfolio-box .wp-block-image img {
  transition: all ease 0.23s;
  -webkit-transition: all ease 0.23s;
  -moz-transition: all ease 0.23s;
}
.wp-block-group.alba-seafood-member:hover .wp-block-image img,
.wp-block-group.reshape-portfolio-box:hover .wp-block-image img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.35;
}
.wp-block-group.alba-seafood-member .wp-block-group.reshape-team-overlay-content,
.wp-block-group.reshape-portfolio-box .wp-block-group.portfolio-overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 0.23s;
  -webkit-transition: all ease 0.23s;
  -moz-transition: all ease 0.23s;
}
.wp-block-group.alba-seafood-member:hover .wp-block-group.reshape-team-overlay-content,
.wp-block-group.reshape-portfolio-box:hover .wp-block-group.portfolio-overlay-content {
  bottom: 30px;
  opacity: 1;
  color: var(--wp--preset--color--foregound-alt);
}
.wp-block-group.reshape-portfolio-box:hover .wp-block-group.portfolio-overlay-content .wp-block-heading {
  color: var(--wp--preset--color--foregound-alt);
}
.wp-block-button.is-style-button-hover-primary-bgcolor .wp-block-button__link:hover,
.wp-block-button.is-style-button-hover-primary-color .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-button.is-style-button-hover-secondary-bgcolor .wp-block-button__link:hover,
.wp-block-button.is-style-button-hover-secondary-color .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--secondary) !important;
}
