/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2022 | 15:53:14 */
form.customize-unpreviewable, form.customize-unpreviewable input, form.customize-unpreviewable select, form.customize-unpreviewable button, a.customize-unpreviewable, area.customize-unpreviewable {
	cursor: pointer !important;
}
.header-social-layout1 ul li a {
	padding: 8px 21px;
	color: #b2b9c7;
	background: transparent;
	transition: all 0.5s ease-out;
}
.header-social-layout1 ul.tophead-social li{
	position: relative;
}
.header-social-layout1 ul.tophead-social li:before {
	content: "";
	height: 57px;
	width: 1px;
	background-color: #323232;
	position: absolute;
	top: 0px;
	left: none;
	transform: rotate(20deg);
}
.header-social-layout1 li a:hover {
	color: #ffffff;
	background-color: transparent;
}
span.top-left:before {
	content: "";
	height: 57px;
	width: 1px;
	left: 0px;
	margin: 0 10px;
	background-color: #323232;
	position: absolute;
	top: -19px;
	left: none;
	transform: rotate(20deg);
}
span.license.top-left {
	padding-left: 24px;
	margin: 8px;
	position: relative;
}
span.head-addr.top-left:before {
	position: absolute;
	left: -45px;
}
span.head-addr.top-left{
	padding-left: 0px;
	margin: -6px;
	position: relative;
}
@media(max-width: 768px){
	span.head-addr.top-left:before, span.top-left:before, .header-social-layout1 ul.tophead-social li:before {
		display: none;
	}
	.header-social-layout1 ul li a {
		padding: 0px 0px;
	}
	span.top-left {
		display: block;
		text-align: center;
		font-size: 12px;
	}
}
