/*
Theme Name: Reshape Block
Theme URI: https://cozythemes.com/reshape-block-free-wordpress-theme/
Author: CozyThemes
Author URI: https://cozythemes.com/
Description: Reshape Block serves as the child theme of FotaWP, inheriting all the features of FotaWP. It has been designed for the multipupose site builder and offers block-based full site editing capabilities.  It's minimal and clean design allows users to create various types of agency website, startup, freelancer, coaching, public speakers, social media influencer, digital media and tech industry, seo business and digital marketing agency, tech company, counselling, consulting any other kind of cooperative business site and more.  For further information about Reshape Block, kindly explore the details available at https://cozythemes.com/reshape-block-free-wordpress-theme/
Template: fotawp
Version: 1.0.1
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: reshape-block
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.reshape-block-member,
.wp-block-group.reshape-portfolio-box {
  position: relative;
  overflow: hidden;
  background: var(--wp--preset--color--primary);
}
.wp-block-group.reshape-block-member .wp-block-image,
.wp-block-group.reshape-portfolio-box .wp-block-image {
  margin: 0;
}
.wp-block-group.reshape-block-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.reshape-block-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.reshape-block-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.reshape-block-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;
}
