/**
Theme Name: Professional Engineering Service
Author: 33Designs.net
Author URI: https://www.33designs.net/
Description: 33 theme is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on the front end) and offers unparalleled speed. Built with SEO in mind, 33 theme comes with schema.org code integrated so search engines will love your site. 33 theme offers plenty of sidebar options and widget areas giving you full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favourite page builder plugins to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by 33 Design Marketing Agency. Looking for a perfect base theme? Look no further. 33 theme is the fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: professional-engineering-service
Template: astra
*/





/**
 * Styling the WP Portfolio grid.
 *
 * 1. Filters - Category & Other Category
 * 2. Single Portfolio Item
 * 3. Quick View
 * 4. Portfolio Title
 */

/**
 * 1. Filters - Category & Other Category
 */

/** Filter background */
.astra-portfolio-wrap .astra-portfolio-filters {
    background: #FF198C;
}

/** Filter link */
.astra-portfolio-wrap .filter-links li a {
    color: #fff;
}

/** Filter active link */
.astra-portfolio-wrap .filter-links li .active {
    color: #FF198C;
}

/**
 * 2. Single Portfolio Item
 */

/** Single Portfolio */
.astra-portfolio-wrap .site-single .inner {
    border: 5px solid #FF198C;
}

/** Hover on Single Portfolio */
.astra-portfolio-wrap .site-single:hover .view-demo-wrap {
    background: rgba(255, 255, 255, 0.6784313725490196);
}

/**
 * 3. Quick View
 */

/** Quick view */
.astra-portfolio-wrap .view-demo {
    background: #FF198C;
    color: #fff;
    border-radius: 20px;
}

/** Hover on Quick view */
.astra-portfolio-wrap .view-demo:hover {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.23);
}

/**
 * 4. Portfolio Title
 */
.astra-portfolio-wrap .template-meta {
    background: #FF198C;
    color: #fff;
}