/*
Theme Name:     Shattered Screens
Theme URI:      https://www.shatteredscreens.com
Template:       neve
Author:         Shattered Screens
Author URI:     https://www.shatteredscreens.com
Description:    Shattered Screens Neve child theme
Version:        1.0.0
Text Domain:    neve
*/
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

h1, h2, h3, h4, h5, h6, * {
    font-family: 'Press Start 2P', cursive;
    color: white;
}

h2 {
    color: #914dff
}

.wrapper {
    background-color: #2C0B3A;
    background: url(assets/8.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hfg_header .header-main-inner,
.nv-navbar {
    background: transparent;
}

.site-logo h1, .site-logo p {
    animation: glow 1s ease-in-out infinite alternate;    
}
@keyframes glow {
    from {
        text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #e60073, 0 0 20px #e60073, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #ff4da6, 0 0 20px #ff4da6, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6;
    }
}

.entry-title a {
    animation: crossfade 1.3s ease-in-out infinite alternate;
}
@keyframes crossfade {
    from {
        color: #e9374f;
    }
    to {
        color: #ff4da6;
    }
}

a:link, a:visited {
    color: #ff4da6 !important;
}
a:hover {
    color: white !important;
    text-decoration: none !important;
}
a {
    text-decoration: none; 
}
.nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
    text-decoration: none;
}
.builder-item--primary-menu .nav-menu-primary > .nav-ul li.current-menu-item > a, .builder-item--primary-menu .nav-menu-primary > .nav-ul li.current_page_item > a, .builder-item--primary-menu .nav-menu-primary > .nav-ul li.current_page_item > .has-caret > a {
    color: white !important;
    animation: glow 1.3s ease-in-out infinite alternate;
}

.header-main-inner, .header-main-inner a:not(.button), .header-main-inner .navbar-toggle {
    color: white;
}
.header-main-inner .icon-bar {
    background-color: #ff4da6;
}
.hfg_header .header-menu-sidebar .header-menu-sidebar-bg {
    background-color: rgba(0,0,0,0.85);
}
.header-menu-sidebar .header-menu-sidebar-bg, .header-menu-sidebar .header-menu-sidebar-bg a:not(.button), .header-menu-sidebar .header-menu-sidebar-bg .navbar-toggle {
    color: white;   
}
.header-menu-sidebar .header-menu-sidebar-bg .icon-bar {
    background-color: #ff4da6;   
}
.fas {
    font-size: larger;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
    color: white;
}

#comments input[type="submit"] {
    color: white;
}

.widget p.widget-title {
    color: #914dff;
}

.topbanner {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

/*.header--row-inner .hfg-item-first {
    display:none;
}*/
/* WOOCOMMERCE STUFF */
.woocommerce .woocommerce-breadcrumb,
.orderby {
    color: white;
}
.woocommerce-loop-product__title {
    color: #ff4da6
}
.woocommerce table.shop_table.cart thead {
    background-color: transparent;
}
.woocommerce table.shop_table.cart td {
    background-color: transparent !important;
}
.woocommerce .quantity .qty {
    min-width: 100px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
    background-color: transparent;
    color: #914dff;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th {
    color: #914dff;
}
.woocommerce-checkout h3 {
    background-color: transparent;
    color: #914dff;
}
.woocommerce-checkout #payment {
    background-color: transparent;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}
.select2-dropdown, .select2-dropdown > * {
    background: rgba(0,0,0,0.85) !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    font-size: small;
    padding-bottom: 36px;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    background: transparent;
}
