.wysiwyg-styles .wp-caption {
	width: 100% !important;
  }
  .wysiwyg-styles .wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0;
	color: #000;
  }
  .wysiwyg-styles > img, .wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: 500px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 15px;
  }
  .wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
	margin-bottom: 30px;
  }
  .wysiwyg-styles > p {
	margin-bottom: 30px;
  }
.wysiwyg-styles .post-views > p {
	margin-bottom: 30px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: end;
}
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
	max-width: 50% !important;
	max-height: 500px !important;
	height: auto !important;
	-o-object-fit: cover !important;
	   object-fit: cover !important;
  }
  .wysiwyg-styles > p .alignleft {
	float: left;
	margin: 0 30px 30px 0;
  }
  .wysiwyg-styles > p .alignright {
	float: right;
	margin: 0 0 30px 30px;
  }
  .wysiwyg-styles > ul {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
  }
  .wysiwyg-styles > ul li {
	display: table;
	background-repeat: no-repeat;
	background-size: 6px 6px;
	background-position: 0 12px;
	padding-left: 15px;
  }
  .wysiwyg-styles > p, .wysiwyg-styles > ul li {
	font-size: 22px;
	line-height: 28px;
  }
.wysiwyg-styles > ol {
	margin-left: 0;
  }
	.wysiwyg-styles > ol li {
	font-size: 22px;
	line-height: 28px;
  }
.wysiwyg-styles > blockquote {
	margin-left: 0;
}
.wysiwyg-styles > blockquote p {
	font-size: 22px;
    border-left: 4px solid #920522;
    padding-left: 20px;
}
.wysiwyg-styles > ul li {
	font-size: 22px;
	line-height: 26px;
	  position: relative;
	  padding-left: 16px;
  }
.wysiwyg-styles > ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #920522;
  }
  .wysiwyg-styles > p a:not(.default-button), .wysiwyg-styles > ul li a:not(.default-button) {
	position: relative;
	color: #920522;
  }
  .wysiwyg-styles > p a:not(.default-button):hover, .wysiwyg-styles > ul li a:not(.default-button):hover {
	color: #F2777D;
  }
  .wysiwyg-styles > h2 {
	font-family: FontMedium;
	font-size: 40px !important;
	line-height: 41px;
	margin-bottom: 30px;
  }
  .wysiwyg-styles > h3 {
	font-family: FontMedium;
	font-size: 30px !important;
	line-height: 55px;
	margin-bottom: 10px;
  }
  .wysiwyg-styles > h4 {
	font-family: FontMedium;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
  }
  .wysiwyg-styles .wysiwyg-button {
	margin-bottom: 30px;
  }
  .wysiwyg-styles > *:last-child {
	margin-bottom: 0 !important;
  }
  .wysiwyg-styles > *:first-child {
	margin-top: 0 !important;
  }
  
  .video-wysiwyg {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
  }
  .video-wysiwyg:before {
	content: "";
	display: block;
	padding-top: 41.4285714286%;
  }
  .video-wysiwyg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
  }
  
  .wysiwyg-gallery .single-gallery-element {
	transform: perspective(1000px);
	-webkit-transform: perspective(1000px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	border-radius: 10px;
	width: calc((100% - 45px) / 4.001);
  }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(4n), .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
	margin: 15px 0 15px;
  }
  .wysiwyg-gallery .single-gallery-element:before {
	content: "";
	display: block;
	padding-top: 78.59%;
  }
  .wysiwyg-gallery .single-gallery-element .additional-number {
	font-size: 25px;
	line-height: 38px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: FontSemiBold;
  }
  .wysiwyg-gallery .single-gallery-element:hover {
	transform: translateY(-5px) perspective(1000px);
	-webkit-transform: translateY(-5px) perspective(1000px);
  }
  
  @media screen and (max-width: 1024px) {
	.wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
	  margin-bottom: 30px;
	}
	.wysiwyg-styles > p {
	  margin-bottom: 20px;
	}
	.wysiwyg-styles > p > img {
	  margin-bottom: 10px;
	}
	.wysiwyg-styles > p .alignleft {
	  margin: 0 20px 20px 0;
	}
	.wysiwyg-styles > p .alignright {
	  margin: 0 0 20px 20px;
	}
	.wysiwyg-styles > ul {
	  margin-bottom: 20px;
	}
	.wysiwyg-styles > ul li {
	  background-position: 0 10px;
	}
	.wysiwyg-styles > p, .wysiwyg-styles > ul li {
	  font-size: 18px;
	  line-height: 26px;
	}
	.wysiwyg-styles > h2, .wysiwyg-styles > h3, .wysiwyg-styles > h4 {
	  margin-bottom: 10px;
	}
	.wysiwyg-styles > h2 {
	  font-size: 20px;
	  line-height: 28px;
	}
	.wysiwyg-styles > h3 {
	  font-size: 18px;
	  line-height: 26px;
	}
	.wysiwyg-styles > h4 {
	  font-size: 16px;
	  line-height: 24px;
	}
  }
  @media screen and (max-width: 767px) {
	.wysiwyg-gallery {
	  justify-content: space-between;
	  -webkit-justify-content: space-between;
	}
	.wysiwyg-gallery .single-gallery-element {
	  width: calc(50% - 7.5px);
	  margin: 0 0 15px !important;
	}
	  .wp-video {
		  width: 100% !important;
	  }
	  .mejs-container {
		  width: 100% !important;
	  }
  }
  @media screen and (max-width: 500px) {
	.wysiwyg-gallery .single-gallery-element {
	  width: 100%;
	}
	.video-wysiwyg:before {
	  padding-top: 55%;
	}
  }/*# sourceMappingURL=wysiwyg-elements.css.map */