/* stylelint-disable */
/**
 * Theme Name:   Go-Child
 * Theme URI:    https://github.com/godaddy-wordpress/go
 * Description:  Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
 * Author:       GoDaddy
 * Author URI:   https://www.godaddy.com
 * Version:      1.8.15
 * Tested up to: 6.7
 * Requires PHP: 5.6
 * License:      GPL-2.0
 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:  go-child
 * Domain Path:  /languages
 * Tags:         block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, one-column, theme-options, threaded-comments, translation-ready, wide-blocks
 *
 * 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.
 *
 * Copyright © 2024 GoDaddy Operating Company, LLC. All Rights Reserved.
 */
/* stylelint-enable */


a {
	text-decoration: none !important;
}

.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    --double-padding: calc(var(--go-block--padding--x) * 2);
    max-width: 100%;
    width: 100%;
}

.entry-content>* {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.page-header {
	display: none;
}

.footer-navigation .menu-item-type-post_type {
	padding-top: 8px;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.footer-navigation .menu-item-type-post_type a {
	text-transform: capitalize;
  font-size: 14px;
}

@media (min-width: 992px) {
    .header-02 {
    	display: flex;
 	}
    .footer-01 {
    	display: flex;
 	}
}

@media (max-width: 991.98px) {
    .header-02 {
    	display: block;
 	}
    .footer-01 {
    	display: block;
 	}
    .footer-navigation .menu-item-type-post_type a {
        border: none;
    }
    .footer-navigation--2 {
    	margin-top: 1.5rem;
    }
}

li.accordion-section-colors {
    display: none;
}

.tailwind-section {
	background-image: url(https://imagedelivery.net/xaKlCos5cTg_1RWzIu_h-A/3f778d6f-7b12-424f-7584-04ea6a604300/public);
}

ul#menu-primary li a {
    color: white;
} 
