/*# sourceMappingURL=wp-widgets.css.map */

/* Phox WordPress Widgets */

/**************************
01_About
**************************/
.wdes-about-widget {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #f3f5f9;
	padding: 30px;
	color: inherit;
}

.wdes-about-widget .logo-footer {
	margin: 0 0 20px 0;
	max-height: 40px;
}

.wdes-about-widget > p {
	font-family: var(--text-font);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 20px 0;
	display: block;
	color: inherit;
}

.wdes-about-widget .company-sc .company-info-block {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	width: 100%;
}

.wdes-about-widget .company-sc .company-info-block:last-child {
	margin-bottom: 0;
}

.wdes-about-widget .company-sc .company-info-block i {
	color: inherit;
	font-size: 17px;
	margin-right: 15px;
}

.wdes-about-widget .company-sc .company-info-block span, .wdes-about-widget .company-sc .company-info-block a {
	font-family: var(--text-font);
	font-size: var(--text-base);
	font-weight: 400;
	text-decoration: none;
	color: inherit;
	line-height: 24px;
}

.footer .wdes-about-widget {
	border: 0;
	padding: 0;
	margin: 0 0 50px;
}

html[dir=rtl] .wdes-about-widget .company-sc .company-info-block i {
	margin-right: 0;
	margin-left: 15px;
}

.widget_wdes_newsletter {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #f3f5f9;
	padding: 30px;
	color: inherit;
}

.widget_wdes_newsletter .wid-title h2 {
	margin: 0 0 15px 0;
	font-weight: 600;
	line-height: 25px;
	color: inherit;
}

.widget_wdes_newsletter > p {
	font-family: var(--text-font);
	font-size: var(--text-base);
	font-weight: 400;
	color: inherit;
	line-height: 26px;
	margin: 0;
}

.widget_wdes_newsletter form {
	margin-top: 20px;
}

.widget_wdes_newsletter form .email-news {
	background-color: #f1f4f8;
	border: 1px solid #e7ecf4;
	padding: 10px;
	font-family: var(--main-font);
	font-size: 14px;
	font-weight: 400;
	color: inherit;
	width: 100%;
	border-radius: 2px;
	text-align: center;
}

.widget_wdes_newsletter form .email-news::-webkit-input-placeholder {
	color: inherit;
	text-transform: capitalize;
}

.widget_wdes_newsletter form .sub-news {
	background: linear-gradient(-90deg, var(--main-color) 0, var(--main-color) 100%);
	color: #fff;
	padding: 10px;
	border: none;
	font-family: var(--main-font);
	font-weight: 600;
	font-size: 15px;
	transition: all .3s;
	text-transform: capitalize;
	width: 100%;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 8px;
}

.footer .widget_wdes_newsletter {
	border: 0;
	padding: 0;
	margin: 0 0 50px;
}

.footer .widget_wdes_newsletter .wid-title h2 {
	font-weight: inherit;
}

.footer .widget_wdes_newsletter form .email-news {
	background-color: #19384c;
	border-color: #19384c;
}
