* {
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
}
tr.bold { font-weight:bold;
}
html { height: 100%;}
p.antispam {display:none;}
a.anchor {
text-decoration: none;
color: #ffffff;
display: block;}
a.anchor:hover {
text-decoration: none;
color: #ffffff;
display: block;
}
body {
background: #1f2021;
font-family: 'Roboto Slab', sans-serif;
padding: 0px;
margin: 0;
font-size: 14px;
color: #FFF;
width: 100%;
height: 100%;
overflow-x: hidden;
}
ul {
list-style: none;
}
img {
max-width: 100%;
width: auto;
height: auto;
}
#content .content ul {
list-style: disc;
padding-left: 35px;
margin-bottom: 20px;
}
#content .content ul li {
margin-bottom: 5px;
}
#content .content ol {
padding-left: 35px;
margin-bottom: 20px;
}
#content .content ol li {
margin-bottom: 5px;
}
#content .content img.alignright {
margin: 20px 0 20px 20px;
}
#content .content img.alignleft {
margin: 20px 20px 20px 0;
}
a {
text-decoration: none;
color: #1da1cc;
transition: all .2s ease;
}
a:hover { text-decoration: underline; }
hr {
border: none;
border-top: 1px solid #d1d2d3;
margin: 35px 0;
}
h1, h2, h3, h4, h5, h6 { 
font-family: 'Roboto Slab', sans-serif;
font-weight: normal;
margin-bottom: 10px;
}
h1 { font-size: 48px; }
h2 { font-size: 35px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
p { margin-bottom: 20px; }
table { width: 100%; }
:focus { outline: none; }
::-moz-focus-inner { border: 0; }
button::-moz-focus-inner { border: 0; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.ta_left { text-align: left; }
.ta_right { text-align: right; }
.ta_center { text-align: center; overflow:scroll; }
.ta_justify { text-align: justify; }
.container { max-width: 960px; margin: 0 auto; position: relative; }
::-webkit-input-placeholder { opacity: 0.8; }
::-moz-placeholder { opacity: 0.8; }
:-ms-input-placeholder { opacity: 0.8; }
input:-moz-placeholder { opacity: 0.8; }
.clear { clear: both; }
.no_margin { margin: 0!important; }
.sep { height: 25px; }
.btn {
font-family: 'Roboto Slab', sans-serif;
display: inline-block;
color: #FFF;
text-align: center;
font-size: 12px;
text-transform: uppercase;
padding: 10px 20px;
font-weight: normal;
border-radius: 0px;
border: none;
position: relative;
background: #009fdf;
cursor: pointer;
}
.btn:hover {
background: #0082b6;
text-decoration: none;
}
img.fullwidth {
width: 100%;
height: auto;
min-height: 180px;
display: block;
}
input[type=text], textarea {
font-family: 'Roboto Slab', sans-serif;
background: #ededed;
color: #000;
font-size: 14px;
font-weight: normal;
padding: 8px;
width: 100%;
border: 1px solid #ededed;
margin-bottom: 5px;
}
textarea { height: 130px; padding: 8px; }
input.has-error, textarea.has-error {
border-color: #d11900;
}
label {
font-size: 15px;
font-family: "Roboto Slab";
color: #333333;
margin-bottom: 5px;
display: block;
}
.error_msg {
background: #d11900;
color: #fff;
padding: 6px;
position: absolute;
right: 0;
}
.bypostauthor { background: #FFF; }
.gallery-caption { text-align: center; }
.sticky, .wp-caption { background: #f3f3f3; }
.wp-caption-text { font-weight: bold; text-align: center; } .row {
display: table;
width: 100%;
position: relative;
margin-bottom: 20px;
table-layout: fixed;
}
.row > div {
display: table-cell;
vertical-align: top;
position: relative;
}
.row > div.t { vertical-align: top; }
.row > div.m { vertical-align: middle; }
.row > div.b { vertical-align: bottom; }
.row > div.col-12 { width: 100%; }
.row > div.col-11 { width: 91.66%; }
.row > div.col-10 { width: 83.33%; }
.row > div.col-9 { width: 75%; }
.row > div.col-8 { width: 66.66%; }
.row > div.col-7 { width: 58.33%; }
.row > div.col-6 { width: 50%; }
.row > div.col-5 { width: 41.66%; }
.row > div.col-4 { width: 33.33%; }
.row > div.col-3 { width: 25%; }
.row > div.col-2 { width: 16.66%; }
.row > div.col-1 { width: 8.33%; } .message_success {
padding: 13px 20px;
color: #FFF;
background: #54BA00;
display: none;
font-size: 18px;
margin-bottom: 20px;
}
#navigation { 
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/menu_pattern.png) repeat-x;
position: relative;
margin-bottom: 40px;
}
#navigation .container > ul:after {
content: "";
display: block;
clear: both;
}
#navigation ul li {
position: relative;
}
#navigation .container {
padding-left: 55px;
}
#navigation .container > ul {
float: left;
}
#navigation .container > ul > li {
float: left;
position: relative;
margin-right: 10px;
}
#navigation .container > ul > li > a {
display: block;
padding: 0px 15px;
line-height: 61px;
height: 61px;
color: #FFF;
font-size: 14px;
font-weight: normal;
position: relative;
}
#navigation .container > ul > li:hover > a,
#navigation .container > ul > li.current_page_item > a,
#navigation .container > ul > li.current_page_parent > a,
#navigation .container > ul > li.current-menu-parent > a {
text-decoration: none;
background: rgba(92, 96, 98, 0.28);
color: #FFF;
}
#navigation .container > ul > li ul {
position: absolute;
z-index: 999;
width: 192px;
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/submenu_pattern.png) repeat;
display: none;
border-top: 1px solid #6d6466;
margin-left: 0px;
margin-top: -1px;
padding: 5px 0;
}
#navigation .container > ul > li ul li a {
display: block;
color: #FFF;
padding: 7px 12px;
font-size: 14px;
}
#navigation .container > ul > li ul li.current_page_item a {
color: #1da1cc;
}
#navigation .container > ul > li ul li a:hover {
background: rgba(92, 96, 98, 0.6);
text-decoration: none;
}
#navigation .container > ul li:hover > ul {
display: block;
}
#wrap {
height: 100%;
}
#wrapper {
min-height: 100%;
height: auto;
margin-bottom: -209px;
}
.push { height: 209px; }
.section {
position: relative;
}
.menu-button {
background: rgba(0,0,0,.5);
display: none;
height: 50px;
right: 10px;
position: fixed;
top: 10px;
z-index: 999999;
transition: transform 50ms ease 0s;
width: 50px;
}
.menu-button:active {
transform: scale(0.8, 0.8);
}
.menu-icon {
background: none repeat scroll 0 0 #FFF;
height: 5px;
left: 10px;
position: absolute;
transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
width: 31px;
}
.menu-icon {
top: 23px;
}
.menu-icon:nth-child(2) {
top: 11px;
transform-origin: 0 100% 0;
}
.menu-icon:nth-child(3) {
top: 35px;
transform-origin: 0 0 0;
}
.menu-button.menu-is-open .menu-icon:nth-child(1) {
transform: scale(0.01, 1);
}
.menu-button.menu-is-open .menu-icon:nth-child(2) {
transform: translate(2px, 0px) rotate(45deg);
}
.menu-button.menu-is-open .menu-icon:nth-child(3) {
transform: translate(2px, 0px) rotate(-45deg);
}
#header {
position: relative;
color: #FFF;
z-index: 9999;
}
#header .top {
padding: 12px 20px 0;
position: relative;
}
#header .right {
position: absolute;
right: 35px;
top: 12px;
}
#logo {
position: relative;
width: 121px;
margin: -15px auto 15px;
}
#logo h1 { margin: 0; }
#logo a {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/logo.png) no-repeat;
width: 121px;
height: 118px;
text-indent: -9999px;
display: block;
position: relative;
}
.social a {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/social_icons.png?1) no-repeat;
width: 26px;
height: 26px;
display: inline-block;
vertical-align: top;
text-indent: -99999px;
}
.social a + a {
margin-left: 15px;
}
.social a.facebook {
background-position: 5px 0;
width: 22px;
}
.social a.facebook:hover {
background-position: 5px bottom;
}
.social a.twitter {
background-position: -32px 0;
width: 27px;
}
.social a.twitter:hover {
background-position: -32px bottom;
}
.social a.linkedin {
background-position: -73px 0;
width: 27px;
}
.social a.linkedin:hover {
background-position: -73px bottom;
}
.social a.instagram {
background-position: -124px 0;
width: 27px;
}
.social a.instagram:hover {
background-position: -124px bottom;
}
#header .social,
#header .phone {
display: inline-block;
vertical-align: middle;
margin-right: 27px;
}
#header .phone a {
color: #FFF;
}
#navigation {
position: absolute;
width: 100%;
z-index: 99;
}
body.homepage .section1 {
margin-bottom: 66px;
}
body.homepage .section2 .container {
max-width: 803px;
}
body.homepage .section2 h3 {
font-size: 24px;
margin-bottom: 32px;
text-transform: uppercase;
}
body.homepage .section2 h3 span {
color: #009fdf;
}
body.homepage .icon_pfs,
body.homepage .icon_cb {
padding-top: 93px;
font-size: 12px;
color: #009fdf;
display: inline-block;
}
body.homepage .icon_pfs {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/icon_pfs.png) no-repeat center top;
}
body.homepage .icon_cb {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/icon_cb.png) no-repeat center 20px;
}
body.homepage .section2 .row > div.right {
padding-left: 30px;
}
body.homepage .section2 .row > div.right:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
height: 310px;
width: 4px;
background: #d6d6d6;
}
.bigTitle {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/title_logo.png) no-repeat center top;
padding-top: 80px;
margin-bottom: 30px;
}
.bigTitle h2 {
font-weight: bold;
font-size: 24px;
color: #009fdf;
position: relative;
text-align: center;
}
.bigTitle h2:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 7px;
top: 15px;
background: #fff;
}
.bigTitle h2 span {
background: #1f2021;
display: inline-block;
position: relative;
padding: 0 15px;
}
body.homepage .section3 .container > .row {
margin-bottom: 60px;
}
body.homepage .section3 .row > div.left {
padding-right: 25px;
}
body.homepage .section3 .row > div.right {
padding-left: 25px;
}
body.homepage .section3 .box {
background: #FFF;
border-bottom: 8px solid #d1d2d1;
width: 100%;
max-width: 452px;
color: #646565;
font-size: 30px;
text-align: center;
position: relative;
}
body.homepage .section3 .box .thumb {
position: relative;
overflow: hidden;
}
body.homepage .section3 .box .thumb img {
display: block;
}
body.homepage .section3 .box .thumb .hover {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #009fdf;
color: #FFF;
font-weight: bold;
line-height: 41.66px;
opacity: 0;
transform: translateY(100px);
transition: all 0.3s ease-out;
}
body.homepage .section3 .box .thumb a {
display: block;
}
body.homepage .section3 .box a.overlay {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-indent: -9999px;
text-align: left;
}
body.homepage .section3 .box:hover .thumb .hover {
opacity: 1;
transform: translateY(0px);
}
body.homepage .section3 .box .thumb .hover p:last-child {
margin-bottom: 0;
}
body.homepage .section3 .box .thumb .hover .row,
body.homepage .section3 .box .thumb .hover .row > div {
height: 100%;
}
body.homepage .section3 .box .box_title {
padding: 35px;
text-align: center;
}
body.homepage .section3 .box:hover {
border-bottom: 8px solid #009fdf;
}
.news_item {
margin-bottom: 35px;
}
.news_item .col-thumb {
width: 233px;
padding-left: 12px;
}
.news_item .col-thumb .thumb {
width: 204px;
height: 140px;
background: #cecece;
}
.news_item .col-content {
padding-left: 12px;
}
.news_item .date {
margin-top: 5px;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
}
.news_item h3 {
font-size: 24px;
color: #009fdf;
font-weight: bold;
margin-bottom: 4px;
}
.news_item p {
font-family: "Roboto", Arial, sans-serif;
font-weight: 300;
text-align: justify;
}
.news_item img.alignleft {
margin-right: 10px;
}
.news_item img.alignright {
margin-left: 10px;
}
#footer {
font-family: "Roboto", Arial, sans-serif;
background: #009fdf;
padding: 28px 20px 10px;
font-size: 12px;
text-align: center;
height: 209px;
}
#footer h3 {
font-family: "Roboto", Arial, sans-serif;
font-weight: bold;
font-size: 18px;
margin-bottom: 0px;
}
#footer .phone {
margin: 6px 0 15px;
font-size: 17px;
}
#footer .contact {
margin-bottom: 15px;
}
#footer .social {
display: inline-block;
vertical-align: middle;
margin-right: 30px;
}
#footer .social a {
background-image: url(//www.mhreinc.com/wp-content/themes/mhre/images/social_icons2.png?1);
}
#footer a {
color: #FFF;
}
#footer .btn {
padding-left: 90px;
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/icon_mail.png) no-repeat left center;
}
#footer .btn:hover {
color: #1f2021;
}
#footer .copy {
font-family: "Lato", Arial, sans-serif;
}
#featured_properties {
max-height: 326px;
overflow: hidden;
}
#featured_properties img {
display: block;
width: 100%;
}
body.properties .section1,
body.property .section1 {
font-family: "Roboto", sans-serif;
background: #FFF;
padding: 111px 0 40px;
color: #1f2021;
font-weight: bold;
font-style: italic;
font-size: 12px;
}
body.properties .section1 .container {
max-width: 575px;
}
body.properties .section1,
body.property .section1 {
font-size: 12px;
padding: 85px 0 15px;
}
body.property .section1 .container {
max-width: 565px;
}
body.properties .section1 p,
body.property .section1 p {
margin-bottom: 10px;
}
body.properties .section1 .btn_group,
body.property .section1 .btn_group {
text-align: center;
padding-top: 0px;
font-size: 14px;
}
body.properties .section1 .btn,
body.property .section1 .btn {
font-size: 16px;
padding: 6px 10px;
margin: 0 5px;
font-style: normal;
font-weight: normal;
}
body.properties .section1 .btn-login,
body.property .section1 .btn-login {
background: #0578a6;
}
body.properties .section1 .btn-login:hover,
body.property .section1 .btn-login:hover {
background: #036389;
}
body.properties .section1 .btn-register,
body.property .section1 .btn-register {
background: #009fdf;
}
body.properties .section1 .btn-register:hover,
body.property .section1 .btn-register:hover {
background: #0088bf;
}
body.properties .section2 {
padding: 67px 0 118px;
}
body.properties .section2 .container {
max-width: 680px;
}
body.properties .section2 h2 {
margin-bottom: 60px;
text-align: center;
font-size: 48px;
text-transform: uppercase;
}
body.properties .section2 .property_item {
border-bottom: 1px solid #808081;
margin-bottom: 40px;
font-size: 18px;
position: relative;
font-family: "Roboto", sans-serif;
}
body.properties .section2 .property_item h3,
body.properties .section2 .property_item h3 a {
color: #5ab8dd;
}
body.properties .section2 .property_item h3 {
font-size: 30px;
text-transform: uppercase;
}
body.properties .section2 .property_item p {
margin-bottom: 15px;
}
body.properties .section2 .property_item .col_thumb {
width: 325px;
padding-left: 35px;
}
body.properties .section2 .property_item .thumb {
width: 222px;
height: 135px;
background: #a1a1a1;
margin-bottom: 30px;
position: relative;
}
body.properties .section2 .property_item .thumb a {
display: block;
height: 107px;
}
body.closed_properties .section2 .property_item .thumb {
height: 107px;
position: relative;
background: none;
}
body.properties .section2 .property_item .thumb img {
display: block;
}
body.properties .section2 .property_item .thumb img.under_contract {
position: absolute;
height: auto;
right: 0;
top: 0;
}
body.properties .section2 .property_item .thumb .price {
background: #707171;
font-family: "Roboto", sans-serif;
font-size: 14px;
line-height: 28px;
height: 28px;
font-weight: bold;
text-align: center;
}
body.properties .section2 .property_item a.see_details {
position: absolute;
right: 13px;
bottom: 18px;
font-size: 14px;
color: #5ab8dd;
}
body.properties .section2 .now_showing_properties {
font-size: 36px;
text-align: center;
text-transform: uppercase;
padding-top: 30px;
}
body.property .section2 {
padding: 20px 0;
margin-bottom: 20px;
}
body.property .section2 .row {
width: 100%;
margin: 0 auto 20px;
max-width: 850px;
font-size: 18px;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
}
body.property .section2 h2 {
font-size: 34px;
color: #5ab8dd;
}
body.property #slider {
max-height: 835px;
overflow: hidden;
}
body.property #carousel-wrapper {
padding-bottom: 10px;
position: relative;
}
body.property #carousel, #thumbs {
overflow: hidden;
}
body.property #carousel span, body.property #carousel img,
body.property #thumbs a, body.property #thumbs img  {
display: block;
float: left;
}
body.property #carousel span, body.property #carousel a,
body.property #thumbs span, body.property #thumbs a {
position: relative;
}
body.property #carousel img,
body.property #thumbs img {
border: none;
width: 100%;
height: auto; }
body.property #carousel span {
width: 100%; }
body.property #thumbs-wrapper {
padding: 20px 60px;
position: relative;
}
body.property #thumbs a {
width: 155px;
height: 85px;
max-width: 160px;
max-height: 85px;
margin: 0 4px;
overflow: hidden;
}
body.property #wrapper img#shadow {
width: 100%;
position: absolute;
bottom: 0;
}
body.property #prev, body.property #next {
background: transparent url(//www.mhreinc.com/wp-content/themes/mhre/images/slider_nav.png) no-repeat 0 0;
display: block;
width: 41px;
height: 41px;
margin-top: -20px;
position: absolute;
top: 50%;
}
body.property #prev {
background-position: left 0;
left: 0px;
}
body.property #next {
background-position: right 0;
right: 0px;
}
body.property .section3 {
margin-bottom: 85px;
}
body.property .section3 h2 {
color: #5ab8dd;
font-size: 30px;
margin-bottom: 42px;
text-transform: uppercase;
}
body.property .section3 .container {
max-width: 822px;
}
body.property .section3 .col-left {
font-size: 12px;
line-height: 13px;
width: 347px;
padding-right: 40px;
}
body.property .section3 .map {
width: 100%;
max-width: 303px;
height: 202px;
background: #DDD;
margin-bottom: 23px;
}
body.property .section3 .col-right {
line-height: 16px;
padding-left: 60px;
}
body.property .section3 .col-right:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
height: 183px;
width: 4px;
background: #d6d6d6;
}
body.property .section4 {
margin-bottom: 128px;
}
body.property .section4 .container {
max-width: 787px;
}
body.property .section4 h2 {
color: #5ab8dd;
font-size: 30px;
text-transform: uppercase;
position: relative;
margin-bottom: 30px;
}
body.property .section4 h2:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 5px;
top: 20px;
background: #fff;
}
body.property .section4 h2 span {
background: #1f2021;
display: inline-block;
position: relative;
padding-right: 18px;
}
body.property .section4 table {
border-spacing: 0;
font-size: 16px;
font-family: "Roboto", sans-serif;
text-transform: uppercase;
margin-bottom: 40px;
}
body.property .section4 table tr td {
padding: 5px 18px;
}
body.property .section4 table tr:nth-child(odd) td {
background: #009fdf;
}
body.property .sectiontop {
padding-top: 111px;
position: relative;
}
body.property .sectiontop img.under_contract {
position: absolute;
right: 0;
top: 61px;
z-index: 9999;
}
body.services .section1 {
position: relative;
}
body.services .section1 .container {
position: absolute;
left: 50%;
top: 0;
height: 100%;
width: 100%;
transform: translate(-50%, 0);
}
body.services .section1 h2 {
position: absolute;
right: 0px;
top: 50%;
width: 357px;
font-size: 36px;
color: #93D4EE;
font-family: "Roboto",sans-serif;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
margin-top: -15px;
}
body.services .section2 {
padding: 68px 0;
}
body.services .section2 .container {
max-width: 610px;
}
body.services .section2 h2 {
font-size: 48px;
text-transform: uppercase;
}
body.services .section2 {
font-family: "Roboto", sans-serif;
}
body.services .section2 ul {
text-transform: uppercase;
}
body.services .section2 ul li {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/li_bullet.png) no-repeat;
line-height: 25px;
padding-left: 20px;
font-size: 12px;
margin-bottom: 10px;
}
body.services .section3 {
padding: 70px 0px 20px;
background: #FFF;
margin-bottom: 100px;
}
body.services .section3 .row {
height: 170px;
margin: 0;
}
body.services .section3 img {
display: inline-block;
vertical-align: middle;
}
body.page .section1 {
padding: 101px 0 40px;
color: #FFF;
}
body.page .section1 .container {
max-width: 610px;
}
body.page .section1 h2 {
text-transform: uppercase;
}
#services_carousel {
width: 100%;
max-width: 745px;
margin: 0 auto;
}
#services_carousel .bx-pager {
text-align: center;
margin-top: 40px;
}
#services_carousel .bx-pager-item {
display: inline-block;
vertical-align: top;
margin: 0 5px;
}
#services_carousel .bx-pager-item a {
width: 32px;
height: 10px;
background: #f0f0f0;
text-indent: -9999px;
display: block;
}
#services_carousel .bx-pager-item a.active {
background: #d1d1d1;
}
#mobile_navigation {
display: none;
}
body.team .section1 {
padding: 101px 0 40px;
background: #FFF;
color: #1F2021;
font-family: "Roboto", sans-serif;
}
body.team .section1 h2 {
font-size: 48px;
text-transform: uppercase;
margin-bottom: 40px;
}
body.team .section1 p {
margin-bottom: 10px;
}
body.team .section1 h3,
body.team .section1 h4 {
margin-bottom: 0;
}
body.team .section1 .col-4 {
padding-right: 30px;
}
body.team .section1 .col-4 .row {
width: 100%;
max-width: 200px;
margin: 0 auto;
position: relative;
}
body.team .section1 .team_item {
margin-bottom: 40px;
}
body.team .section1 .team_item + .team_item {
padding-top: 40px;
border-top: 1px solid #DDD;
}
body.news_events .section1 {
padding: 101px 0 40px;
}
body.news_events .section1 h2 {
font-size: 48px;
text-transform: uppercase;
margin-bottom: 20px;
padding: 0 12px;
}
body.closed_properties .section2,
body.affiliates .section1 {
padding: 101px 0 40px;
}
body.closed_properties .section2 .property_item {
padding-bottom: 20px;
text-align: left;
}
body.closed_properties .section2 .property_item p:last-child {
margin-bottom: 10px;
}
body.closed_properties .section2 .now_showing_properties {
padding-top: 0;
}
body.closed_properties .section2 h2 {
margin-bottom: 20px;
}
body.closed_properties .section2 .filter {
font-size: 28px;
margin-bottom: 40px;
}
body.closed_properties .section2 .filter a {
padding: 0 10px;
}
body.closed_properties .section2 .filter a.active {
color: #FFF;
text-decoration: none;
}
body.closed_properties .section2 .filter a + a {
border-left: 1px solid #454545;
}
body.closed_properties .section2 .property_item h3 {
font-size: 24px;
}
body.closed_properties .section2 .property_item {
font-size: 14px;
}
body.closed_properties .section2 .property_item ul {
font-size: 15px;
list-style: square;
padding-left: 15px;
margin-bottom: 10px;
}
body.closed_properties .section2 .property_item .nc {
text-transform: none;
}
body.properties .section2 .property_item .col_thumb {
padding: 0;
width: 275px;
}
body.affiliates .section1 .affiliate_item {
margin-bottom: 20px;
}
body.affiliates .section1 .affiliate_item img {
max-height: 125px;
}
body.affiliates .section1 .affiliate_item .col-4 {
padding-right: 30px;
padding-top: 5px;
}
body.affiliates .section1 .affiliate_item .col-8 p {
margin-bottom: 0px;
}
body.affiliates .section1 {
background: #FFF;
color: #1F2021;
}
body.affiliates .section1 h2 {
font-size: 48px;
text-transform: uppercase;
margin-bottom: 20px;
color: #1F2021;
}
body.affiliates .section1 h3 {
font-weight: bold;
font-size: 24px;
position: relative;
margin-bottom: 20px;
color: #1F2021;
}
body.affiliates .section1 h3:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 7px;
top: 15px;
background: #1F2021;;
}
body.affiliates .section1 h3 span {
background: #FFF;
display: inline-block;
position: relative;
padding-right: 15px;
}
body.contact .section1 {
background: #FFF;
color: #1F2021;
padding: 61px 0 40px;
}
body.contact .section1 #map {
height: 180px;
background: #DDD;
margin-bottom: 40px;
}
body.contact .section1 h2 {
font-size: 48px;
text-transform: uppercase;
margin-bottom: 30px;
}
body.contact .section1 .col-8 {
padding-right: 80px;
}
body.contact .section1 .contact_agent {
margin-bottom: 20px;
}
body.contact .section1 .contact_agent h3 {
margin-bottom: 0;
}
body.contact .section1 .contact_agent .position {
font-weight: bold;
}
body.contact .field {
display: table;
width: 100%;
margin-bottom: 5px;
position: relative;
}
body.contact .field > label,
body.contact .field > div {
display: table-cell;
vertical-align: top;
position: relative;
}
body.contact .field > label {
width: 100px;
padding-top: 7px;
}
body.contact .section1 form {
margin-bottom: 30px;
}
body.contact .section1 form .btn {
padding: 8px 20px;
font-size: 18px;
}
body.testimonials .testimonial h2 {
font-size: 48px;
text-transform: uppercase;
margin-bottom: 20px;
}
body.testimonials .testimonial {
margin-bottom: 30px;
}
body.testimonials .testimonial h3 {
margin-bottom: 0;
}
#slider_prev {
width: 41px;
height: 41px;
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/slider_nav.png) no-repeat 0 0;
position: absolute;
top: 50%;
left: 20px;
margin-top: -20px;
cursor: pointer;
}
#slider_next {
width: 41px;
height: 41px;
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/slider_nav.png) no-repeat right 0;
position: absolute;
top: 50%;
right: 20px;
margin-top: -20px;
cursor: pointer;
}
@media screen and (max-width: 1050px) {
.container { max-width: 100%; padding: 0 20px; }
#top { display: block; }
.menu-button { display: block; }
#logo a {
margin: 0 auto;
left: auto;
}
#navigation { display: none; }
#mobile_navigation {
background: #009fdf;
position: absolute; left: -250px;
top: 0px;
height: 100%;
width: 250px;
z-index: 999999;
padding: 60px 0 0;
margin-top: 0;
border-radius: 0;
overflow: auto;
display: block; }
#wrap {
transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
#wrap.show_menu {
transform: translate(250px, 0px);
position: fixed;
z-index: 999;
background: #1F2021;
left: 0px;
width: 100%;
height: 100%;
}
#mobile_navigation .container {
padding: 0;
}
#mobile_navigation .container > ul {
float: none;
}
#mobile_navigation .container > ul > li {
float: none;
border: none;
border-bottom: 1px solid rgba(255,255,255,.2);
margin: 0;
}
#mobile_navigation ul li + li {
margin-left: 0;
}
#mobile_navigation .container > ul > li a {
display: block;
font-size: 16px;
color: #FFF;
padding: 13px 20px;
line-height: inherit;
height: auto;
}
#mobile_navigation .container > ul > li a:hover {
background: rgba(0,0,0,.1);
}
#mobile_navigation .container > ul > li.current_page_item > a {
color: #FFF;
font-weight: normal;
}
#mobile_navigation .container > ul li > ul,
#mobile_navigation .container > ul li:hover > ul {
display: none;
}
#mobile_navigation .container > ul li > ul.show {
display: block;
}
#mobile_navigation .container > ul > li ul li a, #mobile_navigation .container > ul > li ul li a {
background: none;
color: #FFF;
}
#mobile_navigation .container > ul > li ul li + li, #mobile_navigation .container > ul > li ul li + li {
border-top: 1px solid rgba(0,0,0,.1);
}
#mobile_navigation .container > ul > li ul, #mobile_navigation .container > ul > li ul {
position: relative;
width: auto;
background: rgba(0,0,0,.2);
border: none;
}
#mobile_navigation .container > ul > li ul li a:hover, #mobile_navigation .container > ul > li ul li a:hover {
background: rgba(0,0,0,.3);
text-decoration: none;
}
#mobile_navigation .container > ul > li .show_menu {
background: url(//www.mhreinc.com/wp-content/themes/mhre/images/menu_tggle.png) no-repeat left center;
height: 48px;
position: absolute;
right: 0;
width: 42px;
z-index: 999;
cursor: pointer;
}
#mobile_navigation .container > ul > li .show_menu.show {
background-position: right center;
}
#mobile_navigation .container > ul > li.current_page_item > a, #mobile_navigation .container > ul > li.current-menu-parent > a,
#mobile_navigation .container > ul > li > a:hover {
color: #FFF;
text-decoration: none;
}
#logo {
position: absolute;
left: 0;
top: 10px;
width: 100%;
margin: 0;
text-align: center;
}
#header .top {
text-align: center;
padding: 138px 0 20px;
}
#header .right {
position: relative;
right: auto;
top: auto;
margin-top: 20px;
}
#header .social, #header .phone {
margin: 0;
}
#header .social {
display: none;
margin-bottom: 10px;
}
#featured_properties img {
min-height: 120px;
}
#services_carousel {
max-width: 550px;
}
body.team .section1 .col-4 .row,
body.team .section1 .col-4 .row > div.col-5,
body.team .section1 .col-4 .row > div.col-7 {
display: block;
width: auto;
}
body.team .section1 .col-4 .row > div.col-5,
body.team .section1 .col-4 .row > div.col-7 {
display: inline-block;
margin-right: 5px;
}
body.team .section1 .col-4 .row {
margin-bottom: 10px;
max-width: 100%;
}
body.team .section1 {
padding: 40px 0;
}
body.contact .section1 {
padding-top: 0;
}
body.affiliates .section1,
body.news_events .section1 {
padding: 40px 0;
}
body.property .sectiontop { display: none; }
}
@media screen and (max-width: 720px) {
body.homepage .section2 .row, 
body.homepage .section2 .row > div,
body.homepage .section3 .row,
body.homepage .section3 .row > div,
.news_item,
.news_item .col-thumb,
.news_item .col-content,
body.properties .section2 .property_item,
body.properties .section2 .property_item .col_thumb,
body.properties .section2 .property_item .col_content,
body.property .section2 .row,
body.property .section2 .row > div,
body.property .section3 .row,
body.property .section3 .row > div,
body.team .section1 .team_item,
body.team .section1 .team_item > div,
body.contact .section1 .row,
body.contact .section1 .row > div,
body.affiliates .section1 .affiliate_item,
body.affiliates .section1 .affiliate_item > div {
width: auto!important;
display: block!important;
padding: 0!important;
}
body.homepage .section1 {
margin-bottom: 20px;
}
body.homepage .section2 p.p_icon {
width: 50%;
display: block;
float: left;
}
body.homepage .icon_cb {
background-position: center top;
}
body.homepage .section2 .row > div.right:before {
display: none;
}
body.homepage .section2 .row > div.right {
padding-left: 0px;
}
body.homepage .section3 .box .thumb .hover {
opacity: 1;
transform: translateY(0px);
position: relative;
left: auto;
top: auto;
width: auto;
height: auto;
padding: 20px;
}
body.homepage .section3 .box {
font-size: 16px;
margin: 0 auto 20px;
}
body.homepage .section3 .box .thumb .hover {
line-height: inherit;
}
body.homepage .section3 .box .thumb .hover .row {
margin-bottom: 0;
}
.news_item .col-thumb .thumb {
margin: 0 auto 10px;
}
#footer .social {
margin: 0 20px;
}
#footer .btn {
margin: 20px 0;
}
body.properties .section1, body.property .section1 {
padding: 20px 0;
}
body.properties .section1 .btn_group, body.property .section1 .btn_group {
padding-top: 0;
}
body.properties .section1 .btn, body.property .section1 .btn {
display: block;
margin: 0px auto 10px;
width: 100%;
max-width: 200px;
padding: 12px;
}
body.properties .section2 {
padding: 20px 0;
}
body.properties .section2 h2 {
font-size: 28px;
margin-bottom: 20px;
}
body.properties .section2 .property_item {
font-size: 14px;
text-align: center;
}
body.closed_properties .section2 .property_item {
text-align: left;
}
body.properties .section2 .property_item h3 {
font-size: 18px;
}
body.properties .section2 .property_item h3,
body.properties .section2 .property_item p {
margin-bottom: 0;
}
body.properties .section2 .property_item .col_thumb {
padding-left: 0;
}
body.properties .section2 .property_item .thumb {
margin: 0 auto 10px;
position: relative;
}
body.properties .section2 .property_item a.see_details {
position: relative;
text-align: center;
right: auto;
bottom: auto;
padding: 8px;
display: block;
}
body.properties .section2 .property_item {
margin-bottom: 20px;
}
body.properties .section2 .now_showing_properties {
padding-top: 0;
font-size: 18px;
}
body.property .section2 .row > div {
text-align: center;
}
body.property .section2 {
padding: 20px 0px 0;
margin-bottom: 0px;
}
body.property .section3 .map {
margin: 0 auto 20px;
}
body.property .section3 h2,
body.property .section4 h2,
body.services .section2 h2,
body.page .section1 h2,
body.team .section1 h2,
body.contact .section1 h2,
body.affiliates .section1 h2,
body.news_events .section1 h2,
body.testimonials .testimonial h2 {
font-size: 24px;
}
body.property .section3 .col-right:before {
display: none;
}
body.property .section3,
body.property .section4,
body.services .section3 {
margin-bottom: 20px;
}
body.services .section2,
body.page .section1,
body.team .section1,
body.news_events .section1 {
padding: 20px 0;
}
#services_carousel {
max-width: 355px;
}
#wrapper {
margin-bottom: -312px;
}
#footer, .push {
height: 312px;
}
body.team .section1 .col-4 .row {
margin-bottom: 0;
}
body.team .section1 .team_item .agent_title {
text-align: center;
}
body.team .section1 .team_item > .col-4 {
margin-bottom: 20px;
}
body.team .section1 h2 {
text-align: center;
margin-bottom: 10px;
}
.news_item h3,
body.contact .section1 .contact_agent h3,
body.team .section1 h3,
body.affiliates .section1 h3,
body.testimonials .testimonial h3 {
font-size: 18px;
}
body.team .section1 .team_item + .team_item {
border: none;
}
body.contact .field,
body.contact .field > label, body.contact .field > div {
display: block;
width: auto;
}
body.contact .section1 form .btn {
width: 100%;
}
body.affiliates .section1 h3:before {
display: none;
}
body.affiliates .section1 .affiliate_item > div img {
max-width: 200px;
}
body.news_events .section1 h2 {
padding: 0;
}
body.services .section1 h2 {
width: 250px;
font-size: 24px;
}
}
@media screen and (max-width: 380px) {
#services_carousel {
max-width: 160px;
}   
}