/****GLOBAL STYLING****/
/*General styling*/
.center-text {
	text-align: center;
}
.center-button {
	margin: auto;
}
.header-two {
	position: relative;
	z-index: 100;
}
/*Radius styling*/
.radius-item {
	border-radius: 40px;
}
body.logged-in.toolbar-horizontal .main-page {
	margin-top: 80px;
}
body.logged-in.toolbar-horizontal .stuck {
	top: 79px;
}
.normal-font p {
	font-weight: 300;
}

/*Webform stytling*/
.webform-submission-form .form-item label {
	display: block;
	text-transform: none;
}
.webform-submission-form .form-item select {
  line-height: 3.5;
}

/*Team carousel styling*/
.views-field-field-team-image {

}
.views-field-field-team-image img {
	width: 100%;
}
.owl-carousel .owl-item img {
	width: 100%;
}
.team-name-position {
	position: relative;
	text-align: left;
	padding: 10px 20px 20px;
	border: 1px solid #dee2e6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(222, 226, 230);
	border-top: 0;
}
.views-field-field-team-name {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	line-height: 20px;
	padding: 20px 0 6px;
	text-transform: capitalize;
}
.views-field-field-team-position {
	font-size: 13px;
	color: #808080;
	padding: 0 0 10px;
}

/*Map styling*/
.gva-googlemap .makers {
  background: #fff;
}
.gva-googlemap .makers .location-item {
  margin: auto;
  padding-right: 50px;
  padding-left: 80px;
}
.makers .row .location-item {
	border-right: 1px solid #000;
}
.makers .row .location-item:last-child {
	border-right: 0;
}
.gva-googlemap .makers .maker-item-inner .left .icon {
  color: var(--modins-theme-color);
}

/*Search bar styling*/
.block-search .search-block-form input.form-search {
	background: #fff;
	color: #04022b;
}
.block-search .search-block-form input.search-form__submit {
	background: #fff;
	color: #04022b;
}
.block-search .search-block-form .form-actions::before {
	color: #04022b;
}

/*Header right side links*/
.header-info {

}
.header-info .item {
	display: inline-block;
	width: 32%;
	vertical-align: middle;
}
.header-info__item {
	justify-content: center;
}





/****END GLOBAL STYLING****/


/****MOBILE STYLING****/
@media (max-width: 768px) {
/*Map styling*/
.makers .row .location-item {
  border-right: 0;
  border-bottom: 1px solid #000;
  padding: 0 0 10px 0;
  margin: 0 auto 30px;
}

.header-info .item {
	display: block;
	width: 100%;
}
.header-info__icon {
	width: 35px;
  height: 35px;
  flex: 0 0 35px;
}

.map-images .gsc-image img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: auto;
}

.iconbox-one__icon-inner {
	text-align: center;
	width: 60px;
}

}