/** Widgets: phone-call **/

.tmpcoder-pc-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tmpcoder-pc-btn {
	border: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 48px;
	line-height: 1;
	text-align: center;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor a.tmpcoder-pc-btn {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.tmpcoder-pc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tmpcoder-pc-btn-icon-right .tmpcoder-pc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-pc-btn-icon-left .tmpcoder-pc-content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tmpcoder-pc-btn-icon-bottom .tmpcoder-pc-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tmpcoder-pc-btn-icon-top .tmpcoder-pc-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.tmpcoder-pc-btn-align-fixed .tmpcoder-pc-btn {
	position: fixed;
	z-index: 9999;
}

.tmpcoder-pc-btn-align-fixed-right .tmpcoder-pc-btn {
	left: auto;
}

.tmpcoder-pc-btn-align-fixed-left .tmpcoder-pc-btn {
	right: auto;
}
