/*
Theme Name:   	Prism
Theme URI:    	https://everywhererightnow.com
Author:       	Everywhere Right Now LLC
Author URI:     https://everywhererightnow.com
Template:     	storefront
Description:  	A custom theme developed exclusively for Prism Pacific Industries.
Version:      	1.0.5
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {font-family: 'Open Sans', sans-serif;}

a:focus, .focus a {
	outline: none !important;
}
a, #logo a, a img, button, .button, .gform_button, #searchform button[type="submit"], .search-submit, .mc4wp-form-fields input[type="submit"] {
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	}
#logo a:hover, a img:hover, #searchform button[type="submit"]:hover {
	opacity:0.75;
	filter:alpha(opacity=85);
	}
p, li {
	color:#000;
}
h1, h2 {
	font-weight:700;
}
a, a:visited {
	color:#0791be;
	text-decoration:none !important;
	}
a:hover {
	color:#333;
	text-decoration:none;
	}
strong {
	font-weight:700;
}
button, .button, button.alt, .button.alt {
	background:#1F3881;
	color:#FFF !important;
	padding:0.3em 1.2em;
}
button:hover, .button:hover, button.alt:hover, .button.alt:hover {
	background:#88D5F8;
	color:#1F3881 !important;
}
.return-to-shop .button, .added_to_cart {
	color:#FFF !important;
}
.return-to-shop .button:hover {
	color:#333 !important;
}
.home .entry-header, .edit-link, .storefront-product-pagination, #site-navigation-menu-toggle {
	display:none;
}
.top-bar {
	background:#1F3881;
	height:1.5em;
}
.site-header {
	padding-top:0.7em;
	padding-bottom:0.7em;
	border-bottom:none;
}
.site-header .site-branding img {
    max-width: 300px;
  }
.site-branding {
	margin-bottom:0;
}
.white-text h2 {
	color:#fff;
}
.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom:0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	border-bottom:3px solid #4A9CDC;
}
#mega-menu-primary li a::before {
	content: "";
	position: absolute !important;
	width: 100% !important;
	height: 3px !important;
	bottom: 0;
	left: 0;
	background-color: #1F3881 !important;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
#mega-menu-primary li a:hover::before {
	visibility: visible !important;
	transform: scaleX(1);
}
#mega-menu-primary li.mega-current-menu-item a:hover::before {
	visibility:hidden !important;
	transform: none;
}
.section-1 h1 {
	color:#1F3881;
	font-size:2.1em;
}
.section-1 h2 {
	color:#315EAB;
	font-size:2.1em;
	margin-top:0;
}
.section-1 i {
	color:#315EAB;
	font-size:1.2em;
	padding:1.5em 0.3em 0 0.3em;
}
.section-2 h2 {
	color:#1F3881;
	font-size:2.1em;
	font-weight:800;
	margin-bottom:0;
}
.section-2 h3 {
	color:#315EAB;
	font-size:1.8em;
	font-weight:700;
	margin-bottom:0.3em;
}
h2 + h3, .beta + h3 {
  border-top: none;
  padding-top: 0;
}
.section-2 p, .section-4 p {
	color:#315EAB;
}
.section-3 h2 {
	color:#1F3881;
	font-size:2.1em;
	font-weight:800;
	border-bottom:6px solid #88D5F8;
}
.section-4 h4 {
	color:#1F3881;
	font-weight:600;
}
.section-5 h2 {
	text-align:center;
	padding:0 0.9em;
	margin:0.6em 0.9em;
	font-weight:700;
	color: #315EAB;
	font-size:1.2em;
	border-bottom:3px solid #88D5F8;
}
.section-5 h3 {
	color: #1F3881;
	margin:0.6em 0.9em;
	font-size:1.14em;
}
.section-5 h4 {
	color: #990000;
	margin:0.6em 0.9em;
	font-size:1.14em;
	font-weight:700;
}
.section-5 h4::after {
	content:"\f330";
	font-family: "Font Awesome 6 Pro";
	font-weight:600;
	padding:0 0 0 0.18em;

}
.section-6 h2 {
	font-size:1.5em;
	margin-top:0.3em;
}
.site-footer {
  background-color: #1F3881;
  color: #fff;
}
.site-info {
	padding: 1.2em 0;
	text-align:center;
	font-size:0.9em
}
.exp-footer {
	margin:0;
	padding:3.6em 0 2.4em 0;
	background:url(/wp-content/uploads/2025/08/prism-pacific-top-down.webp)repeat-x 0 0;
}
.exp-footer img {
	max-width:300px;
	margin:0 auto;
}
.exp-footer p {
	text-align:center;
	color:#315EAB;
	margin:0.3em 0 0 0;
}
.exp-footer p a{
	color:#315EAB;
}
.exp-footer p a:hover{
	color:#88D5F8;
}
 .content-area, .widget-area {
    margin-bottom: 0;
  }
.site-main {
  margin-bottom: 0;
}
.hero-wrap {
	margin-left: calc(-100vw / 2 + 66.4989378333em / 2);
	margin-right: calc(-100vw / 2 + 66.4989378333em / 2);
}
.limit {
	max-width:66.4989378333em;
	width:100%;
	margin:0 auto;
}
.hero-title {
	color:#fff;
	font-weight:600;
	padding:300px 0 10px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
}
.page-template-template-hero.no-wc-breadcrumb .site-header {
  margin-bottom: 0;
}


































/* Align Navbar To The Right of the Logo + PHP */
    @media (min-width: 768px) {
        #masthead .col-full {
            display: flex;
            align-items: center;
        }

        #masthead .main-navigation {
            text-align: right;
        }

        .woocommerce-active .site-header div.site-branding {
            width: auto;
        }
    }
/* ##### END ##### */
