/*
Theme Name: Cheese Powder
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: WhYDevelop
Description: This is a custom version of 2023 for the Cheese Powder web site. Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,accessibility-ready,blog,portfolio,news
Version: 1.0.1777186939
Updated: 2025-06-14 21:15:19

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Parisienne&display=swap');

BODY
{
	font-family: "Montserrat";
	color: #808285;
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
	font-stretch: 79%;
	font-weight: 300;
}
H1
{
	font-family: "Parisienne";
	color: #636466;
	font-size: 66px;
	line-height: 76px;
	font-weight: 400;
}
H2
{
	font-family: "Parisienne";
	color: #636466;
	font-size: 52px;
	line-height: 62px;
	font-weight: 400;
}
H3
{
	font-family: "Parisienne";
	color: #636466;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
H4
{
	font-family: "Parisienne";
	color: #636466;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}
H5
{
	font-family: "Parisienne";
	color: #636466;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
H6
{
	font-family: "Parisienne";
	color: #636466;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

@media ( min-width: 782px )
{
	.header--mobile
	{
		display: none !important;
	}
}
@media ( max-width: 781px )
{
	.header--desktop
	{
		display: none !important;
	}
}

.cheesepowderblue
{
	color: #007ac3;
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a, .wp-block-navigation__responsive-container .wp-block-navigation-link a, .wp-block-navigation__responsive-container .wp-block-navigation-link a:hover, .wp-block-navigation__responsive-container .wp-block-navigation-link a:active, .wp-block-navigation__responsive-container .wp-block-navigation-link a:visited
{
	font-family: "Montserrat" !important;
	font-size: 26px !important;
	color: #808285 !important;
	text-decoration: none !important;
}

.wp-block-media-text .wp-block-media-text__content
{
	padding-left: 0;
	padding-right: 0;
 }

.modal-close
{
	float: right;
	font-size: 15px;
	padding: 6px;
	clear: both;
	margin-top: -15px;
	margin-right: -15px;
}
.modal-title
{
	font-family: "Montserrat";
	color: #636466;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
}

.contact_name
{
	font-family: "Montserrat";
	color: #808285;
	font-size: 30px;
	line-height: 46px;
	font-weight: 900;
	padding: 10px 0px;
}

.contact_phone, .contact_phone A, .contact_phone A:link, .contact_phone A:hover, .contact_phone A:visited, .contact_phone A:active,
.contact_email, .contact_email A, .contact_email A:link, .contact_email A:hover, .contact_email A:visited, .contact_email A:active
{
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	color: #007ac3;
}
.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  border: 3px solid #666666;
  width: 50%;
  left: 25%;
  border-radius: 15px;
  padding: 30px;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}


