.widget .pgs-contact-info-wrapper .pgs-contact-info-items {
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	flex-direction: column;
	list-style-type: none;
}

.widget.widget-pgs-infobox-contact .infobox-contact-wrapper {
	display: flex;
	gap: 20px;
}

.widget.widget-pgs-infobox-contact .infobox-contact-wrapper .infobox-icon {
	font-size: 40px;
	min-width: 51px;
	text-align: center;
	line-height: 50px;
	color: var(--pgs_primary_color);
}

.widget.widget-pgs-infobox-contact .infobox-contact-wrapper .infobox-content .widget-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}

.widget.widget-pgs-contact-info-2 .pgs-contact-info-2-wrapper .pgs-contact-info-2-items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.widget.widget-pgs-contact-info-2 .pgs-contact-info-2-wrapper .pgs-contact-info-2-items li {
	display: flex;
	gap: 20px;
}

.widget.widget-pgs-contact-info-2 .pgs-contact-info-2-wrapper .pgs-contact-info-2-items li a {
	display: flex;
	gap: 20px;
	text-decoration: none;
}

.widget.widget-pgs-contact-info-2 .pgs-contact-info-2-wrapper .pgs-contact-info-2-items li i {
	font-size: 38px;
	margin-top: 5px;
	background: var(--pgs_color_gradient, var(--pgs_primary_color));
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.widget.widget-pgs-contact-info-2 .pgs-contact-info-2-wrapper .pgs-contact-info-2-items li .pgs-contact-info-2-item-info span {
	font-weight: 600;
	color: var(--pgs_footer_widget_title_color);
}

.widget.widget-pgs-contact-info-2 .pgs-contact-info-2-wrapper .pgs-contact-info-2-items li .pgs-contact-info-2-item-info p {
	margin: 0;
	line-height: 26px;
}

.widget.widget-pgs-social-profiles .social-profile-wrapper .social-profile-list {
	gap: 10px 18px;
}

.widget.widget-pgs-social-profiles .social-profile-wrapper .social-profile-list li a {
	text-decoration: none;
}

.widget.widget-pgs-social-profiles .social-profile-wrapper.style-2 .social-profile-list {
	gap: 10px 10px;
}

.social-profile-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 5px;
}

.social-profile-wrapper .social-profile-title {
	position: relative;
	font-size: 20px;
	font-weight: normal;
	color: var(--pgs_secondary_color);
	padding-right: 55px;
}

.social-profile-wrapper .social-profile-title:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 25px;
	background-color: var(--pgs_secondary_color);
	right: 15px;
	top: 50%;
	margin-top: 2px;
	transform: translateY(-50%);
}

.social-profile-wrapper .social-profile-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 13px;
	list-style-type: none;
}

.social-profile-wrapper .social-profile-list li {
	padding: 0;
	margin: 0;
}

.social-profile-wrapper .social-profile-list li a {
	font-size: 20px;
	font-weight: normal;
	color: var(--pgs_secondary_color);
	transition: all 0.3s ease-in-out;
}

.social-profile-wrapper .social-profile-list li a:hover {
	color: var(--pgs_primary_color);
}

.social-profile-wrapper.style-2 .social-profile-list li a .social-profile-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 39px;
	font-family: "Jost", sans-serif;
	font-size: 18px;
	color: #D4D6D7;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid rgba(131, 131, 131, 0.25);
	border-radius: 80%;
	z-index: 1;
}

.social-profile-wrapper.style-2 .social-profile-list li a .social-profile-icon:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	border-radius: 80%;
	transition: all 0.3s ease-in-out;
	background-color: var(--pgs_footer_widget_link_color_hover);
}

.social-profile-wrapper.style-2 .social-profile-list li a .social-profile-icon:after {
	content: "";
	position: absolute;
	left: -3px;
	bottom: -3px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid rgba(131, 131, 131, 0.25);
	border-radius: 80%;
	transition: all 0.3s ease-in-out;
}

.social-profile-wrapper.style-2 .social-profile-list li a:hover .social-profile-icon {
	color: #ffffff !important;
}

.social-profile-wrapper.style-2 .social-profile-list li a:hover .social-profile-icon:before {
	opacity: 1;
}

.social-profile-wrapper.style-2 .social-profile-list li a:hover .social-profile-icon:after {
	left: 0px;
	bottom: 0px;
	opacity: 0;
}

.social-profile-wrapper.social-profiles-layout-vertical {
	flex-direction: column;
	align-items: normal;
}

.social-profile-wrapper.social-profiles-layout-vertical .social-profile-title {
	align-self: flex-start;
}

.social-profile-wrapper.social-profiles-layout-vertical .social-profile-list {
	flex-direction: column;
}

.social-profile-wrapper.social-profiles-layout-vertical .social-profile-list:not(.style-2) {
	gap: 15px 10px;
}

.social-profile-wrapper.social-profiles-layout-vertical .social-profile-list .social-profile a {
	display: inline-flex;
	align-items: center;
}

.social-profile-wrapper.social-profiles-layout-vertical .social-profile-list .social-profile .social-profile-icon {
	min-width: 25px;
	margin-right: 15px;
	color: var(--pgs_footer_widget_link_color_hover);
}

.social-profile-wrapper.vertical {
	writing-mode: vertical-lr;
	transform: rotate(180deg);
}

.social-profile-wrapper.vertical .social-profile-title {
	padding-right: 0;
	padding-bottom: 55px;
}

.social-profile-wrapper.vertical .social-profile-title:before {
	width: 2px;
	height: 25px;
	top: auto;
	bottom: 2px;
}

article.hentry .social-profile-wrapper .social-profile-list li {
	padding: 0;
	margin: 0;
}

.offcanvas-sidepanel .social-profile-wrapper .social-profile-title {
	color: var(--pgs_header_offcanvas_sidepanel_title_color);
}

.offcanvas-sidepanel .social-profile-wrapper .social-profile-title:before {
	background-color: var(--pgs_header_offcanvas_sidepanel_title_color);
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter-desc {
	margin-bottom: 10px;
	padding-right: 50px;
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter {
	position: relative;
	margin-top: -5px;
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter .mailchimp-email {
	width: 100%;
	height: 60px;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	padding-right: 55px;
	color: var(--pgs_secondary_color);
	border-bottom: 1px solid rgba(130, 130, 130, 0.25);
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter ::placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter ::-ms-input-placeholder {
	color: var(--pgs_secondary_color);
	opacity: 0.5;
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter .subscribe-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 40px;
	font-size: 20px;
	background: none;
	border: none;
	box-shadow: none;
	color: var(--pgs_primary_color);
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .newsletter-msg {
	display: none;
	margin: 0;
	margin-top: 10px;
	font-size: 0.9em;
	line-height: normal;
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .newsletter-msg.error {
	color: var(--bs-danger);
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .newsletter-msg.success {
	color: var(--bs-success);
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper.loading .mailchimp-newsletter .subscribe-btn i {
	animation: rotation infinite 3s linear;
}

.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper.loading .mailchimp-newsletter .subscribe-btn i:before {
	content: "\f110";
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/*----------------------------------------*/
/* Responsive CSS */
/*----------------------------------------*/
@media (max-width: 575px) {
	.widget.widget-pgs-mailchimp-newsletter .mailchimp-newsletter-wrapper .mailchimp-newsletter-desc {
		padding-right: 0px;
	}
}
