/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: Semplicelabs
	Template: semplice5
*/

/* Custom CSS Start */
.dot-contact-socials{
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.dot-contact-socials a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: transparent;
	opacity: 0.8;
	transition: all .3s;
}

.dot-contact-socials a:hover {
	opacity: 1;
	background-color: #EEEEEE;
}

.dot-contact-socials a:not(:last-child) {
	margin-right: 10px;
}

.dot-footer-buttons > .content-wrapper {
	display: flex;
	justify-content: center;
}

.dot-footer-buttons > .content-wrapper > div:first-child {
	margin-right: 30px;
}

.dot-footer-buttons .content-wrapper .column-content,
.dot-footer-buttons .content-wrapper .column-content
.is-content,
.dot-footer-buttons .content-wrapper .ce-button  {
	width: fit-content !important;
}
/* Custom CSS End */