/*
Theme Name: Powens
Description: The 2024 Powens Wordpress Theme
Author: Pelo Studio
Author URI: https://pelo.studio
Version: 2.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

/*Fixes*/
.title h2, .title h3, .heading h2, .heading h3, .card-title h2, .card-title h3, .gridComponent .header h2, .gridComponent .header h3 {
	font-size: inherit;
}
ul.auto-list {
	list-style: circle;
    padding-left: 1em;	
}
.preFooterComponent .card .title p, .preFooterComponent .card .title p strong,
.preFooterComponent .card .title div, .preFooterComponent .card .title div strong,
.preFooterComponent .card .title span, .preFooterComponent .card .title div span {
	font-size: 22px;
	line-height: 1.2em;
}
.preFooterComponent.one .card .title h2 {
	margin-bottom: 1rem;
}

.page.theme-turquoise .heroAlternateComponent .title span, .page.theme-green .heroAlternateComponent .title span {
	color: inherit;
}