/*
Theme Name: 	Codehelix Child
Theme URI: 		http://themes.codehelix.io
Author: 		  Codehelix
Author URI: 	https://codehelix.io
Description:	Whitelabel child theme for Codehelix
Template:		  hello-elementor
Version: 		  1.0.1
*/

/* **Table of contents - Desktop **
 
    1. Header & Menu
    2. Forms
    3. Pages 
    4. Buttons and icons
    5. Page Headings & text elements
    6. Animations
    7. Woocommerce
    8. Footer */

/*---------------------------*/
/*- DESKTOP CSS -------------*/
/*---------------------------*/

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

/* ---------------------------------------------------------------------------
 * 1. Header & menu
 * --------------------------------------------------------------------------- */

 /* Menu */
 .top-header.elementor-element .elementor-nav-menu--main .elementor-nav-menu .donate.menu-item a.elementor-item {
    background: #FF1094;
    color: #fff;
    padding: 10px 24px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.top-header.elementor-element .elementor-nav-menu--main .elementor-nav-menu .donate.menu-item a.elementor-item:hover {
    color: #fff;
    background: #E60E85;
}

/* ---------------------------------------------------------------------------
 * 2. Forms
 * --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
 * 3. Pages
 * --------------------------------------------------------------------------- */

 /* Home page */

 /* Volunteer button */

 .volunteer-button {
    transition: all 0.3s ease;
    transform: translateY(0); 
 }

  .volunteer-button:hover {
      transform: translateY(-8px);
 }

 /* Pink pillar - default and hover */
.homepillar.pinkdropshadow {
    box-shadow: 0 6px 7px 3px rgba(255, 16, 148, 0.15);
    transition: all 0.3s ease;
    transform: translateY(0);
}

.homepillar.pinkdropshadow:hover {
    box-shadow: 0 12px 20px 6px rgba(255, 16, 148, 0.35);
    transform: translateY(-8px);
}

/* Yellow pillar - default and hover */
.homepillar.yellowdropshadow {
    box-shadow: 0 6px 7px 3px rgba(255, 255, 8, 0.15);
    transition: all 0.3s ease;
    transform: translateY(0);
}

.homepillar.yellowdropshadow:hover {
    box-shadow: 0 12px 20px 6px rgba(255, 255, 8, 0.35);
    transform: translateY(-8px);
}

/* Blue pillar - default and hover */
.homepillar.bluedropshadow {
    box-shadow: 0 6px 7px 3px rgba(48, 223, 255, 0.15);
    transition: all 0.3s ease;
    transform: translateY(0);
}

.homepillar.bluedropshadow:hover {
    box-shadow: 0 12px 20px 6px rgba(48, 223, 255, 0.35);
    transform: translateY(-8px);
}

/* Green pillar - default and hover */
.homepillar.greendropshadow {
    box-shadow: 0 6px 7px 3px rgba(173, 255, 2, 0.15);
    transition: all 0.3s ease;
    transform: translateY(0);
}

.homepillar.greendropshadow:hover {
    box-shadow: 0 12px 20px 6px rgba(173, 255, 2, 0.35);
    transform: translateY(-8px);
}

/* Project navigation */

.project-filter-nav {
  font-family: 'Nunito', sans-serif;
}

.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-list li {
  margin-bottom: 15px;
  position: relative;
}

.filter-link {
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
  transition: color 0.3s ease;
  display: inline-block;
}

.filter-link:hover {
  color: #FF1094;
}

.filter-link.active {
  color: #FF1094;
}

.filter-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  width: 3px;
  background-color: #FF1094;
}


/* ---------------------------------------------------------------------------
 * 4. Buttons and icons
 * --------------------------------------------------------------------------- */

.paypal-donate .donate-button {
  background-color: #FF1094;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 6px 7px 3px rgba(255, 16, 148, 0.15);
  border-radius: 25px;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(0);
}

.paypal-donate .donate-button:hover {
  transform: translateY(-8px);
}

/* ---------------------------------------------------------------------------
 * 5. Page Headings & text elements
 * --------------------------------------------------------------------------- */
 

/* ---------------------------------------------------------------------------
 * 6. Animations
 * --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
 * 7. Woocommerce
 * --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
 * 8. Footer styling
 * --------------------------------------------------------------------------- */

.footerbottom a {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  transition: all 0.3s ease-in-out;
}

.footerbottom a:hover {
  color: #FF1094;
  border-bottom: 1px solid #FF1094;
}

/* **Table of contents - Responsive **
 
    1. Header & Menu
    2. Forms
    3. Pages 
    4. Buttons and icons
    5. Page Headings & text elements
    6. Animations
    7. Woocommerce
    8. Footer */

/*--------------------------------------------*/
/*- Mobile devices (up to 767px)
/*--------------------------------------------*/

@media (max-width: 767px) {
  /* ---------------------------------------------------------------------------
 * 1. Header & menu
 * --------------------------------------------------------------------------- */



  /* ---------------------------------------------------------------------------
 * 2. Forms
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 3. Pages
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 4. Buttons and icons
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 5. Page Headings & text elements
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 6. Animations
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 7. Woocommerce
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 8. Footer styling
 * --------------------------------------------------------------------------- */
}

/*--------------------------------------------*/
/*- Tablets (768px to 1024px)
/*--------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  /* ---------------------------------------------------------------------------
 * 1. Header & menu
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 2. Forms
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 3. Pages
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 4. Buttons and icons
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 5. Page Headings & text elements
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 6. Animations
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 7. Woocommerce
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 8. Footer styling
 * --------------------------------------------------------------------------- */
}

/*--------------------------------------------*/
/*- Large tablets and small desktops (1025px to 1199px)
/*--------------------------------------------*/
@media (min-width: 1025px) and (max-width: 1199px) {
  /* ---------------------------------------------------------------------------
 * 1. Header & menu
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 2. Forms
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 3. Pages
 * --------------------------------------------------------------------------- */



  /* ---------------------------------------------------------------------------
 * 4. Buttons and icons
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 5. Page Headings & text elements
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 6. Animations
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 7. Woocommerce
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 8. Footer styling
 * --------------------------------------------------------------------------- */
}

/*--------------------------------------------*/
/*- Large desktops (1200px and up)
/*--------------------------------------------*/
@media (min-width: 1200px) {
  /* ---------------------------------------------------------------------------
 * 1. Header & menu
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 2. Forms
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 3. Pages
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 4. Buttons and icons
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 5. Page Headings & text elements
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 6. Animations
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 7. Woocommerce
 * --------------------------------------------------------------------------- */

  /* ---------------------------------------------------------------------------
 * 8. Footer styling
 * --------------------------------------------------------------------------- */
}
