/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
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, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


.wc-block-product-categories-list
{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
li.current-cat { 
	background: #CCC; }


.product-display
{
	font-size: 100pt;
	transition: all 0.5s;
}

.product-display-namecontainer
{
	transition: all 0.5s;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: bold;
}

.product-display:hover > .product-display-namecontainer
{
	#background-color: rgb(0, 0, 0);
	
}

.product-display:hover
{
	position: relative;
	transform: scale(110%, 110%) translate(0%, 0%);
}


.custom-product-hero {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 2rem;
	text-shadow: 0 0 5px black;
  }

  .product-image-container
  {
	background-size: cover;
	background-position: center center;
	padding-top: 180%;
	#border-top-left-radius: 5px;
	#border-top-right-radius: 5px;
	border-radius: 20px;
	border: 2px solid transparent;
	transition: all 0.5s;
	background-repeat: no-repeat;
  }

.product-display:hover .product-image-container
{
	border: 2px solid #ffa71a;
}

  .product-image-hide > a > img
  {
	width: 0px;
	height: 0px;
	display: none;
  }

  .add_to_cart_button
  {
	position: relative;
	top:0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	
  }

  .add_to_cart_button_container
  {
	background-color: #ffa71a;
	padding: 10px;
	border-radius: 50px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	font-size: 12pt;

	background-size: auto 60%;
	background-position: 60% 50%;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.473);
	margin: 0px;
  }

  .wp-block-cb-carousel-v2
  {
	margin: 0px;
	z-index: 0;
	height: 100vh;
	background-color: lime;
  }

  .sliderimg
  {
	max-width: none;
	width: auto;
	height: 100vh;
  }

  .wp-block-cb-slide-v2 .wp-block-image img
  {
	height: 100%;
	width: auto;
	max-width: none;
  }

  .carouseloverlay
{
	position: absolute;
	top: 0px;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.373);
	display: flex;
  align-items: center; /* vertical alignment */
  justify-content: center; /* optional: horizontal alignment */
}

  .carouseltagline
  {

	text-align: center;
  }

  .carouseltagline img
  {
	filter: invert(40%) sepia(100%) saturate(700%) hue-rotate(-10deg) brightness(95%) contrast(90%) drop-shadow(0px 0px 10px rgba(0, 0, 0, 1)) !important;
	width: 50% !important;
  }

  .incarouseloverlay
  {
	display: block;
	width: 100%;
	text-shadow: 0px 0px 10px rgb(0, 0, 0);
  }

  .cb-pagination
  {
	top: -50px !important;
		z-index: 2;
		position: relative !important;
  }

  .floatmenu
  {
	position: absolute;
	z-index: 1;
	width: 80%;
	#background-color: rgba(0, 0, 0, 0.473);
	padding-left: 20px !important;
	padding-right: 20px !important;
	left: 10%;
  }



  .consistentmenu
  {
	width: 80%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	position: relative;
	left: 10%;
  }

  @media only screen and (max-width: 600px) {
	.floatmenu{
		width: 100%;
		left: 0%;
	}
	.consistentmenu
	{
		width: 100%;
		left: 0%;
	}

	.headerbutton a
	{
		font-size: 9pt !important;
		padding: 5px 3px !important;
	}

	.headerbutton
	{
		
	}

	.choose-tier-block
	{
		padding: 0px !important;
		border: none !important;
		width: 105%;
		left: -2.5%;
	}
	.tiers .price {
		font-size: 8pt !important;
	}

	.tiers img {
		width: 90% !important;
		margin-bottom: -20% !important;
	}

	.chartitle
	{
		left: 0% !important;
		margin-top: -15% !important;
	}

	.carouseltagline img
	{
		width: 85% !important;
	}
  }


  .extra-spacing-column
  {
	display: none;
  }

  .add_to_cart_button_container:hover
  {
	background-color: #e9bd76;
  }
  .cart-icon
  {
	width: 20px;
	position: absolute;
  }


.do-add
{
	background-color: #ffa71a;
	
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/cart-3.png');
}

.do-add:hover
{
	background-color: #e9bd76;
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/add-to-cart-3.png');
}

.is-loading-action
{
	background-color: gray;
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/loading.gif');
	cursor: default;
}

.is-loading-action:hover
{
	background-color: gray;
}

.do-remove
{
	background-color: rgb(158, 54, 54);;
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/cart-3.png');
}

.do-remove:hover
{
	background-color: rgb(212, 97, 97);
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/remove-from-cart-3.png');
}

.do-download
{
	#background-color: rgb(45, 121, 52);
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/download-icon.png');
	background-position: 50% 50%;
}

.full-download-button
{
	background-color:#ffa71a;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16pt;
	display: inline-block;
	border-radius: 5px;
	color: black;
	font-weight: bold;
}

.full-download-icon
{
	width: 25px;
	height: 25px;
}

.do-download:hover
{
	#background-color: rgb(71, 173, 79);
}

.search-bar
{
	
	background-color:#ffa71a;
	width: 32px;
	height: 32px;
	border-radius: 0px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 70%;
}



.menu-button:hover
{
	background-color:#7a7a7a57;
}

.search-bar-container
{
	text-align: center;
}

.buttonhoveranim
{
	transition: all 0.5s;
}
.buttonhoveranim:hover
{
	transform: scale(1.1);
}

.becomeorange:hover
{
	color: #ffa71a;
}

.search-button
{
	background-image: url('/wp-content/plugins/patreon-product-manager/assets/magnifying-glass-solid.svg');
	background-color: gray;
}

.menu-button
{
	cursor: pointer;
	text-align: center;
	vertical-align: center;
	border: 2px solid white;
	border-radius: 40px;
	background-color: inherit;
}

.active-menubutton
{
	#background-color: #917240;
	color: orange;
	border: 2px solid #ffa71a;
}

.nomarkuplink a
{
	text-decoration: none !important;
}

.higlighted-text
{
	font-weight: bold;
	color: #ffa71a;
}

.menu-icon
{
	background-color: white;        /* sets the "fill" color */
  -webkit-mask: url('/wp-content/plugins/patreon-product-manager/assets/bars-solid.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask: url('/wp-content/plugins/patreon-product-manager/assets/bars-solid.svg') no-repeat center;
  mask-size: contain;
  width: 15px;
	height: 15px;
	text-align: center;
	vertical-align: center;
	padding-top: 15px;
	display: inline-block;
  }

  .active-menubutton .menu-icon
  {
	background-color: orange; 
  }


.duplicates-menu-item
{
	border: 1px solid white;
	border-radius: 40px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 12pt;
	margin-left: 5px;
	margin-right: 5px;
}

.active-duplicate-menu-item
{
	border: 1px solid #ffa71a;
	color: #ffa71a;
}

.inklapmenu-header
{
	font-size: 14pt;
}



#myModal
{
	display: inline-block;
	width: 50%;
	max-width: 500px;
	margin-left: 10px;
	vertical-align: middle;
	text-align: left;
}

.select2-search__field
{

}

.select2-selection__clear
{
	margin-right: 35px !important;
}


.select2-container--default .select2-selection--single {
	background-color: #1e1e1e;
	border: 1px solid #444;
	color: #fff;
	
  }
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
  }
  
  .select2-container--default .select2-results>.select2-results__options {
	background-color: #2a2a2a;
	color: #fff;
  }
  
  .select2-container--default .select2-results__option--highlighted {
	background-color: #444;
  }
  
  .select-container--default > span > span.select2-selection
  {
	background-color: #1e1e1e;
	color: white;
  }

  .select2-results__option--selected
  {
	background-color: rgb(83, 83, 83) !important;
  }

  .inklapmenu-close-button
  {
	display: inline;
	background-color: rgb(63, 63, 63);
	position: absolute;
	right: -10px;
	vertical-align: middle;
	margin: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	top: 15px;
	font-weight: bold;
	cursor: pointer;
  }

  .inklapmenu-close-button:hover
  {
	background-color:rgb(83, 83, 83)
  }

  .select2-results__option--highlighted
  {
	background-color: #5897fb !important;
  }
  

  .select2-selection
  {
	background-color: #afafaf !important;
	color: white !important;
	#border: 1px solid rgb(85, 85, 85) !important;
	text-align: left;

	background-image: url('/wp-content/plugins/patreon-product-manager/assets/magnifying-glass-solid.svg'); /* or a PNG */
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 16px 16px;
	padding-left: 30px; /* add room for icon */
	filter: invert(100%);
  }

  .select2-selection__choice
  {
	filter: invert(100%);
	background-color:#ffa71a !important;
	color: black !important;
	border: 1px solid #1e1e1e !important;
  }

  .select2-selection__choice__remove
  {
	color: rgb(56, 56, 56) !important;
  }

  .join-as-patron-button
  {
	font-weight: bold;
	font-style: italic;
  }



.inklapmenu
{
	
	min-width: 250px;
	max-width: 400px;
	width: 30%;
	display: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family:"Calibri", sans-serif;
	letter-spacing: 0.1rem;
	
}

.select2-container--default .select2-selection--multiple
{
	border-radius: 14px !important;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
  }
  
  .separator::before,
  .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #5d5d5d;
  }
  
  .separator:not(:empty)::before {
	margin-right: .25em;
  }
  
  .separator:not(:empty)::after {
	margin-left: .25em;
  }

.inner-inklapmenu
{
	background-color: #242527;
	text-align: center;
	border: 1px solid #5d5d5d;
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 250px;
	width: 70%;
	display: inline-block;
	font-size: 12pt !important;
}

.inklapmenu-scrollable
{
	margin-top: 5px;
}

.letterspacer
{
	letter-spacing: 0.2rem;
}

.middler
{
	vertical-align: middle;
}

.marginright
{
	margin-right: 5px;
}
.marginleft
{
	margin-left: 5px;
}

.inliner
{
	display: inline;
}

.bolder 
{
	font-weight: bold;
}

.active-inklapmenu
{
	display: block;

}

.inklapmenu-topcategory
{
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.inklapmenu-scrollable > ul
{
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 5px;
	list-style-type: square;
	padding-left: 35px;
}

.inklapmenu-option
{
	#background-color: gray;
	cursor: pointer;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
}

.inklapmenu-option:hover
{
	background-color: rgb(94, 94, 94);
}

.selected-inklapoption
{
	#background-color: rgb(122, 122, 122);
	color: #ffa71a;
	font-weight: bold;
}

.inactiveoption
{
	color: gray;
	cursor: default;
	background-color: transparent !important;
}

.selected-inklapoption:hover
{
	#background-color: red;
}

#product_preview
{
	width: 100%;
	background-color: none;
}

.product_preview_holder
{
	width: calc(100% - 110px);
	height: auto;
	position: relative;
	display: inline-block;
	margin-top: 0px;
}

.product_preview_overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	#background-color: yellow;
	z-index: 2;
	#opacity: 0.5;
}


.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td
{
	padding: 0.3em;
}

.wp-block-button__link
{
	display: inline;
}

.woocommerce-page table.order-contents
{
	border-collapse: separate;   /* important! */
    border-spacing: 0 4px;      /* 10px vertical gap, 0px horizontal gap */
}
.woocommerce-page table.order-contents tbody tr th,
.woocommerce-page table.order-contents tbody tr td
{
	background-color: rgb(65, 65, 65);
}

.woocommerce-page table.order-contents tbody tr th:first-child
{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.woocommerce-page table.order-contents tbody tr td:last-child
{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}



.inklapmenu-scrollcontainer
{
	margin-top: 5px;
}

#product_preview
{
	border-radius: 5px;
}



.attribute_header
{
	background-color: rgb(29, 29, 29);
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 3px;
	display: inline-block;
}

.product-info-bar p
{
margin: 0px;
}

.attribute_content
{
margin-bottom: 10px;
display: block;
}

.custom-product-attributes
{
font-size: 12pt;
}

body
{
font-family:"Calibri", sans-serif;
}

h3.linetitle {
overflow: hidden;
text-align: center;
font-weight: bold;
font-size: 11.5pt;
}

h3.linetitle::before,
h3.linetitle::after {
background-color: #666666;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}

h3.linetitle::before {
right: 0.5em;
margin-left: -50%;
}

h3.linetitle::after {
left: 0.5em;
margin-right: -50%;
}




.product-page-back-button
{
	display: inline-block !important;
	vertical-align: top;
	width: 100px;
}

.homepage-products-container
{

}



.product_variation
{
	cursor: pointer;
	width: 100%;
	display: block;
	
	
	
	margin: 0px;
	padding: 0px;
	height: 100px;
}



.product_variation_container
{
	position: relative;
	max-width: 150px !important;
	display: inline-block;
	margin: 4px;
	padding: 0px;
	border: 2px solid rgba(255, 255, 255, 0.315);
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.5s;
	cursor: pointer;
}

.product_variation_container:hover
{
	border: 2px solid rgba(255, 255, 255, 0.615);
	position: relative;
	transform: scale(105%, 105%) translate(0%, 0%);
}

.product_variation_locked
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0, 0.7);
	transition: all 0.5s;
}

.product_variation_container:hover .product_variation_locked
{
	background-color: rgba(0,0,0, 0.5);
}

.locked_explanation
{
	transition: all 0.5s;
	opacity: 0.5;
	font-size: 10pt;
	position: absolute;
	bottom: 0px;
	text-align: center;
	margin: 10px;
}

.product_variation_container:hover .locked_explanation
{
	opacity: 1;
	
}

.locked_variation_icon
{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	filter: invert(50%);
	transition: all 0.5s;
}

.product_variation_container:hover .locked_variation_icon
{
	filter: invert(80%);
}


.product-page-title
{
	text-align: center;
}


@media only screen and (min-width: 600px)
{
	.homepage-products-container-less-padding
	{
		padding-left: 0px;
	}
}


@media only screen and (max-width: 600px) {
	.inklapmenu {
	  position: fixed;
	  top: 0px;
	  z-index: 3;
		bottom: 0px;
		width: auto !important;
		height: 100%;
	}

	.inklapmenu-scrollcontainer
	{
		display: flex;
		flex: 1 1 auto;
		overflow-y: scroll;
	}

	.inklapmenu-scrollable
	{
	}

	.inner-inklapmenu
	{
		
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.inklapmenu-header
	{
		flex: 0 1 auto;
	}

	#myModal
	{
		width: 80%;
	}

	.product-page-back-button
{
	display: block !important;
	margin-bottom: 10px;
}

	.product_preview_holder
	{
		width: 100%;
	}

	
  }


#patreon_popup_container
{
	background-color: rgba(100,100,100,0.7);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	cursor: pointer;
	margin: 0px;
}

#patreon_popup
{
	margin: 8%;
	padding: 2%;
	width: 80%;
	height: 80%;
	background-color: rgba(26, 26, 26, 0.699);
	cursor: auto;
	border-radius: 10px;
}

.patreon-download-button
{
	background-color:#ffa71a;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	#color: white;
	font-size: 14pt;
	border-radius: 5px;
	font-family:"Calibri", sans-serif;
	cursor: pointer;
	border: none;
}

.patreon-download-icon
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	#filter: invert(100%);
	margin-right: 5px;
}

.popup_close_button
{
	float: right;
	filter: invert(100%);
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.patreon_popup_title
{
	text-align: center;
}

.center
{
	text-align: center;
}