/*
 Theme Name:   WPEDGE SOLUTIONS 2025
 Theme URI:    https://wpedgecloudservices.com    
 Description:  Clild Theme used to build WPEdge Solutions 2025. Updated 12-29-2024.
 Author:       Rob McDonald
 Author URI:   https://robmcdonald.io   
 Template:     generatepress
 Version:      1.0.1
*/



/* Customize the site title */

/* Customize the main header menu */

.main-navigation a {
    color: #1E72BD!important;
    font-size: 25px!important;
  }

 /* Customize the main header with bottom border */ 

  header {
    border-bottom: 3px solid #1E72BD; /* Adjust thickness with the '3px' value */
}

/* Customize the sticky header with bottom border */

.sticky-enabled .main-navigation.is_stuck {
  border-bottom: 3px solid #1E72BD; /* Adjust thickness and color as needed */
}

 /* Customize the entry header to remove bottom border */ 

 .entry-header {
  border-bottom: none;
 }

  /* Customize the entry header to remove bottom border */ 

  .blog .inside-article {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 114, 189, 0.2), 0 6px 20px 0 rgba(30, 114, 189, 0.19);
  }

  .single .inside-article {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 114, 189, 0.2), 0 6px 20px 0 rgba(30, 114, 189, 0.19);
  }

  .category-category-slug .inside-article {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 114, 189, 0.2), 0 6px 20px 0 rgba(30, 114, 189, 0.19);
  }

  body.search .inside-article {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 114, 189, 0.2), 0 6px 20px 0 rgba(30, 114, 189, 0.19);
  }


  .comments-area {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 114, 189, 0.2), 0 6px 20px 0 rgba(30, 114, 189, 0.19);
  }

  .sidebar .widget {
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(30, 114, 189, 0.2), 0 6px 20px 0 rgba(30, 114, 189, 0.19);
  }

  .button {
    border-radius: 8px;
  }

  

/* Fluent Forms Styling */

  


/*---Style Font Awesome Icons */

.footer-social-links {
  display: flex;
  justify-content: center;
  background-color: #1E72BD;
  text-decoration: none;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

a.fab.fa-github-alt {
  width: 5rem;
  height: 5rem;
  color:#2963AB;
  font-size: 3rem;
  text-decoration: none;
  padding: 1.1rem;
  border: 2 px white!important;
  border-radius: 50px;
  background-color: white;
}

a.fab.fa-github-alt:hover {
  background-color: #2963AB;
  color: white;
  border: 3px solid white!important;
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
}

a.fab brands.fa-x-twitter {
  width: 5rem;
  height: 5rem;
  color: #2963AB;
  font-size: 3rem;
  text-decoration: none;
  padding: 1.1rem;
  border-radius: 50px;
  background-color: white;
  margin-left: 2rem;
}

a.fa brands.fa-x-twitter:hover {
  background-color: #2963AB;
  color: white;
  border: 3px solid white!important;
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
}

a.fab.fa-facebook-f {
  display: flex;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  color: #2963AB;
  font-size: 3rem;
  text-decoration: none;
  padding: 1.1rem;
  border-radius: 50px;
  background-color: white;
  margin-left: 2rem;
}

a.fab.fa-facebook-f:hover {
  background-color: #2963AB;
  color: white;
  border: 3px solid white!important;
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
}
