/* Global */
.aios-mobile-header-wrapper {
	position: relative;
	display:none;
	z-index:101;
}

@media (max-width:991px) {

	.aios-mobile-header-wrapper.aios-mobile-header-wrapper-breakpoint-992 {
		display:block;
	}
	
}

@media (max-width:977px) {

	.aios-mobile-header-wrapper.aios-mobile-header-wrapper-breakpoint-977 {
		display:block;
	}
	
}

	.amh-area-wrap {
		position: relative;
	}

	.amh-area-wrap:after,
	.amh-clearfix:after  {
		clear: both;
		content: '';
		display: block;
	}
	
/* Fixed Header */
.amh-fixed-header-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

	.amh-header-buttons {
		position: relative;
		background: #fff;
		-webkit-box-shadow: 0 2px 7px rgba(0,1,1,.09);
		-moz-box-shadow: 0 2px 7px rgba(0,1,1,.09);
		box-shadow: 0 2px 7px rgba(0,1,1,.09);
	}

		.amh-header-buttons a {
			text-decoration: none;
			color: inherit;
		}

		.amh-header-buttons .amh-navigation-trigger,
		.amh-header-buttons .amh-center,
		.amh-header-buttons .amh-header-right-btn {
			float: left;
			position: relative;
			text-align: center;
			padding: 17px 0;
			height: 52px;
			font-size:18px;
			line-height:1;
			box-sizing: border-box;
		}

		.amh-header-buttons .amh-navigation-trigger,
		.amh-header-buttons .amh-header-right-btn {
			width: 22.18%;
			cursor: pointer;
		}

		.amh-header-buttons .amh-center {
			width: 55.64%;
			padding: 5px 0;
		}
		
		.amh-header-buttons .amh-phone-text-hide,
		.amh-header-buttons .amh-email-text-hide {
			font-size:0;
		}
		
		.amh-header-buttons a:hover {
			text-decoration:none;
		}
		
/* Navigation */

.amh-navigation {
	background:#fff;
	display: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.amh-navigation .amh-menu,
.amh-navigation .amh-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.amh-navigation .amh-menu ul {
		display: none;
	}

	.amh-navigation .amh-menu li {
		display: block;
		position: relative;
		border-top: 1px solid #f7f7f7;
	}

		.amh-navigation .amh-menu li a {
			display: block;
			padding: 10.3px 20px;
			color: #858585;
			font-size: 16.5px;
			font-weight: 400;
			text-decoration: none;
		}

		.amh-navigation .amh-menu li:hover > a,
		.amh-navigation .amh-menu li.open > a{
			background: #3c3c3c;
			color: #fff;
		}

		.amh-navigation .amh-menu li ul a {
			color: #C5C5C5;
			font-size: 14px;
		}
		
		/* First Level */
		.amh-navigation .amh-menu li ul {
			background: #232323;
		}

		/* Second Level */
		.amh-navigation .amh-menu li ul ul {
			background: #151515;
		}
		
		/* Third Level */
		.amh-navigation .amh-menu li ul ul ul {
			background: #020202;
		}

/* Nav Hover/Active	 */
.amh-navigation .amh-menu li.open > ul {
	display: block;
}


/* Navigation Variant 1 */
.amh-navigation.amh-nav-1 .amh-menu li a {
	text-align: center;
}


/* Navigation Variant 2 */

.amh-fixed-nav-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 52px;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.8);
}

.amh-navigation.amh-nav-2 {
	width: 75%;
	position: absolute;
	left: 0;
	display: block;
	z-index: 999;
}

.amh-navigation.amh-nav-2 .amh-menu li a {
	text-align: left;
}

/* Header phone list */

.amh-header-phone-list {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #4d4d4d;
	text-align:center;
	clear:both;
	display:none;
}

.amh-header-phone-list ul {
	margin:0;
	padding:0;
}

.amh-header-phone-list li {
	padding-bottom:7px;
}

@media print {
	.aios-mobile-header-wrapper {
		display:none !important;
	}
}

/* Header 3A */

	.amh-header-buttons.amh-3a .amh-center{
		padding: 0;
	}
	
	
	.amh-header-buttons.amh-3a .amh-center .amh-phone,
	.amh-header-buttons.amh-3a .amh-center a.amh-phone {
		cursor: pointer;
		padding: 17px 0;
		display: block;
		width: 100%;
		height: 100%;
	}

.ip-container #main-wrapper {
  overflow: hidden;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content-sidebar, #content-full {
  margin-top: 0;
}

#inner-page-wrapper {
  margin-bottom: 0;
}

.ip-banner canvas {
  min-height: 530px;
}

.media-feed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media-feed-item > div {
  width: 50%;
}

.media-feed-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.media-feed-item:nth-child(even) .media-imagewrap {
  padding-left: 15px;
  padding-right: 130px;
}

.media-feed-item:nth-child(even) .media-imagewrap::before {
  right: 0;
  left: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.85)), to(rgba(16, 16, 16, 0.85))), url(/wp-content/themes/metzlerrealty.com/css/custom-page/../../images/media/media-accent-b.jpg) no-repeat center center;
  background: linear-gradient(rgba(16, 16, 16, 0.85), rgba(16, 16, 16, 0.85)), url(/wp-content/themes/metzlerrealty.com/css/custom-page/../../images/media/media-accent-b.jpg) no-repeat center center;
  background-size: cover;
}

.media-feed-item:nth-child(even) .media-image {
  border-left: 0;
  border-right: 10px solid var(--primary);
}

.media-feed-item:nth-child(even) .media-contentwrap {
  padding-left: 130px;
  padding-right: 15px;
}

.media-imagewrap {
  position: relative;
  padding: 100px 15px 100px 130px;
}

.media-imagewrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 77.4%;
  height: calc(100% - 145px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0.75))), url(/wp-content/themes/metzlerrealty.com/css/custom-page/../../images/media/media-accent-a.jpg) no-repeat center center;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/wp-content/themes/metzlerrealty.com/css/custom-page/../../images/media/media-accent-a.jpg) no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.media-image {
  border-left: 10px solid var(--primary);
}

.media-image canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.media-contentwrap {
  position: relative;
  padding: 100px 105px 100px 85px;
}

.media-content-text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.8;
  color: #1b1b1b;
  margin-top: 20px;
}

.media-content-text .media-date,
.media-content-text .media-author {
  display: block;
  line-height: 1.2;
}

.media-content-text .media-author {
  margin-top: 5px;
}

#content .media-content h4 {
  font-family: var(--font-family-title);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--primary);
  background: #AC9869;
  background: -webkit-gradient(linear, left top, right top, from(#AC9869), to(#caae6c));
  background: linear-gradient(to right, #AC9869 0%, #caae6c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

#content .media-content p {
  line-height: inherit;
  margin-top: 15px;
  margin-bottom: 0;
}

#content .media-content p:first-of-type {
  margin-top: 30px;
}

#content .media-content .media-read-more {
  min-width: 210px;
  margin-top: 35px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
  .media-imagewrap,
  .media-contentwrap,
  .media-feed-item:nth-child(even) .media-contentwrap {
    padding-left: 50px;
  }
  .media-contentwrap,
  .media-feed-item:nth-child(even) .media-imagewrap {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .media-imagewrap,
  .media-contentwrap {
    padding: 50px 15px !important;
  }
  .media-imagewrap::before {
    height: calc(100% - 95px);
  }
  #content .media-content h4 {
    font-size: 25px;
  }
  #content .media-content .media-read-more {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .ip-banner canvas {
    min-height: 250px;
  }
  .media-feed-item {
    display: block !important;
  }
  .media-feed-item > div {
    width: 100%;
  }
  .media-image {
    max-width: 645px;
    margin: 0 auto;
  }
  .media-contentwrap {
    padding-top: 0 !important;
  }
  .media-content {
    text-align: center;
  }
}

