/* plugin css */
.plugin-textprimary {}
.plugin-textprimary .text-content-wrapper *{/*color:#1c191c;*/}
.plugin-textprimary .text-content-wrapper p,
.plugin-textprimary .text-content-wrapper span,
.plugin-textprimary .text-content-wrapper ul,
.plugin-textprimary .text-content-wrapper li,
.plugin-textprimary .text-content-wrapper ol,
.plugin-textprimary .text-content-wrapper td,
.plugin-textprimary .text-content-wrapper blockquote {color:#2d2d2d;font-size:18px;line-height:20px;margin:0;/*font-weight:600;*/}
.plugin-textprimary .text-content-wrapper a{color: #0084BE;/*font-weight:600;*/}
.plugin-textprimary .text-content-wrapper a:hover{text-decoration:underline;}
.plugin-textprimary .text-content-wrapper h1,
.plugin-textprimary .text-content-wrapper h2,
.plugin-textprimary .text-content-wrapper h3,
.plugin-textprimary .text-content-wrapper h4,
.plugin-textprimary .text-content-wrapper h5,
.plugin-textprimary .text-content-wrapper h6{margin:0;font-weight:800;font-family: jaf-bernino-sans-condensed, sans-serif;}

.plugin-textprimary .text-content-wrapper ul li::marker {
  color: rgba(61, 42, 123, 1); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size:24px;
}

.plugin-textprimary .text-content-wrapper h1{font-size:60px;line-height:60px;}
.plugin-textprimary .text-content-wrapper h2{font-size:50px;line-height:50px;}
.plugin-textprimary .text-content-wrapper h3{font-size:30px;line-height:30px;}
.plugin-textprimary .text-content-wrapper h4,
.plugin-textprimary .text-content-wrapper h5,
.plugin-textprimary .text-content-wrapper h6{font-size:24px;line-height:24px;}

@media (max-width: 991px) {
	.plugin-textprimary .text-content-wrapper h1{font-size:43px;line-height:45px;}
	.plugin-textprimary .text-content-wrapper h2{font-size:30px;line-height:30px;}
	.plugin-textprimary .text-content-wrapper h3{font-size:26px;line-height:28px;}
}