/*
Theme Name: Astra Child Fence Pro
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.13.1761662908
Updated: 2025-10-28 14:48:28

*/



.main-menu > .mega-fences:hover > .fences-container { display: flex; }
.main-menu > .mega-gates:hover > .gates-container { display: flex; }
.main-menu > .mega-company:hover > .company-container { display: flex; }
.main-menu > .mega-resources:hover > .resources-container { display: flex; }


.fences-container {
    padding: 16px 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 1200px;
    background-color: #fff;
    box-shadow: 0 2px 16px -4px #00000030;
}

.fences-container > h2 {
    padding: 0 32px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
}

.gates-container {
    padding: 16px 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 800px;
    background-color: #fff;
    box-shadow: 0 2px 16px -4px #00000030;
}

.gates-container > h2 {
    padding: 0 32px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
}

.company-container {
    padding: 16px 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 1080px;
    background-color: #fff;
    box-shadow: 0 2px 16px -4px #00000030;
    transform: translateX(-50%); /* to get the menu uncut off by centering instead of left aligning */
}

.company-container > h2 {
    padding: 0 32px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
}

.resources-container {
    padding: 16px 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 1080px;
    background-color: #fff;
    box-shadow: 0 2px 16px -4px #00000030;
    transform: translateX(-50%); /* to get the menu uncut off by centering instead of left aligning */
}

.resources-container > h2 {
    padding: 0 32px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #000;
}

.fences-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.fences-main-grid > *:not(.fences-sidebar) {
    padding: 0 2rem;
}

.fences-main-grid > *:not(:last-child) {
    border-right:  1px solid #ccc;
}

h3.menu-list-header:hover {
	color: black !important;
}

.gates-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.gates-main-grid > *:not(.fences-sidebar) {
    padding: 0 2rem;
}

.gates-main-grid > *:not(:last-child) {
    border-right:  1px solid #ccc;
}

.gates-menu-list-header {
    color: black !important;
}

.company-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.company-main-grid > *:not(.fences-sidebar) {
    padding: 0 2rem;
}

.company-main-grid > *:not(:last-child) {
    border-right:  1px solid #ccc;
}

.company-menu-list-header {
    color: black !important;
}

.resources-main-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.resources-main-grid > *:not(.fences-sidebar) {
    padding: 0 2rem;
}

.resources-main-grid > *:not(:last-child) {
    border-right:  1px solid #ccc;
}


.company-middle-section {
    border-right: 1px solid #ccc;
}

.gates-menu-arrow-link {
    color: black;
    position: relative;
    border-bottom: 2px solid;
    border-color: black;
    padding-bottom: 4px;
}

.gates-menu-arrow-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background: var(--ast-global-color-0);
    transition: all 0.25s ease-out;
}

.gates-menu-arrow-link:hover::after {
    width: 100%;
}


.fences-sidebar {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fence-category {
    color: black;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 16px;
    border-radius: 4px;
}

.fence-category:hover {
    background-color: var(--ast-global-color-0);
}

.fence-category:hover h3, 
.fence-category:hover p {
    /*padding: 15px 15px 12px 15px;*/
    color: white;
}

.fence-icon {
    width: 40px;
    height: 40px;
    background-color: var(--ast-global-color-0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
}

.fence-icon > img {
    width: 30px;
    /*height: 28px;*/
    /*fill: white;*/
}

.fence-category-content {
    text-transform: uppercase;
}

.fence-category-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #000;
    letter-spacing: 0.5px;
}

.fence-category-content p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    color: #666;
}

.fences-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.fence-section h3 {
    font-size: 20px;
    font-weight: bold;
    color: var(--ast-global-color-0);
    margin: 0 0 20px 0;
}

.fence-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
}

.fence-list li {
    padding: 16px 32px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.1 !important;
    transition: all 0.2s ease-out;
}

.fence-list li:hover {
    color: white;
    background-color: var(--ast-global-color-0);
}

.fence-list li:hover::before{
    background-color: white;
}

.fence-list li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: var(--ast-global-color-0);
    border-radius: 1px;
}

/* Global styles */



