/* custom colors ,blue from current site */
a {
	color: #1067d7;
}
.hours .day__time--wrap > * {
	background: #71adff;
}
.socialmedia__link:hover {
	background-color: #3368f2;
}
.wrap__footer {
	background: #0A62D6;
}
.mm-listview > li > a:hover,
.articles__categories .mm-listview .mm-next:hover
 {
    background: #7092eb;
}
.wrap__fullwidth {
    background: #f9f9f9;
}
.mm-panels .mm-panel--level-2,
.mm-panel--level-3 .mm-navbar
 {
    background: #555fb7;
}
.wrap__sticky-header {
    background: rgb(157 179 237 / 89%);
}
.wrap__featuredblocks {
    background: #c0dcf9 url(../img/pattern.png) 50% 0;
}
.wrap__home-content {
    background: #ffffff;
}

html {
	scroll-behavior: smooth;
	/* scroll-padding-top: 45%;
	*/
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}
.col2 {
	box-sizing: border-box;
	width: 50%;
	padding: 1%;
	float: left;
}
hr, .clr {
	clear:both!important;
}
.fullwidth-layout img {
	max-width: 100%!important;
}
ul.staff__list .staff__item::before {
	display: none!important;
}
.wrap__exclusive-offer .form__group.form-input-message {
	width: calc(100% - 170px);
}
@media(max-width: 1200px){
	.wrap__exclusive-offer .form__group.form-input-message {
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
	.form form .contact-form-columns .form-input-comments {
		left: auto;
	}
}
@media (max-width:767px){
	.col2{
		display:block;
		width:100%;
		float:none;
		margin:0 auto;
	}
	img.align-right, img.align-left {
		float: none!important;
	}
}
@media (max-width: 519px) {
	img.align-right, img.align-left {
		float: none!important;
	}
}
