????

Your IP : 13.59.193.179


Current Path : C:/inetpub/vhost/webkt.nextform.vn/wp-content/themes/fundifly-charity/
Upload File :
Current File : C:/inetpub/vhost/webkt.nextform.vn/wp-content/themes/fundifly-charity/style.css

/*
Theme Name: Fundifly Charity
Theme URI: https://walkerwp.com/fundifly-charity-wordpress-theme-for-charity/
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
Author: WalkerWP
Author URI: https://walkerwp.com/
Description: Introducing Fundifly Charity, the ideal WordPress theme for nonprofit organizations, fundraising campaigns, and charitable initiatives. Designed with a compassionate touch, Fundifly Charity offers a user-friendly interface and powerful features tailored to enhance your cause. With full site editing capabilities and a versatile drag-and-drop builder, customization is simple and intuitive. The theme includes multiple pre-designed layouts and sections specifically for showcasing campaigns, donor testimonials, and impact reports. The one-click demo importer allows for a swift setup, so you can quickly focus on what matters most—your mission. Fundifly Charity ensures your website not only looks professional but also effectively engages supporters. Explore more about Fundifly Charity at https://demo.walkerwp.com/fundifly-charity/.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: fundifly-charity
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.is-style-outline {
  backdrop-filter: blur(0);
  transition: all 0.23s ease-in-out;
}
.is-style-outline:hover {
  backdrop-filter: blur(10px);
  transition: all 0.23s ease-in-out;
}
/* GALLERY SECTION */
.fundifly-gallery-cover {
  position: relative;
}
.fundifly-gallery-cover .wp-block-cover__inner-container h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: bottom 0.23s ease-in-out;
  width: max-content;
}

.fundifly-gallery-cover:hover .wp-block-cover__inner-container h2 {
  bottom: calc(100px);
}
.fundifly-gallery-cover .wp-block-cover__inner-container .fundifly-btn-lm {
  visibility: hidden;
  transform: translateY(150px);
}
.fundifly-gallery-cover:hover
  .wp-block-cover__inner-container
  .fundifly-btn-lm {
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.23s ease-in-out;
}

/* CAMPAIGN SECTION */
.fundifly-campaign-cards {
  position: relative;
}
.fundifly-campaign-cards .wp-block-cover__inner-container h2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: bottom 0.23s ease-in-out;
}

.fundifly-campaign-cards:hover .wp-block-cover__inner-container h2 {
  bottom: calc(160px);
}
.fundifly-campaign-cards
  .wp-block-cover__inner-container
  .fundifly-cover-hover {
  visibility: hidden;
  transform: translateY(150px);
}
.fundifly-campaign-cards:hover
  .wp-block-cover__inner-container
  .fundifly-cover-hover {
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.23s ease-in-out;
}
.fundifly-campaigns .wp-block-cover > .wp-block-cover__inner-container a::after,
.fundifly-btn-lm a::after {
  content: "➔";
  font-size: var(--wp--preset--font-size-normal);
  margin-left: 5px;
}
/* TEAM SECTION */

.fundifly-team-cover .wp-block-cover__inner-container {
  transform: translateX(50px);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.fundifly-team-cover:hover .wp-block-cover__inner-container {
  transform: translateX(0px);
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

/* CONTACT FORM NEWSLETTER */
.fundifly-contact-newsletter {
  display: flex;
  width: 100%;
  font-family: var(--wp--preset--font-family--lato);
}
.fundifly-contact-newsletter div {
  width: 100%;
}
.fundifly-contact-newsletter input:focus {
  opacity: 1;
}

.fundifly-contact-newsletter form p span > input {
  opacity: 0.5;
  font-size: 20px !important;
  width: -webkit-fill-available;
  padding: 10px 15px;
  margin-bottom: 24px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light) !important;
  outline: none;
  border: 1px solid var(--wp--preset--color--light);
  border-radius: 5px;
}
.fundifly-contact-newsletter form p span > input::placeholder {
  color: var(--wp--preset--color--light);
}
.fundifly-contact-newsletter input[type="submit"] {
  font-size: var(--wp--preset--font-size-normal);
  color: var(--wp--preset--color--white);
  width: -webkit-fill-available;
  padding: 14px;
  text-transform: uppercase;
  background-color: var(--wp--preset--color--secondary);
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.fundifly-contact-newsletter input[type="submit"]:hover {
  color: var(--wp--preset--color--primary);
}
.fundifly-contact-newsletter .wpcf7-spinner,
.fundifly-contact-footer .wpcf7-spinner {
  display: none;
}
/* CONTACT FORM FOOTER */
.fundifly-contact-footer form p {
  display: flex;
  border: 1px solid var(--wp--preset--color--light);
  border-radius: 8px;
  font-size: var(--wp--preset--font-family--lato);
  padding: 2px;
  justify-content: center;
  align-items: center;
}
.fundifly-contact-footer form p input {
  border: none;
  width: 70%;
  padding: 13px 15px;
  font-size: var(--wp--preset--font-size-slightly-large);
}
.fundifly-contact-footer form p input[type="submit"] {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size-slightly-large);
  width: 30%;
  padding: 11px 24px;
  border-radius: 6px;
}
.fundifly-contact-footer form p input[type="submit"]:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
/* FOOTER */
/* *************** CORE BLOCK *************** */
/* Navigation: Page List */
.is-style-link-hover-primary li:hover {
  color: var(--wp--preset--color--primary) !important;
}
.is-style-link-hover-secondary li:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.is-style-link-hover-border li:hover {
  color: var(--wp--preset--color--border) !important;
}
.is-style-link-hover-foreground li:hover {
  color: var(--wp--preset--color--foreground) !important;
}
/* Site,Blog Title */
.is-style-title-hover-primary a:hover {
  color: var(--wp--preset--color--primary) !important;
  transition: all 0.2s ease-in-out;
}
.is-style-title-hover-secondary a:hover {
  color: var(--wp--preset--color--secondary) !important;
  transition: all 0.3s ease-in-out;
}
.is-style-title-hover-foreground a:hover {
  color: var(--wp--preset--color--foreground) !important;
  transition: all 0.3s ease-in-out;
}
/* Cover : Zoom in - Zoom out */
.is-style-cover-hover-zoom-out,
.is-style-cover-hover-zoom-in {
  overflow: hidden;
  border-radius: 8px;
}
.is-style-cover-hover-zoom-in img {
  transform: scale(1);
  transition: all 0.23s ease-in-out;
}
.is-style-cover-hover-zoom-in:hover img {
  transform: scale(1.1);
  transition: all 0.23s ease-in-out;
}
.is-style-cover-hover-zoom-out img {
  transform: scale(1.1);
  transition: all 0.23s ease-in-out;
}
.is-style-cover-hover-zoom-out:hover img {
  transform: scale(1);
  transition: all 0.23s ease-in-out;
}
/* List and Categories */
.is-style-list-hover-primary li,
.is-style-list-hover-secondary li,
.is-style-list-hover-foreground li,
.is-style-categories-hover-primary li,
.is-style-categories-hover-secondary li,
.is-style-categories-hover-foreground li {
  list-style: none !important;
}
.is-style-list-hover-primary li a:hover,
.is-style-categories-hover-primary li a:hover {
  color: var(--wp--preset--color--primary) !important;
}
.is-style-list-hover-secondary li a:hover,
.is-style-categories-hover-secondary li a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.is-style-list-hover-foreground li a:hover,
.is-style-categories-hover-foreground li a:hover {
  color: var(--wp--preset--color--foreground) !important;
}
/* Categories Background */
.is-style-category-background-three > a:nth-child(3n + 1) {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}
.is-style-category-background-three > a:nth-child(3n + 2) {
  background-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--white) !important;
}
.is-style-category-background-three > a:nth-child(3n) {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--white) !important;
}
.is-style-category-background-primary > a {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white) !important;
}
.is-style-category-background-secondary > a {
  background-color: var(--wp--preset--color--secondary) !important;
  color: var(--wp--preset--color--white) !important;
}
.is-style-category-background-primary > a,
.is-style-category-background-secondary > a,
.is-style-category-background-three > a {
  padding: 5px 14px;
  text-decoration: none !important;
}
.is-style-category-background-three,
.is-style-category-background-primary,
.is-style-category-background-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.is-style-category-background-primary .wp-block-post-terms__separator,
.is-style-category-background-secondary .wp-block-post-terms__separator,
.is-style-category-background-three .wp-block-post-terms__separator {
  display: none;
}
/* PRO-PATTERN */
/* Slider - Top right navigation  */
.fundifly-pro-top-navigation .swiper-button-prev,
.fundifly-pro-top-navigation .swiper-button-next {
  top: var(--swiper-navigation-sides-offset, -5%) !important;
}
.fundifly-pro-top-navigation .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 50px) !important;
  left: auto !important;
}