/* .home .container { */
.container {
	max-width: 1300px;
}
.underline {
	border-bottom: 1px solid #ddd;
}
.metaslider {   /* @r-bugfix */
  overflow: hidden;
}
a {
  transition: all .3s ease;
}
h1,
h2,
h3,
p {
  line-height: 1.7;
	letter-spacing: .05em;
}
p,
li,
a {
  font-size: 16px;
}
h2 {
  font-size: 40px !important;
}

a.button {
	background:#85d7c2;
	color:#000;
	border:0px solid #fff;
}
a.button:hover {
	background:#2f2f2f;
	color:#fff;
}
#masthead #masthead-widgets {
	margin:0 auto 30px;
}
#masthead-widgets #headtop p {
	margin-bottom:0 !Important;
	color:#fff;
	padding:10px 0;
}
#masthead-widgets p a.button {
	display:inline-block;
	padding: 6px 20px;
	border:0px solid #fff;
	background:#85d7c2;
	color:#000 !important;
	border:0px solid #fff;
}
#masthead-widgets p a.button:hover {
	background:#fff;
}
#headmid p {
	margin-bottom:0 !important;
	font-size:14px;
	line-height: 1.5;
}
#headmid img.alignleft {
	margin-right:10px;
}
#headmid p span {
	font-size:12px;
	text-decoration:underline;
}
#headmid > div:not(:first-child) a {
	position: relative;
}
#headmid > div:not(:first-child) a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #626262;
	transition: all .3s ease;
}
#headmid > div:not(:first-child) a:hover::after {
	background: #85d7c2;
	transform-origin: left top;

	animation-name: underline;
  animation-duration: .5s;
	animation-timing-function: linear;
	animation-direction: normal;
}
@-webkit-keyframes underline {
  0% {
		width: 0;
  }
  100% {
		width: 100%;
  }
}



#masthead .top-bar>.container {
	text-align:center;
	min-height:0px;
	justify-content:center;
}
.main-navigation>div li a {
	font-size:16px;
	margin:0;
}
#homebanner {
	margin-top: 67px;
}
#homebanner .metaslider .slides img{
	max-width:90%;
	margin-left:auto;
}
#leasingform .wpcf7-form{
	max-width:600px;
	display:block;
	margin:0 auto;
}
#leasingform input {
	width:100%;
}
#leasingform p {
	margin-bottom:10px;
}
#leasingform textarea {
	height:100px;
}
#leasingform input.wpcf7-submit {
	background:#85d7c2;
	color:#000;
	border:0px solid #fff;
}
.metaslider .caption {
	padding:0 !Important;
}
.metaslider .caption-wrap {
	opacity:1 !important;
	width:auto !important;
	bottom:27% !Important;
	padding:30px;
	background:#85d7c2 !Important;
}
.metaslider .caption-wrap h2 {
	color:#000;
	margin:0 0 20px 0;
	font-size: 36px !important;
	line-height:1.5;
}
.metaslider .caption-wrap a {
	padding:10px 20px;
	background:#fff;
	color:#000;
	display:inline-block;
}
.metaslider .caption-wrap a:hover {
	background: #000;
	color: #fff;
}
.home h2 {
	margin: 0 0 10px !important;
}
#homeabout h1 {
	margin-top:0;
	margin-bottom:0px;
}
#homeabout h3 {
	font-size:21px;
	margin-top:0;
	font-family: "Roboto", sans-serif;
}
#homesec h3 {
	font-size: 19px;
	background:#85d7c2;
	padding:10px 20px;
	font-family: "Roboto", sans-serif;
}
#homesec h3 {
  position: relative;
  overflow: hidden;
}
#homesec > div:hover h3:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image:
    linear-gradient(130deg, rgba(255, 255, 255, 0) 25%,
     rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);

  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}

#homesec .sow-image-container {
	overflow: hidden;
}
#homesec .sow-image-container img {
	transition: all .3s ease;
}
#homesec > div:hover .sow-image-container img {
	transform: scale(1.1);
}
#homestores ul,
#homewhat ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#homestores h2,
#homewhat h2:not(.entry-title) {
	font-size: 28px !important;
	margin: 0 !important;
}
#homestores h2::after,
#homewhat h2::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: calc(100% - 300px);
	height: 1px;
	background: #ddd;
}
#homestores a.btn-arrow,
#homewhat a.btn-arrow {
	font-size: 18px;
	color: #2d2d2d;
	padding-right: 30px;
	position: relative;
}
#homestores a.btn-arrow:hover,
#homewhat a.btn-arrow:hover {
	color: #85d7c2;
}
#homestores a.btn-arrow::after,
#homewhat a.btn-arrow::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2d2d2d;
	transform-origin: left top;
	transition: all .3s ease;
}
#homestores a.btn-arrow:hover::after,
#homewhat a.btn-arrow:hover::after  {
	right: 5px;
	color: #85d7c2;
}
#homestores .so-widget-sow-image {
	background:#fff;
}
#homewhat .navigation {
	display: none;
}
#homewhat ul {
	/* margin-bottom: 0 !important; */
}
#homewhat h2::after {
	left: 52%;
	width: calc(100% - 420px);
}
#homewhat h2.entry-title::after {
	content: unset;
}
#homewhat .blog-layout-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

}
#homewhat .blog-layout-grid  .archive-entry {
	border:1px solid #aaa;
	float:none;
	width: calc(100% / 2 - 15px) !important;
	margin: 0 0 30px !important;
}
#homewhat .blog-layout-grid .archive-entry .entry-content{
	min-height:55px;
}
#homewhat .blog-layout-grid .archive-entry:first-child {
	width:100% !important;
	margin-right:0;
	float:none;

	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#homewhat .blog-layout-grid .archive-entry:first-child .entry-thumbnail {
	display:inline-block;
	width:50%;
	/* margin-right:1%; */
	vertical-align:middle;
	/* margin-bottom:0; */
	margin: 0 1% 0 0;
}
#homewhat .blog-layout-grid .archive-entry:first-child  .grid-content {
	display:inline-block;
	width:48%;
	vertical-align:middle;
	padding:30px;
}
#homewhat .blog-layout-grid .archive-entry {
	width:48%;
}
#homewhat .blog-layout-grid .archive-entry .grid-content {
	padding:30px;
}
#homewhat .blog-layout-grid .archive-entry .entry-thumbnail {
	margin-bottom:0;
	overflow: hidden;
}
#homewhat .blog-layout-grid .archive-entry .entry-thumbnail img {
	max-height:1000px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
#homewhat .blog-layout-grid .archive-entry:hover .entry-thumbnail img {
	transform: scale(1.1);
}
.blog-layout-grid .archive-entry .entry-thumbnail {
	margin-bottom:0;
}
.blog-layout-grid .archive-entry .entry-thumbnail img {
	/* max-height:144px; */
	    width: 100%;
	aspect-ratio: 5/3;
	object-fit: cover;
}
.blog-layout-grid .archive-entry .more-link {
	text-align:right;
	color:#000;
}
.blog-layout-grid .archive-entry {
	border:1px solid #aaa
}
.blog-layout-grid .archive-entry .grid-content {
	padding:20px;
}
.blog-layout-grid .archive-entry .more-link .more-text {
	color:#000;
	font-size: 16px;
}
.blog-layout-grid .archive-entry .entry-title,
.blog-layout-grid .archive-entry .entry-title a {
	font-size: 22px !important;
	font-family: "Roboto", sans-serif;
	font-weight:bold;
}
.blog-layout-grid .archive-entry h2.entry-title {
	margin-bottom: 15px !important;
}
.blog-layout-grid .archive-entry .more-text {
	transition: all .3s ease;
}
.blog-layout-grid .archive-entry a:hover,
.blog-layout-grid .archive-entry .more-text:hover {
	color: #85d7c2 !important;
}

#homewhattitle h3 {
	margin-bottom:0;
}
#subtop .so-widget-sow-editor{
	padding:10px 30px;
	background:#85d7c2;
	display: inline-block;
}
#subtop .so-widget-sow-editor h1 {
	margin:0;
}
#subdesc h2 {
	line-height:1.3;
}
.imgright {
	background-size:80%;
	background-position: center right !Important;
}
.imgleft {
	background-size:80%;
	background-position:center left !Important;
}
.imgright .so-widget-sow-editor, .imgleft .so-widget-sow-editor {
	padding:30px;
	background:#85d7c2;

}
.imgright .so-widget-sow-editor h2 , .imgleft .so-widget-sow-editor h2 {
	line-height:1.3;
	margin:0;
}
#contactrow {
	background: linear-gradient(
    to right,
    #fff 0%,
    #fff 30%,
    #2f2f2f 30%,
    #2f2f2f 100%
  );
}
#contactrow .wpcf7-form h3 {
	color:#fff;
	margin-top:0;
}
#contactrow input[type=text], #contactrow input[type=tel], #contactrow input[type=email], #contactrow textarea{
	width:100%;
	border:1px solid #fff;
	background:none;
	color:#fff;
}
#contactrow input[type=submit]{
	background:#85d7c2;
	border:0px solid #fff;
	color:#000;
}
#contactrow .wpcf7-response-output {
	color:#fff;
}
#contactrow ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

#contactrow :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#contactrow ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
#contactrow textarea {
	height:170px;
}
#contactrow .wpcf7-form p {
	margin-bottom:10px;
}
#contactinfo {
	padding:30px;
	background:#85d7c2;
}
#contactinfo h3 {
	margin-bottom:0;
	margin-top:0;
}
#contactinfo p {
	margin-bottom:5px;
}
#contactmap iframe {
	margin-bottom:-10px;
}
#footertop h4, #footertop p {
	color:#fff;
	margin-bottom:0;
	margin-top:0;
	font-family: "Roboto", sans-serif;
}
#footertop p {
	line-height:1.5;
	font-size:12px;
}
#footertop img {
	margin-top:10px;
}

.footer__top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footer__top li:not(:last-child) {
	position: relative;
}
.footer__top li:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: 18px;
	content: '';
	width: 2px;
	height: 100%;
	background: #434343;
}
.footer__top li {
	width: 50%;
	padding-left: 70px;
	background-image: url(./../../../../wp-content/uploads/2023/03/icon2.jpg);
	background-repeat: no-repeat;
	background-position: 4px 11px;
	background-size: auto 53px;
}
.footer__top li:nth-child(2) {
	flex: 1;
	background-image: url(./../../../../wp-content/uploads/2023/03/icon3.jpg);
}
.footer__top li:nth-child(3) {
	width: 350px;
	background-image: url(./../../../../wp-content/uploads/2023/03/icon3.jpg);
}
.footer__top li h3,
.footer__top li p {
	color: #fff;
	font-family: "Roboto", sans-serif;
}
.footer__top li h3 {
	margin: 0;
	font-size: 22px;
}

#colophon .widget .widget-title, #masthead-widgets .widget .widget-title, #secondary .widget .widget-title {
	font-size: 20px;
	font-weight:bold;
	text-transform:none;
	font-family: "Roboto", sans-serif;
}
#colophon .widget p, #masthead-widgets .widget p, #secondary .widget p {
	margin-bottom:0px !important;
}
#colophon .widget li {
	padding-bottom:0;
	color:#fff;
}
#colophon .site-info {
	padding:10px;
	border-top:0px solid #fff;
}
#colophon p,
#colophon li,
#colophon a {
	font-size: 16px;
}
.footer__contanct p {
	word-break: break-all;
}



/**
* Responsive
*/
@media screen and (max-width:1300px) {
	/* Footer */
	.footer__top li:not(:last-child)::after {
		content: unset;
	}
}
@media screen and (min-width:768px) and (max-width:820px){
	#contactinfo {
		padding:15px;
	}
	.main-navigation>div li {
		padding-right:18px;
	}
	#homeabout h1 {
		line-height:1.3;
	}
	.metaslider .caption-wrap {
		bottom:20% !important;
	}
	#headmid p {
		font-size:12px;
	}

	body:not(.no-active-sidebar) .blog-layout-grid .archive-entry:nth-child(3n) {
		margin-right:0 !Important;
	}
	#homewhat .blog-layout-grid .archive-entry {
		margin-right:4%;
	}
	#footertop h4 {
		font-size:14px;
	}
}
@media screen and (max-width:767px){
	#homeabout h1 {
		font-size:24px;
		line-height:1.3;
	}
	#headmid .panel-grid-cell, #metaslider_31{
		margin-bottom:0 !important;
	}
	#homebanner .metaslider .slides img {
		max-width:100%;
	}
	 #masthead .sticky-bar {
		display:none;
	}
	#headmid .so-widget-sow-editor {
		display:none;
	}
	.metaslider .caption-wrap {
		padding:10px !Important;
		position:initial !Important;
	}
	.metaslider .caption-wrap h2 {
		font-size:20px !important;
	}
	#masthead {
		margin-bottom:20px !Important;
	}
	.sticky-bar-sentinel {
		display:none;
	}
	#rmp_menu_trigger-67 {
		/* top:115px !Important; */
		top:71px !Important;
	}
	.sticky-bar-out #rmp_menu_trigger-67 {
		top:15px !Important;
	}
	.imgright , .imgleft {
		background-size:cover;
	}
	.imgright .so-widget-sow-editor, .imgleft .so-widget-sow-editor{
		padding:15px;
	}
	.imgright .so-widget-sow-editor h2, .imgleft .so-widget-sow-editor h2 {
		font-size:20px;
	}
	#homesec h3 {
		margin-bottom:0;
	}
	#contactrow {
		background:#2f2f2f;
	}
	#homewhat .blog-layout-grid .archive-entry:first-child .entry-thumbnail, #homewhat .blog-layout-grid .archive-entry:first-child .grid-content, #homewhat .blog-layout-grid .archive-entry {
		width:100%;
		margin-right:0;
	}
	#homewhat .blog-layout-grid .archive-entry:first-child {

	}
	#homewhat .blog-layout-grid  .archive-entry {
		width: 100% !important;
	}
	#homewhat .blog-layout-grid .archive-entry:first-child .grid-content {
		padding:20px;
	}
	#homestores .panel-grid-cell {
		margin-bottom:10px !Important;
	}
	#footertop img {
		float:left;
		margin-right:10px;
	}
	#colophon .widgets .widget:last-of-type {
		margin-bottom:0 !Important;
	}
	.footer__top li {
		width: 100% !important;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 600px) {
	/* Header */
	#rmp_menu_trigger-67 {
		top:105px !important;
	}
	/* Home page */
	#homestores h2::after,
	#homewhat h2::after {
		content: unset;
	}
}
@media screen and (max-width: 299px) {
	/* Header */
	#rmp_menu_trigger-67 {
		top:125px !important;
	}
}
