/*
Theme Name: Extendable Child WWN
Theme URI: https://github.com/extendify/extendable
Template: extendable
Author: Extendify
Author URI: https://extendify.com
Description: Extendable is a distinct, dynamic block theme designed as a canvas for your next online venture. Sporting multiple style variations, Extendable is the most expressive block theme yet. Go fresh, bold, bohemian or minimal — with a single click.
Tags: one-column,custom-colors,custom-menu,custom-logo,e-commerce,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments
Version: 2.0.14.1732781867
Updated: 2024-11-28 09:17:47

*/

div.ppem-rating-strip {
    display: inline-flex;
	gap: 0.8rem;
	border-color: var(--wp--preset--color--primary);
	border-width: 0 0 0 1px;
	border-style: dotted;
	padding-left: 0.8rem;
}

div.ppsl-strip {
    display: inline-flex;
    gap: 4px;
    align-items: center;
	border-color: var(--wp--preset--color--primary);
	border-width: 0 0 0 1px;
	border-style: dotted;
	padding-left: 0.8rem;
}

div.ppem-int-aud {
	background-color: var(--wp--preset--color--tertiary);
	padding: 0em 1.5em;
	border-style: dotted;
	border-width: 1px;
	border-radius: 8px;
	font-style:italic;
	font-weight: 300;
	
}

div.wwn-is-hidden {
  display: none !important;
}

.rss-subscribe-button {
    display: inline-flex;
    align-items: center;
    color: #f26522;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    gap: 0.3em;
    margin-bottom: 1em;
}

.rss-subscribe-button:hover {
    text-decoration: underline;
}


@media (max-width: 780px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Code for Firefox */
::-moz-selection { 
  color: white;
  text-decoration: underline wavy var(--wp--preset--color--primary) 2px;
  background: #29abe2;
}

::selection {
  color: white;
  text-decoration: underline wavy var(--wp--preset--color--primary) 2px;
  background: #29abe2;
}
/*Style input areas*/
/* Style comment form input fields and textareas */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
#commentform input[type="text"],
#commentform textarea {
    border: 1px dotted var(--wp--preset--color--foreground);
    border-radius: 5px;

}

/* Style Contact Form 7 input fields and textareas */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border: 1px dotted var(--wp--preset--color--foreground);
    border-radius: 5px;
	
}

/*mailpoet fix*/
.mailpoet_form_html input[type=submit]{
	cursor:pointer;
}
div.mailpoet_message p {
	margin-top:0;
	margin-bottom:0;
}
