html {
overflow-x: hidden;
height: 100%;
}
body {
word-wrap: break-word;
font-size: 16px;
line-height: 1.5;
font-weight: 400;
color: #222;
font-family: Lato, Arial, Helvetica, sans-serif;
background: #fff;
overflow-wrap: break-word;
text-align: left;
min-height: 100%;
display: flex;
flex-direction: column;
}
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
outline: 0;
}
a {
color: #222;
text-decoration: none;
}
@media (min-width: 1025px) {
a:hover, a:active, a:focus {
color: #000;
text-decoration: none;
}
}
p {
margin-top: 0;
margin-bottom: 18px;
}
@media (min-width: 768px) {
p {
margin-bottom: 24px;
}
}
strong {
font-style: normal;
font-weight: 700;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
iframe {
border: 0;
max-width: 100%;
}
hr {
border-top: 1px solid #999999;
}
button {
border-radius: 0;
cursor: pointer;
font-family: Lato, Arial, Helvetica, sans-serif;
}
blockquote {
margin: 0;
}
blockquote footer {
font-style: italic;
}
cite {
font-style: italic;
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 24px 0;
font-weight: 400;
padding: 0;
letter-spacing: 0;
line-height: 1.2;
font-family: Play, Arial, Helvetica, sans-serif;
}
h1 {
font-size: 36px;
font-weight: 700;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 21px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 13px;
} input, textarea {
text-decoration: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #222;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #222;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #222;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #222;
}
input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=number],
input[type=tel],
input[type=search]:not(#media-search-input) {
max-width: 100%;
width: 100%;
border: 1px solid #c3c3c5;
padding: 10px 20px;
line-height: 24px;
border-radius: 0;
margin-bottom: 12px;
color: #666666;
font-style: italic;
text-align: center;
background: #fff;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=search]:not(#media-search-input):focus,
input[type=search]:not(#media-search-input):active {
padding-top: 9px;
padding-bottom: 9px;
padding-left: 19px;
padding-right: 19px;
border: 2px solid #29aae3; }
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
color: #222 !important;
opacity: 1 !important;
}
input[type=text]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
textarea[type=text]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: transparent !important;
}
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #222 !important;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
color: #222 !important;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
color: #222 !important;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #222 !important;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
textarea[type=text]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: transparent !important;
}
input[type=text]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
textarea[type=text]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
opacity: 0 !important;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
textarea[type=text]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent !important;
}
input:disabled {
color: rgba(34, 34, 34, 0.7) !important;
background: rgba(34, 34, 34, 0.2) !important;
}
textarea {
max-width: 100%;
width: 100%;
border: 1px solid #c3c3c5;
padding: 10px 20px;
line-height: 24px;
border-radius: 0;
margin-bottom: 12px;
color: #666666;
font-style: italic;
text-align: center;
background: #fff;
resize: none;
}
textarea:focus, textarea:active {
padding-top: 9px;
padding-bottom: 9px;
padding-left: 19px;
padding-right: 19px;
border: 2px solid #29aae3; }
select {
max-width: 100%;
width: 100%;
padding: 14px 20px;
}
button,
input,
optgroup,
select,
textarea {
font-family: Lato, Arial, Helvetica, sans-serif;
}
figure {
margin: 0;
}
.page-template-page_agents input[type=text],
.page-template-page_agents input[type=password],
.page-template-page_agents input[type=email],
.page-template-page_agents input[type=date],
.page-template-page_agents input[type=number],
.page-template-page_agents input[type=tel],
.page-template-page_agents input[type=search]:not(#media-search-input),
.page-template-page_agents textarea {
max-width: inherit;
width: 100%;
border: inherit;
padding: inherit;
line-height: inherit;
border-radius: inherit;
margin-bottom: inherit;
color: inherit;
font-style: inherit;
text-align: inherit;
background: inherit;
}
.woocommerce-page:not(.page-template-page_agents-php) input[type=text],
.woocommerce-page:not(.page-template-page_agents-php) input[type=password],
.woocommerce-page:not(.page-template-page_agents-php) input[type=email],
.woocommerce-page:not(.page-template-page_agents-php) input[type=date],
.woocommerce-page:not(.page-template-page_agents-php) input[type=number],
.woocommerce-page:not(.page-template-page_agents-php) input[type=tel],
.woocommerce-page:not(.page-template-page_agents-php) input[type=search]:not(#media-search-input),
.woocommerce-page:not(.page-template-page_agents-php) textarea {
max-width: inherit;
width: 100%;
border: 1px solid #ccc;
padding: inherit;
line-height: inherit;
padding-left: 12px;
padding-right: 12px;
margin-bottom: inherit;
color: inherit;
font-style: inherit;
text-align: left;
background: #fff;
} table {
border-collapse: collapse;
width: 100%;
margin-bottom: 24px;
}
td,
th {
padding: 12px;
text-align: left;
border: 1px solid #999;
font-weight: initial;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 6px 0 0 0;
font-size: 13px;
}
.wp-caption-text {
text-align: left;
}
.wp-caption.alignleft {
margin: 0;
padding: 5px 30px 15px 0;
}
.wp-caption.alignright {
margin: 0;
padding: 5px 0 15px 30px;
}
.screen-reader-text {
display: none;
overflow: hidden;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
.iframe-wrapper iframe {
max-height: 500px;
}
.bypostauthor {
display: block;
}
.gallery-caption {
display: block;
font-size: 13px;
margin: 3px 0 12px 0;
}
.mejs-container {
margin-bottom: 24px;
}
.clearfix:after {
clear: both;
content: "";
display: table;
}
.post-content {
margin-bottom: 12px;
}
.post-content:after {
clear: both;
content: "";
display: table;
} .gallery {
margin-bottom: 24px;
max-width: 600px !important;
}
.gallery .gallery-item {
padding: 2px;
margin: 0;
}
.gallery .gallery-item a {
position: relative;
display: block;
}
.gallery .gallery-item a:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.gallery .gallery-item a:hover:after {
opacity: 0.3;
}
}
.gallery a {
position: relative;
display: block;
}
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
width: 100%;
max-width: 100%;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
@media (max-width: 767px) {
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 100%;
}
}
.gallery-caption {
font-size: 13px;
margin: 3px 0 12px 0;
font-style: italic;
text-align: center;
padding: 6px 10px 0 10px;
}
.tiled-gallery-item a {
position: relative;
display: block;
overflow: hidden;
}
.tiled-gallery-item a:after {
content: '';
position: absolute;
top: 2px;
left: 2px;
display: block;
height: 99%;
opacity: 0;
width: 99%;
background: #000;
}
.tiled-gallery-item a:hover:after {
background: #000;
opacity: 0.3;
}
.sticky {
border-top: 2px solid #29aae3;
} .mh-layout {
margin: 0 auto;
padding: 0 15px;
width: 100%;
flex: 1 0 auto;
}
.mh-layout:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 1200px) {
.mh-layout {
max-width: 1200px;
padding: 0 30px;
}
}
.mh-layout__content-left {
margin: 0 auto;
}
@media (min-width: 1024px) {
.mh-layout__content-left {
width: 75%;
float: left;
padding-right: 36px;
}
.mh-layout__content-left:after {
content: '\200b';
visibility: hidden;
}
}
.mh-layout__content-right {
margin: 0 auto;
}
@media (min-width: 1024px) {
.mh-layout__content-right {
width: 75%;
float: left;
padding-left: 36px;
}
.mh-layout__content-right:after {
content: '\200b';
visibility: hidden;
}
}
.mh-layout__sidebar-left {
margin: 0 auto;
}
@media (min-width: 1024px) {
.mh-layout__sidebar-left {
width: 25%;
float: left;
}
.mh-layout__sidebar-left:after {
content: '\200b';
visibility: hidden;
}
}
.mh-layout__sidebar-right {
margin: 0 auto;
position: relative;
}
@media (min-width: 1024px) {
.mh-layout__sidebar-right {
width: 25%;
float: right;
}
.mh-layout__sidebar-right:after {
content: '\200b';
visibility: hidden;
}
}
.mh-layout__sidebar--sticky {
position: static;
} .mh-navbar__blog-name {
font-family: Play, Arial, Helvetica, sans-serif;
display: inline-block;
font-weight: 700;
font-size: 24px;
margin-right: 40px;
line-height: 65px;
display: inline-block;
position: absolute;
left: 15px;
}
@media (min-width: 1023px) {
.mh-navbar__blog-name {
position: static;
line-height: 36px;
}
}
.mh-navbar__wrapper {
min-height: 65px;
}
@media (min-width: 1023px) {
.mh-navbar__wrapper {
min-height: 80px;
}
}
.mh-navbar__wrapper .menu-primary-menu-container > ul > .menu-item-has-children > a:after {
content: '';
width: 0;
top: 9px;
left: 5px;
position: relative;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #222;
}
.mh-navbar__wrapper #mh-submit-button a {
display: block;
padding: 18px 25px;
font-size: 14px;
color: #4d4d4d;
}
@media (min-width: 1023px) {
.mh-navbar__wrapper #mh-submit-button a {
padding: 0;
text-transform: uppercase;
}
.mh-navbar__wrapper #mh-submit-button a:hover {
color: #29aae3;
}
}
@media (max-width: 1023px) {
.mh-navbar__wrapper {
height: 60px !important;
}
}
.mh-navbar__container {
max-width: 1140px;
margin-right: auto;
margin-left: auto;
position: relative;
background: #fff;
z-index: 9999;
}
.mh-navbar__container:after {
content: '';
display: block;
clear: both;
}
.mh-navbar__header {
display: inline-block;
float: left;
padding-top: 22px;
}
.mh-navbar__toggle {
display: none;
}
.mh-navbar__toggle-icon {
display: inline-block;
font-size: 30px;
position: absolute;
color: #4d4d4d;
right: 15px;
top: 10px;
}
.mh-navbar__brand img {
float: left;
display: inline;
margin-right: 64px;
margin-top: -3px;
max-height: 32px;
}
@media (min-width: 1023px) {
.mh-navbar__brand img {
max-height: 40px;
}
}
.mh-navbar__menu {
z-index: 9999;
display: inline;
}
.mh-navbar__menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.mh-navbar__menu ul li {
position: relative;
}
.mh-navbar__menu ul:first-child {
position: static;
padding: 0;
}
.mh-navbar__menu ul:first-child > li {
display: inline-block;
padding: 0;
margin: 0 17px;
position: static;
cursor: pointer;
}
.mh-navbar__menu ul:first-child > li > a {
display: block;
padding: 30px 0 30px 0;
color: #4d4d4d;
font-size: 14px;
letter-spacing: 0.3px;
text-transform: uppercase;
}
.mh-navbar__menu ul:first-child > li:first-child {
margin-left: 0;
}
.mh-navbar__menu ul:first-child > li:hover > a {
color: #29aae3;
}
.mh-navbar__menu ul:first-child ul:first-child {
border-top: 0;
margin-top: -20px;
}
.mh-navbar__menu ul:not(:first-child) {
display: none;
position: absolute;
z-index: 9999;
max-width: 205px;
margin-left: -17px;
}
.mh-navbar__menu ul:not(:first-child) > li {
min-width: 200px;
background: #666 !important;
}
.mh-navbar__menu ul:not(:first-child) > li > a {
display: block;
padding: 14px 18px;
position: relative;
color: #fff;
font-size: 12px;
text-transform: uppercase;
}
.mh-navbar__menu ul:not(:first-child) > li:hover {
background: #999999;
}
.mh-navbar__menu ul:not(:first-child) > li:hover > a:after {
width: 100%;
}
.mh-navbar__menu ul:not(:first-child) > li:hover > a:before {
width: 100%;
}
.mh-navbar__menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
margin-left: 0 !important;
}
.mh-navbar__search {
display: inline-block;
float: right;
position: relative;
padding-left: 30px;
margin-left: 30px;
background: #fff;
}
.mh-navbar__search:before {
content: '';
height: 55px;
width: 1px;
position: absolute;
top: 9px;
left: -30px;
bottom: 0;
}
.mh-navbar__search input {
height: 72px;
width: auto;
padding: 0px 32px 0 0 !important;
border: 0;
}
@media (max-width: 1200px) {
.mh-navbar__container {
max-width: 970px;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 1024px) and (max-width: 1200px) {
.mh-navbar__menu > ul:first-child > li {
margin-right: 15px;
}
.mh-navbar__menu > ul:first-child > li > a {
padding-left: 9px !important;
padding-right: 9px !important;
}
.mh-navbar__menu > ul:first-child > li .mh-navbar__search {
padding-left: 0;
}
.mh-navbar__menu > ul:first-child > li .mh-navbar__search input {
width: 130px;
}
}
@media (max-width: 1023px) {
.mh-navbar {
border: 0 !important;
}
.mh-navbar.mh-navbar--sticky {
position: relative !important;
top: 0 !important;
}
.mh-navbar__container {
padding-left: 0;
padding-right: 0;
}
.mh-navbar__header {
display: block;
width: 100%;
padding-top: 0;
}
.mh-navbar__brand {
position: absolute;
top: 17px;
left: 15px;
}
.mh-navbar__toggle {
display: block;
padding: 30px 15px;
color: #a1b1bc;
text-align: right;
font-size: 14px;
position: relative;
z-index: 999999;
}
.mh-navbar__container .mh-navbar__menu {
margin-left: 0px;
min-height: 40px;
height: auto;
padding: 0;
display: none;
}
.mh-navbar__container .mh-navbar__menu ul {
position: relative !important;
margin: 0;
padding: 0;
list-style-type: none;
}
.mh-navbar__container .mh-navbar__menu ul ul {
padding-left: 20px;
padding-right: 20px;
}
.mh-navbar__container .mh-navbar__menu ul li {
position: relative;
}
.mh-navbar__container .mh-navbar__menu ul:first-child {
padding: 0;
display: block;
z-index: 999;
}
.mh-navbar__container .mh-navbar__menu ul:first-child > li {
width: 100%;
margin: 0;
background: #fff;
}
.mh-navbar__container .mh-navbar__menu ul:first-child > li > a {
text-transform: none;
background: #fff;
display: block;
padding: 18px 25px;
border-bottom: 1px solid #f0f0f0;
}
.mh-navbar__container .mh-navbar__menu ul:first-child > li:hover {
background-color: #fff;
}
.mh-navbar__container .mh-navbar__menu ul:first-child > li:hover > a:first-child {
background-color: #fff;
color: #29aae3;
}
.mh-navbar__container .mh-navbar__menu ul:first-child ul:first-child {
border-top: 0;
margin-top: 0;
}
.mh-navbar__container .mh-navbar__menu ul:not(:first-child) {
display: none;
z-index: 9999;
border: 0;
max-width: none;
}
.mh-navbar__container .mh-navbar__menu ul:not(:first-child) > li {
background: #fff;
}
.mh-navbar__container .mh-navbar__menu ul:not(:first-child) > li > a {
display: block;
padding: 10px;
color: #4d4d4d;
text-transform: none;
border-bottom: 1px solid #f0f0f0;
}
.mh-navbar__container .mh-navbar__menu ul:not(:first-child) > li > a:before, .mh-navbar__container .mh-navbar__menu ul:not(:first-child) > li > a:after {
display: none;
}
.mh-navbar__container .mh-navbar__menu ul:not(:first-child) > li:hover {
background: #fff;
}
.mh-navbar__container .mh-navbar__menu ul:not(:first-child) > li:hover > a:after {
width: 100%;
}
.mh-navbar__container .mh-navbar__menu ul ul ul {
top: 0;
left: 0;
}
} .mh-grid {
position: relative;
}
@media (min-width: 768px) {
.mh-grid {
display: flex;
justify-content: center;
flex-wrap: wrap;
justify-content: space-between;
flex: 1;
overflow: hidden;
margin-left: -6px;
margin-right: -6px;
}
}
.mh-grid:after {
content: "";
flex: auto;
}
.mh-grid__1of1 {
width: 100%;
}
@media (min-width: 768px) {
.mh-grid__1of1 {
padding: 0 6px;
}
}
.mh-grid__1of2 {
width: 100%;
}
@media (min-width: 768px) {
.mh-grid__1of2 {
width: 50%;
padding: 0 6px;
}
}
.mh-grid__1of3 {
width: 100%;
}
@media (min-width: 768px) {
.mh-grid__1of3 {
width: 50%;
padding: 0 6px;
}
}
@media (min-width: 1024px) {
.mh-grid__1of3 {
width: 33.33%;
}
}
.mh-grid__1of4 {
width: 100%;
}
@media (min-width: 768px) {
.mh-grid__1of4 {
width: 50%;
padding: 0 6px;
}
}
@media (min-width: 1024px) {
.mh-grid__1of4 {
width: 25%;
}
}
.mh-properties .mh-grid__1of1,
.mh-properties .mh-grid__1of2,
.mh-properties .mh-grid__1of3 {
margin-bottom: 12px;
} .mh-thumbnail {
position: relative;
display: block;
margin-bottom: 12px;
}
.mh-thumbnail img {
width: 100%;
}
@media (min-width: 1025px) {
.mh-thumbnail:hover .mh-thumbnail__inner:after {
background: #000;
opacity: 0.3;
}
}
.mh-thumbnail__inner--no_image {
text-align: center;
background: #ddd;
}
.mh-thumbnail__inner--no_image:before {
opacity: 0 !important;
}
.mh-thumbnail__inner--no_image__icon svg {
max-height: 64px !important;
position: absolute;
top: 50%;
fill: #222 !important;
display: inline-block !important;
margin-top: -32px !important;
left: 0;
right: 0;
margin: 0 auto;
}
.mh-thumbnail__inner--no_image + .mh-estate-vertical__text {
display: none !important;
}
.mh-thumbnail__featured {
z-index: 10 !important;
}
.mh-thumbnail__inner:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mh-thumbnail__featured {
position: absolute;
top: 12px;
left: 0px;
padding: 3px 6px;
color: #fff;
background: #29aae3;
font-size: 14px;
}
.mh-top-wide .mh-layout {
max-width: none;
}
@media (min-width: 1200px) {
.mh-top-wide #mega_main_menu.mh-primary .menu_inner {
max-width: none;
padding: 0 30px;
}
} .mh-pagination {
width: 100%;
text-align: center;
position: relative;
border-top: 1px solid #f0f0f0;
padding-top: 12px;
margin-bottom: 36px;
}
.mh-pagination:after {
clear: both;
content: "";
display: table;
}
.mh-pagination .page-numbers {
padding: 7px;
margin: 0 3px;
color: #222;
}
.mh-pagination a:hover {
color: #29aae3;
}
.mh-pagination--properties {
padding-left: 0;
text-transform: uppercase;
font-size: 14px;
}
@media (min-width: 480px) {
.mh-pagination--properties .mh-pagination__item {
padding: 0 6px;
}
}
.mh-pagination--properties li {
display: inline;
}
@media (min-width: 480px) {
.mh-pagination--properties li {
padding: 0 12px;
}
}
.mh-pagination--properties li a {
display: inline-block;
padding: 6px;
color: #444;
}
.mh-pagination--properties li.active a {
color: #29aae3;
}
.mh-pagination--properties__inner {
display: inline-block;
margin: 0 auto;
}
.mh-pagination--single-post {
color: #29aae3;
}
.mh-pagination--single-post span {
margin: 10px;
}
.page-numbers.current {
color: #29aae3;
} .mh-footer__inner {
font-size: 13px;
padding: 24px 0 0 0;
}
.mh-footer__inner select {
border: 1px solid #c3c3c5;
background: #222;
}
.mh-footer__inner .calendar_wrap table caption {
font-size: 16px;
}
.mh-footer__inner .calendar_wrap table tbody a {
line-height: 30px;
}
.mh-footer__inner .calendar_wrap table #today {
font-weight: 400;
}
.mh-footer__inner label {
width: 100%;
}
.mh-footer__inner .tagcloud a {
border-color: #ccc;
}
@media (min-width: 768px) {
.mh-footer__inner {
padding-top: 48px;
}
}
@media (min-width: 1024px) {
.mh-footer__row {
margin: 0 -18px;
position: relative;
}
}
@media (min-width: 1024px) {
.mh-footer__row .mh-footer__row__column {
padding: 0 18px;
float: left;
width: 25%;
}
}
@media (min-width: 1024px) {
.mh-footer__row .mh-footer__row__column--1of2 {
width: 50%;
}
.mh-footer__row .mh-footer__row__column--1of3 {
width: 33.3%;
}
.mh-footer__row .mh-footer__row__column--1of5 {
width: 20%;
}
}
.mh-footer__heading {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-footer__heading {
margin-bottom: 24px;
}
}
.mh-footer__text {
margin-bottom: 24px;
}
.mh-footer__logo > img {
margin-bottom: 24px;
}
.mh-footer__logo > img:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-footer__logo > img {
margin-bottom: 36px;
}
}
.mh-footer__contact {
position: relative;
padding-left: 35px;
line-height: 24px;
margin-bottom: 24px;
}
.mh-footer__contact > a {
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
-ms-transition: all 0s !important;
-o-transition: all 0s !important;
transition: all 0s !important;
}
.mh-footer__contact i {
position: absolute;
left: 0;
font-size: 20px;
} .mh-footer-top {
background: #f2f2f2;
}
.mh-footer-top .widget_pages ul li a,
.mh-footer-top .widget_meta ul li a,
.mh-footer-top .widget_recent_entries ul li a,
.mh-footer-top .widget_nav_menu ul li a,
.mh-footer-top .widget_categories ul li a,
.mh-footer-top .widget_archive ul li a {
border-color: #ccc;
}
.mh-footer-top .calendar_wrap table thead {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.mh-footer-top .calendar_wrap table tfoot {
border-top: 1px solid #ccc;
}
.mh-footer-top .recentcomments {
border-color: #ccc;
}
.mh-footer-top .widget_rss > ul > li {
border-color: #ccc;
}
.mh-footer-top--dark {
color: #f0f0f0;
background: #333;
}
.mh-footer-top--dark a {
color: #fff;
}
@media (min-width: 1025px) {
.mh-footer-top--dark a:hover, .mh-footer-top--dark a:active, .mh-footer-top--dark a:focus {
color: #29aae3;
text-decoration: none;
}
}
.mh-footer-top--dark .widget {
border: 0;
padding-bottom: 0;
}
.mh-footer-top--dark .widget_pages ul li a,
.mh-footer-top--dark .widget_meta ul li a,
.mh-footer-top--dark .widget_recent_entries ul li a,
.mh-footer-top--dark .widget_nav_menu ul li a,
.mh-footer-top--dark .widget_categories ul li a,
.mh-footer-top--dark .widget_archive ul li a {
color: #fff;
border-color: #4d4d4d;
}
@media (min-width: 1025px) {
.mh-footer-top--dark .widget_pages ul li a:hover, .mh-footer-top--dark .widget_pages ul li a:focus, .mh-footer-top--dark .widget_pages ul li a:active,
.mh-footer-top--dark .widget_meta ul li a:hover,
.mh-footer-top--dark .widget_meta ul li a:focus,
.mh-footer-top--dark .widget_meta ul li a:active,
.mh-footer-top--dark .widget_recent_entries ul li a:hover,
.mh-footer-top--dark .widget_recent_entries ul li a:focus,
.mh-footer-top--dark .widget_recent_entries ul li a:active,
.mh-footer-top--dark .widget_nav_menu ul li a:hover,
.mh-footer-top--dark .widget_nav_menu ul li a:focus,
.mh-footer-top--dark .widget_nav_menu ul li a:active,
.mh-footer-top--dark .widget_categories ul li a:hover,
.mh-footer-top--dark .widget_categories ul li a:focus,
.mh-footer-top--dark .widget_categories ul li a:active,
.mh-footer-top--dark .widget_archive ul li a:hover,
.mh-footer-top--dark .widget_archive ul li a:focus,
.mh-footer-top--dark .widget_archive ul li a:active {
color: #fff;
}
}
.mh-footer-top--dark .calendar_wrap table thead {
border-top: 1px solid #4d4d4d;
border-bottom: 1px solid #4d4d4d;
}
.mh-footer-top--dark .calendar_wrap table tfoot {
border-top: 1px solid #4d4d4d;
}
.mh-footer-top--dark .recentcomments {
border-color: #4d4d4d;
}
.mh-footer-top--dark .recentcomments .comment-author-link {
color: #fff;
}
.mh-footer-top--dark .recentcomments a {
color: #fff;
}
.mh-footer-top--dark .tagcloud a {
border-color: #666666;
color: #fff;
-webkit-transition: 0s ease-in-out;
-moz-transition: 0s ease-in-out;
-ms-transition: 0s ease-in-out;
-o-transition: 0s ease-in-out;
transition: 0s ease-in-out;
}
.mh-footer-top--dark .calendar_wrap table caption {
color: #fff;
}
.mh-footer-top--dark .calendar_wrap table tbody a {
color: #fff;
background: #222;
}
.mh-footer-top--dark .calendar_wrap table tfoot a {
color: #fff;
}
.mh-footer-top--dark .widget_rss > ul > li {
border-color: #4d4d4d;
}
.mh-footer-top--dark .mh-footer__heading {
color: #fff;
}
.mh-footer-top--dark .mh-footer__text-bottom {
color: #fff;
}
.mh-footer-top--dark .mh-footer__text-bottom a {
color: #fff;
}
.mh-footer-top--dark select {
background: #fff;
border: none;
}
.mh-footer-top--dark input[type=text]:focus,
.mh-footer-top--dark input[type=text]:active,
.mh-footer-top--dark input[type=email]:focus,
.mh-footer-top--dark input[type=email]:active,
.mh-footer-top--dark input[type=password]:focus,
.mh-footer-top--dark input[type=password]:active,
.mh-footer-top--dark input[type=search]:focus,
.mh-footer-top--dark input[type=search]:active {
background: #fff;
} .mh-footer-bottom {
padding-bottom: 24px;
font-size: 13px;
padding-top: 24px;
background: #222;
color: #fff;
}
@media (min-width: 768px) {
.mh-footer-bottom {
text-align: right;
}
}
.mh-footer-bottom--transparent {
background: transparent;
} .lazyload,
.lazylaoding {
opacity: 0;
}
.lazyloaded {
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 1;
} .mh-active-input-primary .mh-active-input input {
color: #29aae3;
border: 2px solid #29aae3;
padding-top: 9px;
padding-bottom: 9px; }
.mh-active-input-primary .mh-active-input .bootstrap-select.btn-group > .btn {
color: #29aae3;
border: 2px solid #29aae3;
padding-top: 12px;
padding-bottom: 12px; }
.mh-active-input-primary .mh-active-input .bootstrap-select.btn-group .dropdown-toggle .filter-option {
color: #29aae3;
}
.mh-active-input-primary .mh-search__panel > div:not(:first-child) .is-checked .mdl-radio__outer-circle {
border-color: #29aae3;
}
.mh-active-input-primary .mh-search__panel > div:not(:first-child) .is-checked .mdl-radio__inner-circle {
background: #29aae3;
}
.mh-active-input-primary .mh-search__panel > div:not(:first-child) .is-checked .mdl-radio__label {
color: #29aae3;
}
body.mh-active-input-dark .mh-active-input input {
color: #222;
border: 2px solid #4d4d4d;
background: #fff;
padding-top: 9px;
padding-bottom: 9px;
}
body.mh-active-input-dark .mh-active-input .bootstrap-select.btn-group > .btn {
color: #222;
border: 2px solid #4d4d4d;
background: #fff;
padding-top: 12px;
padding-bottom: 12px;
}
body.mh-active-input-dark .mh-active-input .bootstrap-select.btn-group .dropdown-toggle .filter-option {
color: #222;
}
body.mh-active-input-dark input[type=text]:active, body.mh-active-input-dark input[type=text]:focus,
body.mh-active-input-dark input[type=password]:active,
body.mh-active-input-dark input[type=password]:focus,
body.mh-active-input-dark input[type=email]:active,
body.mh-active-input-dark input[type=email]:focus,
body.mh-active-input-dark input[type=search]:active,
body.mh-active-input-dark input[type=search]:focus {
color: #222;
border-color: #4d4d4d;
background: #fff;
}
body.mh-active-input-dark .dropdown-menu > li.selected a {
background: #666666;
color: #fff;
}
body.mh-active-input-dark textarea:focus,
body.mh-active-input-dark textarea:active {
border-color: #4d4d4d;
background: #fff;
} .mh-agent-contact {
font-size: 13px;
line-height: 24px;
width: 100%;
}
.mh-agent-contact:after {
clear: both;
content: "";
display: table;
}
.mh-agent-contact__element {
margin-bottom: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mh-agent-contact__element:after {
clear: both;
content: "";
display: table;
}
.mh-agent-contact__element i {
margin: 0;
width: 24px;
padding-left: 2px;
font-size: 16px;
position: relative;
top: 2px;
display: inline-block;
}
.mh-agent-contact__element a {
color: #222;
}
.mh-agent-contact__element a:hover {
color: #222;
} .awesomplete [hidden] {
display: none;
}
.awesomplete .visually-hidden {
position: absolute;
clip: rect(0, 0, 0, 0);
}
.awesomplete {
display: block;
position: relative;
}
.awesomplete > input {
display: block;
}
.awesomplete > ul {
position: absolute;
left: 0;
top: 48px;
z-index: 1000;
min-width: 100%;
box-sizing: border-box;
list-style: none;
padding: 0;
margin: 0;
background: #fff;
}
.awesomplete > ul:empty {
display: none;
}
.awesomplete > ul {
border-radius: 0;
background: #fff;
border: 1px solid #c3c3c5;
}
@supports (transform: scale(0)) {
.awesomplete > ul[hidden],
.awesomplete > ul:empty {
opacity: 0;
display: block;
}
}
.awesomplete > ul > li {
position: relative;
padding: 6px 12px;
font-size: 14px;
cursor: pointer;
}
.awesomplete > ul > li:hover {
background: #f0f0f0;
}
.awesomplete mark {
background: #29aae3;
color: #fff !important;
} .bootstrap-select.btn-group {
margin-bottom: 12px;
position: relative;
display: inline-block;
vertical-align: middle;
width: 100%;
}
.bootstrap-select.btn-group > .btn {
position: relative;
float: left;
display: inline-block;
background: #fff;
padding: 13px 0 13px 20px;
border-radius: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
margin-bottom: 0;
border: 1px solid #c3c3c5;
}
.bootstrap-select.btn-group > .btn .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.bootstrap-select.btn-group > .dropdown-toggle {
width: 100%;
padding-right: 25px;
z-index: 1;
}
.bootstrap-select.btn-group > select {
position: absolute;
bottom: 0;
left: 50%;
display: block;
width: 0.5px;
height: 100%;
padding: 0;
opacity: 0;
border: none;
}
.bootstrap-select.btn-group > select.mobile-device {
top: 0;
left: 0;
display: block;
width: 100%;
z-index: 2;
}
.bootstrap-select.btn-group.bs-container {
position: absolute;
height: 0;
padding: 0;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
z-index: 202000;
}
.bootstrap-select.btn-group .filter-option {
display: inline-block;
overflow: hidden;
width: 100%;
text-align: center;
font-style: italic;
color: #222;
text-transform: capitalize;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
display: none;
float: left;
min-width: 160px;
margin: 2px 0 0;
font-size: 14px;
text-align: left;
min-width: 100%;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #c3c3c5;
}
.dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
}
.dropdown-menu > li {
position: relative;
}
.dropdown-menu > li > a {
display: block;
padding: 6px 12px;
min-height: 36px;
clear: both;
font-weight: normal;
color: #222;
white-space: nowrap;
text-transform: capitalize;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 1025px) {
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #222;
background-color: #f0f0f0;
}
}
.open .dropdown-menu {
display: block;
}
.dropdown-menu > li.selected a {
background: #29aae3;
color: #fff;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
max-height: 300px !important;
} .wpcf7-form label {
font-weight: 700;
display: block;
}
.wpcf7-form label:after {
clear: both;
content: "";
display: table;
}
.wpcf7-form .wpcf7-form-control-wrap {
display: block;
margin-bottom: 3px;
position: relative;
width: 100%;
}
.wpcf7-form .wpcf7-select {
border: 1px solid #c6c6c7;
}
.wpcf7-form input {
margin-bottom: 0;
}
.wpcf7-form select {
padding-top: 12px;
padding-bottom: 12px;
}
.wpcf7-form textarea {
margin-bottom: 0;
}
.wpcf7-form p {
margin-bottom: 0;
}
.wpcf7-form input, .wpcf7-form textarea {
text-align: left;
}
.wpcf7-form .wpcf7-not-valid-tip {
border-left: 5px solid red;
background: rgba(255, 0, 0, 0.1);
padding: 6px 12px;
margin-bottom: 0;
margin-top: 3px;
font-size: 14px;
color: #222;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
background: #29aae3;
color: #fff;
border: 0;
padding: 0 24px;
line-height: 48px;
shadow: none;
cursor: pointer;
margin-bottom: 24px;
margin-right: 24px;
text-transform: uppercase;
letter-spacing: 0.1px;
}
.wpcf7-form .wpcf7-validation-errors {
margin: 0;
padding: 24px;
background: #f4f4f4;
margin-bottom: 24px;
border: 0;
}
.wpcf7-form .wpcf7-mail-sent-ok {
margin: 0;
padding: 24px;
margin-bottom: 24px;
border: 0;
background: green;
color: #fff;
}
.mh-contact-form-style-2 {
background: #f4f4f4 !important;
margin-bottom: 24px !important;
padding: 6px 18px 0 18px !important;
}
.mh-contact-form-style-2 .wpcf7-list-item {
display: block !important;
margin: 0 !important;
}
.mh-contact-form-style-2 label {
margin-bottom: 12px !important;
margin-top: 12px !important;
}
.mh-contact-form-style-2 .wpcf7-list-item-label {
left: 6px !important;
top: -2px !important;
position: relative !important;
font-size: 14px !important;
}
.mh-contact-form-style-2 .wpcf7-list-item.first {
margin-top: 6px !important;
}
.mh-contact-form-style-2 .wpcf7-form-control-wrap {
display: block !important;
margin-top: 3px !important;
}
.mh-contact-form-style-2 input[type=text],
.mh-contact-form-style-2 input[type=password],
.mh-contact-form-style-2 input[type=email],
.mh-contact-form-style-2 input[type=date],
.mh-contact-form-style-2 input[type=number],
.mh-contact-form-style-2 input[type=tel],
.mh-contact-form-style-2 textarea {
text-align: left !important;
margin-bottom: 0 !important;
}
.mh-contact-form-style-2 + .wpcf7-mail-sent-ok {
margin-top: -114px !important;
z-index: 99999 !important;
position: relative !important;
margin-bottom: 24px !important;
}
.mh-contact-form-style-2 + .wpcf7-validation-errors {
margin-top: -70px !important;
z-index: 99999 !important;
margin-bottom: 24px !important;
position: relative !important;
} .mh-estate__section--details .essb_links.essb_template_flat-retina li a .essb_network_name,
.post-content .essb_links.essb_template_flat-retina li a .essb_network_name {
margin-right: 16px;
}
.mh-estate__section--details .essb_links.essb_template_flat-retina li a,
.post-content .essb_links.essb_template_flat-retina li a {
box-shadow: none;
-webkit-box-shadow: none;
border-radius: 0;
}
.mh-estate__section--details .essb_links.essb_template_flat-retina,
.post-content .essb_links.essb_template_flat-retina {
word-wrap: normal !important;
clear: both;
margin: -2px 0 22px 0;
}
.essb-location-customize,
#wp-admin-bar-essb,
.essb-customizer-toggle {
display: none !important;
}
.mh-top-essb {
width: 248px;
margin-top: 9px;
float: left;
}
.mh-top-essb .essb_network_name {
display: none !important;
}
.mh-top-essb .essb_links {
margin-top: 0;
margin-bottom: 0;
}
.mh-top-essb .essb_item:last-child a {
margin-right: 0 !important;
}
@media (min-width: 768px) {
.mh-top-essb {
margin-top: 0;
}
}
@media (min-width: 1024px) {
.mh-top-essb {
float: right;
text-align: right;
}
}
@media (min-width: 1200px) {
.mh-top-essb {
width: 320px;
}
} .contact-form input,
.contact-form textarea {
text-align: left;
}
.contact-submit input[type=submit] {
background: #fff;
border: 2px solid #4d4d4d;
padding: 10px 24px;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
}
.contact-submit input[type=submit]:hover {
background: #f2f2f2;
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 204001;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.95;
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 204003;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 204002;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 204004;
box-shadow: none;
touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 13px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 48px;
height: 48px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
}
.mfp-arrow-left {
left: 12px;
}
.mfp-arrow-left:after {
font-family: "revicons";
content: '\e824';
font-size: 16px;
color: #222;
display: block;
line-height: 48px;
text-align: center;
background: white;
width: 48px;
height: 48px;
}
.mfp-arrow-right {
right: 12px;
}
.mfp-arrow-right:after {
font-family: "revicons";
content: '\e825';
font-size: 16px;
color: #222;
display: block;
line-height: 48px;
text-align: center;
background: white;
width: 48px;
height: 48px;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 13px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-bg {
z-index: 204005;
}
.mfp-wrap {
z-index: 204006;
} .mdl-ripple {
background: rgb(0, 0, 0);
border-radius: 50%;
height: 50px;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transform: translate(-50%, -50%);
width: 50px;
overflow: hidden;
}
.mdl-ripple.is-animating {
transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.mdl-ripple.is-visible {
opacity: 0.3;
}
.mdl-animation--default {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-animation--fast-out-slow-in {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-animation--linear-out-slow-in {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mdl-animation--fast-out-linear-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.mdl-button {
background: transparent;
border: none;
border-radius: 2px;
color: rgb(0, 0, 0);
position: relative;
height: 36px;
margin: 0;
min-width: 64px;
padding: 0 16px;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
cursor: pointer;
text-decoration: none;
text-align: center;
line-height: 36px;
vertical-align: middle;
}
.mdl-button::-moz-focus-inner {
border: 0;
}
.mdl-button:hover {
background-color: rgba(158, 158, 158, 0.20);
}
.mdl-button:focus:not(:active) {
background-color: rgba(0, 0, 0, 0.12);
}
.mdl-button:active {
background-color: rgba(158, 158, 158, 0.40);
}
.mdl-button.mdl-button--colored {
color: rgb(63, 81, 181);
}
.mdl-button.mdl-button--colored:focus:not(:active) {
background-color: rgba(0, 0, 0, 0.12);
}
input.mdl-button[type="submit"] {
-webkit-appearance: none;
}
.mdl-button--raised {
background: rgba(158, 158, 158, 0.20);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-button--raised:active {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
background-color: rgba(158, 158, 158, 0.40);
}
.mdl-button--raised:focus:not(:active) {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
background-color: rgba(158, 158, 158, 0.40);
}
.mdl-button--raised.mdl-button--colored {
background: rgb(63, 81, 181);
color: rgb(255, 255, 255);
}
.mdl-button--raised.mdl-button--colored:hover {
background-color: rgb(63, 81, 181);
}
.mdl-button--raised.mdl-button--colored:active {
background-color: rgb(63, 81, 181);
}
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
background-color: rgb(63, 81, 181);
}
.mdl-button--raised.mdl-button--colored .mdl-ripple {
background: rgb(255, 255, 255);
}
.mdl-button--fab {
border-radius: 50%;
font-size: 24px;
height: 56px;
margin: auto;
min-width: 56px;
width: 56px;
padding: 0;
overflow: hidden;
background: rgba(158, 158, 158, 0.20);
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
position: relative;
line-height: normal;
}
.mdl-button--fab .material-icons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-12px, -12px);
line-height: 24px;
width: 24px;
}
.mdl-button--fab.mdl-button--mini-fab {
height: 40px;
min-width: 40px;
width: 40px;
}
.mdl-button--fab .mdl-button__ripple-container {
border-radius: 50%;
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.mdl-button--fab:active {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
background-color: rgba(158, 158, 158, 0.40);
}
.mdl-button--fab:focus:not(:active) {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
background-color: rgba(158, 158, 158, 0.40);
}
.mdl-button--fab.mdl-button--colored {
background: rgb(255, 64, 129);
color: rgb(255, 255, 255);
}
.mdl-button--fab.mdl-button--colored:hover {
background-color: rgb(255, 64, 129);
}
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
background-color: rgb(255, 64, 129);
}
.mdl-button--fab.mdl-button--colored:active {
background-color: rgb(255, 64, 129);
}
.mdl-button--fab.mdl-button--colored .mdl-ripple {
background: rgb(255, 255, 255);
}
.mdl-button--icon {
border-radius: 50%;
font-size: 24px;
height: 32px;
margin-left: 0;
margin-right: 0;
min-width: 32px;
width: 32px;
padding: 0;
overflow: hidden;
color: inherit;
line-height: normal;
}
.mdl-button--icon .material-icons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-12px, -12px);
line-height: 24px;
width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon {
height: 24px;
min-width: 24px;
width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon .material-icons {
top: 0px;
left: 0px;
}
.mdl-button--icon .mdl-button__ripple-container {
border-radius: 50%;
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.mdl-button__ripple-container {
display: block;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
z-index: 0;
overflow: hidden;
}
.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple,
.mdl-button.mdl-button--disabled .mdl-button__ripple-container .mdl-ripple {
background-color: transparent;
}
.mdl-button--primary.mdl-button--primary {
color: rgb(63, 81, 181);
}
.mdl-button--primary.mdl-button--primary .mdl-ripple {
background: rgb(255, 255, 255);
}
.mdl-button--primary.mdl-button--primary.mdl-button--raised, .mdl-button--primary.mdl-button--primary.mdl-button--fab {
color: rgb(255, 255, 255);
background-color: rgb(63, 81, 181);
}
.mdl-button--accent.mdl-button--accent {
color: rgb(255, 64, 129);
}
.mdl-button--accent.mdl-button--accent .mdl-ripple {
background: rgb(255, 255, 255);
}
.mdl-button--accent.mdl-button--accent.mdl-button--raised, .mdl-button--accent.mdl-button--accent.mdl-button--fab {
color: rgb(255, 255, 255);
background-color: rgb(255, 64, 129);
}
.mdl-button[disabled][disabled], .mdl-button.mdl-button--disabled.mdl-button--disabled {
color: rgba(0, 0, 0, 0.26);
cursor: default;
background-color: transparent;
}
.mdl-button--fab[disabled][disabled], .mdl-button--fab.mdl-button--disabled.mdl-button--disabled {
background-color: rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.26);
}
.mdl-button--raised[disabled][disabled], .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
background-color: rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.26);
box-shadow: none;
}
.mdl-button--colored[disabled][disabled], .mdl-button--colored.mdl-button--disabled.mdl-button--disabled {
color: rgba(0, 0, 0, 0.26);
}
.mdl-button .material-icons {
vertical-align: middle;
}
.mdl-checkbox {
position: relative;
z-index: 1;
vertical-align: middle;
display: inline-block;
box-sizing: border-box;
width: 100%;
height: 24px;
margin: 0;
padding: 0;
}
.mdl-checkbox.is-upgraded {
padding-left: 24px;
}
.mdl-checkbox__input {
line-height: 24px;
}
.mdl-checkbox.is-upgraded .mdl-checkbox__input {
position: absolute;
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: none;
}
.mdl-checkbox__box-outline {
position: absolute;
top: 3px;
left: 0;
display: inline-block;
box-sizing: border-box;
width: 16px;
height: 16px;
margin: 0;
cursor: pointer;
overflow: hidden;
border: 2px solid rgba(0, 0, 0, 0.54);
z-index: 2;
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
border: 2px solid rgb(63, 81, 181);
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
border: 2px solid rgba(0, 0, 0, 0.26);
cursor: auto;
}
.mdl-checkbox__focus-helper {
position: absolute;
top: 3px;
left: 0;
display: inline-block;
box-sizing: border-box;
width: 16px;
height: 16px;
border-radius: 50%;
background-color: transparent;
}
.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1);
}
.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
box-shadow: 0 0 0px 8px rgba(63, 81, 181, 0.26);
background-color: rgba(63, 81, 181, 0.26);
}
.mdl-checkbox__tick-outline {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: transparent;
transition-duration: 0.28s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-property: background;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
background: rgb(63, 81, 181) url(//nowestate.it/images/tick.svg?embed);
}
fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
background: rgba(0, 0, 0, 0.26) url(//nowestate.it/images/tick.svg?embed);
}
.mdl-checkbox__label {
position: relative;
cursor: pointer;
font-size: 16px;
line-height: 24px;
margin: 0;
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,
.mdl-checkbox.is-disabled .mdl-checkbox__label {
color: rgba(0, 0, 0, 0.26);
cursor: auto;
}
.mdl-checkbox__ripple-container {
position: absolute;
z-index: 2;
top: -6px;
left: -10px;
box-sizing: border-box;
width: 36px;
height: 36px;
border-radius: 50%;
cursor: pointer;
overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.mdl-checkbox__ripple-container .mdl-ripple {
background: rgb(63, 81, 181);
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
cursor: auto;
}
fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
background: transparent;
}
.mdl-radio {
position: relative;
font-size: 16px;
line-height: 24px;
display: inline-block;
box-sizing: border-box;
margin: 0;
padding-left: 0;
}
.mdl-radio.is-upgraded {
padding-left: 24px;
}
.mdl-radio__button {
line-height: 24px;
}
.mdl-radio.is-upgraded .mdl-radio__button {
position: absolute;
width: 0;
height: 0;
margin: 0;
padding: 0;
opacity: 0;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: none;
}
.mdl-radio__outer-circle {
position: absolute;
top: 4px;
left: 0;
display: inline-block;
box-sizing: border-box;
width: 16px;
height: 16px;
margin: 0;
cursor: pointer;
border: 2px solid rgba(0, 0, 0, 0.54);
border-radius: 50%;
z-index: 2;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
border: 2px solid rgb(63, 81, 181);
}
.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,
.mdl-radio.is-disabled .mdl-radio__outer-circle {
border: 2px solid rgba(0, 0, 0, 0.26);
cursor: auto;
}
.mdl-radio__inner-circle {
position: absolute;
z-index: 1;
margin: 0;
top: 8px;
left: 4px;
box-sizing: border-box;
width: 8px;
height: 8px;
cursor: pointer;
transition-duration: 0.28s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-property: transform;
transform: scale3d(0, 0, 0);
border-radius: 50%;
background: rgb(63, 81, 181);
}
.mdl-radio.is-checked .mdl-radio__inner-circle {
transform: scale3d(1, 1, 1);
}
fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,
.mdl-radio.is-disabled .mdl-radio__inner-circle {
background: rgba(0, 0, 0, 0.26);
cursor: auto;
}
.mdl-radio.is-focused .mdl-radio__inner-circle {
box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0.1);
}
.mdl-radio__label {
cursor: pointer;
}
fieldset[disabled] .mdl-radio .mdl-radio__label,
.mdl-radio.is-disabled .mdl-radio__label {
color: rgba(0, 0, 0, 0.26);
cursor: auto;
}
.mdl-radio__ripple-container {
position: absolute;
z-index: 2;
top: -9px;
left: -13px;
box-sizing: border-box;
width: 42px;
height: 42px;
border-radius: 50%;
cursor: pointer;
overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.mdl-radio__ripple-container .mdl-ripple {
background: rgb(63, 81, 181);
}
fieldset[disabled] .mdl-radio .mdl-radio__ripple-container,
.mdl-radio.is-disabled .mdl-radio__ripple-container {
cursor: auto;
}
fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple,
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
background: transparent;
}
.mdl-textfield {
position: relative;
font-size: 16px;
display: inline-block;
box-sizing: border-box;
width: 300px;
max-width: 100%;
margin: 0;
padding: 20px 0;
}
.mdl-textfield .mdl-button {
position: absolute;
bottom: 20px;
}
.mdl-textfield--align-right {
text-align: right;
}
.mdl-textfield--full-width {
width: 100%;
}
.mdl-textfield--expandable {
min-width: 32px;
width: auto;
min-height: 32px;
}
.mdl-textfield--expandable .mdl-button--icon {
top: 16px;
}
.mdl-textfield__input {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
display: block;
font-size: 16px;
font-family: "Helvetica", "Arial", sans-serif;
margin: 0;
padding: 4px 0;
width: 100%;
background: none;
text-align: left;
color: inherit;
}
.mdl-textfield__input[type="number"] {
-moz-appearance: textfield;
}
.mdl-textfield__input[type="number"]::-webkit-inner-spin-button, .mdl-textfield__input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.mdl-textfield.is-focused .mdl-textfield__input {
outline: none;
}
.mdl-textfield.is-invalid .mdl-textfield__input {
border-color: rgb(213, 0, 0);
box-shadow: none;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__input,
.mdl-textfield.is-disabled .mdl-textfield__input {
background-color: transparent;
border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.26);
}
.mdl-textfield textarea.mdl-textfield__input {
display: block;
}
.mdl-textfield__label {
bottom: 0;
color: rgba(0, 0, 0, 0.26);
font-size: 16px;
left: 0;
right: 0;
pointer-events: none;
position: absolute;
display: block;
top: 24px;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-align: left;
}
.mdl-textfield.is-dirty .mdl-textfield__label,
.mdl-textfield.has-placeholder .mdl-textfield__label {
visibility: hidden;
}
.mdl-textfield--floating-label .mdl-textfield__label {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
transition: none;
}
fieldset[disabled] .mdl-textfield .mdl-textfield__label,
.mdl-textfield.is-disabled.is-disabled .mdl-textfield__label {
color: rgba(0, 0, 0, 0.26);
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
color: rgb(63, 81, 181);
font-size: 12px;
top: 4px;
visibility: visible;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__expandable-holder .mdl-textfield__label {
top: -16px;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
color: rgb(213, 0, 0);
font-size: 12px;
}
.mdl-textfield__label:after {
background-color: rgb(63, 81, 181);
bottom: 20px;
content: '';
height: 2px;
left: 45%;
position: absolute;
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
visibility: hidden;
width: 10px;
}
.mdl-textfield.is-focused .mdl-textfield__label:after {
left: 0;
visibility: visible;
width: 100%;
}
.mdl-textfield.is-invalid .mdl-textfield__label:after {
background-color: rgb(213, 0, 0);
}
.mdl-textfield__error {
color: rgb(213, 0, 0);
position: absolute;
font-size: 12px;
margin-top: 3px;
visibility: hidden;
display: block;
}
.mdl-textfield.is-invalid .mdl-textfield__error {
visibility: visible;
}
.mdl-textfield__expandable-holder {
display: inline-block;
position: relative;
margin-left: 32px;
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
max-width: 0.1px;
}
.mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
max-width: 600px;
}
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
bottom: 0;
}
.mdl-button {
font-family: inherit;
letter-spacing: 0.1px;
border-radius: 0;
box-shadow: none;
color: #222;
font-weight: 400;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
@media (max-width: 1025px) {
.mdl-button.mdl-button:hover {
background-color: transparent;
}
}
.mdl-button.mdl-button--raised {
box-shadow: none;
}
.mdl-button.mdl-button--raised:active, .mdl-button.mdl-button--raised:hover, .mdl-button.mdl-button--raised:focus {
box-shadow: none;
}
.mdl-button.mdl-button--full-width {
width: 100%;
}
@media (min-width: 768px) {
.mdl-button.mdl-button--half {
min-width: 50%;
}
}
.mdl-button.mdl-button--lg {
font-size: 16px;
padding: 0 20px;
height: auto;
line-height: 36px;
padding-top: 6px;
padding-bottom: 6px;
}
.mdl-button.mdl-button--raised.mdl-button--primary {
background: #29aae3;
}
@media (min-width: 1025px) {
.mdl-button.mdl-button--raised.mdl-button--primary:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0);
width: 100%;
height: 100%;
-webkit-transition: 0.15s ease-in-out;
-moz-transition: 0.15s ease-in-out;
-ms-transition: 0.15s ease-in-out;
-o-transition: 0.15s ease-in-out;
transition: 0.15s ease-in-out;
}
.mdl-button.mdl-button--raised.mdl-button--primary:hover:before {
background: rgba(255, 255, 255, 0.18);
}
}
.mdl-button.mdl-button--primary-ghost {
background: transparent;
border: 2px solid #29aae3;
line-height: 32px;
color: #29aae3;
}
.mdl-button.mdl-button--primary-ghost:hover {
color: #fff;
background: #29aae3;
}
.mdl-button.mdl-button--primary-ghost.mdl-button--lg {
line-height: 44px;
}
@media (max-width: 1024px) {
.mdl-button.mdl-button--primary-ghost {
color: #29aae3;
background: transparent !important;
}
}
@media (min-width: 1025px) {
.mdl-button.mdl-button--primary-ghost:hover, .mdl-button.mdl-button--primary-ghost:active, .mdl-button.mdl-button--primary-ghost:focus {
background: #29aae3;
color: #fff !important;
}
}
.mdl-button.mdl-button--white {
background: #fff;
color: #222;
}
.mdl-button.mdl-button--white:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 0.15s ease-in-out;
-moz-transition: 0.15s ease-in-out;
-ms-transition: 0.15s ease-in-out;
-o-transition: 0.15s ease-in-out;
transition: 0.15s ease-in-out;
}
.mdl-button.mdl-button--white:hover {
background: #fff;
color: #222;
}
.mdl-button.mdl-button--white:hover:before {
background: rgba(0, 0, 0, 0.1);
}
.mdl-button.mdl-button--white .mdl-ripple {
background: black;
}
.mdl-button.mdl-button--dark {
background: #333;
color: #fff;
}
.mdl-button.mdl-button--dark .mdl-ripple {
background: white;
}
.mdl-button.mdl-button--dark:hover {
background: #000;
color: #fff;
}
.mdl-button.mdl-button--primary-font {
color: #29aae3;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
}
.mdl-button.mdl-button--primary-font:hover {
background: transparent;
}
.mdl-button.mdl-button--primary-font:active, .mdl-button.mdl-button--primary-font:focus {
background: transparent;
}
.mdl-button.mdl-button--dark-font {
color: #222;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
}
.mdl-button.mdl-button--dark-font:hover {
background: transparent;
}
.mdl-button.mdl-button--dark-font:active, .mdl-button.mdl-button--dark-font:focus {
background: transparent;
}
.mdl-button.mdl-button--compare-active {
background: #29aae3;
color: #fff;
}
.mdl-button.mdl-button--compare-active:hover, .mdl-button.mdl-button--compare-active:active, .mdl-button.mdl-button--compare-active:focus {
background: #29aae3;
}
.mdl-button.mdl-button--clear {
margin-left: 6px;
}
@media (min-width: 768px) {
.mdl-button.mdl-button--clear {
float: none;
margin-left: 0;
margin: 0 4px;
display: inline-block;
min-width: 120px;
}
}
.mdl-button.mdl-button--advanced {
text-transform: uppercase;
}
@media (min-width: 768px) {
.mdl-button.mdl-button--advanced {
float: none;
min-width: 120px;
margin: 0 4px;
}
}
a.mdl-button.mdl-button--raised.mdl-button--primary:hover {
color: #fff;
}
.mdl-button__icon-left {
margin-right: 5px;
}
.mdl-button__icon-right {
margin-left: 5px;
} .mdl-checkbox__label, .mdl-radio__label {
text-transform: uppercase;
font-weight: 400;
color: #666666;
font-size: 13px;
} .mdl-checkbox {
margin-bottom: 0;
}
.mdl-checkbox__ripple-container {
top: -6px;
left: -11px;
width: 36px;
height: 36px;
}
.mdl-checkbox__box-outline {
top: 5px;
width: 14px;
height: 14px;
}
.mdl-checkbox__ripple-container .mdl-ripple {
background: #999 !important;
}
.mdl-checkbox .mdl-checkbox__box-outline {
border: 2px solid #666666;
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
border: 2px solid #666666;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
background: white url(//nowestate.it/wp-content/themes/myhome/assets/images/tick.svg?embed) !important;
} .mdl-radio__outer-circle {
width: 14px;
height: 14px;
top: 6px;
border-color: #666666;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
border-color: #666666;
}
.mdl-radio.is-checked .mdl-radio__inner-circle {
background: #666666;
}
.mdl-radio__inner-circle {
width: 6px;
height: 6px;
top: 10px;
left: 4px;
border-color: #666666;
}
.mdl-radio__ripple-container {
top: -5px;
left: -11px;
width: 36px;
height: 36px;
}
.mdl-radio__ripple-container .mdl-ripple {
background: #666666;
}
.mdl-radio__outer-circle {
width: 14px;
height: 14px;
top: 6px;
}
.mdl-radio__inner-circle {
width: 6px;
height: 6px;
top: 10px;
left: 4px;
background: #666666;
}
.mdl-radio__ripple-container {
top: -5px;
left: -11px;
width: 36px;
height: 36px;
} .mh-mega-intro__wrapper {
position: relative;
padding-top: 72px;
padding-bottom: 72px;
background-position: center center !important;
background-repeat: no-repeat !important;
position: relative !important;
background-size: cover !important;
z-index: 1;
}
.mh-mega-intro__wrapper:after {
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 2;
}
.mh-mega-intro__content {
max-width: 1170px;
margin: 0 auto;
padding: 0 15px;
z-index: 3;
position: relative;
text-align: center;
}
.mh-mega-intro__info {
display: block;
text-align: center;
font-size: 21px;
margin-bottom: 32px;
color: #fff;
}
.mh-mega-intro__heading {
color: #fff;
text-align: center;
font-family: Lato, Arial, Helvetica, sans-serif;
}
@media (min-width: 768px) {
.mh-mega-intro__heading {
font-size: 60px;
}
}
.mh-mega-intro__button {
margin: 0 auto;
} #mega_main_menu li {
color: transparent;
}
html body #mega_main_menu.mh-primary .mmm_fullwidth_container {
border-bottom: 1px solid #f0f0f0;
}
html body #mega_main_menu.mh-primary .nav_logo {
display: block;
}
html body #mega_main_menu.mh-primary .nav_logo img {
height: 40px;
}
html body #mega_main_menu.mh-primary .nav_logo .logo_link {
padding-right: 0 !important;
}
html body #mega_main_menu.mh-primary li.default_dropdown > ul,
html body #mega_main_menu.mh-primary li.default_dropdown li > ul,
html body #mega_main_menu.mh-primary li.multicolumn_dropdown > ul,
html body #mega_main_menu.mh-primary li.tabs_dropdown > ul,
html body #mega_main_menu.mh-primary li.widgets_dropdown > ul,
html body #mega_main_menu.mh-primary li.post_type_dropdown > ul,
html body #mega_main_menu.mh-primary li.grid_dropdown > ul,
html body #mega_main_menu.mh-primary li.post_type_dropdown .mega_dropdown > li.post_item .post_details,
html body #mega_main_menu.mh-primary li.grid_dropdown .mega_dropdown > li .post_details {
box-shadow: none;
}
html body #mega_main_menu.mh-primary #mh-submit-button .item_link {
padding-right: 0;
}
html body #mega_main_menu.mh-primary #mh-submit-button a {
color: #29aae3;
background: transparent;
border: none;
padding: 0 !important;
}
html body #mega_main_menu.mh-primary #mh-submit-button a i {
margin-left: 3px;
color: #29aae3;
}
@media (min-width: 1023px) {
html body #mega_main_menu.mh-primary #mh-submit-button {
float: right !important;
margin-right: 0 !important;
}
html body #mega_main_menu.mh-primary #mh-submit-button a {
padding-right: 0 !important;
text-transform: uppercase;
}
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:hover > a:after {
color: #29aae3;
}
@media (max-width: 1023px) {
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button .symbol_menu {
font-size: 25px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button .symbol_menu i {
margin-top: -10px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button .symbol_cross {
font-size: 25px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button .symbol_cross i {
margin-top: -11px;
}
html body #mega_main_menu.mh-primary .mega_dropdown {
padding: 0 18px !important;
}
html body #mega_main_menu.mh-primary .mega_dropdown li {
background: #fff;
color: #222;
border-bottom: 1px solid #f0f0f0 !important;
padding: 0;
}
html body #mega_main_menu.mh-primary .mega_dropdown li * {
color: #222;
}
html body #mega_main_menu.mh-primary .mega_dropdown li .item_link:before {
border-color: #222;
}
html body #mega_main_menu.mh-primary .mega_dropdown li a {
padding: 14px 18px;
background: #fff;
color: #222;
}
html body #mega_main_menu.mh-primary .mega_dropdown li a .link_content {
line-height: 36px;
}
html body #mega_main_menu.mh-primary .mega_dropdown li:last-child {
border-bottom: 0;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown,
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details {
background: #fff !important;
}
html body #mega_main_menu.mh-primary li.default_dropdown .mega_dropdown > li > .item_link,
html body #mega_main_menu.mh-primary li.widgets_dropdown .mega_dropdown > li > .item_link,
html body #mega_main_menu.mh-primary li.multicolumn_dropdown .mega_dropdown > li > .item_link,
html body #mega_main_menu.mh-primary li.grid_dropdown .mega_dropdown > li > .item_link {
background: #fff !important;
}
html body #mega_main_menu.mh-primary li .post_details > .post_icon > i,
html body #mega_main_menu.mh-primary li .mega_dropdown .item_link *,
html body #mega_main_menu.mh-primary li .mega_dropdown a,
html body #mega_main_menu.mh-primary li .mega_dropdown a *,
html body #mega_main_menu.mh-primary li li .post_details a {
color: #222;
}
html body #mega_main_menu.mh-primary .mega_dropdown > li.current-menu-item > .item_link *,
html body #mega_main_menu.mh-primary .mega_dropdown > li > .item_link:focus *,
html body #mega_main_menu.mh-primary .mega_dropdown > li > .item_link:hover *,
html body #mega_main_menu.mh-primary li.post_type_dropdown > .mega_dropdown > li > .processed_image:hover > .cover > a > i {
color: initial;
}
html body #mega_main_menu.mh-primary.responsive-enable > .menu_holder > .menu_inner > ul > li > .item_link:after {
right: 18px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link {
border-bottom: 1px solid #f0f0f0;
padding-left: 18px;
text-align: left;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo .logo_link {
padding-left: 15px;
}
html body #mega_main_menu.mh-primary .nav_logo .logo_link {
padding: 0px 15px;
}
html body #mega_main_menu.mh-primary .mega_dropdown {
padding: 0 15px;
}
html body #mega_main_menu.mh-primary li.default_dropdown > .mega_dropdown > .menu-item > .item_link:before {
border-color: #222 !important;
}
}
@media (min-width: 1023px) {
html body #mega_main_menu.mh-primary .nav_logo .logo_link {
padding-left: 0;
}
html body #mega_main_menu.mh-primary .menu_inner {
max-width: 1170px;
margin: 0 auto;
padding: 0 15px;
}
html body #mega_main_menu.mh-primary .nav_logo .logo_link {
margin-right: 36px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link {
text-transform: uppercase;
letter-spacing: 1px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li {
margin: 0 10px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:first-child {
margin-left: 0;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:first-child > .item_link {
padding-left: 0 !important;
}
html body #mega_main_menu.mh-primary li > .mega_dropdown > li > .item_link {
padding: 14px 18px;
}
html body #mega_main_menu.mh-primary .mega_dropdown li {
min-height: 48px;
}
html body #mega_main_menu.mh-primary .mega_dropdown li .mega_dropdown {
border-left: 3px solid #747474;
}
html body #mega_main_menu.mh-primary .mega_dropdown li:not(:hover).current-menu-item > .item_link {
background: #666666;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link > .link_content > .link_text {
letter-spacing: 0.3px;
}
html body #mega_main_menu.mh-primary li.multicolumn_dropdown:hover > .mega_dropdown {
padding: 0px 0px 0 0px;
}
html body #mega_main_menu.mh-primary li.default_dropdown li > ul, html body #mega_main_menu.mh-primary li.widgets_dropdown > ul,
html body #mega_main_menu.mh-primary li.grid_dropdown .mega_dropdown > li .post_details {
box-shadow: none;
padding: 0px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown,
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details {
background: white;
}
html body #mega_main_menu.mh-primary li.multicolumn_dropdown > .mega_dropdown > li {
padding-bottom: 0;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:hover > .item_link * {
color: #29aae3;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > ul .menu-item > .item_link {
text-transform: uppercase;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > ul .menu-item > .item_link:before {
right: 9px !important;
}
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.default_dropdown .mega_dropdown,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.multicolumn_dropdown > .mega_dropdown,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.tabs_dropdown > .mega_dropdown,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.widgets_dropdown > .mega_dropdown,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.post_type_dropdown > .mega_dropdown,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.post_type_dropdown > .mega_dropdown > li.post_item .post_details,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.grid_dropdown > .mega_dropdown,
html body #mega_main_menu.mh-primary.dropdowns_animation-anim_4 > .menu_holder li.grid_dropdown > .mega_dropdown > li .post_details {
-webkit-transition: transform 0.2s, opacity 0.2s, padding 0.2s;
-moz-transition: transform 0.2s, opacity 0.2s, padding 0.2s;
-ms-transition: transform 0.2s, opacity 0.2s, padding 0.2s;
-o-transition: transform 0.2s, opacity 0.2s, padding 0.2s;
transition: transform 0.2s, opacity 0.2s, padding 0.2s;
background: #666666;
}
html body #mega_main_menu.mh-primary .multicolumn_dropdown .mega_dropdown:before {
content: '';
position: absolute;
background: #747474;
width: 3px;
height: 100%;
bottom: 0;
right: 0;
z-index: 5;
}
html body #mega_main_menu.mh-primary .multicolumn_dropdown .mega_dropdown > li {
border-right: 3px solid #747474;
}
html body #mega_main_menu.mh-primary > .menu_holder li.widgets_dropdown > .mega_dropdown > li,
html body #mega_main_menu.mh-primary > .menu_holder li.multicolumn_dropdown > .mega_dropdown > li {
padding-left: 0px;
padding-right: 0px;
}
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li[class*="columns"] {
margin-right: 10px;
}
html body #mega_main_menu.mh-primary ul li .mega_dropdown > li > .item_link {
min-height: 48px;
}
}
@media (min-width: 1023px) and (max-width: 1200px) {
html body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li[class*="columns"] {
margin-right: 0px;
}
}
html body.vc_editor .mh-header--transparent #mega_main_menu.mh-primary {
background: #333;
position: relative !important;
}
html body .mh-header--transparent #mega_main_menu.mh-primary {
position: absolute;
width: 100%;
}
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
color: #fff !important;
}
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .mmm_fullwidth_container {
background: transparent;
border-bottom: 0;
}
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .mmm_fullwidth_container {
background: transparent;
border-bottom: 0;
}
@media (max-width: 1023px) {
html body .mh-header--transparent #mega_main_menu.mh-primary .nav_logo.mobile_menu_active + ul {
background: #fff;
}
}
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:hover > a:after {
color: #fff !important;
}
html body .mh-header--transparent #mega_main_menu.mh-primary .mobile_toggle .symbol_menu i,
html body .mh-header--transparent #mega_main_menu.mh-primary .mobile_toggle .symbol_cross {
color: #fff;
}
html body .mh-header--transparent #mega_main_menu.mh-primary #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link {
padding-right: 0;
}
@media (min-width: 1023px) {
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:hover > .item_link,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link:hover,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link:focus,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:hover > .item_link *,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.current-menu-ancestor > .item_link *,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.current-page-ancestor > .item_link *,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.current-post-ancestor > .item_link *,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.current-menu-item > .item_link * {
color: #fff !important;
}
}
@media (min-width: 1023px) {
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link,
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link * {
color: #fff;
}
}
@media (min-width: 1023px) {
html body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
color: #fff;
}
}
@media (min-width: 1023px) {
xhtml body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li.default_dropdown .mega_dropdown,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .mega_dropdown,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li .mega_dropdown > li .post_details {
background: #333333;
}
}
@media (min-width: 1023px) {
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.default_dropdown .mega_dropdown > li > .item_link,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.widgets_dropdown .mega_dropdown > li > .item_link,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.multicolumn_dropdown .mega_dropdown > li > .item_link,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.grid_dropdown .mega_dropdown > li > .item_link {
background: #333333;
}
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.default_dropdown .mega_dropdown > li > .item_link:hover,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.widgets_dropdown .mega_dropdown > li > .item_link:hover,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.multicolumn_dropdown .mega_dropdown > li > .item_link:hover,
xhtml body .mh-header--transparent #mega_main_menu.mh-primary li.grid_dropdown .mega_dropdown > li > .item_link:hover {
background: #666666;
}
}
html body:not(.vc_editor) .mh-header--transparent-dark #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .mmm_fullwidth_container {
background: transparent;
background-image: url(//nowestate.it/wp-content/themes/myhome/assets/images/gradient-dark.png);
background-repeat: repeat-x;
background-size: contain;
border-color: transparent;
}
.mh-header--transparent-dark #mega_main_menu.direction-horizontal > .menu_holder.sticky_container {
background: #fff !important;
}
@media (min-width: 1023px) {
.mh-header--transparent-dark #mh-submit-button a, .mh-header--transparent-dark #mh-submit-button i,
.mh-header--transparent #mh-submit-button a,
.mh-header--transparent #mh-submit-button i {
color: #fff !important;
}
}
@media (min-width: 1023px) {
.mh-primary--no-logo .nav_logo {
display: none !important;
}
}
html body .post_item {
width: 10% !important;
}
html body .post_item .post_details {
display: none !important;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > span.nav_logo {
background: #29aae3;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button .symbol_menu i,
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > .nav_logo > .mobile_toggle > .mobile_button .symbol_cross i {
color: #fff;
}
@media (max-width: 1023px) {
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .mmm_fullwidth_container {
background-color: #fff !important;
border-bottom-color: #fff !important;
}
}
@media (min-width: 1023px) {
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .mmm_fullwidth_container {
background-color: #29aae3;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link * {
color: #fff !important;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link:after {
border-top-color: #fff !important;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text {
overflow: hidden;
position: relative;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text:before {
content: '';
position: absolute;
right: 0;
margin: 0 auto;
bottom: -10px;
left: 0;
width: 100%;
height: 2px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #666666;
opacity: 0;
transition: all 0s ease 0s;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:not(.mh-submit-button):hover > .item_link:after {
border-top-color: #fff;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:not(.mh-submit-button):hover > .item_link .link_text {
overflow-x: hidden;
position: relative;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:not(.mh-submit-button):hover > .item_link .link_text:before {
opacity: 1;
bottom: 0;
transition: all 0.1s ease-out 0.1s;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary #mh-submit-button .link_content a {
color: #fff;
}
html body .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary #mh-submit-button .link_content a i {
color: #fff;
}
}
html body .mh-menu-primary .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link .link_text:before {
border-bottom-color: #333;
}
.mega_main_menu_ul li.multicolumn_dropdown ul.mega_dropdown ul.mega_dropdown {
border: none !important;
}
@media (min-width: 1023px) {
html body #mega_main_menu.mh-primary .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown > li {
border-right: none !important;
}
}
@media (min-width: 1023px) {
html body #mega_main_menu.mh-primary .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown > li.menu-item-has-children > a .link_text {
font-weight: 700;
color: #fff;
letter-spacing: 0.2px !important;
margin-bottom: 12px !important;
}
html body #mega_main_menu.mh-primary .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown > li.menu-item-has-children > a {
background: transparent !important;
}
html body #mega_main_menu.mh-primary .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown > li.menu-item-has-children > ul > li {
padding-left: 0px !important;
border-right: none !important;
padding: 0 !important;
min-height: 36px !important;
}
.menu-item-has-children {
background: transparent !important;
}
.multicolumn_dropdown .mega_dropdown:before {
display: none;
}
html body #mega_main_menu.mh-primary ul li.multicolumn_dropdown .mega_dropdown > .menu-item-has-children > .item_link {
min-height: 48px;
}
html body #mega_main_menu.mh-primary .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown > li.menu-item-has-children > a:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #999;
}
}
.mh-mmm-label a:after {
content: '';
border-radius: 4px;
background: #fed700 !important;
color: #333;
display: inline-block;
padding: 2px 7px;
font-weight: 700;
position: absolute;
top: 14px;
left: 14px;
}
.mh-mmm-label--slider a {
padding-left: 68px !important;
}
.mh-mmm-label--slider a:after {
content: 'Main';
}
.mh-mmm-label--classic a {
padding-left: 80px !important;
}
.mh-mmm-label--classic a:after {
top: 12px;
content: 'classic';
}
.mh-mmm-label--popular a {
padding-left: 92px !important;
}
.mh-mmm-label--popular a:after {
content: 'Popular';
}
.mh-mmm-label--social a {
padding-left: 79px !important;
}
.mh-mmm-label--social a:after {
top: 12px;
content: 'Buzz!!!';
}
.mh-mmm-label--big a {
padding-left: 54px !important;
}
.mh-mmm-label--big a:after {
top: 12px;
content: 'BIG';
}
.mh-mmm-label--video a {
padding-left: 52px !important;
}
.mh-mmm-label--video a:after {
content: 'HD';
}
.mh-mmm-label--hd a {
padding-left: 52px !important;
}
.mh-mmm-label--hd a:after {
top: 12px;
content: 'HD';
}
.mh-mmm-label--components a {
padding-left: 101px !important;
}
.mh-mmm-label--components a:after {
top: 12px;
content: 'Powerful';
}
.mh-mmm-label--main a {
padding-left: 100px !important;
}
.mh-mmm-label--main a:after {
content: 'main';
}
.menu-bg-dark, .menu-bg-dark * {
background: #222 !important;
}
.menu-bg-dark li:hover a,
.menu-bg-dark li:hover a * {
background: #000 !important;
}
.mega_main_menu.no-logo .nav_logo {
display: block !important;
}
#mega_main_menu_ul span.wpml-ls-native {
padding-left: 6px;
}
#mega_main_menu_ul img.wpml-ls-flag {
margin-top: -3px !important;
}
@media (max-width: 1023px) {
html body.myhome-body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link * {
color: #222 !important;
}
}
.mh-fixed-menu--active .mmm_fullwidth_container {
background-image: none !important;
} .mh-404 {
height: 600px;
display: table;
width: 100%;
padding: 12px;
}
.mh-404__content {
display: table-cell;
vertical-align: middle;
text-align: center;
}
h1.mh-404__title {
font-size: 90px;
margin-bottom: 0;
text-align: center;
}
.mh-404__text {
font-size: 32px;
text-align: center;
} .mh-accordion {
width: 100%;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
margin-bottom: 24px;
}
.mh-accordion:after {
clear: both;
content: "";
display: table;
}
.mh-accordion .ui-accordion-content {
background: #fff;
width: 100%;
}
.mh-accordion .ui-accordion-content:after {
clear: both;
content: "";
display: table;
}
.mh-accordion .ui-accordion-content {
margin: 0;
padding: 12px;
}
.mh-accordion .ui-accordion-content:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-accordion .ui-accordion-content {
padding: 24px;
}
}
.mh-accordion .ui-accordion-header {
font-family: Lato, Arial, Helvetica, sans-serif;
background-color: #fafafa;
margin: 3px 0 0 0;
padding: 12px 24px;
font-size: 14px;
color: #333333;
border-bottom: none;
cursor: pointer;
-webkit-transition: background 0.3s, color 0.3s;
-moz-transition: background 0.3s, color 0.3s;
-ms-transition: background 0.3s, color 0.3s;
-o-transition: background 0.3s, color 0.3s;
transition: background 0.3s, color 0.3s;
}
.mh-accordion .ui-accordion-header i {
margin-right: 9px;
font-size: 11px;
}
.mh-accordion .ui-accordion-header.ui-accordion-header-active {
background: #29aae3;
color: #fff;
}
.mh-accordion .ui-accordion-header.ui-accordion-header-active .fa-plus {
display: none;
}
.mh-accordion .ui-accordion-header:not(.ui-accordion-header-active) .fa-minus {
display: none;
}
.mh-accordion {
display: none !important;
}
.mh-accordion.ui-accordion {
display: block !important;
} .mh-agent {
background: #f2f2f2;
margin-bottom: 24px;
}
.mh-agent:after {
clear: both;
content: "";
display: table;
}
.mh-agent__thumbnail {
position: relative;
padding-bottom: 100%;
margin-bottom: 12px;
position: relative;
display: block;
}
.mh-agent__thumbnail:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-agent__thumbnail:hover:after {
opacity: 0.3;
}
}
.mh-agent__thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mh-agent__content {
position: relative;
padding: 0 12px;
}
.mh-agent__content:after {
clear: both;
content: "";
display: table;
}
.mh-agent__heading {
font-weight: 700;
margin-bottom: 12px;
}
.mh-agent__text {
margin-bottom: 18px;
}
.mh-agent__social-wrapper {
height: 48px;
float: left;
}
.mh-agent__social {
position: absolute;
left: 12px;
bottom: 12px;
line-height: 36px;
}
.mh-agent__social a {
margin-right: 12px;
color: #666666;
}
@media (min-width: 1025px) {
.mh-agent__social a:hover {
color: #222;
}
}
.mh-agent__button-wrapper {
height: 48px;
float: left;
}
.mh-agent__button {
position: absolute;
bottom: 12px;
right: 12px;
text-align: right;
}
.mh-agent--dark {
background: #333;
color: #fff;
}
.mh-agent--dark a {
color: #fff;
}
@media (min-width: 1025px) {
.mh-agent--dark a:hover {
color: #fff;
}
}
.mh-agent--white {
background: #fff;
}
.mh-agent__additional-fields:after {
clear: both;
content: "";
display: table;
}
.mh-agent__additional-fields__item {
font-size: 13px;
line-height: 24px;
}
.mh-agent__content .mh-agent__additional-fields__item {
line-height: initial;
margin-bottom: 12px;
} .mh-agent-intro {
margin-top: -48px;
}
@media (min-width: 768px) {
.mh-agent-intro {
margin-top: -142px;
}
}
.mh-agent-intro > div {
border-top: 5px solid #29aae3;
}
.mh-agent-intro > div > div {
padding-left: 48px;
padding-right: 48px;
} @media (min-width: 768px) {
.mh-agent-list {
margin: 0 -6px;
}
}
@media (min-width: 768px) {
.mh-agent-list__element {
width: 50%;
float: left;
}
.mh-agent-list__element .mh-agent {
margin: 0 6px 24px 6px;
}
}
@media (min-width: 1024px) {
.mh-agent-list__element {
width: 33.3%;
float: left;
}
}
.mh-agency-agents {
width: 100%;
margin: 0 12px;
}
.mh-agency-agents:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-agency-agents {
max-width: 1140px;
margin: 24px auto 0 auto;
}
}
.mh-agency-agents__single__img-wrapper {
position: relative;
display: block;
padding-bottom: 100%;
}
.mh-agency-agents__single__img-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-agency-agents__single__img-wrapper:hover:after {
opacity: 0.3;
}
}
.mh-agency-agents__single__img-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.mh-agency-agents__heading {
padding: 12px;
background: #f4f4f4;
margin-bottom: 0;
} .mh-arrow-up {
background: #29aae3;
width: 48px;
height: 48px;
position: fixed;
bottom: 24px;
right: 24px;
z-index: 1000000000000;
cursor: pointer;
-webkit-transition: all 0.1s;
-moz-transition: all 0.1s;
-ms-transition: all 0.1s;
-o-transition: all 0.1s;
transition: all 0.1s;
}
.mh-arrow-up:hover {
background: #f4f4f4;
color: #000;
}
.mh-arrow-up__inner {
position: relative;
}
.mh-arrow-up i {
position: absolute;
top: 14px;
left: 0;
right: 0;
font-size: 16px;
color: #222;
text-align: center;
} .mh-author {
background-color: #f2f2f2;
margin-bottom: 24px;
padding: 24px 18px;
text-align: center;
}
.mh-author:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-author {
padding: 36px 18px;
position: relative;
text-align: left;
}
}
.mh-author__avatar {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-author__avatar {
position: absolute;
top: 0;
left: 0;
margin-bottom: 24px;
}
}
.mh-author__avatar > img {
border-radius: 50%;
}
.mh-author__avatar__image {
width: 125px;
height: 125px;
}
@media (min-width: 768px) {
.mh-author__content {
padding-left: 150px;
min-height: 125px;
display: table;
width: 100%;
}
.mh-author__content:after {
clear: both;
content: "";
display: table;
}
}
.mh-author__content p:last-child {
margin-bottom: 0;
}
.mh-author__content__inner {
display: table-cell;
vertical-align: middle;
}
.mh-author__label {
font-style: italic;
color: #4d4d4d;
}
.mh-author__name {
margin-bottom: 12px;
text-transform: uppercase;
font-size: 24px;
font-weight: 700;
} .mh-blockquote {
background: #f9f9f9;
border-left: 5px solid #29aae3;
padding: 12px;
margin-bottom: 24px;
}
.mh-blockquote p:last-of-type {
margin-bottom: 0;
}
.mh-blockquote footer {
margin-top: 6px;
} .mh-box__img-wrapper {
overflow: hidden;
display: block;
overflow: hidden;
padding-bottom: 62.5%;
position: relative;
}
.mh-box__img-wrapper img {
position: absolute;
top: 0;
left: 0;
width: auto;
max-width: none;
min-height: 100%;
min-width: 100%;
transform: scale(1);
-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.mh-box {
display: block;
position: relative;
margin-bottom: 24px;
}
.mh-box:after {
clear: both;
content: "";
display: table;
}
.mh-box:after {
position: absolute;
content: '';
top: 0;
left: 0;
background: #000;
opacity: 0.4;
width: 100%;
height: 100%;
display: block;
z-index: 2;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media (min-width: 1025px) {
.mh-box:hover img {
transform: scale(1.2);
}
}
.mh-box__middle {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin-top: -14px;
width: 100%;
z-index: 3;
}
.mh-box__title {
font-size: 24px;
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .mh-breadcrumbs-wrapper {
background: #f9f9f9;
color: #999;
font-size: 13px;
line-height: 18px;
margin-bottom: 12px;
border-top: 1px solid #fff;
padding: 0 0 12px 0;
}
@media (min-width: 768px) {
.mh-breadcrumbs-wrapper {
margin-bottom: 24px;
}
}
@media (min-width: 1024px) {
.mh-breadcrumbs-wrapper {
padding: 6px 0;
}
}
.mh-breadcrumbs-wrapper:after {
clear: both;
content: "";
display: table;
}
.mh-breadcrumbs-wrapper i {
padding: 0px 9px;
position: relative;
top: -1px;
font-size: 11px;
color: #666666;
}
.mh-breadcrumbs-wrapper .mh-layout {
position: relative;
}
.mh-breadcrumbs-wrapper .selectize-dropdown {
min-width: 100%;
}
.mh-breadcrumbs-wrapper .selectize-input {
min-width: 120px;
border-radius: 0px;
box-shadow: none;
padding: 3px 20px 3px 6px;
cursor: pointer;
margin-top: -13px;
top: 7px;
}
.mh-breadcrumbs-wrapper .selectize-input.input-active {
padding: 3px 20px 3px 6px;
}
.mh-breadcrumbs-wrapper .selectize-input .selectize-dropdown-content > div {
white-space: nowrap;
width: auto;
display: block;
}
.mh-breadcrumbs-wrapper .selectize-input:after {
right: 6px !important;
border-width: 4px 4px 0;
border-color: #000000 transparent transparent transparent;
}
.mh-breadcrumbs-wrapper select.mh-breadcrumbs-selectize {
display: none;
}
.mh-breadcrumbs-wrapper--single-property-gallery {
margin-top: -12px;
}
@media (min-width: 768px) {
.mh-breadcrumbs-wrapper--single-property-gallery {
margin-top: -36px;
}
}
.mh-breadcrumbs-wrapper--single-property-slider {
margin-top: 0;
margin-left: 15px;
margin-right: 15px;
background: #f5f5f5;
}
@media (min-width: 768px) {
.mh-breadcrumbs-wrapper--single-property-slider {
margin-top: -24px;
margin-left: 0;
margin-right: 0;
}
}
.mh-breadcrumbs {
max-width: 708px;
width: 100%;
float: left;
padding: 12px 0 0 0;
}
@media (min-width: 768px) {
.mh-breadcrumbs {
padding: 6px 0;
}
}
@media (min-width: 1200px) {
.mh-breadcrumbs {
max-width: 820px;
}
}
.mh-breadcrumbs:after {
clear: both;
content: "";
display: table;
}
.mh-breadcrumbs__item-wrapper {
display: inline-block;
float: left;
line-height: 2;
}
.mh-breadcrumbs__item {
display: inline-block;
}
.mh-breadcrumbs__item a {
color: #666666;
}
.mh-breadcrumbs__item a:hover {
color: #29aae3;
}
.mh-breadcrumbs__back {
padding-right: 24px;
position: relative;
font-size: 13px;
color: #666666;
font-weight: 700;
display: inline-block;
}
.mh-breadcrumbs__back:hover {
color: #29aae3;
}
.mh-breadcrumbs__back:hover i {
color: #29aae3;
}
.mh-breadcrumbs__back:after {
content: '';
position: absolute;
height: 16px;
width: 1px;
right: 12px;
top: 5px;
background: #ccc;
}
.mh-breadcrumbs__back i {
padding-left: 0;
} .mh-caption {
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
.mh-caption__inner {
padding: 6px 12px;
margin: 12px 0 12px 6px;
font-family: Play, Arial, Helvetica, sans-serif;
float: right;
display: inline-block;
text-transform: uppercase;
font-size: 14px;
line-height: 14px;
font-weight: 700;
background: #29aae3;
color: #fff;
width: auto;
border-radius: 0;
} .mh-clients--image-filter img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media (min-width: 1025px) {
.mh-clients--image-filter img:hover {
filter: none;
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
}
}
.mh-client {
padding-bottom: 24px;
}
.mh-client img {
padding-left: 10%;
padding-right: 10%;
} .mh-comments {
margin-bottom: 24px;
}
.mh-comments:after {
clear: both;
content: "";
display: table;
}
.mh-comments textarea {
height: 140px;
margin-bottom: 0;
}
.mh-comments .mh-post-single__section__heading {
margin-bottom: 0;
}
.mh-comment {
padding-top: 24px;
border-bottom: 1px solid #f0f0f0;
position: relative;
float: left;
width: 100%;
}
.mh-comment:after {
clear: both;
content: "";
display: table;
}
.mh-comment .mh-comment {
padding-left: 24px;
border-top: 1px solid #f0f0f0;
padding-top: 36px;
}
.mh-comment .mh-comment .mh-comment__avatar > img {
margin-left: 24px;
}
@media (min-width: 768px) {
.mh-comment .mh-comment {
padding-left: 48px;
}
.mh-comment .mh-comment .mh-comment__avatar > img {
margin-left: 48px;
}
.mh-comment .mh-comment .mh-comment__avatar {
top: 36px;
}
}
.mh-comment .mh-comment:last-child {
margin-bottom: 0;
}
.mh-comment .mh-comment:last-child .mh-comment__content {
padding-bottom: 0;
}
.mh-comment:last-child {
border-bottom: 0;
}
.mh-comment__avatar {
margin-bottom: 12px;
}
.mh-comment__avatar > img {
border-radius: 50%;
}
@media (min-width: 768px) {
.mh-comment__avatar {
margin-bottom: 24px;
position: absolute;
top: 24px;
left: 0;
}
}
.mh-comment__content {
padding-bottom: 12px;
display: inline-block;
float: left;
margin-bottom: 12px;
}
.mh-comment__content:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-comment__content {
padding-bottom: 24px;
padding-left: 90px;
}
}
.mh-comment__author {
margin-bottom: 0px;
font-size: 24px;
font-weight: 400;
}
.mh-comment__date {
font-size: 13px;
padding: 6px 0;
font-style: italic;
color: #666666;
}
.mh-comment__text:after {
clear: both;
content: "";
display: table;
}
.mh-comment-awaiting-moderation {
margin-top: 24px;
margin-bottom: 24px;
padding: 24px;
font-size: 24px;
display: block;
float: left;
width: 100%;
font-weight: 400;
border-left: 7px solid #4d4d4d;
color: #333;
background: rgba(34, 34, 34, 0.05);
}
.comment-edit-link {
margin-left: 12px;
font-size: 13px;
color: #666666;
font-style: normal;
}
.comment-edit-link:hover {
color: #29aae3;
}
.comment-edit-link i {
margin-right: 3px;
}
.comment-reply-link {
font-size: 13px;
line-height: 13px;
float: left;
color: #666666;
text-transform: uppercase;
}
.comment-reply-link:after {
clear: both;
content: "";
display: table;
}
.comment-reply-link i {
margin-left: 6px;
}
.comment-reply-link:hover {
color: #29aae3;
}
.form-submit {
text-align: right;
margin-bottom: 0;
}
.form-submit input[type="submit"] {
width: auto;
}
.comments-logged {
font-size: 13px;
}
.comments-logged a {
color: #222;
font-weight: 400;
}
.comments-fields-wrapper {
margin-bottom: 15px;
overflow: hidden;
}
.comments-fields-wrapper input {
text-align: left;
font-style: normal;
}
@media (min-width: 1024px) {
.comments-fields-wrapper input {
margin-bottom: 0;
}
}
.comments-textarea-wrapper {
margin-bottom: 12px;
overflow: hidden;
}
.comments-textarea-wrapper:after {
clear: both;
content: "";
display: table;
}
.comments-textarea-wrapper textarea {
float: left;
}
.comment-respond {
float: left;
width: 100%;
margin-top: 24px;
}
.comment-edit-link {
margin-right: 24px;
}
.comments-textarea-wrapper textarea {
text-align: left !important;
font-style: normal;
}
.single-estate .comments-textarea-wrapper textarea {
padding: 12px;
}
.single-estate .comments-textarea-wrapper textarea:active, .single-estate .comments-textarea-wrapper textarea:focus {
padding: 11px;
}
.single-estate .comment-respond {
margin-top: 0;
}
.single-estate .comments-logged {
margin-top: 24px;
}
.single-estate .form-submit {
display: block;
float: right;
margin-bottom: 24px;
}
@media (min-width: 768px) {
.single-estate .comments-fields-wrapper .mh-grid__1of3 {
width: 50%;
}
}
.single-estate .comments-fields-wrapper .mh-grid__1of3:last-child {
display: none;
}
.single-estate .mh-comment .mh-comment {
border-color: #fff;
}
.single-estate .mh-comment {
border-bottom: 0;
}
.comment-reply-title {
font-size: 21px;
font-weight: 700;
text-align: left;
line-height: 30px;
text-transform: uppercase;
position: relative;
margin-bottom: 12px;
}
.comment-reply-title:after {
clear: both;
content: "";
display: table;
}
#cancel-comment-reply-link {
position: absolute;
right: 0;
display: inline-block;
background: transparent;
border: 0;
background-image: url(//nowestate.it/wp-content/themes/myhome/assets/images/close.png);
background-size: 30px 30px;
width: 30px;
height: 30px;
font-size: 0;
color: transparent;
} .mh-compare {
position: fixed;
bottom: -2px;
left: 0;
right: 0;
border-top: 4px solid #29aae3;
z-index: 203000;
height: 75px;
background: #fff;
box-shadow: 0px 1px 4px 0px rgba(34, 34, 34, 0.5);
}
.mh-compare .owl-carousel {
margin-bottom: 0 -12px 24px -12px;
padding-bottom: 24px;
}
.mh-compare .owl-item .mh-compare__close-button {
position: absolute;
top: 9px;
right: 9px;
background: transparent;
border: 0;
background-image: url(//nowestate.it/wp-content/themes/myhome/assets/images/close.png);
background-size: 30px 30px;
width: 30px;
height: 30px;
}
.mh-compare .mh-estate-vertical__primary {
margin-bottom: 24px;
font-size: 16px;
}
.mh-compare .mh-estate-vertical__heading {
margin-bottom: 18px;
text-align: center;
}
.mh-compare .owl-next-prev {
float: right;
position: relative;
}
@media (min-width: 768px) {
.mh-compare .owl-next-prev {
float: none;
}
}
.mh-compare__inner {
max-width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.mh-compare--open {
top: -2px;
height: 100%;
width: 100%;
overflow-y: scroll;
}
.mh-compare--open .mh-compare__inner {
box-shadow: none;
border: none;
}
.mh-compare__column {
position: relative;
background: #f2f2f2;
padding-bottom: 20px;
}
.mh-compare__column:after {
clear: both;
content: "";
display: table;
}
.mh-compare__column .mh-thumbnail {
position: relative;
padding-bottom: 62.5%;
overflow: hidden;
}
.mh-compare__column .mh-thumbnail .mh-thumbnail__inner:after {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-compare__column .mh-thumbnail img {
position: absolute;
top: 0;
left: 0;
}
.mh-compare__column .mdl-button {
min-width: 160px;
}
.mh-compare__column__content__top:after {
clear: both;
content: "";
display: table;
}
.mh-compare__column__content {
padding: 0 18px;
}
.mh-compare__thumbnail-wrapper {
position: relative;
display: block;
margin-bottom: 24px;
}
.mh-compare__thumbnail-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-compare__thumbnail-wrapper:hover:after {
opacity: 0.3;
}
}
.mh-compare__heading:after {
clear: both;
content: "";
display: table;
}
.mh-compare__title {
position: relative;
padding-bottom: 12px;
margin-bottom: 12px;
font-size: 24px;
font-weight: 700;
}
.mh-compare__title:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
}
@media (min-width: 768px) {
.mh-compare__title {
text-align: center;
}
}
.mh-compare__address {
color: #808080;
overflow: hidden;
margin-bottom: 12px;
font-style: italic;
}
@media (min-width: 768px) {
.mh-compare__address {
text-align: center;
padding: 0 24px;
}
}
.mh-compare__description {
margin-bottom: 24px;
}
.mh-compare__date {
text-align: right;
padding-bottom: 6px;
margin-bottom: 18px;
border-bottom: 1px solid #cccccc;
color: #4d4d4d;
font-style: italic;
}
.mh-compare__price {
display: block;
background: #29aae3;
text-align: center;
color: #fff;
line-height: 36px;
margin-bottom: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mh-compare__heading__text {
position: relative;
padding-bottom: 12px;
margin-bottom: 18px;
font-size: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
}
.mh-compare__heading__text:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #fff;
}
.mh-compare__feature-list {
margin: 0 0 12px 0;
padding: 0;
}
.mh-compare__feature-list li {
display: inline-block;
width: 100%;
padding: 3px 0;
}
.mh-compare__feature-list li a:hover {
color: #29aae3;
}
.mh-compare__container {
padding: 18px 0;
text-align: left;
}
.mh-compare__container button {
margin-right: 0px;
}
@media (max-width: 360px) {
.mh-compare__container .mdl-button {
padding: 0 3px;
}
}
.mh-compare__estate-column {
position: relative;
padding: 0;
}
.mh-compare__estate-column img {
max-width: 100%;
}
.mh-compare__counter strong {
font-style: normal;
font-weight: 700;
min-width: 21px;
text-align: center;
display: inline-block;
}
@media (min-width: 1024px) {
.owl-carousel--columns_1 {
max-width: 33.33%;
}
}
@media (min-width: 1024px) {
.owl-carousel--columns_2 {
max-width: 66.66%;
}
}
.mh-compare__estate-column .mh-estate-grid {
border-bottom: 0 !important;
}
.mh-compare__button-details {
text-align: center;
}
.mh-compare__list {
margin-bottom: 24px;
}
.mh-compare__list__element {
margin-bottom: 6px;
}
.mh-compare__list__element strong {
font-style: normal;
font-weight: 700;
margin-right: 3px;
}
.mh-compare__list__element strong i {
font-weight: 400;
}
@media (min-width: 1025px) {
.mh-compare__list__element a:hover {
color: #29aae3;
}
.mh-compare__list__element a:hover i {
color: #29aae3;
}
}
.mh-compare__list__element a i {
margin-left: 1px;
font-size: 13px !important;
}
.owl-carousel--compare {
cursor: initial !important;
}
.mh-compare__container__text {
display: inline-block;
line-height: 36px;
float: left;
font-size: 13px;
text-transform: uppercase;
}
.mh-compare__container__text strong {
display: inline-block;
margin-left: 3px;
margin-right: 6px;
}
@media (min-width: 360px) {
.mh-compare__container__text strong {
margin-right: 16px;
}
}
.mh-compare__container__inner:after {
clear: both;
content: "";
display: table;
}
.mh-compare__text {
float: left;
display: inline-block;
}
.mh-compare__text button {
font-size: 13px;
}
.mh-compare__next-prev {
float: left;
display: inline-block;
}
.mh-compare__next-prev .owl-prev,
.mh-compare__next-prev .owl-next {
position: static;
border: none;
}
.mh-compare__next-prev .owl-prev i:before,
.mh-compare__next-prev .owl-next i:before {
line-height: 36px;
width: 30px;
height: 36px;
} .mh-currency-switcher__label {
float: left;
line-height: 36px;
margin-right: 6px;
}
.mh-menu-currency-wrapper {
float: left;
width: 100%;
}
@media (min-width: 1024px) {
.mh-menu-currency-wrapper {
display: inline-block;
width: auto;
}
}
.mh-menu-currency-wrapper button {
box-shadow: none !important;
margin: 0 !important;
line-height: 1.2 !important;
width: auto !important;
max-height: 28px !important;
min-width: 65px !important;
padding-top: 6px !important;
padding-bottom: 6px !important;
position: relative !important;
top: 3px !important;
padding-left: 12px !important;
}
.mh-top-header .mh-currency-switcher,
.mh-top-header-big .mh-currency-switcher {
float: left;
width: auto;
left: 0;
margin-bottom: 0;
display: none;
}
.mh-top-header .mh-currency-switcher .dropdown-menu,
.mh-top-header-big .mh-currency-switcher .dropdown-menu {
z-index: 9999999999;
border: 1px solid #f0f0f0;
}
.mh-top-header .mh-currency-switcher .filter-option,
.mh-top-header-big .mh-currency-switcher .filter-option {
font-style: normal;
}
.mh-top-header .mh-currency-switcher > .btn,
.mh-top-header-big .mh-currency-switcher > .btn {
min-width: 65px;
padding-top: 6px;
padding-bottom: 6px;
position: relative;
top: 3px;
padding-left: 12px;
font-style: normal;
background: #fafafa;
border: none;
}
.mh-top-header .mh-currency-switcher .dropdown-menu > li,
.mh-top-header-big .mh-currency-switcher .dropdown-menu > li {
line-height: 21px;
}
.mh-top-header .mh-currency-switcher .dropdown-menu > li > a,
.mh-top-header-big .mh-currency-switcher .dropdown-menu > li > a {
padding-top: 2px;
padding-bottom: 2px;
min-height: 21px;
}
.mh-top-header .mh-currency-switcher .dropdown-menu > li > a:hover,
.mh-top-header-big .mh-currency-switcher .dropdown-menu > li > a:hover {
color: #222;
}
.mh-top-header .mh-currency-switcher .dropdown-menu > li.selected > a:hover,
.mh-top-header-big .mh-currency-switcher .dropdown-menu > li.selected > a:hover {
color: #fff;
}
.mh-top-header .mh-currency-switcher option,
.mh-top-header-big .mh-currency-switcher option {
font-size: 14px;
color: #999;
border: 0;
background: transparent;
}
.mh-top-header .mh-currency-switcher option.selected,
.mh-top-header-big .mh-currency-switcher option.selected {
color: #222;
background: #f4f4f4;
}
.btn-group.bootstrap-select.mh-currency-switcher {
display: block;
} .mh-estate__slider {
margin-bottom: 12px;
overflow: hidden;
min-height: 340px;
}
@media (min-width: 768px) {
.mh-estate__slider {
margin-bottom: 24px;
}
}
@media (min-width: 1024px) {
.mh-estate__slider {
min-height: 668px;
}
}
.mh-estate__slider__content {
width: 100%;
text-align: center;
font-size: 16px;
line-height: 60px;
}
.mh-estate__slider__content:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-estate__slider__content {
position: absolute;
font-size: 21px;
bottom: 48px;
margin: 0 auto;
left: 0;
right: 0;
max-width: 600px;
height: 60px;
}
}
.mh-estate__slider__phone {
background: #f0f0f0;
text-transform: uppercase;
}
@media (min-width: 768px) {
.mh-estate__slider__phone {
width: 250px;
display: inline-block;
float: left;
height: 60px;
}
.mh-estate__slider__phone i {
margin-right: 9px;
}
}
.mh-estate__slider__price {
background: #29aae3;
color: #fff;
}
@media (min-width: 768px) {
.mh-estate__slider__price {
height: 60px;
font-weight: 400;
display: inline-block;
float: left;
width: 250px;
}
}
.mh-estate__main-image {
margin-bottom: 12px;
overflow: hidden;
}
.mh-estate__main-image img {
width: 100%;
}
@media (min-width: 768px) {
.mh-estate__main-image {
margin-bottom: 24px;
}
}
.mh-estate__list {
margin-bottom: 0;
}
.mh-estate__list:after {
clear: both;
content: "";
display: table;
}
.mh-estate__list__inner {
margin: 0;
padding: 0;
list-style-type: none;
}
@media (min-width: 768px) {
.mh-estate__list__inner {
display: flex;
flex-wrap: wrap;
margin: 0 -12px;
}
}
.mh-estate__list__element {
position: relative;
width: 100%;
margin-bottom: 3px;
}
.mh-estate__list__element:last-child {
margin-bottom: 0px;
}
.mh-estate__list__element strong {
font-style: normal;
font-weight: 700;
margin-right: 6px;
}
.mh-estate__list__element strong [class*="flaticon-"] {
position: relative;
padding-left: 24px;
}
.mh-estate__list__element strong [class*="flaticon-"]:before {
position: absolute;
left: 0;
font-weight: 400;
top: -3px;
font-size: 19px;
}
@media (min-width: 1025px) {
.mh-estate__list__element a:hover {
color: #29aae3;
}
.mh-estate__list__element a:hover i {
color: #29aae3;
}
}
.mh-estate__list__element a i {
margin-left: 1px;
font-size: 13px !important;
}
@media (min-width: 768px) {
.mh-estate__list__element {
padding: 0 12px 3px 12px;
width: 50%;
}
}
.mh-estate__list__element.mh-estate__list__element--full-width {
width: 100% !important;
}
.mh-estate__list .mh-estate__list__inner .mh-estate__list__element--attachment {
width: 100%;
}
.mh-estate__list .mh-estate__list__inner .mh-estate__list__element--attachment a:hover {
color: #29aae3;
}
.mh-estate__list .mh-estate__list__inner .mh-estate__list__element--attachment i {
margin-right: 3px;
font-size: 16px !important;
top: 0px !important;
position: relative;
}
.mh-estate__list__element--dot {
padding-left: 12px;
}
.mh-estate__list__element--dot:before {
content: '';
width: 5px;
height: 5px;
background: #222;
border-radius: 50%;
position: absolute;
top: 11px;
left: 0px;
}
@media (min-width: 768px) {
.mh-estate__list__element--dot {
width: 33.3%;
padding: 0 12px 3px 30px;
}
.mh-estate__list__element--dot:before {
left: 16px;
}
}
.mh-estate__details-left {
margin-bottom: 12px;
position: absolute;
top: 48px;
left: 12px;
z-index: 2;
height: 72px;
text-align: left;
}
.mh-estate__details {
margin-bottom: 12px;
text-align: left;
font-size: 24px;
}
.mh-estate__details > div {
padding: 14px 12px;
line-height: 20px;
text-align: left;
position: relative;
}
.mh-estate__details > div:after {
clear: both;
content: "";
display: table;
}
.mh-estate__details > div a {
width: 100%;
color: #4d4d4d;
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.mh-estate__details > div a:hover {
color: #29aae3;
}
.mh-estate__details > div i {
margin-right: 6px;
}
@media (min-width: 768px) {
.mh-estate__details {
margin-bottom: 24px;
}
}
.mh-estate__details .mh-estate__details__price {
font-size: 21px;
font-family: Play, Arial, Helvetica, sans-serif;
background: #29aae3;
color: #fff;
padding: 10px 12px;
line-height: 28px;
border-bottom: 2px solid #fff;
}
.mh-estate__details__price__single + .mh-estate__details__price__single {
position: relative;
padding: 12px 0;
}
.mh-estate__details__price__single + .mh-estate__details__price__single:after {
content: '';
background: rgba(255, 255, 255, 0.2);
width: 100%;
position: absolute;
height: 2px;
left: 0;
top: -1px;
}
.mh-estate__details__price__single:nth-child(2) {
padding-top: 24px;
}
.mh-estate__details__price__single:nth-child(2):after {
top: 11px;
}
.mh-estate__details__price__single:last-child {
padding-bottom: 0;
}
.mh-estate__details__map {
font-size: 14px;
border-bottom: 2px solid #fff;
padding: 0 !important;
color: #222 !important;
}
.mh-estate__details__map a {
display: block;
padding: 14px 12px;
line-height: 20px;
height: 48px;
background: #fafafa !important;
color: #222 !important;
}
.mh-estate__details__map a:hover {
background: #f0f0f0 !important;
}
.mh-estate__details__phone:after,
.mh-estate__details__print:after {
clear: both;
content: "";
display: table;
}
.mh-estate__details__phone {
padding: 0 !important;
font-size: 14px;
border-bottom: 2px solid #fff;
}
.mh-estate__details__phone a {
display: block;
padding: 14px 12px;
line-height: 20px;
height: 48px;
background: #fafafa !important;
color: #222 !important;
}
.mh-estate__details__phone a:hover {
background: #f0f0f0 !important;
}
.mh-estate__section,
.single-estate .mh-comments {
padding: 15px 18px 0 18px;
background: #f4f4f4;
margin-bottom: 12px;
overflow: hidden;
}
.mh-estate__section:after,
.single-estate .mh-comments:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-estate__section,
.single-estate .mh-comments {
padding: 18px 24px 0 24px;
margin-bottom: 24px;
}
}
.mh-estate__section .mh-estate__list__inner {
padding-bottom: 24px;
}
.mh-estate__section--shortcode {
padding-bottom: 24px;
}
.mh-estate__section__heading,
.single-estate .comment-reply-title,
.single-estate .mh-post-single__section__heading {
font-size: 16px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin-bottom: 15px;
padding-bottom: 15px;
position: relative;
}
.mh-estate__section__heading:after,
.single-estate .comment-reply-title:after,
.single-estate .mh-post-single__section__heading:after {
content: '';
height: 2px;
width: 100%;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
}
@media (min-width: 768px) {
.mh-estate__section__heading,
.single-estate .comment-reply-title,
.single-estate .mh-post-single__section__heading {
font-size: 21px;
margin-bottom: 18px;
padding-bottom: 18px;
}
}
.mh-estate__estate-info {
font-size: 13px;
margin-top: 24px;
margin-bottom: 24px;
padding-left: 2px;
}
.mh-estate__estate-info ul {
list-style-type: none;
padding: 0;
margin: 0;
color: #666666 !important;
}
.mh-estate__estate-info ul span {
font-style: italic;
margin-right: 5px;
}
.mh-estate__estate-info ul li {
font-style: italic !important;
margin-bottom: 6px;
}
@media (min-width: 768px) {
.mh-estate__estate-info ul {
display: flex;
justify-content: space-between;
}
}
.mh-estate__agent {
margin-bottom: 48px;
}
.mh-estate__agent img {
width: 100%;
}
.mh-estate__agent__phone {
margin-bottom: 12px;
color: #4d4d4d;
font-size: 14px;
}
.mh-estate__agent__phone i {
margin-right: 9px;
}
.mh-estate__agent__more {
margin-bottom: 12px;
color: #4d4d4d;
font-size: 14px;
}
.mh-estate__agent__email {
margin-bottom: 12px;
font-size: 14px;
}
.mh-estate__agent__email a {
color: #4d4d4d;
}
.mh-estate__agent__email a:hover {
color: #222;
}
.mh-estate__agent__email i {
margin-right: 9px;
}
.mh-estate__agent__social-icons {
margin-bottom: 16px;
}
.mh-estate__agent__social-icons a {
color: #666666;
margin-right: 6px;
font-size: 14px;
}
.mh-estate__agent__social-icons a:hover {
color: #222;
}
.mh-estate__agent__content {
max-width: 480px;
margin: 0 auto;
}
.mh-estate__agent__content a:hover {
color: #29aae3;
}
.mh-estate__plan-thumbnail-wrapper {
position: relative;
display: block;
padding-bottom: 62.5%;
overflow: hidden;
}
.mh-estate__plan-thumbnail-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-estate__plan-thumbnail-wrapper:hover:after {
opacity: 0.3;
}
}
.mh-estate__plan-thumbnail-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.mh-estate__agent__thumbnail-wrapper {
position: relative;
display: block;
padding-bottom: 100%;
margin-bottom: 12px;
}
.mh-estate__agent__thumbnail-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-estate__agent__thumbnail-wrapper:hover:after {
opacity: 0.3;
}
}
.mh-estate__agent__thumbnail-wrapper img {
min-width: 100%;
position: absolute;
top: 0;
left: 0;
}
.mh-estate__huge-image {
overflow: hidden;
position: relative;
height: 350px;
}
@media (min-width: 1024px) {
.mh-estate__huge-image {
height: 500px;
}
}
@media (min-width: 1200px) {
.mh-estate__huge-image {
height: 600px;
}
}
.mh-estate__huge-image > a:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.45);
width: 100%;
height: 100%;
}
.mh-estate__huge-image__single {
height: 100%;
}
.mh-estate__huge-no-image {
overflow: hidden;
position: relative;
height: 200px;
background: #4d4d4d;
}
.mh-estate__no-sidebar {
margin: 0 auto;
max-width: 1024px;
}
.mh-estate__no-sidebar .mh-display-mobile {
display: block !important;
}
@media (min-width: 768px) {
.mh-estate__no-sidebar .mh-estate__details > div,
.mh-estate__no-sidebar .mh-estate__details > div a {
xpadding-left: 24px;
xpadding-right: 24px;
}
}
.mh-estate__no-sidebar .mh-estate__details__map a {
padding-left: 12px;
}
.mh-estate__no-sidebar .mh-estate__add-to {
margin-top: 0px;
}
.mh-estate__no-sidebar .mh-estate__details__phone a {
padding-left: 12px;
}
.mh-estate__attachments-wrapper {
margin-bottom: 24px;
}
.mh-estate__attachments-wrapper:after {
clear: both;
content: "";
display: table;
}
.mh-estate__attachment {
background: #fff;
float: left;
position: relative;
width: 48%;
padding: 24px;
}
.mh-estate__attachment__icon {
width: 30%;
float: right;
position: absolute;
top: 12px;
left: 12px;
}
.mh-estate__attachment__name {
padding-left: 70px;
}
.mh-estate__related .mh-estate__section__heading {
padding-bottom: 24px;
margin-bottom: 0;
}
.mh-estate__related .mh-estate__section__heading:after {
display: none;
}
.mh-estate__related .mh-grid__1of2 {
margin-bottom: 12px;
}
.mh-estate__cta {
margin-bottom: 24px;
margin-top: 24px;
padding: 0 !important;
}
.mh-estate__cta img {
width: 100%;
}
.mh-estate__cta__text {
padding: 12px;
background: #f4f4f4;
font-size: 13px;
}
.mh-estate__add-to {
padding: 0 !important;
margin-top: 0;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-estate__add-to {
margin-top: -25px;
}
}
.mh-estate__add-to button {
min-height: 48px;
line-height: 24px;
font-size: 14px;
padding: 12px;
display: block;
color: #444;
text-align: left;
width: 100%;
margin: 0;
background: #fafafa;
border: 0px solid transparent;
}
.mh-estate__add-to button:hover {
background: #f2f2f2;
color: #222;
}
.mh-estate__add-to button:last-child {
border-top: 2px solid #fff;
}
.mh-estate__add-to button .fa {
margin-right: 6px;
position: relative;
}
.mh-estate__add-to__compare--active {
color: #4CAF50 !important;
}
.mh-estate__add-to__favorite--active {
color: #D32F2F !important;
}
.mh-single_estate--slider .mh-fixed-menu + .mh-sticky-menu-placeholder {
max-height: 0 !important;
height: 0 !important;
min-height: 0 !important;
}  .mh-estate-horizontal {
background: #f2f2f2;
position: relative;
height: 100%;
margin: 0;
padding: 0;
}
.mh-estate-horizontal:after {
clear: both;
content: "";
display: table;
}
.mh-estate-horizontal .mh-thumbnail {
margin-bottom: 0;
}
.mh-estate-horizontal__inner {
display: flex;
flex-wrap: wrap;
}
.mh-estate-horizontal__left {
width: 40%;
float: left;
display: inline-block;
display: flex;
flex-direction: column;
}
.mh-estate-horizontal__left .mh-thumbnail {
position: relative;
}
.mh-estate-horizontal__left .swiper-container {
margin-bottom: 0 !important;
}
.mh-estate-horizontal__left {
position: relative;
}
.mh-estate-horizontal__left .mh-thumbnail__inner {
padding-bottom: 62.5%;
}
.mh-estate-horizontal__left .mh-thumbnail__inner img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mh-estate-horizontal__right {
width: 60%;
float: left;
display: inline-block;
display: flex;
flex-direction: column;
padding: 12px 18px;
}
.mh-estate-horizontal--gallery .mh-estate-horizontal__inner {
display: block;
}
.mh-estate-horizontal--gallery .mh-estate-horizontal__left {
display: inline-block;
}
.mh-estate-horizontal--gallery .mh-estate-horizontal__right {
display: inline-block;
}
.mh-estate-horizontal--gallery .swiper-container {
margin-bottom: 0;
}
.mh-estate-horizontal__right__content {
height: 100%;
position: relative;
}
.mh-estate-horizontal__excerpt {
margin-bottom: 12px;
}
.mh-estate-horizontal__heading {
font-size: 24px;
font-weight: 700;
margin-bottom: 6px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mh-estate-horizontal__subheading {
color: #222;
font-weight: 400;
font-size: 14px;
margin-bottom: 12px;
font-family: Lato, Arial, Helvetica, sans-serif;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mh-estate-horizontal__date {
display: block;
line-height: 36px;
font-size: 11px;
position: absolute;
bottom: 0;
left: 0;
}
.mh-estate-horizontal__date:after {
clear: both;
content: "";
display: table;
}
.mh-estate-horizontal__buttons {
text-align: right;
}
.mh-estate-horizontal__buttons__single {
display: inline-block;
width: auto;
max-width: 50%;
white-space: nowrap;
font-size: 13px;
}
@media (min-width: 768px) {
.mh-estate-horizontal__buttons__single .mdl-button {
min-width: 125px !important;
}
}
.mh-estate-horizontal__buttons__single .mdl-button__icon-left,
.mh-estate-horizontal__buttons__single .mdl-button__icon-right {
display: inline;
}
.mh-estate-horizontal__buttons__single a, .mh-estate-horizontal__buttons__single button {
width: 100%;
}
.mh-estate-horizontal__buttons__single:nth-last-child(2) {
padding-right: 6px;
float: none;
}
.mh-estate-horizontal__bottom {
text-align: right;
height: 36px;
}
.mh-estate-horizontal__bottom:after {
clear: both;
content: "";
display: table;
}
.mh-estate-horizontal__bottom__inner {
width: 100%;
bottom: 0;
left: 0;
position: absolute;
}
.mh-estate-horizontal__bottom__inner:after {
clear: both;
content: "";
display: table;
}
.mh-estate-horizontal__primary {
font-family: Lato, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: 700;
margin-bottom: 12px;
color: #29aae3;
}
.mh-estate-horizontal__more-info {
display: inline-block;
margin-right: 12px;
line-height: 21px;
font-size: 14px;
} .mh-estate-vertical {
position: relative;
background: #f2f2f2;
padding-bottom: 12px;
}
.mh-estate-vertical:after {
clear: both;
content: "";
display: table;
}
.mh-estate-vertical .mh-thumbnail {
position: relative;
overflow: hidden;
display: block;
padding-bottom: 0;
}
.mh-estate-vertical .mh-thumbnail .mh-thumbnail__inner {
padding-bottom: 62.5%;
}
.mh-estate-vertical .mh-thumbnail .mh-thumbnail__inner:after {
clear: both;
content: "";
display: table;
}
.mh-estate-vertical .mh-thumbnail .mh-thumbnail__inner:before {
content: '';
background: #000;
opacity: 0;
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-estate-vertical .mh-thumbnail .mh-thumbnail__inner:after {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-estate-vertical .mh-thumbnail img {
position: absolute;
top: 0;
left: 0;
}
@media (min-width: 1025px) {
.mh-estate-vertical .mh-thumbnail:hover .mh-thumbnail__inner:before {
opacity: 0.5;
}
.mh-estate-vertical .mh-thumbnail:hover .mh-estate-vertical__text {
top: 50%;
margin-top: -34px;
opacity: 1;
z-index: 2;
-webkit-transition: opacity 0.3s ease-out, bottom 0.2s ease-out;
-moz-transition: opacity 0.3s ease-out, bottom 0.2s ease-out;
-ms-transition: opacity 0.3s ease-out, bottom 0.2s ease-out;
-o-transition: opacity 0.3s ease-out, bottom 0.2s ease-out;
transition: opacity 0.3s ease-out, bottom 0.2s ease-out;
}
.mh-estate-vertical .mh-thumbnail:hover .mh-estate-vertical__text__inner {
display: table-cell;
vertical-align: middle;
}
}
.mh-estate-vertical--list {
margin-bottom: 12px;
}
.mh-estate-vertical--white {
background: #fff;
}
.mh-estate-vertical--white .mh-estate-vertical,
.mh-estate-vertical--white .mh-estate-horizontal {
background: #fff;
}
.mh-estate-vertical--dark {
background: #333;
color: #fff;
}
.mh-estate-vertical--dark .mh-estate-vertical__heading a {
color: #fff;
}
.mh-estate-vertical--dark .myhome-compare .mdl-button {
color: #fff;
}
.mh-estate-vertical--dark .myhome-compare-button button {
color: #fff;
}
.mh-estate-vertical__content {
padding: 0 12px;
}
.mh-estate-vertical__content:after {
clear: both;
content: "";
display: table;
}
.mh-estate-vertical__heading {
margin-bottom: 6px;
font-size: 24px;
font-weight: 700;
}
.mh-estate-vertical__subheading {
font-weight: 400;
font-size: 14px;
margin-bottom: 12px;
font-family: Lato, Arial, Helvetica, sans-serif;
}
.mh-estate-vertical__date {
display: block;
line-height: 36px;
font-size: 11px;
position: absolute;
bottom: 12px;
left: 12px;
}
.mh-estate-vertical__date:after {
clear: both;
content: "";
display: table;
}
.mh-estate-vertical__buttons-wrapper {
height: 48px;
}
.mh-estate-vertical__buttons {
position: absolute;
bottom: 12px;
right: 12px;
text-align: right;
}
.mh-estate-vertical__buttons__single {
display: inline-block;
width: auto;
white-space: nowrap;
font-size: 13px;
}
.mh-estate-vertical__buttons__single .mdl-button {
min-width: 95px !important;
}
@media (min-width: 768px) {
.mh-estate-vertical__buttons__single .mdl-button {
min-width: 125px !important;
}
}
.mh-estate-vertical__buttons__single .mdl-button__icon-left,
.mh-estate-vertical__buttons__single .mdl-button__icon-right {
display: none;
}
@media (min-width: 768px) {
.mh-estate-vertical__buttons__single .mdl-button__icon-left,
.mh-estate-vertical__buttons__single .mdl-button__icon-right {
display: inline;
}
}
.mh-estate-vertical__buttons__single a, .mh-estate-vertical__buttons__single button {
width: 100%;
}
.mh-estate-vertical__buttons__single:nth-last-child(2) {
padding-right: 6px;
float: none;
}
.mh-estate-vertical__bottom {
float: right;
min-height: 36px;
}
.mh-estate-vertical__bottom__inner {
width: 100%;
bottom: 0;
line-height: 36px;
left: 0;
}
.mh-estate-vertical__bottom__inner:after {
clear: both;
content: "";
display: table;
}
.mh-estate-vertical__text {
display: table;
width: 100%;
position: absolute;
top: 0;
left: 0;
min-height: 76px;
padding: 0 24px;
opacity: 0;
text-align: center;
color: #fff;
transition: 0.3s ease-out;
}
.mh-estate-vertical__text .mh-estate-vertical__inner {
display: table-cell;
vertical-align: middle;
}
.mh-estate-vertical__primary {
font-family: Lato, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #29aae3;
font-weight: 700;
margin-bottom: 6px;
}
.mh-estate-vertical__more-info {
display: inline-block;
margin-right: 12px;
line-height: 24px;
margin-bottom: 6px;
font-size: 14px;
position: relative !important;
}
.mh-estate-vertical__more-info [class*="flaticon-"] {
padding-left: 30px;
}
.mh-estate-vertical__more-info [class*="flaticon-"]:before {
position: absolute;
left: 0;
font-weight: 400 !important;
font-size: 20px !important;
margin-right: 6px !important;
position: absolute;
top: 2px !important;
}
.mh-estate-vertical__more-info .fa {
padding-left: 24px;
}
.mh-estate-vertical__more-info .fa:before {
position: absolute;
left: 0;
font-weight: 400 !important;
font-size: 20px !important;
top: 1px !important;
} .owl-item .mh-estate-vertical {
margin-bottom: 24px;
} .mh-filters {
display: none;
}
@media (min-width: 768px) {
.mh-filters {
display: block;
background: #f2f2f2;
margin-bottom: 12px;
padding: 0 12px;
color: #222;
}
.mh-filters:after {
clear: both;
content: "";
display: table;
}
}
.mh-filters__sort {
display: inline-block;
float: left;
line-height: 36px;
font-size: 13px;
}
.mh-filters__sort i {
margin-right: 3px;
}
@media (min-width: 1200px) {
.mh-filters__sort {
margin-right: 12px;
}
}
.mh-filters__left {
float: left;
font-weight: 400;
}
.mh-filters__right {
float: right;
display: block;
text-align: right;
}
.mh-filters__right button {
outline: 0px;
position: relative;
line-height: 36px;
height: 36px;
font-size: 16px;
color: #999999;
font-weight: 400;
background: transparent;
border: 0;
padding: 2px 0 0 0;
margin-right: 12px;
}
.mh-filters__right button:last-child {
margin-right: 0;
}
.mh-filters__buttons {
float: left;
display: inline-block;
}
.mh-filters__buttons button {
float: left;
}
.mh-filters__button {
padding: 2px 7px;
position: relative;
background: transparent;
font-weight: 400;
margin: 3px 9px 3px 0;
color: #222;
text-transform: uppercase;
font-size: 13px;
line-height: 24px;
border-radius: 0px;
border: 1px solid transparent;
}
@media (min-width: 1025px) {
.mh-filters__button:hover {
color: #222;
}
}
@media (min-width: 1200px) {
.mh-filters__button {
padding: 3px 9px;
}
}
.mh-filters__button.mh-filters__button--active {
color: #29aae3;
}
@media (min-width: 1025px) {
.mh-filters__button.mh-filters__button--active:hover {
color: #29aae3;
}
}
button.mh-filters__right__button--active {
color: #29aae3;
} .mh-fixed-menu .mh-header {
position: relative;
}
@media (max-width: 1023px) {
.mobile_menu_active #mega_main_menu_ul {
overflow-y: scroll;
height: 100vh;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
}
.mobile_menu_active + .mega_main_menu_ul {
width: 100% !important;
}
.mobile_menu_active + .mega_main_menu_ul {
background: #fff !important;
}
.mh-fixed-menu--active .mobile_menu_active + .mega_main_menu_ul {
background: #fff !important;
height: 100vh !important;
overflow-y: scroll !important;
}
.mh-fixed-menu .mh-header > div {
position: absolute !important;
width: 100% !important;
top: 0 !important;
left: 0 !important;
}
.mh-fixed-menu--active .mh-header {
position: fixed;
top: 0px;
width: 100%;
z-index: 600;
}
@media (min-width: 782px) {
.admin-bar .mh-fixed-menu--active .mh-header {
top: 32px;
}
}
.mh-fixed-menu--active .mega_main_menu {
background: #222;
}
html body .mh-fixed-menu.mh-fixed-menu--transparent-light.mh-fixed-menu--active .mega_main_menu {
background: #fff !important;
}
html body .mh-fixed-menu.mh-fixed-menu--transparent-light.mh-fixed-menu--active .mega_main_menu .mmm_fullwidth_container {
background-image: none !important;
}
html body .mh-fixed-menu.mh-fixed-menu--transparent-light.mh-fixed-menu--active #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link:after,
html body .mh-fixed-menu.mh-fixed-menu--transparent-light.mh-fixed-menu--active #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .menu_inner > ul > li > .item_link *, html body .mh-fixed-menu.mh-fixed-menu--transparent-light.mh-fixed-menu--active .symbol_menu i {
color: #4d4d4d !important;
}
html body .mh-fixed-menu--transparent-light.mh-fixed-menu--active .mh-header--transparent #mega_main_menu.mh-primary > .menu_holder:not(.sticky_container) > .mmm_fullwidth_container {
border-bottom: 1px solid #efefef;
}
@media (max-width: 1023px) {
.mh-sticky-menu-placeholder--active {
min-height: 65px;
}
} .mh-form-container {
max-width: 480px;
margin: 0 auto;
}
.mh-form-container input, .mh-form-container textarea {
text-decoration: none;
}
.mh-form-container input::-webkit-input-placeholder, .mh-form-container textarea::-webkit-input-placeholder {
color: #666666;
}
.mh-form-container input::-moz-placeholder, .mh-form-container textarea::-moz-placeholder {
color: #666666;
}
.mh-form-container input:-moz-placeholder, .mh-form-container textarea:-moz-placeholder {
color: #666666;
}
.mh-form-container input:-ms-input-placeholder, .mh-form-container textarea:-ms-input-placeholder {
color: #666666;
}
.mh-form-container input {
margin-bottom: 6px;
text-align: left !important;
}
.mh-form-container textarea {
text-align: left !important;
}
.mh-form-container__textarea {
height: 233px;
margin-bottom: 0;
}
.mh-form-container__submit {
text-align: right;
margin-top: 4px;
margin-bottom: 18px;
}
.mh-form-container__submit:after {
clear: both;
content: "";
display: table;
}
.mh-form-container__submit input[type=submit] {
width: auto;
float: right;
}
.mh-form-container__submit .mdl-button {
width: 144px;
}
.mh-form-container__info {
background: rgba(242, 116, 116, 0.2);
padding: 12px;
border-left: 5px solid #f27474;
margin-bottom: 6px;
font-size: 13px;
}
.mh-form-container__sending,
.mh-form-container__error,
.mh-form-container__success {
margin-bottom: 24px;
background: #f0f0f0;
padding: 6px 12px;
}
.mh-form-container__label {
display: block;
margin-bottom: 3px;
font-size: 14px;
font-weight: 700;
}
.mh-form-container__remember-me {
margin-bottom: 12px;
}
.mh-form-container__remember-me .mdl-checkbox__label {
top: -2px;
left: -3px;
position: relative;
text-transform: none;
}
.mh-form-container__reset {
cursor: pointer;
padding-bottom: 6px;
margin-top: -6px;
font-size: 14px;
}
.mh-form-container__reset:hover {
color: #29aae3;
} .owl-carousel--gallery .owl-stage {
background: #f4f4f4;
}
.owl-carousel--gallery-thumbs {
display: none !important;
margin-top: 12px;
}
.owl-carousel--gallery-thumbs a {
display: block;
position: relative;
margin-bottom: 12px;
overflow: hidden;
}
@media (min-width: 768px) {
.owl-carousel--gallery-thumbs {
display: block !important;
}
.owl-carousel--gallery-thumbs a {
height: 120px;
margin-bottom: 24px;
}
.owl-carousel--gallery-thumbs a:after {
content: '';
position: absolute;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.5);
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.owl-carousel--gallery-thumbs a:hover:after {
background: rgba(255, 255, 255, 0);
}
.owl-carousel--gallery-thumbs img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.owl-carousel--gallery-thumbs .current a:after {
background: rgba(255, 255, 255, 0) !important;
}
}
.owl-carousel--gallery-thumbs {
display: none !important;
}
.owl-carousel--gallery.owl-loaded + .owl-carousel--gallery-thumbs {
display: block !important;
} .mh-gallery-submit:after {
clear: both;
content: "";
display: table;
}
.mh-gallery-submit .mh-simple-spinner-text {
display: none;
}
.mh-gallery-submit > div {
background: #f4f4f4;
}
.mh-gallery-submit > div:nth-child(even) {
background: #f9f9f9;
}
.mh-gallery-submit__row {
background: #f4f4f4;
}
.mh-gallery-submit__row:after {
clear: both;
content: "";
display: table;
}
.mh-gallery-submit__row:last-child {
margin-bottom: 12px;
}
.mh-gallery-submit__col-1 {
position: relative;
}
@media (min-width: 768px) {
.mh-gallery-submit__col-1 {
position: absolute;
padding: 6px;
}
}
@media (min-width: 768px) {
.mh-gallery-submit__col-2 {
float: left;
width: 100%;
padding-left: 140px;
line-height: 132px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.mh-gallery-submit__spinner {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
top: 50px;
}
.mh-gallery-submit-loaded {
margin: 0 0 24px 0;
padding: 12px 12px 0 12px;
background: #f4f4f4;
}
.mh-gallery-submit-loaded__label {
margin-bottom: 12px;
font-weight: 700;
} .mh-heading-wrapper {
position: relative;
display: block;
}
.mh-heading-wrapper:after {
clear: both;
content: "";
display: table;
}
.mh-heading-wrapper h1, .mh-heading-wrapper h2, .mh-heading-wrapper h3, .mh-heading-wrapper h4, .mh-heading-wrapper h5, .mh-heading-wrapper h6, .mh-heading-wrapper .mh-subheading {
display: block;
text-align: center;
}
.mh-heading-wrapper--left h1, .mh-heading-wrapper--left h2, .mh-heading-wrapper--left h3, .mh-heading-wrapper--left h4, .mh-heading-wrapper--left h5, .mh-heading-wrapper--left h6, .mh-heading-wrapper--left .mh-subheading {
text-align: left;
}
.mh-heading-wrapper--left h1:after, .mh-heading-wrapper--left h2:after, .mh-heading-wrapper--left h3:after, .mh-heading-wrapper--left h4:after, .mh-heading-wrapper--left h5:after, .mh-heading-wrapper--left h6:after, .mh-heading-wrapper--left .mh-subheading:after {
margin-left: 0;
}
.mh-heading-wrapper--right h1, .mh-heading-wrapper--right h2, .mh-heading-wrapper--right h3, .mh-heading-wrapper--right h4, .mh-heading-wrapper--right h5, .mh-heading-wrapper--right h6, .mh-heading-wrapper--right .mh-subheading {
text-align: right;
}
.mh-heading-wrapper--right h1:after, .mh-heading-wrapper--right h2:after, .mh-heading-wrapper--right h3:after, .mh-heading-wrapper--right h4:after, .mh-heading-wrapper--right h5:after, .mh-heading-wrapper--right h6:after, .mh-heading-wrapper--right .mh-subheading:after {
left: auto;
margin-right: 0;
} .mh-heading {
position: relative;
}
.mh-heading--top-separator {
font-wegiht: 400;
text-transform: uppercase;
text-align: center;
padding-top: 12px;
margin-bottom: 24px;
}
.mh-heading--top-separator:after {
content: '';
display: inline;
position: absolute;
top: 0;
left: 0;
right: 0;
max-width: 90px;
width: 50%;
margin: 0 auto;
height: 2px;
background: #29aae3;
}
.mh-heading--bottom-separator {
position: relative;
text-transform: uppercase;
text-align: center;
padding-bottom: 12px;
margin-bottom: 36px;
}
.mh-heading--bottom-separator:after {
content: '';
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
max-width: 90px;
width: 50%;
margin: 0 auto;
height: 2px;
background: #29aae3;
} .mh-subheading {
max-width: 900px;
margin: -24px auto 36px auto;
} .mh-heading-background-wrapper {
position: relative;
padding: 36px;
overflow: hidden;
font-size: 21px !important;
}
.mh-heading-background-wrapper * {
z-index: 2;
}
.mh-heading-background-wrapper h1, .mh-heading-background-wrapper h2, .mh-heading-background-wrapper h3, .mh-heading-background-wrapper h4, .mh-heading-background-wrapper h5 {
margin-bottom: 0;
}
.mh-heading-background-wrapper:after {
content: '';
position: absolute;
top: 0;
left: 0;
margin: 0 auto;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 1;
}
@media (min-width: 768px) {
.mh-heading-background-wrapper {
padding: 48px;
}
} .mh-icon-wrapper {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 24px;
}
.mh-icon-container--round {
position: absolute;
top: 0;
text-align: center;
border-radius: 50%;
display: inline-block;
border-width: 2px;
border-color: #ccc;
border-style: solid;
}
.mh-icon-container--round i {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.mh-icon-container--rounded-rectangle {
position: absolute;
top: 0;
text-align: center;
border-radius: 15px;
display: inline-block;
border-width: 2px;
border-color: #ccc;
border-style: solid;
}
.mh-icon-container--rounded-rectangle i {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.mh-icon-container--square {
position: absolute;
top: 0;
text-align: center;
border-radius: 0;
display: inline-block;
border-width: 2px;
border-color: #ccc;
border-style: solid;
}
.mh-icon-container--square i {
position: absolute;
top: 0;
left: 0;
right: 0;
}
@font-face {
font-family: "Flaticon";
src: url(//nowestate.it/wp-content/themes/myhome/assets/fonts/Flaticon.eot);
src: url(//nowestate.it/wp-content/themes/myhome/assets/fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(//nowestate.it/wp-content/themes/myhome/assets/fonts/Flaticon.woff) format("woff"), url(//nowestate.it/wp-content/themes/myhome/.assets/fonts/Flaticon.ttf) format("truetype"), url(//nowestate.it/wp-content/themes/myhome/assets/fonts/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "Flaticon";
src: url(//nowestate.it/wp-content/assets/fonts/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}
.flaticon-air-conditioner:before {
content: "\f100";
}
.flaticon-apartment:before {
content: "\f101";
}
.flaticon-area:before {
content: "\f102";
}
.flaticon-bath:before {
content: "\f103";
}
.flaticon-bath-2:before {
content: "\f104";
}
.flaticon-bathtub:before {
content: "\f105";
}
.flaticon-bed:before {
content: "\f106";
}
.flaticon-bulb:before {
content: "\f107";
}
.flaticon-city:before {
content: "\f108";
}
.flaticon-city-2:before {
content: "\f109";
}
.flaticon-computer:before {
content: "\f10a";
}
.flaticon-construction:before {
content: "\f10b";
}
.flaticon-construction-2:before {
content: "\f10c";
}
.flaticon-date:before {
content: "\f10d";
}
.flaticon-dishwasher:before {
content: "\f10e";
}
.flaticon-door:before {
content: "\f10f";
}
.flaticon-fence:before {
content: "\f110";
}
.flaticon-fireplace:before {
content: "\f111";
}
.flaticon-full-size:before {
content: "\f112";
}
.flaticon-furniture:before {
content: "\f113";
}
.flaticon-garage:before {
content: "\f114";
}
.flaticon-home:before {
content: "\f115";
}
.flaticon-home-2:before {
content: "\f116";
}
.flaticon-home-3:before {
content: "\f117";
}
.flaticon-home-4:before {
content: "\f118";
}
.flaticon-home-5:before {
content: "\f119";
}
.flaticon-home-6:before {
content: "\f11a";
}
.flaticon-house-plan:before {
content: "\f11b";
}
.flaticon-house-plan-2:before {
content: "\f11c";
}
.flaticon-interface:before {
content: "\f11d";
}
.flaticon-layers:before {
content: "\f11e";
}
.flaticon-lift:before {
content: "\f11f";
}
.flaticon-location:before {
content: "\f120";
}
.flaticon-location-2:before {
content: "\f121";
}
.flaticon-mail:before {
content: "\f122";
}
.flaticon-mail-2:before {
content: "\f123";
}
.flaticon-map:before {
content: "\f124";
}
.flaticon-medical:before {
content: "\f125";
}
.flaticon-microwave:before {
content: "\f126";
}
.flaticon-multimedia:before {
content: "\f127";
}
.flaticon-office:before {
content: "\f128";
}
.flaticon-office-2:before {
content: "\f129";
}
.flaticon-owen:before {
content: "\f12a";
}
.flaticon-parquet:before {
content: "\f12b";
}
.flaticon-phone:before {
content: "\f12c";
}
.flaticon-pin:before {
content: "\f12d";
}
.flaticon-prize:before {
content: "\f12e";
}
.flaticon-rent:before {
content: "\f12f";
}
.flaticon-roof:before {
content: "\f130";
}
.flaticon-school:before {
content: "\f131";
}
.flaticon-school-2:before {
content: "\f132";
}
.flaticon-search:before {
content: "\f133";
}
.flaticon-shower:before {
content: "\f134";
}
.flaticon-sofa:before {
content: "\f135";
}
.flaticon-sofa-2:before {
content: "\f136";
}
.flaticon-sold:before {
content: "\f137";
}
.flaticon-stairs:before {
content: "\f138";
}
.flaticon-swimming-pool:before {
content: "\f139";
}
.flaticon-technology:before {
content: "\f13a";
}
.flaticon-transport:before {
content: "\f13b";
}
.flaticon-wall:before {
content: "\f13c";
}
.flaticon-wardrobe:before {
content: "\f13d";
}
.flaticon-wifi:before {
content: "\f13e";
}
.flaticon-window:before {
content: "\f13f";
} #wp-admin-bar-myhome-panel > a.ab-item:before {
content: '\f108';
margin-top: 3px;
}
#wp-admin-bar-myhome-panel-add-property > a.ab-item:before {
content: '\f502';
margin-top: 3px;
}
#wp-admin-bar-MyHome span.ab-icon.dashicons-portfolio {
margin-top: 2px !important;
}
#wp-admin-bar-myhome-panel-add-property {
display: none;
}
@media (max-width: 1200px) {
#wp-admin-bar-myhome-panel,
#wp-admin-bar-MyHome {
display: none;
}
} .mh-list-attribute {
position: relative;
}
@media (min-width: 768px) {
.mh-list-attribute {
display: flex;
justify-content: center;
flex-wrap: wrap;
justify-content: space-between;
flex: 1;
overflow: hidden;
margin-left: -6px;
margin-right: -6px;
}
}
.mh-list-attribute:after {
content: "";
flex: auto;
}
.mh-list-attribute__item {
margin-bottom: 12px;
padding: 0 6px;
}
@media (min-width: 768px) {
.mh-list-attribute__item {
width: 33%;
margin-bottom: 24px;
}
}
.mh-list-attribute__item__content {
background: #f4f4f4;
}
.mh-list-attribute__image__link {
position: relative;
padding-bottom: 62.5%;
display: block;
}
.mh-list-attribute__image__link img {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
}
.mh-list-attribute__heading__link {
display: block;
padding: 18px 12px 18px 12px;
}
.mh-list-attribute__heading__link h3 {
text-align: center;
margin-bottom: 0;
} .mh-loader-wrapper {
height: 144px;
}
@media (max-width: 1024px) {
.mh-loader-wrapper.mh-loader--mobile-searchform {
position: fixed;
top: 0;
width: 100%;
height: 100%;
left: 0;
margin: 0 auto;
background: rgba(255, 255, 255, 0.9);
z-index: 999999999999;
}
.mh-loader-wrapper.mh-loader--mobile-searchform .mh-loader {
top: 50%;
left: 0;
right: 0;
margin: -2em auto 0 auto;
}
}
.mh-loader-wrapper-map {
background: rgba(255, 255, 255, 0.9);
display: table;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-size: 48px;
color: #29aae3;
}
.mh-loader-wrapper-map .mh-loader {
position: absolute;
margin-top: -2em;
top: 50%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.mh-loader,
.mh-loader:before,
.mh-loader:after {
background: #29aae3;
-webkit-animation: mh-loader-animation 1s infinite ease-in-out;
animation: mh-loader-animation 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.mh-loader {
color: #29aae3;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.mh-loader:before,
.mh-loader:after {
position: absolute;
top: 0;
content: '';
}
.mh-loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.mh-loader:after {
left: 1.5em;
}
@-webkit-keyframes mh-loader-animation {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes mh-loader-animation {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
.wpb_single_image {
display: none !important;
}
.js_active .wpb_single_image {
display: block !important;
} .mh-map-wrapper {
position: relative;
}
.gm-style-pbc {
z-index: 5 !important;
pointer-events: none;
background-color: rgba(0, 0, 0, 0.8) !important;
}
.mh-map-no-key {
text-align: center;
font-size: 32px;
font-weight: bold;
padding: 150px 15px;
background: #f2f2f2;
}
#myhome-listing-map {
position: relative;
overflow: hidden;
}
.mh-map-height-tall #myhome-map,
.mh-map-height-tall .mh-map-wrapper__noresults,
.mh-map-height-tall .mh-loader-wrapper-map,
.mh-map-placeholder--tall #myhome-map,
.mh-map-placeholder--tall .mh-map-wrapper__noresults,
.mh-map-placeholder--tall .mh-loader-wrapper-map {
height: 450px;
}
@media (min-width: 1200px) {
.mh-map-height-tall #myhome-map,
.mh-map-height-tall .mh-map-wrapper__noresults,
.mh-map-height-tall .mh-loader-wrapper-map,
.mh-map-placeholder--tall #myhome-map,
.mh-map-placeholder--tall .mh-map-wrapper__noresults,
.mh-map-placeholder--tall .mh-loader-wrapper-map {
height: 650px;
}
}
.mh-map-height-standard #myhome-map,
.mh-map-height-standard .mh-map-wrapper__noresults,
.mh-map-height-standard .mh-loader-wrapper-map,
.mh-map-placeholder--standard #myhome-map,
.mh-map-placeholder--standard .mh-map-wrapper__noresults,
.mh-map-placeholder--standard .mh-loader-wrapper-map {
height: 450px;
}
@media (min-width: 1200px) {
.mh-map-height-standard #myhome-map,
.mh-map-height-standard .mh-map-wrapper__noresults,
.mh-map-height-standard .mh-loader-wrapper-map,
.mh-map-placeholder--standard #myhome-map,
.mh-map-placeholder--standard .mh-map-wrapper__noresults,
.mh-map-placeholder--standard .mh-loader-wrapper-map {
height: 500px;
}
}
.mh-map-wrapper__noresults {
background: rgba(0, 0, 0, 0.9) !important;
display: table;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
font-size: 48px;
color: #29aae3;
}
.mh-map-wrapper__noresults__inner {
display: table-cell;
vertical-align: middle;
}
.mh-map-single-estate {
height: 500px;
}
.mh-map-single-estate-small {
height: 500px;
margin-bottom: 24px;
} .mh-map-controls {
margin: 12px 0;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 0;
z-index: 3;
}
@media (min-width: 1024px) {
.mh-map-controls {
margin: 24px auto 0 auto;
}
}
.mh-map-controls__inner {
position: relative;
box-sizing: content-box;
} .mh-map-panel {
width: auto;
position: absolute;
background: #fff;
top: 0;
right: 0;
text-align: center;
z-index: 2;
border: 2px solid #29aae3;
}
.mh-map-panel__element {
display: inline-block;
float: left;
}
.mh-map-panel__element button {
background: transparent;
width: 100%;
color: #222;
font-weight: 700;
position: relative;
font-size: 12px;
height: 42px;
border: 0;
text-transform: uppercase;
line-height: 24px;
text-align: left;
padding: 6px 12px;
}
.mh-map-panel__element button > span {
display: none;
}
.mh-map-panel__element button .fa {
font-weight: initial;
padding: 0 6px;
}
@media (min-width: 768px) {
.mh-map-panel__element button .fa {
padding: 0;
}
.mh-map-panel__element button .fa.fa-expand {
margin-right: 9px;
}
}
@media (min-width: 768px) {
.mh-map-panel__element button > span {
display: inline-block;
}
.mh-map-panel__element button .fa.fa-street-view {
margin-right: 9px;
}
.mh-map-panel__element button .fa.fa-angle-right {
margin-left: 9px;
}
.mh-map-panel__element button .fa.fa-angle-left {
margin-right: 9px;
}
}
.mh-map-panel__element button:after {
content: '';
height: 40px;
width: 1px;
background: #f0f0f0;
position: absolute;
top: 5px;
right: 0;
}
.mh-map-panel__element button:last-child:after {
display: none;
}
.mh-map-panel__element button:hover {
color: #fff;
background: #29aae3;
}
@media (max-width: 1024px) {
.mh-map-panel__element button:not(.mh-button--active):hover {
background: transparent !important;
color: #222 !important;
}
}
.mh-map-panel .mh-map-panel__element button.mh-button--active {
background: #29aae3;
color: #fff;
}
.mh-map-panel .mh-map-panel__element button.mh-button--active:hover, .mh-map-panel .mh-map-panel__element button.mh-button--active:active, .mh-map-panel .mh-map-panel__element button.mh-button--active:focus {
background: #29aae3;
color: #fff;
}
@media (max-width: 1025px) {
.mh-map-panel__element {
display: inline-block;
float: left;
}
}
.mh-map-panel__element--reset {
display: none;
}
@media (min-width: 768px) {
.mh-map-panel__element--reset {
display: initial;
}
} .mh-map-zoom {
color: #fff;
text-align: center;
top: 0;
left: 0;
width: 40px;
position: absolute;
z-index: 2;
border: 2px solid #29aae3;
}
.mh-map-zoom:after {
clear: both;
content: "";
display: table;
}
.mh-map-zoom__element {
display: inline-block;
float: left;
background: #fff;
color: #222;
}
.mh-map-zoom__element button {
line-height: 36px;
height: 36px;
width: 36px;
padding: 0;
font-size: 12px;
background: transparent;
border: 0;
outline: 0;
}
.mh-map-zoom__element button i {
font-size: 9px;
line-height: 36px;
}
.mh-map-zoom__element button:hover {
color: #fff;
background: #29aae3;
}
@media (max-width: 1024px) {
.mh-map-zoom__element button:hover {
background: transparent !important;
color: #222 !important;
}
} .infoBox > img {
float: right;
width: 30px;
top: 18px;
right: 9px;
z-index: 1;
}
.mh-map-infobox {
background: #29aae3;
padding: 12px 0 0 0;
position: relative;
font-family: Lato, Arial, Helvetica, sans-serif;
margin-top: -24px;
width: 100%;
float: left;
}
.mh-map-infobox:after {
clear: both;
content: "";
display: table;
}
.mh-map-infobox:after {
display: block;
content: '';
position: absolute;
bottom: -13px;
left: 0;
right: 0;
margin: 0 auto;
width: 0;
height: 0;
border-left: 14px solid transparent !important;
border-right: 14px solid transparent !important;
border-top: 14px solid #29aae3;
}
.mh-map-infobox .mh-map-infobox__img-wrapper {
max-width: 100%;
height: 160px;
overflow: hidden;
margin-top: -12px;
position: relative;
border: 2px solid #29aae3;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-map-infobox .mh-map-infobox__img-wrapper img {
position: absolute;
left: 0;
right: 0;
top: -20px;
margin: 0 auto;
display: block;
max-width: 100%;
}
.mh-map-infobox .mh-map-infobox__name {
font-size: 21px;
margin: 9px 12px 12px;
color: #fff;
letter-spacing: 0;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media (min-width: 1025px) {
.mh-map-infobox .mh-map-infobox__name:hover img {
opacity: 0.4;
}
}
.mh-map-infobox .mh-map-infobox__price {
position: relative;
font-size: 24px;
font-weight: 700;
color: #fff;
margin: -6px 12px 12px 0;
text-align: center;
}
.mh-map-infobox .mh-map-infobox__price:after {
clear: both;
content: "";
display: table;
}
.mh-map-infobox .mh-map-infobox__buttons {
text-align: center;
height: 48px;
padding: 0 12px;
}
.mh-map-pin {
width: 70px;
height: 38px;
text-align: center;
cursor: pointer;
}
.mh-map-pin i {
position: relative;
font-size: 38px;
line-height: 38px;
width: 70px;
color: #29aae3;
font-weight: 700;
}
.mh-map-pin.mh-map-pin--dark i {
color: #666666;
}
.mh-map-wrapper--fullscreen {
height: 100vh;
min-height: 100vh;
max-height: 100vh;
width: 100%;
position: fixed !important;
top: 0;
left: 0;
z-index: 200000;
}
.mh-map-wrapper--fullscreen #myhome-map {
width: 100%;
height: 100vh;
min-height: 100vh;
max-height: 100vh;
}
.mh-map-wrapper--fullscreen {
height: 100vh;
}
.mh-map-wrapper--fullscreen #map {
height: 100vh;
}
.mh-map-wrapper--fullscreen + .mh-map-controls {
position: fixed !important;
z-index: 200001;
}
.mh-search-map-top .mh-map-controls {
margin-top: 330px;
}
@media (min-width: 767px) {
.mh-search-map-top .mh-map-controls {
margin-top: 150px;
}
} .mh-mosaic-grid {
margin: 0 auto;
}
@media (min-width: 768px) {
.mh-mosaic-grid {
max-width: 740px;
}
}
@media (min-width: 1024px) {
.mh-mosaic-grid {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.mh-mosaic-grid {
max-width: 1140px;
}
}
.mh-mosaic-grid:after {
clear: both;
content: "";
display: table;
}
.mh-mosaic-grid .mh-box__img-wrapper {
padding-bottom: 75%;
}
.mh-mosaic-grid__item {
width: 100%;
float: left;
overflow: hidden;
padding: 12px 15px;
}
@media (min-width: 768px) {
.mh-mosaic-grid__item {
padding: 0;
margin-bottom: 12px;
height: 139px;
}
.mh-mosaic-grid__item .mh-box__img-wrapper img {
top: 0;
}
}
@media (min-width: 1024px) {
.mh-mosaic-grid__item {
height: 180px;
}
}
@media (min-width: 1200px) {
.mh-mosaic-grid__item {
height: 213px;
}
}
@media (min-width: 768px) {
.mh-mosaic-grid__item {
width: 183px;
}
.mh-mosaic-grid__item:nth-child(2), .mh-mosaic-grid__item:nth-child(11), .mh-mosaic-grid__item:nth-child(20), .mh-mosaic-grid__item:nth-child(29), .mh-mosaic-grid__item:nth-child(38) {
width: 555px;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-mosaic-grid__item:nth-child(2), .mh-mosaic-grid__item:nth-child(11), .mh-mosaic-grid__item:nth-child(20), .mh-mosaic-grid__item:nth-child(29), .mh-mosaic-grid__item:nth-child(38) {
width: 720px;
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.mh-mosaic-grid__item:nth-child(2), .mh-mosaic-grid__item:nth-child(11), .mh-mosaic-grid__item:nth-child(20), .mh-mosaic-grid__item:nth-child(29), .mh-mosaic-grid__item:nth-child(38) {
width: 855px;
}
}
@media (min-width: 768px) {
.mh-mosaic-grid__item:nth-child(2) .mh-box__content, .mh-mosaic-grid__item:nth-child(11) .mh-box__content, .mh-mosaic-grid__item:nth-child(20) .mh-box__content, .mh-mosaic-grid__item:nth-child(29) .mh-box__content, .mh-mosaic-grid__item:nth-child(38) .mh-box__content {
margin-left: 12px;
}
.mh-mosaic-grid__item:nth-child(2) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(11) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(20) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(29) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(38) .mh-box__img-wrapper {
padding-bottom: 26%;
}
.mh-mosaic-grid__item:nth-child(2) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(11) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(20) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(29) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(38) .mh-box__img-wrapper img {
top: -100%;
}
.mh-mosaic-grid__item:nth-child(3), .mh-mosaic-grid__item:nth-child(12), .mh-mosaic-grid__item:nth-child(21), .mh-mosaic-grid__item:nth-child(30), .mh-mosaic-grid__item:nth-child(39) {
width: 50%;
}
.mh-mosaic-grid__item:nth-child(3) .mh-box__content, .mh-mosaic-grid__item:nth-child(12) .mh-box__content, .mh-mosaic-grid__item:nth-child(21) .mh-box__content, .mh-mosaic-grid__item:nth-child(30) .mh-box__content, .mh-mosaic-grid__item:nth-child(39) .mh-box__content {
margin-right: 6px;
}
.mh-mosaic-grid__item:nth-child(3) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(12) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(21) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(30) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(39) .mh-box__img-wrapper {
padding-bottom: 38%;
}
.mh-mosaic-grid__item:nth-child(3) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(12) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(21) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(30) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(39) .mh-box__img-wrapper img {
top: -40%;
}
.mh-mosaic-grid__item:nth-child(4), .mh-mosaic-grid__item:nth-child(13), .mh-mosaic-grid__item:nth-child(22), .mh-mosaic-grid__item:nth-child(31), .mh-mosaic-grid__item:nth-child(40) {
width: 50%;
}
.mh-mosaic-grid__item:nth-child(4) .mh-box__content, .mh-mosaic-grid__item:nth-child(13) .mh-box__content, .mh-mosaic-grid__item:nth-child(22) .mh-box__content, .mh-mosaic-grid__item:nth-child(31) .mh-box__content, .mh-mosaic-grid__item:nth-child(40) .mh-box__content {
margin-left: 6px;
}
.mh-mosaic-grid__item:nth-child(4) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(13) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(22) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(31) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(40) .mh-box__img-wrapper {
padding-bottom: 38%;
}
.mh-mosaic-grid__item:nth-child(4) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(13) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(22) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(31) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(40) .mh-box__img-wrapper img {
top: -30%;
}
.mh-mosaic-grid__item:nth-child(5), .mh-mosaic-grid__item:nth-child(14), .mh-mosaic-grid__item:nth-child(23), .mh-mosaic-grid__item:nth-child(32), .mh-mosaic-grid__item:nth-child(41) {
width: 555px;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-mosaic-grid__item:nth-child(5), .mh-mosaic-grid__item:nth-child(14), .mh-mosaic-grid__item:nth-child(23), .mh-mosaic-grid__item:nth-child(32), .mh-mosaic-grid__item:nth-child(41) {
width: 720px;
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.mh-mosaic-grid__item:nth-child(5), .mh-mosaic-grid__item:nth-child(14), .mh-mosaic-grid__item:nth-child(23), .mh-mosaic-grid__item:nth-child(32), .mh-mosaic-grid__item:nth-child(41) {
width: 855px;
}
}
@media (min-width: 768px) {
.mh-mosaic-grid__item:nth-child(5) .mh-box__content, .mh-mosaic-grid__item:nth-child(14) .mh-box__content, .mh-mosaic-grid__item:nth-child(23) .mh-box__content, .mh-mosaic-grid__item:nth-child(32) .mh-box__content, .mh-mosaic-grid__item:nth-child(41) .mh-box__content {
margin-right: 12px;
}
.mh-mosaic-grid__item:nth-child(5) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(14) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(23) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(32) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(41) .mh-box__img-wrapper {
padding-bottom: 26%;
}
.mh-mosaic-grid__item:nth-child(5) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(14) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(23) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(32) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(41) .mh-box__img-wrapper img {
top: -100%;
}
.mh-mosaic-grid__item:nth-child(7), .mh-mosaic-grid__item:nth-child(16), .mh-mosaic-grid__item:nth-child(25), .mh-mosaic-grid__item:nth-child(34), .mh-mosaic-grid__item:nth-child(43) {
width: 246px;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-mosaic-grid__item:nth-child(7), .mh-mosaic-grid__item:nth-child(16), .mh-mosaic-grid__item:nth-child(25), .mh-mosaic-grid__item:nth-child(34), .mh-mosaic-grid__item:nth-child(43) {
width: 320px;
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.mh-mosaic-grid__item:nth-child(7), .mh-mosaic-grid__item:nth-child(16), .mh-mosaic-grid__item:nth-child(25), .mh-mosaic-grid__item:nth-child(34), .mh-mosaic-grid__item:nth-child(43) {
width: 380px;
}
}
@media (min-width: 768px) {
.mh-mosaic-grid__item:nth-child(7) .mh-box__content, .mh-mosaic-grid__item:nth-child(16) .mh-box__content, .mh-mosaic-grid__item:nth-child(25) .mh-box__content, .mh-mosaic-grid__item:nth-child(34) .mh-box__content, .mh-mosaic-grid__item:nth-child(43) .mh-box__content {
margin-right: 8px;
}
.mh-mosaic-grid__item:nth-child(7) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(16) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(25) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(34) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(43) .mh-box__img-wrapper {
padding-bottom: 57%;
}
.mh-mosaic-grid__item:nth-child(7) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(16) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(25) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(34) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(43) .mh-box__img-wrapper img {
top: 0%;
}
.mh-mosaic-grid__item:nth-child(8), .mh-mosaic-grid__item:nth-child(17), .mh-mosaic-grid__item:nth-child(26), .mh-mosaic-grid__item:nth-child(35), .mh-mosaic-grid__item:nth-child(44) {
width: 246px;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-mosaic-grid__item:nth-child(8), .mh-mosaic-grid__item:nth-child(17), .mh-mosaic-grid__item:nth-child(26), .mh-mosaic-grid__item:nth-child(35), .mh-mosaic-grid__item:nth-child(44) {
width: 320px;
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.mh-mosaic-grid__item:nth-child(8), .mh-mosaic-grid__item:nth-child(17), .mh-mosaic-grid__item:nth-child(26), .mh-mosaic-grid__item:nth-child(35), .mh-mosaic-grid__item:nth-child(44) {
width: 380px;
}
}
@media (min-width: 768px) {
.mh-mosaic-grid__item:nth-child(8) .mh-box__content, .mh-mosaic-grid__item:nth-child(17) .mh-box__content, .mh-mosaic-grid__item:nth-child(26) .mh-box__content, .mh-mosaic-grid__item:nth-child(35) .mh-box__content, .mh-mosaic-grid__item:nth-child(44) .mh-box__content {
margin-left: 4px;
margin-right: 4px;
}
.mh-mosaic-grid__item:nth-child(8) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(17) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(26) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(35) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(44) .mh-box__img-wrapper {
padding-bottom: 57%;
}
.mh-mosaic-grid__item:nth-child(8) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(17) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(26) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(35) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(44) .mh-box__img-wrapper img {
top: 0%;
}
.mh-mosaic-grid__item:nth-child(9), .mh-mosaic-grid__item:nth-child(18), .mh-mosaic-grid__item:nth-child(27), .mh-mosaic-grid__item:nth-child(36), .mh-mosaic-grid__item:nth-child(45) {
width: 246px;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-mosaic-grid__item:nth-child(9), .mh-mosaic-grid__item:nth-child(18), .mh-mosaic-grid__item:nth-child(27), .mh-mosaic-grid__item:nth-child(36), .mh-mosaic-grid__item:nth-child(45) {
width: 320px;
}
}
@media (min-width: 768px) and (min-width: 1200px) {
.mh-mosaic-grid__item:nth-child(9), .mh-mosaic-grid__item:nth-child(18), .mh-mosaic-grid__item:nth-child(27), .mh-mosaic-grid__item:nth-child(36), .mh-mosaic-grid__item:nth-child(45) {
width: 380px;
}
}
@media (min-width: 768px) {
.mh-mosaic-grid__item:nth-child(9) .mh-box__content, .mh-mosaic-grid__item:nth-child(18) .mh-box__content, .mh-mosaic-grid__item:nth-child(27) .mh-box__content, .mh-mosaic-grid__item:nth-child(36) .mh-box__content, .mh-mosaic-grid__item:nth-child(45) .mh-box__content {
margin-left: 8px;
}
.mh-mosaic-grid__item:nth-child(9) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(18) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(27) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(36) .mh-box__img-wrapper, .mh-mosaic-grid__item:nth-child(45) .mh-box__img-wrapper {
padding-bottom: 57%;
}
.mh-mosaic-grid__item:nth-child(9) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(18) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(27) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(36) .mh-box__img-wrapper img, .mh-mosaic-grid__item:nth-child(45) .mh-box__img-wrapper img {
top: 0%;
}
}
@media (min-width: 1024px) {
.mh-mosaic-grid__item {
width: 240px;
}
}
@media (min-width: 1200px) {
.mh-mosaic-grid__item {
width: 285px;
}
}
.mh-mosaic-grid__item .mh-box {
margin-bottom: 0 !important;
} .mh-post-grid {
margin-bottom: 12px;
padding: 12px 0 24px 0;
background: #f2f2f2;
margin-bottom: 24px;
}
.mh-post-grid:after {
clear: both;
content: "";
display: table;
}
.mh-post-grid.has-post-thumbnail {
padding: 0 0 12px 0;
}
.mh-post-grid .mh-thumbnail__inner:not(.mh-thumbnail__inner--horizontal):not(.mh-thumbnail__inner--square):not(.mh-thumbnail__inner--vertical) {
padding-bottom: 62.5%;
overflow: hidden;
display: block;
position: relative;
}
.mh-post-grid .mh-thumbnail__inner:not(.mh-thumbnail__inner--horizontal):not(.mh-thumbnail__inner--square):not(.mh-thumbnail__inner--vertical) img {
top: 0;
left: 0;
width: 100% !important;
position: absolute;
min-width: 100%;
height: initial;
max-height: none;
min-height: 100%;
}
.mh-post-grid--white {
background: #fff;
}
.mh-post-grid--dark {
background: #333;
color: #fff;
}
.mh-post-grid--dark .mh-post-grid__heading a {
color: #fff;
}
.mh-post-grid__thumbnail {
position: relative;
overflow: hidden;
margin-bottom: 0;
position: relative;
display: block;
}
.mh-post-grid__thumbnail:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-post-grid__thumbnail:hover:after {
opacity: 0.3;
}
}
.mh-post-grid__thumbnail .mh-thumbnail__inner img {
max-height: 100%;
width: 100%;
}
.mh-post-grid__inner {
position: relative;
padding: 0 18px;
}
.mh-post-grid__heading {
padding-top: 12px;
margin-bottom: 12px;
}
.mh-post-grid__heading:after {
clear: both;
content: "";
display: table;
}
.mh-post-grid__heading a {
font-weight: 700;
}
.mh-post-grid__excerpt {
margin-bottom: 12px;
}
.mh-post-grid__btn-wrapper {
min-height: 48px;
}
.mh-post-grid__btn-wrapper a {
position: absolute;
bottom: 0;
right: 18px;
}
.mh-post-grid__thumbnail .mh-thumbnail__inner--vertical,
.mh-post-grid__thumbnail .mh-thumbnail__inner--horizontal,
.mh-post-grid__thumbnail .mh-thumbnail__inner--square {
padding-bottom: 0;
}
.mh-post-grid__thumbnail .mh-thumbnail__inner.mh-thumbnail__inner--vertical img {
min-height: initial;
min-width: initial;
max-height: initial;
max-width: initial;
width: initial;
height: initial;
position: static;
} .mh-post-single__header {
margin-bottom: 12px;
}
.mh-post-single__title {
margin-bottom: 12px;
margin-top: 0;
font-weight: 400;
font-size: 24px;
}
@media (min-width: 768px) {
.mh-post-single__title {
font-size: 36px;
}
}
.mh-post-single__main-image {
display: block;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-post-single__main-image {
margin-bottom: 24px;
}
}
@media (min-width: 1025px) {
.mh-post-single__content a:hover {
text-decoration: underline;
}
}
.mh-post-single__content img {
max-width: 100%;
}
.mh-post-single__section__heading {
font-size: 21px;
font-weight: 700;
text-align: left;
text-transform: uppercase;
margin-bottom: 24px;
}
.mh-post-single__section__heading:after {
clear: both;
content: "";
display: table;
}
.mh-post-single__meta {
font-size: 13px;
margin: 0 0 12px 0;
padding: 0;
list-style-type: none;
}
@media (min-width: 768px) {
.mh-post-single__meta {
margin-bottom: 24px;
}
}
.mh-post-single__meta a {
line-height: 20px;
}
.mh-post-single__meta a:hover {
color: #29aae3;
}
.mh-post-single__meta li {
display: inline-block;
position: relative;
padding: 0 9px 0 0;
margin-right: 9px;
line-height: 24px;
}
.mh-post-single__meta li:after {
content: '';
position: absolute;
right: 0;
top: 6px;
background: #ccc;
height: 12px;
width: 1px;
}
.mh-post-single__meta li:last-child:after {
display: none;
}
@media (min-width: 768px) {
.mh-post-single__meta li span {
margin-right: 8px;
}
}
.mh-post-single__pagination {
border-top: 1px solid #c3c3c5;
text-align: center;
margin-bottom: 48px;
padding-bottom: 24px;
word-spacing: 6px;
}
.mh-post-single__pagination span {
display: inline-block;
height: 1px;
width: 30px;
}
.mh-post-single__pagination a {
color: #222;
}
@media (min-width: 1025px) {
.mh-post-single__pagination a:hover {
text-decoration: none;
}
}
.mh-post-single__nav {
padding-top: 24px;
border-top: 1px solid #f0f0f0;
margin-bottom: 24px;
}
.mh-post-single__nav__prev,
.mh-post-single__nav__next {
font-size: 16px;
}
.mh-post-single__nav__prev a,
.mh-post-single__nav__next a {
font-style: italic;
color: #666666;
font-size: 16px;
}
.mh-post-single__nav__prev span,
.mh-post-single__nav__next span {
color: #222;
font-size: 21px;
font-style: normal;
text-transform: none;
font-weight: 400;
display: block;
}
.mh-post-single__nav__prev {
position: relative;
height: 100%;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
.mh-post-single__nav__prev {
padding-right: 24px;
}
.mh-post-single__nav__prev:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background: #29aae3;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
}
@media (min-width: 768px) and (min-width: 1025px) {
.mh-post-single__nav__prev:hover {
padding-left: 24px;
padding-right: 0;
}
.mh-post-single__nav__prev:hover:before {
width: 16px;
}
}
.mh-post-single__nav__next {
margin-top: 24px;
position: relative;
height: 100%;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
.mh-post-single__nav__next {
text-align: right;
margin-top: 0;
padding-left: 24px;
}
.mh-post-single__nav__next:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background: #29aae3;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
}
@media (min-width: 768px) and (min-width: 1025px) {
.mh-post-single__nav__next:hover {
padding-left: 0;
padding-right: 24px;
}
.mh-post-single__nav__next:hover:before {
width: 16px;
}
}
.mh-post-single__password {
padding: 28px 18px 12px 18px;
margin-bottom: 24px;
background: #f2f2f2;
}
.mh-post-single__password form:after {
clear: both;
content: "";
display: table;
}
.mh-post-single__password input {
text-align: left;
margin-bottom: 12px;
}
.mh-post-single__password strong {
display: block;
margin-bottom: -16px;
}
.mh-post-single__password p {
margin: 0;
}
.mh-post-single-main-image {
position: relative;
display: inline-block;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-post-single-main-image {
margin-bottom: 24px;
}
}
.mh-post-single-main-image:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-post-single-main-image:hover:after {
opacity: 0.3;
}
}
@media screen and (min-width: 0\0
) and (min-resolution: 72dpi) {
.mh-post-single-main-image img {
width: 100%;
}
}
.mh-post .post-content blockquote {
margin-bottom: 12px;
border-left: 3px solid #29aae3;
background: #f1f1f1;
padding: 12px;
}
.mh-post .post-content blockquote p:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.mh-post .post-content blockquote {
margin-bottom: 24px;
}
}
.mh-post .post-content a:hover {
color: #29aae3;
} .mh-search-horizontal {
position: relative;
margin: 0 auto 12px auto;
padding: 18px 12px;
background: #f9f9f9;
max-width: 1140px;
border-top: 5px solid #29aae3;
}
@media (min-width: 768px) {
.mh-search-horizontal {
margin: 0 auto;
padding: 24px 12px;
}
}
.mh-search-horizontal .mdl-checkbox {
width: auto;
margin-right: 12px;
margin-bottom: 12px;
}
.mh-search-horizontal .mdl-checkbox__label {
position: relative;
left: -5px;
top: -1px;
}
.mh-search-map-bottom .mh-search-horizontal {
z-index: 3;
margin-top: -48px !important;
margin-bottom: 24px;
}
.mh-search-map-top {
width: 100%;
position: relative;
}
.mh-search-map-top .mh-search__buttons {
display: none;
}
.mh-search-map-top .mh-map-controls {
margin-top: 48px;
}
.mh-search-map-top > .mh-layout {
margin: 24px auto -24px auto;
left: 0;
right: 0;
}
@media (min-width: 768px) {
.mh-search-map-top .mh-search-horizontal {
border-top: 0px solid #29aae3;
border-bottom: 5px solid #29aae3;
padding-bottom: 12px;
padding-top: 24px;
background: #fff;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
width: 100%;
z-index: 4;
}
}
.mh-search__heading-big {
font-size: 24px;
color: #29aae3;
position: relative;
width: 100%;
text-align: left;
margin-top: -12px;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-search__heading-big {
text-align: center;
}
}
.mh-search {
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-search.mh-search--open .mh-search__element {
display: block !important;
}
@media (min-width: 768px) {
.mh-search {
padding: 0;
display: flex;
flex-wrap: wrap;
flex: 1;
margin-left: -6px;
margin-right: -6px;
}
.mh-search:after {
content: "";
flex: auto;
}
.mh-search .mh-search__element {
padding: 0 6px;
width: 33.33%;
}
.mh-search .mh-search__element.mh-search__element--fullwidth {
width: 100%;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-search {
margin-left: -12px;
margin-right: -12px;
}
.mh-search .mh-search__element {
padding: 0 12px;
}
}
.mh-search-small {
margin-bottom: 36px;
}
.mh-search-small .mh-search__subtitle {
color: #666666;
}
.mh-search-small .bootstrap-select.btn-group > .btn {
padding: 9px 0;
font-size: 13px;
}
.mh-search-small .mh-search__element {
margin-bottom: 12px;
}
.mh-search-small .mh-search__panel:after {
clear: both;
content: "";
display: table;
}
.mh-search-small .mh-search__panel__checkbox {
margin-bottom: 12px;
}
.mh-search-small input[type=text] {
font-size: 13px;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.mh-search-small .mh-active-input input,
.mh-search-small input[type=text]:active,
.mh-search-small input[type=text]:focus {
padding-top: 4px !important;
padding-bottom: 4px !important;
}
.mh-search-small .mh-search__panel > div:last-child .mdl-radio {
margin-bottom: 9px;
}
.mh-search-small .mh-search__panel .mh-search__2-col input {
margin-bottom: 9px;
}
.mh-search-small .mh-search__panel .mh-search__2-col__right:after {
left: -1px;
top: 18px;
width: 4px;
}
.mh-layout__sidebar-left .mh-search__panel--checkbox,
.mh-layout__sidebar-right .mh-search__panel--checkbox {
margin-bottom: 12px;
}
.mh-search__element .mh-search--features {
margin-bottom: 12px;
}
.mh-search__element #mh-currency_field {
position: absolute;
top: 0;
right: 0;
}
.mh-search__element #mh-currency_field .bootstrap-select.btn-group > .dropdown-toggle {
width: auto !important;
padding: 2px 25px 2px 2px !important;
}
@media (min-width: 768px) {
.mh-search__1of3 {
width: 50%;
padding: 0 12px;
}
}
@media (min-width: 1024px) {
.mh-search__1of3 {
width: 33.33%;
padding: 0 12px;
}
}
@media (min-width: 768px) {
.mh-search__1of1 {
flex-grow: 55;
width: 100%;
padding: 0 12px 12px 12px;
}
}
.mh-search__2-col:after {
clear: both;
content: "";
display: table;
}
.mh-search__2-col__left {
width: 50%;
padding-right: 8px;
float: left;
}
.mh-search__2-col__right {
width: 50%;
padding-left: 8px;
position: relative;
float: left;
}
.mh-search__2-col__right:after {
position: absolute;
content: '';
left: -3px;
top: 23px;
background: #666666;
height: 1px;
width: 6px;
}
.mh-search__label {
margin-bottom: 12px;
font-size: 14px;
font-weight: 700;
text-align: left;
text-transform: uppercase;
position: relative;
}
@media (min-width: 768px) {
.mh-search__label {
text-align: center;
}
}
.mh-search__label select {
width: auto;
padding: 0 3px;
cursor: pointer;
border: 0;
border: 1px solid #c3c3c5;
font-size: 13px;
position: absolute;
top: 0;
right: 0;
}
.mh-search__buttons {
margin-top: 6px;
text-align: right;
}
.mh-search__buttons:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-search__buttons {
text-align: center;
margin-top: 12px;
text-align: center;
width: 100%;
margin-bottom: 0;
text-transform: uppercase;
}
}
.mh-search__buttons input[type=text]:focus,
.mh-search__buttons input[type=text]:active,
.mh-search__buttons input[type=search]:focus,
.mh-search__buttons input[type=search]:active {
background: #fff;
}
.mh-search__buttons--disabled {
display: none;
}
.mh-search__results-wrapper {
min-height: 18px;
margin-bottom: 12px;
position: relative;
padding: 0 12px;
}
@media (min-width: 768px) {
.mh-search__results-wrapper {
padding: 0 160px 0 12px;
}
}
.mh-search__results-wrapper:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-save-search-button {
position: absolute;
right: 0;
top: -6px;
}
}
.mh-save-search-button button {
background: transparent !important;
color: #222 !important;
padding-right: 12px !important;
padding-left: 12px !important;
}
@media (max-width: 767px) {
.mh-save-search-button {
background: #f4f4f4 !important;
margin: -12px -12px 12px -12px !important;
text-align: center !important;
}
.mh-save-search-button button {
width: 100%;
}
}
.mh-search__results {
color: #666666;
position: relative;
font-size: 21px;
line-height: 24px;
float: left;
display: inline-block;
font-family: "Play";
font-weight: 700;
}
.mh-search__results-filters {
float: left;
display: inline-block;
line-height: 24px;
font-size: 14px;
font-weight: 700;
}
.mh-search__results-filters ul {
position: relative;
float: left;
margin: 0;
padding: 0;
display: inline-block;
list-style: none;
text-transform: uppercase;
color: #666666;
}
.mh-search__results-filters ul li {
display: inline;
position: relative;
}
.mh-search__results-filters ul li:nth-child(2) {
padding-left: 24px;
position: relative;
}
.mh-search__results-filters ul li:nth-child(2):after {
content: '';
position: absolute;
top: 2px;
left: 11px;
height: 14px;
width: 1px;
background: #ccc;
}
.mh-search__results-filters ul li > span > span {
line-height: 24px;
margin-right: 14px;
padding-right: 24px;
position: relative;
display: inline-block;
}
.mh-search__results__button-delete {
background: transparent;
border: none;
display: inline-block;
background-image: url(//nowestate.it/wp-content/themes/myhome/assets/images/close-small.png);
background-size: 21px 21px;
width: 21px;
height: 21px;
position: absolute;
right: -2px;
margin-left: 0;
top: 2px;
font-size: 0;
color: transparent;
}
.mh-search__results__button-clear {
background: transparent;
border: none;
color: #666666;
text-transform: uppercase;
}
.mh-search__results__button-clear:hover {
color: #222;
}
.mh-search__previous {
text-align: center;
}
.mh-search__previous button {
margin-top: 12px;
margin-bottom: 24px;
}
.mh-search__more {
font-size: 24px;
margin: 0;
font-weight: 700;
width: 100%;
text-align: center;
margin-top: 12px;
}
.mh-search__more button {
margin-bottom: 24px;
}
.mh-search__end {
border-top: 1px solid #f0f0f0;
padding: 12px 0 36px 0;
}
.mh-search-classic {
max-width: 1140px;
margin: 0 auto;
}
@media (min-width: 768px) {
.mh-search-classic .mh-layout__sidebar-left .mdl-button--clear,
.mh-search-classic .mh-layout__sidebar-right .mdl-button--clear {
margin: 0;
min-width: initial;
}
}
.mh-search-wide .mh-search-horizontal {
max-width: 100%;
margin-left: 15px;
margin-right: 15px;
}
.mh-search-clear-sidebar {
margin-top: 12px;
margin-bottom: 24px;
}
.mh-search--button {
padding: 6px;
position: relative;
}
.mh-search--button input[type=text] {
position: relative;
background: #fff;
}
.mh-search--button .mh-search__label {
display: none;
}
.mh-search--button input[type=text] {
text-align: left;
}
.mh-search--button .bootstrap-select.btn-group .filter-option {
text-align: left;
}
.mh-search--button .mdl-button {
width: 100%;
height: 46px;
line-height: 46px;
padding: 0;
}
.mh-search--button .btn-group.bootstrap-select {
background: #fff;
}
.mh-disable-vc-front-end-editor__info {
display: none;
}
.mh-sidebar-more {
margin: 24px 0;
}
.mh-sidebar-more__info {
display: none;
}
.compose-mode .mh-sidebar-more__content {
display: none;
}
.compose-mode .mh-sidebar-more__info {
display: block;
background: #222;
padding: 36px;
margin: 24px 0;
color: #fff;
text-align: center;
}
.compose-mode .mh-sidebar-more__info .mh-estate-horizontal__text__inner,
.compose-mode .mh-sidebar-more__info .mh-estate-vertical__text__inner {
display: none;
}
.compose-mode .mh-sidebar-more__info h3 {
color: #fff;
text-align: center;
}
.mh-layout__content-right .mh-search__results-wrapper,
.mh-layout__content-left .mh-search__results-wrapper {
position: relative;
}
.mh-layout__content-right .mh-save-search-button button,
.mh-layout__content-left .mh-save-search-button button {
margin-top: 0 !important;
} .mh-search-form-basic {
padding: 6px;
position: relative;
}
.mh-search-form-basic:after {
clear: both;
content: "";
display: table;
}
.mh-search-form-basic input[type=text] {
position: relative;
background: #fff;
}
.mh-search-form-basic .mh-search__label {
display: none;
}
.mh-search-form-basic input[type=text] {
text-align: left;
}
.mh-search-form-basic .bootstrap-select.btn-group .filter-option {
text-align: left;
}
.mh-search-form-basic .mdl-button {
width: 100%;
height: 46px;
line-height: 46px;
padding: 0;
}
.mh-search-form-basic .btn-group.bootstrap-select {
background: #fff;
}
.mh-search-form-basic__inner {
position: relative;
top: 100px;
max-width: 960px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.mh-search-form-basic__inner:after {
clear: both;
content: "";
display: table;
}
.mh-search-form-basic__inner .mh-search__element {
width: 100%;
}
.mh-search-form-basic__inner .mh-search__element:not(:last-child) {
margin-bottom: 6px;
}
@media (min-width: 778px) {
.mh-search-form-basic__inner .mh-search__element:not(:last-child) {
margin-bottom: 0;
}
}
@media (min-width: 778px) {
.mh-search-form-basic__inner .mh-search__element {
width: 25%;
}
}
.mh-search-form-basic__buttons {
float: left;
width: 100%;
margin-bottom: 12px;
margin-left: -12px;
margin-right: -12px;
}
.mh-search-form-basic__buttons:after {
clear: both;
content: "";
display: table;
}
.mh-search-form-basic__buttons__single {
display: inline-block;
margin-right: 12px;
}
.mh-search-form-basic__buttons__single button {
background: transparent;
border: none;
box-shadow: none;
background: #fff;
color: #222;
padding: 12px 18px;
border-radius: 5px;
}
.mh-search-form-basic__buttons__single button.is-active {
background: #29aae3;
color: #fff;
}
.mh-search-form-basic__form {
background: #fff;
border-radius: 5px;
float: left;
width: 100%;
position: relative;
}
.mh-search-form-basic__form input[type=text] {
position: relative;
background: #fff;
text-align: left;
}
.mh-search-form-basic__form .bootstrap-select.btn-group .filter-option {
text-align: left;
}
.mh-search-form-basic__form .btn-group.bootstrap-select {
background: #fff;
}
@media (min-width: 768px) {
.mh-search-form-basic__form {
padding: 9px 0 0 0;
display: flex;
flex-wrap: wrap;
flex: 1;
margin-left: -6px;
margin-right: -6px;
}
.mh-search-form-basic__form:after {
content: "";
flex: auto;
}
.mh-search-form-basic__form .mh-search__element {
padding: 0 6px;
width: 25%;
}
}
@media (min-width: 768px) and (min-width: 1024px) {
.mh-search-form-basic__form {
margin-left: -12px;
margin-right: -12px;
}
.mh-search-form-basic__form .mh-search__element {
padding: 0 12px;
}
} .mh-service {
background: #f2f2f2;
padding-bottom: 12px;
margin-bottom: 24px;
}
.mh-service:after {
clear: both;
content: "";
display: table;
}
.mh-service .mh-service__inner {
padding-left: 12px;
padding-right: 12px;
}
.mh-service .mh-service__btn {
text-align: right;
}
.mh-service__image-wrapper {
position: relative;
display: block;
margin-bottom: 12px;
position: relative;
padding-bottom: 62.5%;
overflow: hidden;
}
.mh-service__image-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.mh-service__image-wrapper:hover:after {
opacity: 0.3;
}
}
.mh-service__image-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
max-width: none;
min-height: 100%;
min-width: 100%;
}
.mh-service__heading {
margin-bottom: 12px;
font-weight: 700;
}
.mh-service__content {
margin-bottom: 12px;
float: left;
width: 100%;
}
.mh-service__content p {
margin-bottom: 0;
}
.mh-service__btn {
text-align: right;
width: 100%;
}
.mh-service--white-background {
background: #fff;
}
.mh-service--dark-background {
background: #333;
color: #fff;
} .mh-simple-box-wrapper:after {
clear: both;
content: "";
display: table;
}
.mh-simple-box {
position: relative;
margin: 0 auto;
max-width: 400px;
text-align: center;
}
.mh-simple-box:after {
clear: both;
content: "";
display: table;
}
.mh-simple-box i {
font-size: 48px;
line-height: 48px;
}
.mh-icon-wrapper {
margin-bottom: 12px;
}
@media (min-width: 1024px) {
.mh-icon-wrapper {
margin-bottom: 24px;
}
}
.mh-simple-box__heading {
margin-bottom: 12px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
}
.mh-simple-box__btn {
margin-bottom: 36px;
}
@media (min-width: 768px) {
.mh-simple-box__btn {
margin-bottom: 24px;
}
}
@media (min-width: 1024px) {
.mh-simple-box--left {
text-align: left;
}
.mh-simple-box--left .mh-simple-box__heading {
text-align: left;
}
.mh-simple-box--left .mh-icon-wrapper {
position: absolute;
top: 0;
left: 0;
text-align: left;
}
.mh-simple-box--left .mh-simple-box__content {
padding-left: 84px;
}
}
@media (min-width: 1024px) {
.mh-simple-box--big-left {
text-align: left;
}
.mh-simple-box--big-left .mh-simple-box__heading {
text-align: left;
}
.mh-simple-box--big-left i {
font-size: 70px;
line-height: 70px;
}
.mh-simple-box--big-left .mh-simple-box__heading {
font-size: 24px;
}
.mh-simple-box--big-left .mh-icon-wrapper {
position: absolute;
top: 0;
left: 0;
}
.mh-simple-box--big-left .mh-simple-box__content {
padding-left: 100px;
}
}
@media (min-width: 1024px) {
.mh-simple-box--center .mh-icon-wrapper {
margin-bottom: 24px;
}
.mh-simple-box--center .mh-simple-box__heading {
font-size: 32px;
text-transform: uppercase;
}
}
@media (min-width: 1024px) {
.mh-simple-box--big-center i {
font-size: 70px;
line-height: 70px;
}
.mh-simple-box--big-center .mh-icon-wrapper {
margin-bottom: 24px;
}
.mh-simple-box--big-center .mh-simple-box__heading {
font-size: 32px;
text-transform: uppercase;
}
}
@media (min-width: 1024px) {
.mh-simple-box--right {
text-align: right;
}
.mh-simple-box--right .mh-icon-wrapper {
margin-bottom: 24px;
}
.mh-simple-box--right .mh-icon-wrapper {
position: absolute;
top: 0;
left: 0;
}
.mh-simple-box--right .mh-simple-box__heading {
text-align: right;
}
.mh-simple-box--right .mh-simple-box__content {
padding-right: 80px;
}
}
@media (min-width: 1024px) {
.mh-simple-box--big-right {
text-align: right;
}
.mh-simple-box--big-right i {
font-size: 70px;
line-height: 70px;
}
.mh-simple-box--big-right .mh-simple-box__heading {
font-size: 24px;
text-align: right;
}
.mh-simple-box--big-right .mh-icon-wrapper {
margin-bottom: 24px;
}
.mh-simple-box--big-right .mh-icon-wrapper {
position: absolute;
top: 0;
right: 0;
}
.mh-simple-box--big-right .mh-simple-box__content {
padding-right: 100px;
}
} #mh_rev_gallery_single_wrapper {
margin-bottom: 24px;
}
#mh_rev_gallery_single_wrapper .tp-thumbs-inner-wrapper {
-webkit-transition: all 0.2s ease-out !important;
-moz-transition: all 0.2s ease-out !important;
-ms-transition: all 0.2s ease-out !important;
-o-transition: all 0.2s ease-out !important;
transition: all 0.2s ease-out !important;
margin-top: 12px;
}
#mh_rev_gallery_single_wrapper .tp-thumb {
opacity: 0.3;
-webkit-transition: opacity 0.2s !important;
-moz-transition: opacity 0.2s !important;
-ms-transition: opacity 0.2s !important;
-o-transition: opacity 0.2s !important;
transition: opacity 0.2s !important;
}
@media (min-width: 1025px) {
#mh_rev_gallery_single_wrapper .tp-thumb:hover {
opacity: 1;
}
}
#mh_rev_gallery_single_wrapper .tp-thumb.selected {
opacity: 1;
}
.single-estate .mh-layout__content-left {
overflow-x: hidden !important;
}
.mh-layout__content-left #mh_rev_gallery_single_wrapper {
position: relative;
}
@media (min-width: 1024px) {
.mh-layout__content-left #mh_rev_gallery_single_wrapper {
height: 668px !important;
margin-bottom: 24px;
}
} @media (min-width: 767px) {
#mh_rev_slider_single_wrapper {
height: 350px;
}
}
@media (min-width: 1024px) {
#mh_rev_slider_single_wrapper {
height: 500px;
}
}
@media (min-width: 1200px) {
#mh_rev_slider_single_wrapper {
height: 600px;
}
}
.mh-slider-single {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-slider-single {
margin-bottom: 24px;
}
}
.mh-slider-single__content {
position: relative;
margin-top: -36px;
padding: 12px 0;
background: #f2f2f2;
margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 768px) {
.mh-slider-single__content {
background: transparent;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 24px;
color: #fff;
padding: 0;
}
}
@media (min-width: 768px) {
.mh-slider-single__top {
border-bottom: 2px solid #fff;
}
.mh-slider-single__top:after {
clear: both;
content: "";
display: table;
}
}
.mh-slider-single__bottom {
font-style: italic;
}
.mh-slider-single__bottom i {
position: absolute;
left: 12px;
margin-right: 6px;
}
@media (min-width: 768px) {
.mh-slider-single__bottom i {
position: static;
padding: 0;
}
}
.mh-slider-single__bottom span {
display: block;
padding-left: 24px;
}
@media (min-width: 768px) {
.mh-slider-single__bottom span {
display: inline;
padding: 0;
}
}
@media (min-width: 768px) {
.mh-slider-single__bottom {
font-size: 16px;
min-height: 24px;
line-height: 46px;
}
.mh-slider-single__bottom:after {
clear: both;
content: "";
display: table;
}
}
.mh-slider-single__address {
color: #4d4d4d;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-slider-single__address {
color: #fff;
float: left;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
@media (min-width: 768px) {
.mh-slider-single__phone {
display: inline-block;
float: right;
}
.mh-slider-single__phone a {
color: #fff;
}
}
@media (min-width: 768px) {
.mh-slider-single__name-price {
display: table;
width: 100%;
}
}
.mh-slider-single__name {
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
padding-bottom: 9px;
margin-bottom: 12px;
position: relative;
}
.mh-slider-single__name:after {
content: '';
width: 100%;
background: #fff;
height: 2px;
position: absolute;
bottom: -2px;
left: 0;
}
@media (min-width: 768px) {
.mh-slider-single__name {
text-align: center;
padding-bottom: 0;
margin-bottom: 0;
text-align: left;
display: table-cell;
font-size: 24px;
line-height: 1.2;
padding-bottom: 6px;
margin-bottom: 0;
color: #fff;
width: auto;
vertical-align: bottom;
}
.mh-slider-single__name:after {
display: none;
}
}
@media (min-width: 1024px) {
.mh-slider-single__name {
font-size: 36px;
}
}
.mh-slider-single__price {
padding-bottom: 12px;
font-weight: 700;
font-family: Play, Arial, Helvetica, sans-serif;
font-size: 18px;
}
.mh-slider-single__price:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-slider-single__price {
padding-bottom: 6px;
text-align: center;
color: #fff;
margin-bottom: 0;
background: transparent;
display: table-cell;
vertical-align: bottom;
width: auto;
font-size: 24px;
line-height: 1.2;
text-align: right;
color: #fff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
@media (min-width: 1024px) {
.mh-slider-single__price {
padding-bottom: 9px;
font-size: 34px;
height: 36px;
}
} .mh-slider__transparent {
text-align: center;
}
.mh-slider__transparent__title {
color: #fff;
font-weight: 700;
font-size: 21px;
text-transform: uppercase;
margin-bottom: 18px;
text-align: center;
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
width: 280px;
border: 2px solid #fff;
padding: 6px 12px 6px 12px;
}
@media (min-width: 375px) {
.mh-slider__transparent__title {
width: 300px;
}
}
@media (min-width: 480px) {
.mh-slider__transparent__title {
width: 400px;
}
}
@media (min-width: 768px) {
.mh-slider__transparent__title {
width: 100%;
padding: 0 0 9px 0;
border: none;
max-width: 600px;
font-size: 32px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mh-slider__transparent__title:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
background: #fff;
width: 100%;
height: 2px;
}
}
@media (min-width: 1024px) {
.mh-slider__transparent__title {
max-width: 900px;
font-size: 36px;
}
}
@media (min-width: 1200px) {
.mh-slider__transparent__title {
max-width: 1024px;
font-size: 48px;
}
}
.mh-slider__transparent__address {
display: none;
}
@media (min-width: 768px) {
.mh-slider__transparent__address {
display: block;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: 400;
margin-bottom: 24px;
font-style: italic;
white-space: nowrap;
font-size: 16px;
margin-bottom: 18px;
}
}
.mh-slider__transparent__price {
display: none;
}
@media (min-width: 768px) {
.mh-slider__transparent__price {
text-align: center;
color: #fff;
font-size: 16px;
padding: 6px 15px;
display: inline-block;
margin: 0 auto;
border: 1px solid #fff;
font-size: 16px;
padding: 8px 16px;
border: 2px solid #fff;
}
}
@media (min-width: 1024px) {
.mh-slider__transparent__price {
padding: 16px 30px;
font-weight: 400;
font-size: 24px;
}
} .mh-slider__card-short {
background: white;
color: #222;
padding: 12px;
width: 100%;
font-size: 16px;
}
@media (min-width: 900px) {
.mh-slider__card-short {
background: rgba(255, 255, 255, 0.85);
min-width: 600px;
padding: 12px 24px;
}
}
.mh-slider__card-short__heading {
font-size: 21px;
text-transform: uppercase;
font-weight: 700;
width: auto;
visibility: inherit;
margin-bottom: 0;
color: #4d4d4d;
text-align: center;
width: 280px;
}
@media (min-width: 375px) {
.mh-slider__card-short__heading {
width: 300px;
}
}
@media (min-width: 480px) {
.mh-slider__card-short__heading {
width: 400px;
}
}
@media (min-width: 768px) {
.mh-slider__card-short__heading {
max-width: 600px;
}
}
@media (min-width: 900px) {
.mh-slider__card-short__heading {
margin-bottom: 6px;
font-size: 32px;
text-align: left;
padding: 0;
width: auto;
}
}
.mh-slider__card-short__address {
display: none;
}
@media (min-width: 900px) {
.mh-slider__card-short__address {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
max-width: 400px;
font-style: italic;
}
}
.mh-slider__card-short__price {
display: none;
}
@media (min-width: 900px) {
.mh-slider__card-short__price {
background: #29aae3;
color: #fff;
display: block;
white-space: nowrap;
padding: 0 30px;
font-size: 21px;
line-height: 46px;
font-weight: 700;
width: auto;
text-align: center;
position: absolute;
left: 100%;
bottom: 0px;
margin-left: -160px !important;
margin-bottom: -23px !important;
}
} .mh-slider__card-default {
background: white;
color: #222;
padding: 12px;
width: 100%;
font-size: 16px;
}
@media (min-width: 900px) {
.mh-slider__card-default {
background: rgba(255, 255, 255, 0.85);
min-width: 530px;
padding: 12px 24px 24px;
}
}
.mh-slider__card-default__heading {
font-size: 21px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 0;
visibility: inherit;
color: #4d4d4d;
text-align: center;
width: 280px;
}
@media (min-width: 375px) {
.mh-slider__card-default__heading {
width: 300px;
}
}
@media (min-width: 480px) {
.mh-slider__card-default__heading {
width: 400px;
}
}
@media (min-width: 768px) {
.mh-slider__card-default__heading {
max-width: 600px;
font-size: 24px;
}
}
@media (min-width: 900px) {
.mh-slider__card-default__heading {
padding-right: 30px;
margin-bottom: 24px;
font-size: 32px;
text-align: left;
padding: 0;
}
}
.mh-slider__card-default__address {
display: none;
}
@media (min-width: 900px) {
.mh-slider__card-default__address {
display: block;
width: 45%;
position: relative;
font-style: italic;
max-height: 48px;
overflow: hidden;
padding-bottom: 12px;
font-weight: 400;
}
.mh-slider__card-default__address i {
font-size: 32px;
line-height: 46px;
}
.mh-slider__card-default__address span {
position: absolute;
top: 0;
left: 42px;
}
}
.mh-slider__card-default__price {
display: none;
}
@media (min-width: 900px) {
.mh-slider__card-default__price {
background: #29aae3;
color: #fff;
min-width: 300px;
display: inline-block;
white-space: nowrap;
padding: 10px 70px;
font-size: 24px;
line-height: 36px;
font-weight: 700;
width: auto;
margin-left: 24px;
text-align: center;
position: absolute;
left: 50%;
top: 0;
}
} #estate_slider_card .tparrows,
#estate_slider_card_short .tparrows,
#mh_rev_slider_single .tparrows,
#mh_rev_gallery_single .tparrows {
background: rgba(255, 255, 255, 0.7);
width: 48px;
height: 48px;
}
#estate_slider_card .tparrows:before,
#estate_slider_card_short .tparrows:before,
#mh_rev_slider_single .tparrows:before,
#mh_rev_gallery_single .tparrows:before {
color: #222 !important;
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-ms-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
}
#estate_slider_card .tparrows:hover:before,
#estate_slider_card_short .tparrows:hover:before,
#mh_rev_slider_single .tparrows:hover:before,
#mh_rev_gallery_single .tparrows:hover:before {
color: #fff !important;
background: #29aae3;
}
@media (max-width: 1024px) {
#estate_slider_card .tparrows:hover:before, #estate_slider_card .tparrows:active:before, #estate_slider_card .tparrows:focus:before,
#estate_slider_card_short .tparrows:hover:before,
#estate_slider_card_short .tparrows:active:before,
#estate_slider_card_short .tparrows:focus:before,
#mh_rev_slider_single .tparrows:hover:before,
#mh_rev_slider_single .tparrows:active:before,
#mh_rev_slider_single .tparrows:focus:before,
#mh_rev_gallery_single .tparrows:hover:before,
#mh_rev_gallery_single .tparrows:active:before,
#mh_rev_gallery_single .tparrows:focus:before {
background: rgba(255, 255, 255, 0.7) !important;
color: #222 !important;
}
}
#estate_slider_card .tparrows:before,
#estate_slider_card_short .tparrows:before,
#mh_rev_slider_single .tparrows:before,
#mh_rev_gallery_single .tparrows:before {
line-height: 48px;
}
#estate_slider_card .tparrows.tp-leftarrow,
#estate_slider_card_short .tparrows.tp-leftarrow,
#mh_rev_slider_single .tparrows.tp-leftarrow,
#mh_rev_gallery_single .tparrows.tp-leftarrow {
margin-left: 12px;
}
#estate_slider_card .tparrows.tp-rightarrow,
#estate_slider_card_short .tparrows.tp-rightarrow,
#mh_rev_slider_single .tparrows.tp-rightarrow,
#mh_rev_gallery_single .tparrows.tp-rightarrow {
margin-right: 12px;
}
#estate_slider_transparent .tparrows {
background: rgba(255, 255, 255, 0);
width: 72px;
height: 72px;
}
#estate_slider_transparent .tparrows:before {
line-height: 72px;
font-size: 24px;
color: #fff !important;
}
.mh-slider__buttons .mdl-button {
min-width: 130px;
margin: 0 6px;
} body:not(.vc_editor) .rev_slider_estate_placeholder {
min-height: 450px;
}
body:not(.vc_editor) .rev_slider_estate_placeholder .rev_slider_wrapper {
left: 0 !important;
}
@media (min-width: 900px) {
body:not(.vc_editor) .rev_slider_estate_placeholder {
min-height: 500px;
}
}
@media (min-width: 1100px) {
body:not(.vc_editor) .rev_slider_estate_placeholder {
min-height: 600px;
}
}
.compose-mode .vc_element.vc_mh_slider_estate,
.compose-mode .vc_element.vc_mh_slider {
margin-top: 35px;
}
.ares .tp-bullet-title {
display: none;
} .mh-social-icons {
margin-bottom: -12px;
}
.mh-social-icon {
background-color: #fff;
display: inline-block;
position: relative;
text-align: center;
color: #222 !important;
height: 48px;
width: 48px;
font-size: 16px;
line-height: 48px;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
margin-bottom: 12px;
margin-right: 12px;
border-radius: 50%;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
border-radius: 50%;
}
.mh-social-icon:after {
position: absolute;
top: 0;
left: 0;
display: inline-block;
height: 48px;
width: 48px;
content: '';
border: 1px solid #222;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
border-radius: 50%;
}
.mh-social-icon:hover, .mh-social-icon:active, .mh-social-icon:focus {
color: #fff !important;
}
@media (min-width: 1025px) {
.mh-social-icon:hover {
background: #29aae3;
}
.mh-social-icon:hover:after {
opacity: 1;
border: 1px solid #29aae3;
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
}
} .mh-testimonial {
max-width: 600px;
margin-right: auto;
margin-left: auto;
margin-bottom: 24px;
}
.mh-testimonial:after {
clear: both;
content: "";
display: table;
}
.mh-testimonial__author {
font-weight: 700;
}
.mh-testimonial__occupation {
font-size: 13px;
}
.mh-testimonial__author {
margin-bottom: 0;
text-transform: uppercase;
font-size: 16px;
}
@media (min-width: 768px) {
.mh-testimonial__author {
font-size: 21px;
}
}
.mh-testimonial__photo > img {
border-radius: 50%;
}
.mh-testimonials--standard {
text-align: center;
}
.mh-testimonials--standard .mh-testimonial .mh-testimonial__photo {
text-align: center;
margin-bottom: 24px;
}
.mh-testimonials--standard .mh-testimonial .mh-testimonial__photo > img {
width: 120px;
height: 120px;
display: inline-block;
}
.mh-testimonials--standard .mh-testimonial .mh-testimonial__author {
text-align: center;
}
.mh-testimonials--standard .mh-testimonial .mh-testimonial__occupation {
margin-bottom: 0;
}
.mh-testimonials--standard .mh-testimonial .mh-testimonial__text {
text-align: center;
margin-bottom: 24px;
}
.mh-testimonials--standard.mh-testimonials--light {
color: #fff;
}
.mh-testimonials--standard.mh-testimonials--light .mh-testimonial__author {
color: #fff;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__text {
background: #4d4d4d;
color: #fff;
position: relative;
padding: 12px;
height: auto !important;
margin-bottom: 24px;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__text p {
padding-bottom: 18px;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__text:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
bottom: -15px;
left: 16px;
border-left: 18px solid transparent;
border-right: 18px solid transparent;
border-top: 18px solid #4d4d4d;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__author-info {
display: table-cell;
vertical-align: middle;
margin-top: 24px;
padding-left: 85px;
position: relative;
height: 70px;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__photo {
position: absolute;
margin-bottom: 24px;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__photo > img {
width: 70px;
height: 70px;
}
.mh-testimonials--cloud-text.mh-testimonials--light {
color: #fff;
}
.mh-testimonials--cloud-text.mh-testimonials--light .mh-testimonial .mh-testimonial__text {
background: #fff;
color: #222;
}
.mh-testimonials--cloud-text.mh-testimonials--light .mh-testimonial .mh-testimonial__text:before {
border-top-color: #fff;
}
.mh-testimonials--cloud-text.mh-testimonials--light .mh-testimonial .mh-testimonial__author {
color: #fff;
}
.mh-testimonials--transparent .mh-testimonial .mh-testimonial__text {
position: relative;
margin-bottom: 35px;
font-size: 24px;
}
.mh-testimonials--transparent .mh-testimonial .mh-testimonial__author-info {
display: table-cell;
vertical-align: middle;
margin-top: 24px;
padding-left: 85px;
position: relative;
height: 70px;
}
.mh-testimonials--transparent .mh-testimonial .mh-testimonial__photo {
position: absolute;
margin-bottom: 24px;
}
.mh-testimonials--transparent .mh-testimonial .mh-testimonial__photo > img {
width: 70px;
height: 70px;
}
.mh-testimonials--transparent.mh-testimonials--light {
color: #fff;
}
.mh-testimonials--transparent.mh-testimonials--light .mh-testimonial .mh-testimonial__text {
color: #fff;
}
.mh-testimonials--transparent.mh-testimonials--light .mh-testimonial .mh-testimonial__author {
color: #fff;
}
.mh-testimonials--boxed .mh-testimonial {
padding: 24px;
background: #fff;
color: #222;
border: 1px solid #c3c3c5;
}
.mh-testimonials--boxed .mh-testimonial__text {
font-size: 24px;
position: relative;
margin-bottom: 24px;
}
.mh-testimonials--boxed .mh-testimonial__author-info {
display: table-cell;
vertical-align: middle;
margin-top: 24px;
padding-left: 85px;
position: relative;
height: 70px;
}
.mh-testimonials--boxed .mh-testimonial__photo {
position: absolute;
margin-bottom: 24px;
}
.mh-testimonials--boxed .mh-testimonial__photo > img {
width: 70px;
height: 70px;
}
.mh-testimonials--boxed.mh-testimonials--light .mh-testimonial {
background: #fff;
border-color: #fff;
}
.mh-testimonials--cloud-text .mh-testimonial .mh-testimonial__text a {
color: #fff;
}
.single-testimonial .mh-post-single__meta {
display: none;
} .mh-top-bar-user-panel {
position: absolute;
top: 0;
right: 15px;
}
.mh-top-bar-user-panel__user-menu {
display: none;
margin: 0;
padding: 0;
position: absolute;
top: 0;
margin-top: 36px;
right: 0;
z-index: 999999999999;
background: #fff;
list-style: none;
width: 205px;
}
.mh-top-bar-user-panel__user-menu li {
margin: 0;
}
.mh-top-bar-user-panel__user-menu a,
.mh-top-bar-user-panel__user-menu button {
color: #666;
background: #f9f9f9;
text-align: left;
width: 100%;
display: inline-block;
padding: 12px 12px;
line-height: 24px;
font-size: 12px;
text-transform: uppercase;
border: 0;
font-family: Lato, Arial, Helvetica, sans-serif;
}
.mh-top-bar-user-panel__user-menu a i,
.mh-top-bar-user-panel__user-menu button i {
margin-right: 6px;
}
.mh-top-bar-user-panel__user-menu a:hover,
.mh-top-bar-user-panel__user-menu button:hover {
background: #f0f0f0;
color: #222 !important;
}
@media (min-width: 1023px) {
.mh-top-bar-user-panel__user-menu:hover {
display: block;
}
}
.mh-top-bar-user-panel__user-info {
position: relative;
left: -24px;
display: inline-block;
padding: 0 12px;
height: 34px;
}
.mh-top-bar-user-panel__user-info img[src*="http"] {
border-radius: 50%;
height: 24px;
margin-top: -4px;
margin-right: 6px;
}
.mh-top-bar-user-panel__user-info > a {
display: inline-block;
line-height: 36px;
font-size: 14px;
}
@media (min-width: 767px) {
.mh-top-bar-user-panel__user-info {
left: 0;
}
}
.mh-top-header--primary .mh-top-bar-user-panel__user-info {
background: #29aae3;
}
.mh-top-header--primary .mh-top-bar-user-panel__user-info > a {
color: #fff;
}
.mh-top-bar-user-panel__main-link {
font-size: 13px;
}
@media (min-width: 1023px) {
.mh-top-bar-user-panel__main-link:hover + .mh-top-bar-user-panel__user-menu {
display: block;
}
}
@media (min-width: 1023px) {
.mh-top-header .mh-top-bar-user-panel__main-link:before {
content: '';
height: 20px;
width: 1px;
background: #f0f0f0;
position: absolute;
top: 8px;
left: -12px;
}
}
.mh-top-bar-user-panel-small .mh-top-bar-user-panel {
position: static;
}
.mh-top-bar-user-panel-small .mh-top-bar-user-panel > div {
padding-left: 24px;
}
.mh-top-bar-user-panel-small .mh-top-bar-user-panel__user-info {
padding: 0;
}
@media (min-width: 1023px) {
.mh-top-bar-user-panel-small {
display: inline-block;
position: relative;
}
}
.mh-top-header--default .mh-top-bar-user-panel__user-info {
background: transparent;
}
.mh-top-header--default .mh-top-bar-user-panel__user-info a {
color: #222;
}
.mh-top-header-big .mh-top-bar-user-panel__user-info {
background: #29aae3;
}
.mh-top-header-big .mh-top-bar-user-panel__user-info > a {
color: #fff;
}
.mh-top-header-big .mh-top-header--primary .mh-top-bar-login-register {
color: #fff;
}
@media (max-width: 1023px) {
.mh-top-header-big .mh-top-bar-user-panel {
position: static;
right: 0;
}
.mh-top-header-big .mh-top-bar-user-panel__user-info {
background: #fff !important;
padding: 0;
}
.mh-top-header-big .mh-top-bar-user-panel__user-info > a {
color: #222;
}
}
.mh-hide-top-bar-on-mobile .mh-top-header,
.mh-hide-top-bar-on-mobile .mh-top-header-big {
display: none;
}
@media (min-width: 1024px) {
.mh-hide-top-bar-on-mobile .mh-top-header,
.mh-hide-top-bar-on-mobile .mh-top-header-big {
display: block;
}
} .mh-top-header {
font-family: Play, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 36px;
color: #666666;
border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 1024px) {
.mh-top-header {
height: 36px;
text-align: right;
}
}
.mh-top-header:not(.mh-top-header--primary) a {
color: #666666;
}
.mh-top-header:not(.mh-top-header--primary) a:hover {
color: #29aae3;
}
.mh-top-header address {
font-style: normal;
}
.mh-top-header__element {
width: 100%;
float: left;
display: block;
position: relative;
}
.mh-top-header__element > a > i {
margin-right: 6px;
position: relative;
top: 1px;
}
@media (min-width: 768px) {
.mh-top-header__element {
width: 50%;
}
}
@media (min-width: 1024px) {
.mh-top-header__element {
width: auto;
float: none;
display: inline-block;
margin-right: 24px;
line-height: 36px;
}
.mh-top-header__element:after {
content: '';
height: 20px;
width: 1px;
background: #f0f0f0;
position: absolute;
top: 8px;
right: -12px;
}
.mh-top-header__element:last-of-type {
margin-right: 0;
}
.mh-top-header__element:last-of-type:after {
display: none;
}
}
.mh-top-header__element--social-icons {
display: none;
}
@media (min-width: 1024px) {
.mh-top-header__element--social-icons {
display: inline-block;
}
.mh-top-header__element--social-icons > span > a {
margin-left: 9px;
}
.mh-top-header__element--social-icons > span:first-of-type > a {
margin-left: 0;
}
}
.mh-top-header--primary {
background: #29aae3;
border-color: #29aae3;
color: #fff;
}
.mh-top-header--primary .mh-top-header__element > a,
.mh-top-header--primary .mh-top-header__element > span > a {
color: #fff;
}
.mh-top-header--primary .mh-top-header__element > a:hover,
.mh-top-header--primary .mh-top-header__element > span > a:hover {
color: #fff;
} .mh-top-header-big {
background: #fff;
}
.mh-top-header-big:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 1023px) {
.mh-top-header-big {
height: 120px;
}
}
.mh-top-header-big__content {
max-width: 1170px;
padding: 0 15px;
margin: 0 auto;
position: relative;
}
.mh-top-header-big__logo-placeholder {
display: none;
}
@media (min-width: 1023px) {
.mh-top-header-big__logo-placeholder {
float: left;
display: inline-block;
width: 155px;
margin-right: 30px;
height: 120px;
}
}
@media (min-width: 1200px) {
.mh-top-header-big__logo-placeholder {
width: 285px;
}
}
.mh-top-header-big__element:not(.mh-top-header-big__panel) a:hover {
color: #29aae3;
}
.mh-top-header-big__logo {
display: none;
}
@media (min-width: 1024px) {
.mh-top-header-big__logo {
position: absolute;
float: left;
display: inline-block;
height: 120px;
text-align: left;
z-index: 2;
}
.mh-top-header-big__logo img {
display: inline-block;
margin-top: 35px;
height: 50px;
}
}
@media (min-width: 1200px) {
.mh-top-header-big__logo {
width: 285px;
}
}
.mh-top-header-big__element {
display: block;
position: relative;
font-size: 13px;
text-align: left;
color: #4d4d4d;
padding: 0px;
}
.mh-top-header-big__element .mh-top-header-big__element__icon-big {
margin-right: 6px;
position: relative;
top: 1px;
font-size: 16px;
margin-bottom: 6px;
display: inline-block;
}
.mh-top-header-big__element a {
color: #222;
}
@media (min-width: 768px) {
.mh-top-header-big__element {
width: 50%;
float: left;
}
}
@media (min-width: 1023px) {
.mh-top-header-big__element {
padding: 0;
width: auto;
display: table;
margin-right: 48px;
height: 120px;
font-weight: 400;
font-size: 14px;
font-style: italic;
}
.mh-top-header-big__element .mh-top-header-big__element__icon-big {
position: absolute;
font-size: 30px;
line-height: 120px;
height: 120px;
margin-right: 16px;
}
}
@media (min-width: 1023px) {
.mh-top-header-big__element--address {
max-width: 160px;
}
}
.mh-top-header-big__value {
display: inline-block;
}
@media (min-width: 1023px) {
.mh-top-header-big__value {
display: table-cell;
vertical-align: middle;
padding-left: 48px;
margin-right: 48px;
height: 120px;
}
}
.mh-top-header-big__social-icons {
display: none;
}
@media (min-width: 1023px) {
.mh-top-header-big__social-icons {
display: inline-block;
float: right;
}
.mh-top-header-big__social-icons a {
color: #4d4d4d;
font-size: 21px;
margin-left: 18px;
line-height: 120px;
}
.mh-top-header-big__social-icons a:hover {
color: #29aae3;
}
}
@media (min-width: 1023px) {
.mh-top-header-big__info-element__content {
padding: 48px 0;
height: 60px;
position: relative;
}
.mh-top-header-big__info-element__content i {
position: absolute;
top: 0;
left: 0;
}
}
@media (min-width: 1023px) {
.mh-top-header-big__info-element__info {
padding-left: 60px;
}
}
@media (min-width: 1023px) {
.mh-top-header-big__info-element {
position: relative;
margin-right: 48px;
}
.mh-top-header-big__info-element i {
font-size: 30px;
margin-right: 16px;
}
.mh-top-header-big__info-element span {
display: inline-block;
}
}
@media (min-width: 1023px) {
.mh-top-header-big__info-element__info {
max-width: 130px;
}
}
@media (min-width: 1023px) {
.mh-top-header-big + .mh-navbar__wrapper .mh-navbar__header {
display: none !important;
}
}
.mh-top-header-big__panel {
margin-top: 3px;
margin-bottom: 6px;
}
@media (min-width: 1023px) {
.mh-top-header-big__panel {
margin: 0;
height: auto;
display: block;
margin-right: 0;
font-style: normal;
position: absolute;
top: 0;
right: 15px;
padding: 0 12px;
font-size: 13px;
line-height: 24px;
background: #fff;
}
.mh-top-header-big__panel a {
color: #4d4d4d;
}
}
@media (min-width: 1023px) {
.mh-top-header-big .mh-top-header-big__panel {
background: #29aae3;
}
.mh-top-header-big .mh-top-header-big__panel .mh-top-header__user-info__panel-link {
color: #fff;
}
}
@media (max-width: 1023px) {
.mh-top-header-big .mh-top-header-big__panel {
background: #fff !important;
}
}
@media (max-width: 767px) {
.mh-top-header-big .mh-top-bar-user-panel__user-info {
left: 0 !important;
}
} .mh-top-title {
background: #f2f2f2;
color: #999999;
text-align: center;
padding: 36px 18px;
}
@media (min-width: 768px) {
.mh-top-title {
padding: 48px 18px;
}
}
.mh-top-title a {
color: #222;
}
.mh-top-title a:hover {
color: #222;
}
.mh-header--transparent + .mh-top-title {
padding-top: 120px;
}
.mh-top-title--image-background {
background-size: cover !important;
position: relative;
}
.mh-top-title--image-background:after {
content: '';
background: rgba(0, 0, 0, 0.4);
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
}
.mh-top-title--image-background h1,
.mh-top-title--image-background .small-text,
.mh-top-title--image-background .small-text i {
color: #fff !important;
z-index: 3 !important;
position: relative;
}
.mh-top-title-offset {
margin-top: 24px;
}
@media (min-width: 768px) {
.mh-top-title-offset {
margin-top: 36px;
}
}
.mh-top-title__heading {
margin-bottom: 0;
}
.mh-top-title--single-estate {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-top-title--single-estate {
margin-bottom: 36px;
padding-top: 36px;
padding-bottom: 36px;
}
}
.mh-top-title--single-estate .mh-caption {
top: -48px;
right: 24px;
}
.mh-top-title--single-estate .mh-layout {
position: relative;
}
.mh-top-title--author {
padding-top: 24px;
padding-bottom: 24px;
color: #666666;
}
@media (min-width: 768px) {
.mh-top-title--author {
padding-top: 64px;
padding-bottom: 64px;
text-align: left;
}
}
.mh-top-title--author .agent-contact {
margin-bottom: 0;
}
.mh-top-title--author .mh-top-title__heading {
color: #666666;
text-transform: none;
}
.mh-top-title--author .mh-top-title__heading:first-letter {
text-transform: uppercase;
}
@media (min-width: 768px) {
.mh-top-title--author .mh-top-title__heading {
font-size: 44px;
text-align: left;
}
}
.mh-top-title--author .mh-agent-contact__element {
display: block;
font-weight: 400;
font-size: 13px;
margin-bottom: 0px;
}
@media (min-width: 768px) {
.mh-top-title__avatar + .mh-top-title__author-info {
padding-left: 200px;
}
}
@media (min-width: 768px) {
.mh-top-title__author-info {
height: 160px;
display: table;
vertical-align: middle;
}
}
@media (min-width: 768px) {
.mh-top-title__author-info__content {
display: table-cell;
vertical-align: middle;
}
}
.mh-top-title--image-background {
border: 0;
position: relative;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: center center !important;
color: #fff;
}
.mh-top-title--image-background .mh-top-title__heading {
color: #fff;
z-index: 2;
}
.mh-top-title--image-background:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 0;
}
.mh-top-title--image-background .mh-top-title__subheading {
position: relative;
color: #fff;
z-index: 2;
}
@media (min-width: 768px) {
.mh-top-title--image-background {
padding-top: 72px;
padding-bottom: 72px;
}
}
.mh-top-title__heading {
position: relative;
display: inline-block;
font-size: 24px;
color: #231e2e;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
text-align: center;
}
@media (min-width: 768px) {
.mh-top-title__heading {
font-size: 32px;
}
}
.mh-top-title__avatar > img {
border-radius: 50%;
width: 160px;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-top-title__avatar {
display: block;
}
.mh-top-title__avatar:after {
clear: both;
content: "";
display: table;
}
.mh-top-title__avatar > img {
position: absolute;
top: 0;
left: 0;
}
}
.mh-top-title__user-description {
max-width: 600px;
margin-bottom: 12px;
}
.mh-top-title__social-icons:after {
clear: both;
content: "";
display: table;
}
.mh-top-title__social-icons a {
color: #666666;
display: inline-block;
margin-right: 8px;
font-size: 14px;
}
@media (min-width: 1025px) {
.mh-top-title__social-icons a:hover, .mh-top-title__social-icons a:active, .mh-top-title__social-icons a:focus {
color: #222222;
}
}
@media (min-width: 768px) {
.mh-top-title__social-icons {
text-align: left;
}
}
.mh-top-title--parallax {
position: relative;
padding-top: 72px;
padding-bottom: 72px;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
position: relative;
background-size: cover !important;
}
.mh-top-title--parallax .mh-top-title__heading {
position: relative;
color: #fff;
z-index: 2;
}
.mh-top-title--parallax .mh-top-title__subheading {
position: relative;
z-index: 2;
color: #fff;
}
.mh-top-title--parallax:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 1;
}
.mh-top-title--wide-bg {
position: relative;
padding-top: 72px;
padding-bottom: 72px;
background-position: center center;
background-repeat: no-repeat;
position: relative;
background-size: cover !important;
}
.mh-top-title--wide-bg .mh-top-title__heading {
position: relative;
color: #fff;
z-index: 2;
}
.mh-top-title--wide-bg .mh-top-title__subheading {
position: relative;
z-index: 2;
color: #fff;
}
.mh-top-title--wide-bg:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.45);
z-index: 1;
} .mh-video-wrapper {
padding-bottom: 24px;
text-align: center;
position: relative;
}
.mh-video-wrapper:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-video-wrapper {
padding-bottom: 56.25%;
margin-bottom: 24px;
}
.mh-video-wrapper object,
.mh-video-wrapper embed,
.mh-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-estate .mh-video-wrapper {
padding-top: 0;
}
.single-estate .mh-video-wrapper .mejs-container {
position: absolute;
top: 0;
left: 0;
padding-bottom: 56.25%;
height: initial !important;
margin-left: auto !important;
margin-right: auto !important;
}
.single-estate .mh-video-wrapper .mejs-container-fullscreen {
max-height: 100%;
}
.single-estate .mh-video-wrapper .wp-video {
width: 100% !important;
}
}
.vc_video-small {
max-width: 640px !important;
margin: 0 auto !important;
}
.wp-video-shortcode {
height: auto !important;
box-shadow: none !important;
outline: none !important;
}
.wp-video-shortcode * {
box-shadow: none !important;
outline: none !important;
} .mh-widget-title {
margin-bottom: 12px;
}
.mh-widget-title:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-widget-title {
margin-bottom: 24px;
}
}
.mh-widget-title__text {
position: relative;
text-transform: none;
font-weight: 400;
font-size: 24px;
margin-bottom: 0;
padding-top: 9px;
}
.mh-widget-title__text:after {
clear: both;
content: "";
display: table;
}
.mh-widget-title__text:before {
position: absolute;
top: 0;
left: 0;
height: 2px;
width: 100%;
background: #29aae3;
content: '';
} .mh-favorite-card {
position: absolute;
z-index: 99;
right: 12px;
top: -40px;
padding: 0px;
color: #000;
margin-top: 62.5%;
font-size: 16px;
}
.mh-favorite-card button {
padding: 6px;
background: rgba(255, 255, 255, 0.5);
border: 0px solid transparent;
border-radius: 4px;
line-height: 1;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-favorite-card button:hover {
background: white !important;
color: #D32F2F;
}
.mh-favorite-card .fa-heart {
color: #D32F2F !important;
}
.mh-favorite-card .is-favorite button {
background: white;
}
.mh-favorite-card__added-removed {
position: absolute;
width: initial;
border-radius: 6px;
display: block;
background: #fff;
padding: 4px 12px;
font-size: 13px;
font-weight: 700;
color: #444;
right: 0;
top: 0;
margin-right: 36px;
white-space: nowrap;
opacity: 1;
}
.mh-favorite-card__added-removed:after {
content: '';
position: absolute;
right: -4px;
top: 8px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid white;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
transition: height 500ms ease-in-out;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: -webkit-transform 100ms ease;
transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transform: scale(1.3, 1.3);
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
.owl-carousel--gallery .owl-nav {
position: absolute;
height: 48px;
margin-top: -12px;
top: 50%;
width: 100%;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel--gallery .owl-item {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
}
.owl-carousel--gallery .owl-controls {
position: absolute;
top: 24px;
right: 48px;
}
.owl-carousel--gallery .owl-carousel-sidebar .owl-controls {
position: absolute;
top: 24px;
right: 24px;
}
.owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
margin-top: 0;
height: 14px;
margin-bottom: 24px;
}
.owl-dots .owl-dot {
position: relative;
top: -4px;
display: inline-block;
zoom: 1;
}
.owl-dots .owl-dot span {
width: 14px;
height: 14px;
margin: 0 4px;
background: #c3c3c5;
border: 2px solid #c3c3c5;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.owl-dots .owl-dot.active span {
background: #29aae3;
border-color: #29aae3;
}
.owl-prev,
.owl-next {
background: rgba(255, 255, 255, 0.7);
position: absolute;
}
.owl-prev:before,
.owl-next:before {
color: #222 !important;
-webkit-transition: 0.1s ease-in-out;
-moz-transition: 0.1s ease-in-out;
-ms-transition: 0.1s ease-in-out;
-o-transition: 0.1s ease-in-out;
transition: 0.1s ease-in-out;
}
.owl-prev:hover i:before,
.owl-next:hover i:before {
color: #fff !important;
background: #29aae3;
}
.owl-prev i:before,
.owl-next i:before {
content: '';
font-family: "revicons";
font-size: 16px;
color: #222;
display: block;
line-height: 48px;
text-align: center;
width: 48px;
height: 48px;
}
@media (max-width: 1024px) {
.owl-prev:hover:before, .owl-prev:active:before, .owl-prev:focus:before,
.owl-next:hover:before,
.owl-next:active:before,
.owl-next:focus:before {
background: rgba(255, 255, 255, 0.7) !important;
color: #222 !important;
}
}
.owl-prev:hover,
.owl-next:hover {
color: #fff;
background: #29aae3;
}
.owl-prev {
left: 12px;
}
.owl-prev i:before {
content: '\e824';
}
.owl-next {
right: 12px;
}
.owl-next i:before {
content: '\e825';
}
.vc_images_carousel {
max-width: 100% !important;
margin-bottom: 24px !important;
}
@media screen and (min-width: 768px) {
.vc_images_carousel .vc_carousel-indicators {
bottom: -36px !important;
}
} .mh-rs-search #myhome-listing-grid, .mh-slider__extra-content #myhome-listing-grid {
position: relative;
margin-right: 12px;
margin-left: 12px;
margin-top: -36px;
background: #fff;
}
.mh-rs-search #myhome-listing-grid:after, .mh-slider__extra-content #myhome-listing-grid:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 1164px) {
.mh-rs-search #myhome-listing-grid, .mh-slider__extra-content #myhome-listing-grid {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
margin-top: -96px;
}
}
.mh-rs-search .mh-search-left, .mh-slider__extra-content .mh-search-left {
background: #fff;
z-index: 99999;
padding: 24px 18px;
}
.mh-rs-search .mh-search-left:after, .mh-slider__extra-content .mh-search-left:after {
clear: both;
content: "";
display: table;
}
.mh-rs-search .mh-search-right, .mh-slider__extra-content .mh-search-right {
background: #fff;
z-index: 99999;
padding: 24px 18px;
}
.mh-rs-search .mh-search-right:after, .mh-slider__extra-content .mh-search-right:after {
clear: both;
content: "";
display: table;
}
.mh-rs-search .mh-search-top, .mh-slider__extra-content .mh-search-top {
background: #fff;
padding: 0;
}
.mh-rs-search {
position: relative;
}
.mh-rs-search .vc_mh_search_form_submit {
position: static !important;
}
@media (min-width: 768px) {
.mh-rs-search .mh-search--button .mh-search__element {
padding: 0 3px;
}
}
.mh-rs-search .mh-search--button input[type=text],
.mh-rs-search .mh-search--button .btn-group {
margin-bottom: 0 !important;
}
.mh-rs-search .mh-search--button .mh-search__panel--text_range .mh-search__panel {
background: transparent !important;
}
.mh-rs-search .mh-search.mh-search--button .mh-search__panel {
background: #fff;
}
.mh-rs-search #myhome-search-form-submit {
margin: 0 auto;
max-width: 360px;
width: 100%;
}
.mh-rs-search #myhome-search-form-submit input#field-keyword {
padding-left: 50px;
}
.mh-rs-search #myhome-search-form-submit .mh-search__panel--keyword .mh-search__panel {
position: relative;
}
.mh-rs-search #myhome-search-form-submit .mh-search__panel--keyword .mh-search__panel:after {
content: '\f002';
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
color: #222;
position: absolute;
left: 22px;
font-size: 21px;
top: 7px;
text-decoration: none;
}
.mh-rs-search #myhome-search-form-submit .mh-search__panel--keyword .mh-search__panel.mh-active-input:after {
color: #29aae3;
}
.mh-rs-search--bg-dark-mask #myhome-search-form-submit .mh-search--button {
background: rgba(0, 0, 0, 0.6);
}
.mh-rs-search--bg-light-mask #myhome-search-form-submit .mh-search--button {
background: rgba(255, 255, 255, 0.6);
}
.mh-rs-search--bg-light #myhome-search-form-submit .mh-search--button {
background: #fff;
}
.mh-rs-search--bg-dark #myhome-search-form-submit .mh-search--button {
background: #222;
}
.mh-rs-search--bg-dark-mask .mh-search__2-col__right:after,
.mh-rs-search--bg-dark .mh-search__2-col__right:after {
background: #ffffff;
}
.mh-rs-search--bg-light-mask .mh-search__2-col__right:after,
.mh-rs-search--bg-light .mh-search__2-col__right:after {
background: #222;
}
.mh-rs-search--middle #myhome-search-form-submit {
position: absolute;
top: 50%;
left: 0;
right: 0;
padding-left: 15px;
padding-right: 15px;
margin-top: -35px;
}
.mh-rs-search--middle #myhome-search-form-submit .mh-search__element {
width: 100%;
}
.mh-rs-search--middle #myhome-search-form-submit .mh-search__element:not(:last-child) {
margin-bottom: 6px;
}
@media (min-width: 778px) {
.mh-rs-search--middle #myhome-search-form-submit .mh-search__element:not(:last-child) {
margin-bottom: 0;
}
}
.mh-rs-search--size-full .mh-slider__extra-content {
max-width: none;
}
@media (min-width: 778px) {
.mh-rs-search--size-big #myhome-search-form-submit {
max-width: 1140px;
}
.mh-rs-search--size-medium #myhome-search-form-submit {
max-width: 960px;
}
}
.mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element:first-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element:first-child {
width: 75%;
}
}
.mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-1 #myhome-search-form-submit .mh-search__element:last-child {
width: 25%;
}
}
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element:first-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element:first-child {
width: 75%;
}
}
@media (min-width: 1024px) {
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element:first-child {
width: 85%;
}
}
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element:last-child {
width: 25%;
}
}
@media (min-width: 1024px) {
.mh-rs-search--type-2 #myhome-search-form-submit .mh-search__element:last-child {
width: 15%;
}
}
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:first-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:first-child {
width: 40%;
}
}
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:nth-child(2) {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:nth-child(2) {
width: 20%;
}
}
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:nth-child(3) {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:nth-child(3) {
width: 20%;
}
}
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-3 #myhome-search-form-submit .mh-search__element:last-child {
width: 20%;
}
}
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element:first-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element:first-child {
width: 20%;
}
}
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element:nth-child(2) {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element:nth-child(2) {
width: 60%;
}
}
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-4 #myhome-search-form-submit .mh-search__element:last-child {
width: 20%;
}
}
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:first-child,
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:nth-child(2),
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:nth-child(3),
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:first-child,
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:nth-child(2),
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:nth-child(3),
.mh-rs-search--type-5 #myhome-search-form-submit .mh-search__element:last-child {
width: 25%;
}
}
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:first-child .mh-search__panel,
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(2) .mh-search__panel,
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(3) .mh-search__panel {
margin-bottom: 6px;
}
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:first-child,
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(2),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(3),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(4),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(5),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(6) {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:first-child,
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(2),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(3),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(4),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(5),
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:nth-child(6) {
width: 25%;
}
}
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-6 #myhome-search-form-submit .mh-search__element:last-child {
width: 50%;
}
}
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element {
display: none;
}
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element:first-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element:first-child {
width: 60%;
}
}
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element:nth-child(2) {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element:nth-child(2) {
width: 20%;
}
}
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element:last-child {
display: block;
}
@media (min-width: 778px) {
.mh-rs-search--type-7 #myhome-search-form-submit .mh-search__element:last-child {
width: 20%;
}
} #myhome-app .swal2-modal .swal2-title {
font-size: 21px;
font-family: inherit;
}
#myhome-app .swal2-buttonswrapper > button {
border-radius: 0;
}
#myhome-app .swal2-modal {
border-radius: 0;
}
#myhome-app .swal2-loading button {
border-radius: 100%;
}
#myhome-app .swal2-cancel {
border-radius: 0 !important;
}
.swal2-container {
z-index: 99999999;
} body {
padding-right: 0px !important;
} .mh-pricing-table {
background: #f4f4f4;
padding: 0;
}
@media (min-width: 768px) {
.mh-pricing-table {
padding: 48px 0;
}
}
.mh-pricing-table:after {
clear: both;
content: "";
display: table;
}
.mh-pricing-table--3-col .mh-pricing-table__column {
width: 33.3%;
}
.mh-pricing-table--1-col .mh-pricing-table__inner {
max-width: 400px;
margin: 0 auto;
}
.mh-pricing-table--1-col .mh-pricing-table__column {
width: 100%;
margin: 0 auto !important;
float: initial !important;
}
@media (min-width: 768px) {
.mh-pricing-table--1-col .mh-pricing-table__column {
max-width: 300px;
}
}
.mh-pricing-table--2-col .mh-pricing-table__inner {
max-width: 750px;
margin: 0 auto;
}
.mh-pricing-table--2-col .mh-pricing-table__column {
width: 50%;
}
@media (min-width: 768px) {
.mh-pricing-table--2-col .mh-pricing-table__column:nth-child(2) {
margin-top: -40px;
}
}
.mh-pricing-table--2-col .mh-pricing-table__column:nth-child(2) .mh-pricing-table__row {
padding: 30px 12px;
}
.mh-pricing-table--3-col .mh-pricing-table__inner {
max-width: 1024px;
margin: 0 auto;
}
.mh-pricing-table--3-col .mh-pricing-table__column {
width: 33.33%;
}
@media (min-width: 768px) {
.mh-pricing-table--3-col .mh-pricing-table__column:nth-child(2) {
margin-top: -40px;
}
}
.mh-pricing-table--3-col .mh-pricing-table__column:nth-child(2) .mh-pricing-table__row {
padding: 30px 12px;
}
.mh-pricing-table--4-col .mh-pricing-table__inner {
max-width: 1170px;
margin: 0 auto;
}
.mh-pricing-table--4-col .mh-pricing-table__column {
width: 50%;
padding: 8px;
}
@media (min-width: 1023px) {
.mh-pricing-table--4-col .mh-pricing-table__column {
width: 25%;
}
}
@media (min-width: 1023px) {
.mh-pricing-table--4-col .mh-pricing-table__column:nth-child(3) {
margin-top: -40px;
}
.mh-pricing-table--4-col .mh-pricing-table__column:nth-child(3) .mh-pricing-table__row {
padding: 30px 12px;
}
}
.mh-pricing-table--5-col .mh-pricing-table__inner {
max-width: 1170px;
margin: 0 auto;
}
.mh-pricing-table--5-col .mh-pricing-table__column {
width: 50%;
}
@media (min-width: 1023px) {
.mh-pricing-table--5-col .mh-pricing-table__column {
width: 20%;
padding: 4px;
}
}
@media (min-width: 1023px) {
.mh-pricing-table--5-col .mh-pricing-table__column:nth-child(3) {
margin-top: -40px;
}
.mh-pricing-table--5-col .mh-pricing-table__column:nth-child(3) .mh-pricing-table__row {
padding: 30px 12px;
}
}
.mh-pricing-table__column {
float: left;
padding: 12px;
}
.mh-pricing-table__row {
padding: 12px;
position: relative;
text-align: center;
}
@media (min-width: 768px) {
.mh-pricing-table__row {
padding: 24px 12px 12px 12px;
}
}
.mh-pricing-table__row--name {
background-color: #29aae3;
font-size: 24px;
padding: 12px;
color: #fff;
}
.mh-pricing-table__row--sold {
font-style: italic;
padding: 35px 0;
line-height: 1;
position: relative;
color: #29aae3;
}
@media (max-width: 600px) {
.mh-pricing-table__column {
width: 100% !important;
}
.mh-pricing-table__column:after {
clear: both;
content: "";
display: table;
}
.mh-pricing-table__row:last-child {
padding: 24px !important;
}
}
.mh-pricing-table__column__inner {
background: #fff;
}
.mh-pricing-table__column__inner:after {
clear: both;
content: "";
display: table;
}
.mh-pricing-table__row--button {
background-color: #ffffff;
font-size: 24px;
padding-bottom: 30px;
}
.mh-pricing-table__row__one-time-heading {
position: absolute;
bottom: -12px;
z-index: 9;
left: 0;
display: inline-block;
right: 0;
margin: 0 auto;
}
.mh-pricing-table__row__one-time-heading__inner {
font-size: 11px;
line-height: 1;
display: inline-block;
color: #fff;
padding: 6px 9px;
font-weight: 700;
text-transform: uppercase;
background: #4d4d4d;
}
.mh-pricing-table__row--price {
background-color: #ffffff;
font-size: 36px;
font-family: Play, Arial, Helvetica, sans-serif;
font-weight: 700;
color: #444;
padding-bottom: 0 !important;
}
.mh-pricing-table__row--price del {
font-size: 16px;
}
.mh-pricing-table__price-period {
display: block;
color: #999;
font-weight: 400;
font-size: 16px;
}
.mh-pricing-table__row--name {
background-color: #29aae3;
font-size: 24px;
color: #fff;
padding: 18px;
} .mh-property .swiper-container {
margin-bottom: 12px;
position: relative;
padding-bottom: 62.5%;
}
.mh-property .swiper-container .swiper-wrapper {
position: absolute;
top: 0;
left: 0;
}
.mh-property .swiper-container .swiper-button-prev,
.mh-property .swiper-container .swiper-button-next {
display: none !important;
}
.mh-property .swiper-container .mh-caption {
z-index: 3;
}
.mh-property .swiper-container:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 30px;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
z-index: 2;
}
.mh-property .swiper-container:hover .swiper-slide:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25%;
height: 100%;
background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
z-index: 2;
}
.mh-property .swiper-container:hover .swiper-slide:after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 25%;
height: 100%;
background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
z-index: 2;
}
.mh-property .swiper-container:hover .swiper-button-prev,
.mh-property .swiper-container:hover .swiper-button-next {
display: block !important;
}
.mh-property .swiper-button-next {
background-image: none !important;
position: absolute;
top: 50%;
line-height: 80px;
height: 80px;
margin-top: -40px;
right: 0;
padding-left: 48px;
padding-right: 12px;
}
.mh-property .swiper-button-next:before {
content: '\e825';
font-family: revicons;
position: absolute;
font-size: 40px;
height: 80px;
color: #fff;
right: 0;
margin-right: 36px;
display: block;
line-height: 80px;
z-index: 2;
text-align: center;
margin-right: 12px;
}
.mh-property .swiper-button-prev {
background-image: none !important;
position: absolute;
top: 50%;
line-height: 80px;
height: 80px;
margin-top: -40px;
left: 0;
padding-left: 12px;
padding-right: 48px;
}
.mh-property .swiper-button-prev:before {
content: '\e824';
font-family: revicons;
font-size: 40px;
height: 80px;
color: #fff;
display: block;
line-height: 80px;
z-index: 2;
margin-right: 36px;
text-align: center;
}
.mh-property .swiper-lazy-preloader {
display: none;
}
.mh-property .swiper-pagination-bullet {
background: #fff;
}
.mh-property .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.mh-property .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.mh-property .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.mh-property .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.mh-property .swiper-pagination-bullet {
opacity: 0.6;
}
.mh-property .swiper-pagination-bullet-active {
opacity: 1;
}
.mh-property .swiper-slide {
text-align: center;
padding-bottom: 62.5%;
position: relative;
overflow: hidden;
}
.mh-property .swiper-slide img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
}
.swiper-container--single .swiper-pagination {
color: #fff;
padding-bottom: 12px;
bottom: 0;
}
.swiper-container--single a:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 48px;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
z-index: 2;
}
.swiper-container--single .swiper-slide:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25%;
height: 100%;
background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
z-index: 2;
}
.swiper-container--single .swiper-slide:after {
content: '';
position: absolute;
right: 0;
top: 0;
width: 25%;
height: 100%;
background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
z-index: 2;
}
.swiper-container--single .swiper-button-next {
background-image: none !important;
position: absolute;
top: 0;
height: 100%;
right: 0;
margin-top: 0;
padding-left: 48px;
padding-right: 24px;
}
.swiper-container--single .swiper-button-next:before {
content: '\e825';
font-family: revicons;
position: absolute;
font-size: 40px;
height: 80px;
top: 50%;
margin-top: -40px;
color: #fff;
right: 0;
margin-right: 24px;
display: block;
line-height: 80px;
z-index: 2;
text-align: center;
}
.swiper-container--single .swiper-button-prev {
background-image: none !important;
position: absolute;
top: 0;
height: 100%;
left: 0;
margin-top: 0;
padding-left: 24px;
padding-right: 48px;
}
.swiper-container--single .swiper-button-prev:before {
content: '\e824';
font-family: revicons;
position: absolute;
font-size: 40px;
height: 80px;
top: 50%;
margin-top: -40px;
color: #fff;
right: 0;
margin-right: 24px;
display: block;
line-height: 80px;
z-index: 2;
text-align: center;
}
.swiper-container--single-thumbs {
margin: 12px -6px 12px -6px !important;
box-sizing: border-box;
}
.swiper-container--single-thumbs .swiper-container {
margin-bottom: 12px;
position: relative;
padding-bottom: 62.5%;
}
.swiper-container--single-thumbs .swiper-container .swiper-wrapper {
position: absolute;
top: 0;
left: 0;
}
.swiper-container--single-thumbs .swiper-slide {
width: 33%;
cursor: pointer;
padding: 0 6px;
}
@media (min-width: 768px) {
.swiper-container--single-thumbs .swiper-slide {
width: 20%;
}
}
.swiper-container--single-thumbs .swiper-slide .swiper-slide__inner {
overflow: hidden;
opacity: 0.4;
padding-bottom: 62.5%;
background-size: cover;
background-position: center;
}
.swiper-container--single-thumbs .swiper-slide-active .swiper-slide__inner {
opacity: 1;
} .tagcloud {
margin-bottom: 16px;
}
.tagcloud a {
display: inline-block;
position: relative;
font-size: 11px !important;
background: transparent;
border: 1px solid #999;
color: #4d4d4d;
text-transform: uppercase;
padding: 5px 12px;
margin: 0 8px 8px 0;
}
.tagcloud a:hover, .tagcloud a:active, .tagcloud a:focus {
color: #fff !important;
background: #29aae3;
border-color: #29aae3;
} .twitter-typeahead {
display: block !important;
}
.tt-query {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
color: #999;
}
.tt-menu { width: 100%;
margin-top: 2px;
background-color: #fff;
border: 1px solid #ccc;
}
.tt-menu h3 {
padding: 12px 0 6px 0;
font-size: 16px;
font-weight: 700;
margin: 0 12px;
border-bottom: 1px solid #f4f4f4;
}
.tt-highlight {
color: #29aae3;
}
.tt-suggestion {
padding: 6px 12px;
min-height: 36px;
cursor: pointer;
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
background-color: #f4f4f4;
}
.tt-suggestion p {
margin: 0;
}
#myhome-listing-grid .tt-menu {
margin-top: -10px;
} .mh-2-col-image {
width: 100%;
position: relative;
float: left;
padding: 0 15px;
}
.mh-2-col-image img {
padding: 24px 12px 0 12px;
}
@media (min-width: 768px) {
.mh-2-col-image img {
position: absolute;
top: 0;
left: 0;
max-width: none !important;
padding: 0;
height: 100% !important;
width: auto !important;
}
}
@media (min-width: 768px) {
.mh-2-col-image {
width: 50%;
overflow: hidden !important;
}
}
@media (min-width: 1200px) {
.mh-2-col-image img {
min-width: 100% !important;
max-height: initial !important;
height: initial !important;
min-height: initial !important;
}
}
.mh-2-col-image-bg {
min-height: 200px !important;
}
.mh-2-col-image-bg > div {
margin: 0 12px !important;
}
@media (min-width: 768px) {
.mh-2-col-image-bg > div {
margin: 0 !important;
}
}
@media (min-width: 768px) {
.mh-2-col-image-bg {
margin: 0 !important;
min-height: initial !important;
}
}
.compose-mode .mh-2-col-image .vc_element {
position: static;
}
.mh-2-col-text {
width: 100%;
float: right;
order: 10;
padding: 24px 15px 36px 15px !important;
}
@media (min-width: 768px) {
.mh-2-col-text {
order: 0;
width: 50%;
padding: 60px 30px !important;
}
}
@media (min-width: 1200px) {
.mh-2-col-text {
padding: 90px 30px !important;
}
}
@media (max-width: 767px) {
.mh-2-col-text .mh-font-size-m {
font-size: 16px !important;
}
} .widget-area,
.widget {
width: 100%;
margin-bottom: 36px;
}
.mh-menu ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
font-size: 13px;
}
.mh-menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_archive ul li {
list-style: none;
padding: 0;
margin: 0;
position: relative;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
width: 100%;
position: relative;
color: #222;
display: block;
padding: 14px 30px 14px 0;
border-bottom: 1px solid #f0f0f0;
overflow: hidden;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-menu ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_recent_entries ul li a:before,
.widget_nav_menu ul li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before {
position: absolute;
left: -12px;
top: 50%;
background: #29aae3;
height: 2px;
width: 12px;
content: '';
display: block;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
@media (min-width: 1025px) {
.mh-menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
padding-left: 30px;
padding-right: 0px;
color: #000;
}
.mh-menu ul li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_recent_entries ul li a:hover:before,
.widget_nav_menu ul li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_archive ul li a:hover:before {
left: 0;
}
}
.mh-menu ul li ul,
.widget_pages ul li ul,
.widget_meta ul li ul,
.widget_recent_entries ul li ul,
.widget_nav_menu ul li ul,
.widget_categories ul li ul,
.widget_archive ul li ul {
padding-left: 18px;
}
.mh-menu > ul > li:last-child a,
.widget_pages > ul > li:last-child a,
.widget_meta > ul > li:last-child a,
.widget_recent_entries > ul > li:last-child a,
.widget_nav_menu > ul > li:last-child a,
.widget_categories > ul > li:last-child a,
.widget_archive > ul > li:last-child a {
border-bottom: none;
}
.widget_nav_menu ul li:last-child a {
border-bottom: 0;
}
.mh-widget-title + ul {
margin-top: -15px;
margin-bottom: -15px;
}
.widget.widget_tag_cloud {
margin-bottom: 28px;
}
.mh-layout__sidebar-left ul,
.mh-layout__sidebar-right ul {
font-size: 16px;
} .widget_categories ul li,
.widget_archive ul li {
min-height: 48px;
text-align: right;
padding-top: 15px;
}
.widget_categories ul li a,
.widget_archive ul li a {
position: absolute;
left: 0;
top: 0;
text-align: left;
}
.widget_categories .children,
.widget_archive .children {
margin-top: 16px;
} .calendar_wrap table {
table-layout: fixed;
word-wrap: normal;
width: 100%;
border: 0;
}
.calendar_wrap table td,
.calendar_wrap table th {
border: 0;
padding: 6px;
}
.calendar_wrap table caption {
font-size: 13px;
text-align: right;
font-weight: 400;
height: 24px;
color: #222;
margin-bottom: 6px;
}
.calendar_wrap table thead {
border-top: 1px solid #c3c3c5;
border-bottom: 1px solid #c3c3c5;
}
.calendar_wrap table thead th {
text-align: center;
font-size: 13px;
font-weight: 400;
}
.calendar_wrap table tbody {
cursor: default;
}
.calendar_wrap table tbody td {
text-align: center;
position: relative;
}
.calendar_wrap table tbody a {
display: block;
color: #fff;
background: #4d4d4d;
line-height: 31px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-weight: 400;
-webkit-transition: 0s ease-in-out;
-moz-transition: 0s ease-in-out;
-ms-transition: 0s ease-in-out;
-o-transition: 0s ease-in-out;
transition: 0s ease-in-out;
}
.calendar_wrap table tbody a:hover {
background: #29aae3;
color: #fff;
}
tbody tr {
text-align: center;
font-size: 13px;
}
tfoot {
border-top: 1px solid #c3c3c5;
padding-top: 10px;
}
tfoot a {
font-size: 13px;
font-weight: 400;
}
#prev {
line-height: 36px;
text-align: left;
padding: 0;
}
#prev a {
-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
#prev a:hover {
color: #29aae3;
}
#next {
line-height: 36px;
text-align: right;
padding: 0;
}
#next a {
-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
#next a:hover {
color: #29aae3;
}
#today {
font-weight: 400;
background: #29aae3;
color: #fff;
}
@media (max-width: 991px) {
.calendar_wrap {
padding: 0 15px;
max-width: 500px;
margin: 0 auto;
}
} .widget_recent_comments ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.recentcomments {
padding: 12px 0 11px 0;
border-bottom: 1px solid #f0f0f0;
font-style: italic;
}
.recentcomments .comment-author-link {
position: relative !important;
}
.recentcomments:first-child {
padding-top: 0;
}
.recentcomments:last-child {
padding-bottom: 0;
margin-bottom: 0;
border: 0;
}
.recentcomments a:hover {
color: #29aae3;
} .mh-widget-facebook {
text-align: center;
}
.mh-widget-facebook iframe {
border: none !important;
overflow: hidden !important;
}
@media (min-width: 768px) {
.mh-widget-facebook {
text-align: center;
max-width: 500px;
margin: 0 auto;
}
} .widget-infobox .mdl-button {
margin-bottom: 0;
}
.widget-infobox img[src=""] {
display: none;
}
.widget-infobox__image-wrapper {
max-width: 400px;
margin: 0 auto;
position: relative;
display: block;
}
.widget-infobox__image-wrapper:after {
content: '';
position: absolute;
top: 0px;
left: 0px;
display: block;
height: 100%;
opacity: 0;
width: 100%;
background: #000;
-webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-moz-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-ms-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1025px) {
.widget-infobox__image-wrapper:hover:after {
opacity: 0.3;
}
}
.widget-infobox__image {
max-width: 100%;
display: block;
margin: 0 auto;
margin-bottom: 12px;
}
.widget-infobox__text {
margin-bottom: 24px;
font-style: italic;
} .widget_rss {
overflow: hidden;
}
.widget_rss ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.widget_rss ul li {
margin: 0;
padding-bottom: 36px;
border-bottom: 1px solid #f0f0f0;
padding: 16px 0;
}
.widget_rss ul li:after {
clear: both;
content: "";
display: table;
}
.widget_rss ul li a {
font-size: 16px;
}
.widget_rss ul li:first-child {
padding-top: 0;
}
.widget_rss ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget_rss .rsswidget {
display: block;
margin-bottom: 12px;
-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.widget_rss .rss-date {
display: block;
font-size: 13px;
margin-bottom: 12px;
}
.widget_rss cite {
font-size: 13px;
}
.widget_rss .rssSummary {
margin-bottom: 12px;
}
.rsswidget:hover {
color: #29aae3;
} .widget_search {
margin-right: 50px;
}
.widget_search:after {
clear: both;
content: "";
display: table;
}
.widget_search input.search-field {
text-align: left !important;
border-right: 0px solid #fff !important;
}
.widget_search .mdl-button {
position: absolute;
top: 0;
min-width: 46px;
right: -46px;
height: 46px;
line-height: 46px;
}
.widget_search .search-form {
margin-right: 46px;
position: relative;
} .mh-widget-twitter {
color: #607d8a;
}
.mh-widget-twitter .tweet {
position: relative;
padding-left: 30px;
margin-bottom: 24px;
}
.mh-widget-twitter .tweet:last-child {
margin-bottom: 0;
}
@media (min-width: 1025px) {
.mh-widget-twitter .tweet a:hover {
text-decoration: underline;
}
}
.mh-widget-twitter .tweet:before {
content: url(//nowestate.it/wp-content/themes/myhome/assets/images/twitter.png);
position: absolute;
top: 0;
left: 0;
display: inline-block;
} img.wpml-ls-flag {
position: relative;
}
.wpml-ls-menu-item .mega_dropdown {
min-width: initial !important;
width: auto !important;
}
.mh-panel-wpml-languages {
background: #f9f9f9;
padding: 0;
margin-bottom: 12px;
font-size: 13px;
}
.mh-panel-wpml-languages > div {
padding: 12px 18px;
text-transform: uppercase;
cursor: pointer;
display: inline-block;
}
.mh-panel-wpml-languages > div.active {
color: #29aae3;
}
.mh-panel-wpml-languages > div:not(.active):hover {
background: #f0f0f0;
}
.mh-menu-language-switcher-wrapper {
display: inline-block;
float: left;
}
.mh-wpml-top-bar__item {
display: inline-block;
padding: 0;
width: 28px;
margin-top: -2px;
float: left;
}
.myhome-contact-form input,
.mh-search__panel input {
min-height: 46px;
} .mh-popup-login-field--login input[type=text] {
margin-bottom: 9px;
}
.mh-panel-social-buttons-heading {
font-size: 16px !important;
margin-top: 12px !important;
margin-bottom: 12px !important;
width: 100% !important;
float: left !important;
}
.mh-popup-login-field--password {
margin-bottom: 6px;
}
.mh-popup-login__info {
padding: 12px 24px 0px 24px;
width: 100%;
font-weight: 700;
font-size: 21px;
text-align: center;
}
.mh-popup-login__login-solo-heading {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 12px;
margin-top: -6px;
}
.mh-popup-window-new {
padding: 24px;
text-align: center;
}
.mh-popup-top-info {
padding: 0 24px 24px 24px;
text-align: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background: rgba(255, 255, 255, 0.9);
}
.mh-popup-top-info i {
margin: -24px auto 0 auto;
left: 0;
right: 0;
font-size: 24px;
color: #29aae3;
position: absolute;
top: 50%;
}
.mh-popup-top-msg-error {
margin: -6px 0 12px 0;
color: red;
}
.mh-popup-login__no-registered-user {
font-size: 21px;
margin-bottom: 12px;
}
.mh-popup-login {
display: table-cell !important;
vertical-align: middle;
margin: 0 auto;
z-index: 1000001;
position: relative;
}
.mh-popup-login input,
.mh-popup-login select {
text-align: left !important;
font-style: normal !important;
border: 1px solid #ddd !important;
background: #fff !important;
padding: 4px 12px !important;
}
@media (min-width: 768px) {
.mh-popup-login {
margin-left: auto !important;
margin-right: auto !important;
}
}
@media (max-width: 767px) {
.mh-popup-login {
margin-top: 0 !important;
}
}
.mh-popup-login .bootstrap-select button {
height: 34px;
line-height: 20px;
padding: 6px 14px 6px 10px !important;
text-transform: none;
text-align: left !important;
border: 1px solid #ddd !important;
}
.mh-popup-login .bootstrap-select button .filter-option {
font-style: normal !important;
text-align: left !important;
}
.mh-popup-login__inner__body {
padding: 24px 18px 12px 18px;
background: #fff;
width: 100%;
float: left;
}
.mh-popup-login__inner__body:after {
clear: both;
content: "";
display: table;
}
.mh-popup-login__inner__body h5 {
margin-bottom: 6px;
font-size: 14px;
font-weight: 700;
text-align: left;
text-transform: uppercase;
position: relative;
}
.mh-popup-login__inner__body h3 {
text-align: left;
margin-top: 0;
float: left;
width: 100%;
font-size: 14px;
margin-bottom: 12px;
}
.mh-popup-login__inner__body--reset {
padding-top: 12px;
}
.mh-popup-login__inner {
position: relative;
z-index: 99999999999;
margin-bottom: 24px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
background: #fff;
border-radius: 2px;
box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mh-popup-login__inner:after {
clear: both;
content: "";
display: table;
}
.mh-popup-login__exit {
border: 0px solid transparent;
position: absolute;
background: transparent;
color: #fff;
top: -36px;
right: -8px;
font-size: 36px;
}
.mh-popup-login__rest-password-link {
float: right;
width: 100%;
display: block;
text-align: right;
margin-top: 6px;
color: #444;
font-size: 13px;
}
.mh-popup-login__rest-password-link i {
font-size: 16px;
}
.mh-popup-login__rest-password-link:hover {
color: #222;
}
.tabs {
border-bottom: 5px solid #29aae3;
background-color: white;
float: left;
width: 100%;
}
.mh-popup-login .mh-popup-login__tab-button {
width: 50%;
float: left;
margin-bottom: 0;
line-height: 60px;
font-weight: 700;
text-transform: uppercase;
border: none;
font-size: 16px !important;
text-align: center;
background: transparent;
}
.mh-popup-login .mh-popup-login__tab-button.active {
background: #29aae3;
color: #fff !important;
}
.mdl-button--popup-login,
.mdl-button--popup-register {
width: 100%;
margin-bottom: 6px;
font-weight: 700;
}
.mdl-button--popup-register {
margin-top: 10px;
}
.mh-popup-login__select-role {
margin-bottom: 12px;
}
.mh-popup-login__select-role.open {
z-index: 999999999999999999 !important;
}
.login-pop-up-reset-button {
background: transparent;
border: none;
float: right;
font-size: 14px;
padding-right: 0 !important;
}
.login-pop-up-reset__reset {
margin-left: 12px;
}
.mh-popup-login__reset-password-heading {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 12px;
}
.mh-popup-login__reset-error {
color: red;
margin-top: -6px;
margin-bottom: 18px;
}
.mh-popup-login__reset-input {
margin-bottom: 24px;
}
.mh-popup-login__reset-info {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-register-fields {
margin: 0 -6px;
}
}
.mh-register-field__terms {
position: relative;
margin-bottom: 6px;
margin-top: -6px;
}
.mh-register-field__terms .mh-register-field__terms__box {
position: absolute;
top: 2px;
left: 8px;
}
.mh-register-field__terms .mh-register-field__terms__text {
padding-left: 20px;
}
.mh-register-field__terms .mh-register-field__terms__text a {
color: #29aae3;
text-decoration: underline;
}
@media (min-width: 768px) {
.mh-register-field {
width: 100%;
float: left;
padding: 0 6px;
}
.mh-register-field input[type=text],
.mh-register-field input[type=email],
.mh-register-field input[type=password] {
margin-bottom: 9px !important;
}
}
.mh-register-field--account-type {
width: 100%;
}
.mh-register-field--account-type .btn-group {
margin-bottom: 18px !important;
}
.mh-register-login-field__label {
font-weight: 700;
margin-bottom: 3px;
font-size: 14px;
}
.mh-register-field__password-mismatch {
color: red;
padding: 0px 0 12px 6px;
}
.mh-account_overlay {
position: fixed;
overflow-y: scroll;
padding-top: 0;
padding-left: 12px;
padding-right: 12px;
width: 100vw;
height: 100vh;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
z-index: 1000000;
background-color: rgba(33, 33, 33, 0.5);
}
#myhome-account__inner {
width: 100%;
padding-top: 30px;
display: table !important;
height: 100vh;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
z-index: 1000000;
}
.mh-mdl-remove-button-shadow {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mh-popup-login__back-wrapper {
width: 50%;
float: left;
padding-right: 6px;
}
.mh-popup-login__back-wrapper button {
width: 100% !important;
margin: 0;
}
.mh-popup-login__back-wrapper button i {
margin-right: 12px;
font-size: 14px;
}
.mh-popup-login__reset-wrapper {
width: 50%;
float: left;
padding-left: 6px;
}
.mh-popup-login__reset-wrapper button {
width: 100% !important;
margin: 0;
} .mh-save-search-window-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
z-index: 1000000;
}
.mh-save-search-window-wrapper input[type=text] {
text-align: center !important;
}
@media (max-width: 767px) {
.mh-save-search-window-wrapper {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 90% !important;
height: 100vh !important;
z-index: 1000000 !important;
margin: 0 auto !important;
right: 0 !important;
}
}
.mh-save-search-window {
display: block;
transition: 0.5s cubic-bezier(0.25, 0.8, 0.5, 1);
z-index: 1000002;
}
.mh-save-search-window:after {
position: fixed;
background-color: #212121;
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: 0.45;
right: 0;
top: 0;
transition: inherit;
transition-delay: .15s;
width: 100%;
z-index: 1000001;
}
.mh-save-search-window input {
text-align: left !important;
font-style: normal !important;
border-color: #ddd !important;
background: #fff !important;
}
.mh-save-search-window__inner {
z-index: 1000003;
max-width: 400px;
border-radius: 2px;
padding: 24px;
background: #fff;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: -83px auto 0 auto;
}
.mh-save-search-window__exit {
border: 0px solid transparent;
position: absolute;
cursor: pointer;
background: transparent;
color: #fff;
top: -40px;
right: -2px;
font-size: 36px;
}
.mh-search-field-required {
color: red;
margin-bottom: 12px;
display: block;
}
.mh-save-search-window__label {
font-size: 16px;
display: block;
margin-bottom: 12px;
font-weight: 700;
text-align: center;
}
.mh-save-search-window__label--success {
margin-bottom: 0 !important;
color: #4CAF50;
} .mh-edit-agents__list__element {
padding: 12px;
background: #f4f4f4;
margin-bottom: 24px;
}
.mh-edit-agents__list__element i {
cursor: pointer;
}
.mh-edit-agents__list__element .btn.primary {
margin: 0;
}
.mh-edit-agents__no-agents {
margin-bottom: 24px;
}
.mh-edit-agents__inv-code {
display: inline-block;
position: relative;
top: 1px;
}
#myhome-panel-agents .btn.primary {
margin: 0;
} .mh-dashboard-info {
background: #f0f0f0;
padding: 0;
}
.mh-dashboard-info__inner {
max-width: 1164px;
margin: 0 auto;
padding: 12px;
}
.mh-dashboard-info__inner:after {
clear: both;
content: "";
display: table;
}
.mh-dashboard-info__properties span {
display: block;
float: left;
width: 100%;
margin-bottom: 6px;
}
@media (min-width: 768px) {
.mh-dashboard-info__properties {
width: 66.66%;
float: left;
margin-bottom: 0;
padding: 6px 0;
}
.mh-dashboard-info__properties > span {
width: 50%;
float: left;
}
}
@media (min-width: 768px) {
.mh-dashboard-info__package {
text-align: right;
width: 33.33%;
float: left;
padding: 0;
}
}
.mh-dashboard-info__package .btn {
width: 100%;
margin: 0 !important;
} .mh-edit-profile {
padding: 24px;
background: #fff;
}
.mh-edit-profile:after {
clear: both;
content: "";
display: table;
}
.mh-edit-profile .btn {
margin-left: 0 !important;
margin-right: 0 !important;
}
.mh-edit-profile__password {
padding: 12px 12px;
width: 100%;
float: left;
}
@media (min-width: 768px) {
.mh-edit-profile__password {
padding: 0 12px 0 24px;
width: 50%;
}
}
.mh-edit-profile__image-wrapper {
position: relative;
}
.mh-edit-profile__image-trash {
position: absolute !important;
top: 6px;
background: #fff !important;
right: 6px;
}
.mh-edit-profile__password__inner {
background: #f4f4f4;
padding: 12px 24px 24px 24px;
}
.mh-edit-profile__password__heading {
margin-top: 12px;
margin-bottom: 12px;
}
.mh-edit-profile__inner {
margin: 0 -12px;
}
.mh-edit-profile__info {
padding: 0 12px;
float: left;
width: 100%;
}
@media (min-width: 768px) {
.mh-edit-profile__info {
width: 50%;
}
}
.mh-edit-profile__join-agency {
padding: 24px;
background: #f4f4f4;
margin-top: 24px;
}
.mh-edit-agents {
background: #fff;
padding: 24px;
}
.mh-edit-profile__additional-info-heading {
margin-top: 24px !important;
margin-bottom: 12px !important;
}
.mh-edit-profile__join-agency__heading {
margin-top: 12px !important;
margin-bottom: 12px !important;
}
.mh-app__sidebar-nav__avatar-placeholder {
width: 40px;
height: 40px;
cursor: pointer;
border-radius: 50%;
display: block;
background: #fff;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-app__sidebar-nav__avatar-placeholder i {
color: #222;
position: absolute;
top: 12px;
left: 0;
right: 0;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-ms-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.mh-app__sidebar-nav__avatar-placeholder:hover {
background: #29aae3;
}
.mh-app__sidebar-nav__avatar-placeholder:hover i {
color: #fff;
}
.mh-edit-profile__invitations h2 {
margin-top: 24px;
}
.mh-edit-profile__invitations i {
cursor: pointer;
}
.mh-edit-profile__invitations__content {
margin-bottom: 12px;
background: #fff;
padding: 12px 88px 12px 12px;
position: relative;
}
.mh-edit-profile__invitations__icons {
position: absolute;
top: 11px;
right: 0;
}
.mh-edit-profile__invitations__icons i {
margin-right: 12px;
}
.mh-profile-progress-bar {
margin: 36px 0 !important;
}
.mh-edit-profile__has-agency-wrapper {
margin: 24px 0;
}
.mh-edit-profile__has-agency__inner {
position: relative;
background: #f4f4f4;
padding: 12px 40px 12px 12px;
}
.mh-edit-profile__has-agency__inner i {
cursor: pointer;
position: absolute;
top: 12px;
right: 12px;
} .mh-submit-property__step-content {
margin: 0 auto;
max-width: 767px;
}
@media (min-width: 768px) {
.mh-submit-property__step-content {
padding: 24px;
}
}
.mh-submit-property-progress-linear {
max-width: 1024px !important;
margin: 60px auto !important;
}
.mh-submit-property__main-heading {
margin: 0 12px !important;
font-size: 28px !important;
font-weight: 400 !important;
margin-bottom: 12px !important;
}
@media (min-width: 768px) {
.mh-submit-property__main-heading {
margin: 24px 12px 36px 12px !important;
text-align: center !important;
}
}
.mh-submit-property-loader-bottom {
margin: -24px 12px 0 12px !important;
top: 36px !important;
} @media (min-width: 768px) {
.mh-table-my-favorite {
padding: 0;
}
}
.mh-table-my-favorite table {
margin-bottom: 0;
}
.mh-table-my-favorite tr {
background: #fff !important;
}
.mh-table-my-favorite td {
padding-top: 12px !important;
padding-bottom: 12px !important;
}
.mh-table-my-favorite td:nth-child(1),
.mh-table-my-favorite thead > tr > th:nth-child(1) {
display: none;
}
@media (min-width: 768px) {
.mh-table-my-favorite td:nth-child(1),
.mh-table-my-favorite thead > tr > th:nth-child(1) {
display: table-cell !important;
min-width: 120px !important;
width: 120px !important;
max-width: 120px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.mh-table-my-favorite td:nth-child(1) img,
.mh-table-my-favorite thead > tr > th:nth-child(1) img {
width: 120px;
height: auto;
}
}
.mh-table-my-favorite td:nth-child(2),
.mh-table-my-favorite thead > tr > th:nth-child(2) {
word-break: break-all;
}
.mh-table-my-favorite td:nth-child(3),
.mh-table-my-favorite thead > tr > th:nth-child(3) {
min-width: 60px !important;
width: 60px !important;
max-width: 60px !important;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: right !important;
}
.mh-table-my-favorite td:nth-child(3) i,
.mh-table-my-favorite thead > tr > th:nth-child(3) i {
cursor: pointer;
font-size: 16px;
color: #222;
}
.mh-table-my-favorite td:nth-child(3) i:first-child,
.mh-table-my-favorite thead > tr > th:nth-child(3) i:first-child {
margin-right: 6px;
}
#myhome-panel-favorite .progress-linear {
margin: 24px 0;
float: left;
} .mh-field {
margin-bottom: 12px;
float: left;
width: 100%;
}
.mh-field > div {
padding-left: 12px;
padding-right: 12px;
}
.mh-field h3 {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-field--1of2 {
width: 50%;
}
.mh-field--1of2 > div {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 768px) {
.mh-field--1of3 {
width: 33.33%;
}
.mh-field--1of3 > div {
padding-left: 12px;
padding-right: 12px;
}
}
.mh-field__instruction {
margin-top: 0px;
color: #a5a5a5;
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-field__instruction {
margin-top: -18px;
}
}
.mh-field__error {
color: #ff5252 !important;
margin: 0 0 12px;
font-size: 16px;
border-radius: 3px;
border: 1px solid #ff5252;
padding: 9px 12px;
background: rgba(255, 201, 201, 0.3);
}
.mh-field-additional-features {
margin-bottom: 12px;
}
.mh-field-additional-features h3 {
margin-bottom: 12px;
}
.mh-field-additional-features:after {
clear: both;
content: "";
display: table;
}
.mh-field-additional-features__content {
background: #fff;
border-radius: 4px;
margin: 0;
}
.mh-field-additional-features__content .mh-grid {
margin-left: -12px;
margin-right: -12px;
}
.mh-field-additional-features__content .mh-grid .mh-grid__1of2 {
min-height: 70px;
}
.mh-field-additional-features__content .mh-grid .mh-grid__1of2:last-of-type .mh-field-additional-features__add-new-heading {
display: none !important;
}
.mh-field-additional-features__content .mh-grid__1of2:first-child {
padding: 12px 12px 18px 12px;
}
@media (min-width: 768px) {
.mh-field-additional-features__content .mh-grid__1of2:first-child {
border-right: 1px solid #f4f4f4;
}
}
.mh-field-additional-features__content .mh-grid__1of2:last-child {
padding: 12px 12px 3px 12px;
}
@media (min-width: 768px) {
.mh-field-additional-features__content .mh-grid__1of2:last-child {
border-left: 1px solid #f4f4f4;
}
}
.mh-field-additional-features__add-new-heading {
margin-top: 6px;
margin-bottom: 12px;
font-weight: 700;
text-align: left;
}
@media (min-width: 768px) {
.mh-field-additional-features__add-new-heading {
text-align: left;
text-align: center;
}
}
.mh-field-additional-features__add-btn {
margin: 0 !important;
}
.mh-field-additional-features__added:after {
clear: both;
content: "";
display: table;
}
.mh-field-additional-features__added__row {
padding: 12px 50px 12px 12px;
width: 100%;
background: #f4f4f4;
margin-bottom: 12px;
float: left;
position: relative;
}
.mh-field-additional-features__added__row i {
position: absolute;
top: 12px;
right: 12px;
cursor: pointer;
}
body[class*=mh-panel-body__dashboard-properties-] .mh-field-additional-features__content {
background: #f4f4f4 !important;
}
@media (min-width: 768px) {
body[class*=mh-panel-body__dashboard-properties-] .mh-field-additional-features__content .mh-grid__1of2:first-child {
border-color: #fff !important;
}
}
@media (min-width: 768px) {
body[class*=mh-panel-body__dashboard-properties-] .mh-field-additional-features__content .mh-grid__1of2:last-child {
border-color: #fff !important;
}
}
body[class*=mh-panel-body__dashboard-properties-] .mh-field-additional-features__content .mh-field-additional-features__added > div {
background: #fff !important;
}
.mh-field-attachment {
margin-bottom: 12px;
}
.mh-field-attachment .list__tile,
.mh-field-attachment .list {
padding: 0 !important;
}
.mh-field-attachment__content {
overflow: hidden;
border-radius: 4px;
min-height: 64px;
background: #fff;
margin-bottom: 24px;
}
.mh-field-attachment__add {
margin: 0 !important;
}
.mh-field-attachment__delete {
top: 0 !important;
left: -12px !important;
color: #222 !important;
background: #fff !important;
}
.mh-field-attachment__row {
background: #fff;
padding: 12px 12px 0 12px;
}
.mh-field-featured-checkbox {
margin-left: -3px !important;
}
.mh-field-featured-checkbox .input-group__details {
display: none !important;
}
.mh-field-featured-checkbox label {
margin-left: -3px !important;
margin-top: -3px !important;
}
.mh-field-featured-checkbox .input-group--selection-controls__ripple {
margin-top: -3px;
}
.mh-field-featured-image {
margin-bottom: 12px;
}
.mh-field-featured-image:after {
clear: both;
content: "";
display: table;
}
.mh-field-featured-image .mh-field-gallery__single {
padding: 0;
}
.mh-field-featured-image .mh-field-gallery__single > div {
padding: 0;
width: 100%;
min-height: 40px;
background: #fff !important;
margin-bottom: 0;
}
@media (min-width: 768px) {
.mh-field-featured-image .mh-field-gallery__single > div {
max-width: 400px;
height: 250px;
}
}
.mh-field-featured-image .progress-circular {
margin-top: 9px;
}
.mh-field-featured-image__content {
width: 100%;
background: #fff;
border-radius: 4px;
float: left;
margin: 0 0 24px 0;
padding: 12px;
min-height: 64px;
}
.mh-field-featured-image__content .mh-field-gallery__single {
width: 100%;
}
.mh-field-featured-image__content .mh-field-gallery__single {
margin-bottom: 0;
}
@media (min-width: 768px) {
.mh-field-featured-image__content {
max-width: 424px;
}
}
.mh-field-featured-image__upload {
margin: 0 !important;
}
.mh-field-featured-image__single {
position: relative;
margin-bottom: 12px;
overflow: hidden;
padding-bottom: 62.5%;
}
.mh-field-featured-image__single > div {
background: #f4f4f4;
padding: 12px;
position: relative;
height: 150px;
}
.mh-field-featured-image__single > div img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.mh-field-featured-image__remove {
position: absolute;
top: 0;
right: 0;
}
.mh-field-featured-image__remove button {
background: #fff;
border-radius: 50%;
box-shadow: none;
}
.mh-field-featured-image__label {
text-align: center;
font-weight: 700;
}
.mh-field-featured-image__single {
position: relative;
display: inline-block;
margin-bottom: 12px;
}
.mh-panel__upload-gallery__remove {
text-align: right;
}
.mh-panel__upload-gallery__remove button {
background: #fff;
}
.mh-panel__upload-gallery__icon-placeholder i {
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: -50px auto 0 auto;
font-size: 100px;
color: #f4f4f4;
display: block;
text-align: center;
height: 100px;
}
.mh-field-gallery {
margin-bottom: 12px;
}
.mh-field-gallery__images-wrapper {
overflow: initial;
background: #fff;
padding: 6px 3px 0 3px;
float: left;
border-radius: 4px;
margin: 0 0 24px 0px;
min-height: 64px;
width: 100%;
}
@media (min-width: 768px) {
.mh-field-gallery__images-wrapper {
padding: 12px 6px 0px;
}
}
.mh-field-gallery__single {
position: relative;
overflow: hidden;
float: left;
width: 50%;
padding-left: 3px;
padding-right: 3px;
margin-bottom: 6px;
}
@media (min-width: 767px) {
.mh-field-gallery__single {
padding-left: 6px;
padding-right: 6px;
width: 33.33%;
margin-bottom: 12px;
}
}
.mh-field-gallery__single > div {
overflow: hidden;
background: #f4f4f4;
max-width: 400px;
padding-bottom: 62.5%;
position: relative;
margin-bottom: 12px;
}
.mh-field-gallery__single > div img {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.mh-field-gallery__single > div:last-child {
margin-bottom: 0;
}
.mh-field-gallery__progress__inner {
top: 50%;
position: absolute;
margin: -27px auto 0 auto;
width: 100%;
text-align: center;
left: 0;
right: 0;
padding: 0 12px;
}
.mh-field-gallery__progress__text {
text-align: center;
font-weight: 700;
}
.mh-field-gallery__remove {
position: absolute;
top: 0;
right: 0;
}
.mh-field-gallery__remove button {
background: #fff;
border-radius: 50%;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mh-field-gallery__upload {
margin: 0 !important;
}
.mh-field-map {
margin-bottom: 12px;
}
.mh-field-map .input-group {
padding-top: 0 !important;
}
.mh-field-map .checkbox .input-group__input {
margin-bottom: 6px;
margin-top: 3px;
}
.mh-field-map .mh-panel-submit__instruction {
margin-top: -6px;
margin-bottom: 6px;
}
.mh-field-map .input-group--selection-controls__ripple {
margin-top: -3px;
}
.mh-field-map .checkbox .input-group__details {
display: none;
}
.mh-field-map .input-group--text-field .input-group__details {
min-height: 2px;
}
.mh-field-map .checkbox {
margin-top: 6px;
}
.mh-field-map .checkbox .input-group__input {
margin-left: -2px !important;
}
.mh-field-map .checkbox label {
margin-left: -6px;
}
.mh-field-map__location {
height: 300px;
}
@media (min-width: 768px) {
.mh-field-map__location {
height: 400px;
}
}
#mh-field-location::placeholder {
font-family: Roboto, sans-serif !important;
color: rgba(0, 0, 0, 0.54) !important;
}
.mh-field-plans {
margin-bottom: 12px;
}
.mh-field-plans .btn {
margin-left: 0 !important;
margin-right: 0 !important;
}
.mh-field-plans button.btn.btn--icon {
background: #f4f4f4;
margin-top: 12px;
}
.mh-field-plans .mh-panel-submit__plan-error {
background: red;
color: #fff;
margin-bottom: 24px;
padding: 12px;
}
.mh-field-plans__list {
overflow: hidden;
border-radius: 4px;
min-height: 64px;
background: #fff;
margin-bottom: 24px;
padding: 12px;
}
.mh-field-plans__list__row {
display: flex;
}
.mh-field-plans__list__row:last-child {
margin-bottom: -12px;
}
.mh-field-plans__list__image {
width: 60px;
padding-right: 12px;
}
.mh-field-plans__list__image img {
border-radius: 50%;
width: 48px;
height: 48px;
margin-top: 3px;
}
.mh-field-plans__list__image__icon {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
background: #29aae3;
border-radius: 50%;
}
.mh-field-plans__list__image__icon i {
color: #fff !important;
font-size: 31px;
}
.mh-field-plans__list__text {
flex-grow: 3;
}
.mh-field-plans__list__remove {
margin-left: 12px;
padding-top: 12px;
}
.mh-field-plans__list__remove i {
padding: 8px;
cursor: pointer;
font-size: 27px;
} .mh-app-wrapper {
background: #fafafa;
min-height: 200px;
}
.mh-app-wrapper h1, .mh-app-wrapper h2, .mh-app-wrapper h3, .mh-app-wrapper h4, .mh-app-wrapper h5 {
display: block;
width: 100%;
font-family: Lato, Arial, Helvetica, sans-serif !important;
}
.mh-app-wrapper h1 {
font-size: 36px;
}
@media (min-width: 768px) {
.mh-app-wrapper h1 {
margin-bottom: 24px;
}
}
.mh-app-wrapper h2 {
font-size: 21px;
font-weight: 400;
}
@media (min-width: 768px) {
.mh-app-wrapper h2 {
margin-bottom: 24px;
}
}
.mh-app-wrapper h3 {
margin-bottom: 12px;
font-size: 21px;
}
@media (min-width: 768px) {
.mh-app-wrapper h3 {
margin-bottom: 24px;
}
}
.mh-app-wrapper a:not(.btn) {
color: #222;
}
.mh-app-wrapper a:not(.btn):hover, .mh-app-wrapper a:not(.btn):active, .mh-app-wrapper a:not(.btn):focus {
color: #222;
}
@media (max-width: 767px) {
.mh-app-wrapper button.secondary {
width: 100%;
}
}
.mh-app-wrapper .secondary {
background-color: #666 !important;
border-color: #666 !important;
}
.mh-app-wrapper .btn.btn--large .icon--left {
margin-left: -10px;
}
.mh-app-wrapper .btn.btn--large .icon--right {
margin-right: -10px;
}
.mh-app-wrapper .card {
box-shadow: none;
}
.mh-app-wrapper .mh-card-big-title {
font-size: 33px;
}
.mh-app-wrapper td,
.mh-app-wrapper th {
border: none;
}
.mh-app-wrapper .primary {
background-color: #29aae3;
border-color: #29aae3;
}
.mh-app-wrapper .list__tile__content .list__tile__title .list__tile__mask {
background: #29aae3;
color: #fff;
}
@media (max-width: 767px) {
.mh-app-wrapper .btn.btn--depressed.secondary {
min-height: 44px;
}
}
.alert.alert {
text-align: left !important;
}
.application--wrap {
min-height: initial !important;
}
.mh-panel-app-spacing {
padding: 12px 12px 24px 12px;
}
@media (min-width: 768px) {
.mh-panel-app-spacing {
padding: 36px 12px 36px 12px;
}
}
.mh-panel-submit__title {
margin: 0;
}
@media (min-width: 768px) {
.mh-panel-submit__title {
padding: 0 12px 0 12px;
}
}
.mh-edit-property,
.mh-favorite,
.mh-page-properties,
.mh-save-search {
padding: 24px 24px 36px 24px;
}
@media (min-width: 768px) {
.mh-2-col-title .mh-2-col-title__col {
float: left;
width: 50%;
padding-right: 12px;
}
.mh-2-col-title .mh-2-col-title__col:last-child {
padding-left: 12px;
padding-right: 0;
}
}
.mh-2-col-title h1 {
margin-bottom: 0;
}
@media (min-width: 768px) {
.mh-2-col-title h1 {
margin-bottom: 24px;
}
}
.dialog {
text-align: center;
background: #fff;
padding: 24px;
max-width: 400px;
}
.overlay.overlay--active {
z-index: 100000 !important;
}
.dialog__content.dialog__content__active {
z-index: 100001 !important;
}
.application .theme--light.list, .theme--light .list {
background: transparent !important;
} .mh-login-register-panel {
padding: 24px 18px 12px 18px;
max-width: 400px;
width: 100%;
margin: 0 auto;
background: #fff;
}
.mh-login-register-panel:after {
clear: both;
content: "";
display: table;
}
.mh-login-register-panel #mh-login-captcha {
margin: 12px 0;
}
#mh-login-captcha {
height: 78px;
}
.mh-login-captcha {
margin: 12px 0;
}
.mh-register-captcha {
margin: 6px 0 18px 0;
}
.mh-register-terms {
position: relative;
margin-bottom: 18px;
}
.mh-register-terms .mh-register-terms__box {
position: absolute;
top: 1px;
left: 0px;
}
.mh-register-terms .mh-register-terms__text {
padding-left: 30px;
}
.mh-register-terms .mh-register-terms__text a {
text-decoration: underline;
color: #29aae3;
}
.mh-submit-captcha-submit-property {
width: 100%;
float: left;
}
.mh-submit-captcha-submit-property:after {
clear: both;
content: "";
display: table;
}
.mh-submit-captcha-submit-property #mh-submit-captcha {
width: 100%;
float: right;
margin: 0 12px 12px 12px;
}
.mh-submit-captcha-submit-property #mh-submit-captcha > div {
float: right;
}
.mh-popup-login-fields-login-captcha:after {
clear: both;
content: "";
display: table;
}
.mh-popup-login-fields-register-captcha {
float: left;
width: 100%;
margin: 6px 0 12px 0;
}
.mh-popup-login-fields-register-captcha:after {
clear: both;
content: "";
display: table;
}
.mh-popup-login #mh-login-captcha {
margin-bottom: 18px;
margin-top: 12px;
}
.mh-login-register-panel__heading {
color: #222;
margin-bottom: 12px;
}
.mh-login-register-panel__heading h3 {
margin-bottom: 0 !important;
line-height: 1 !important;
}
.mh-panel-login-buttons .mh-panel-login-buttons__remember .checkbox > label {
top: -4px;
margin-left: 8px;
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__remember .checkbox > label {
top: -1px;
}
}
.mh-panel-login-buttons .mh-panel-login-buttons__remember .input-group__details {
display: none;
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__remember {
width: 40%;
float: left;
}
.mh-panel-login-buttons .mh-panel-login-buttons__remember > div {
margin-top: 19px;
}
.mh-panel-login-buttons .mh-panel-login-buttons__remember label {
font-size: 13px !important;
margin-top: -3px !important;
}
}
.mh-panel-login-buttons .mh-panel-login-buttons__right {
width: 100%;
margin-top: 12px;
float: left;
text-align: right;
}
.mh-panel-login-buttons .mh-panel-login-buttons__right:after {
clear: both;
content: "";
display: table;
}
.mh-panel-login-buttons .mh-panel-login-buttons__right div {
display: inline-block;
line-height: 36px;
float: left;
line-height: 36px;
width: 100%;
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__right div {
width: auto;
float: right;
}
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__right {
width: 60%;
}
}
.mh-panel-login-buttons .mh-panel-login-buttons__register button {
width: 100%;
background: #f4f4f4 !important;
margin: 12px 0 0 0;
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__register button {
margin: 0 6px 0 0;
width: auto;
float: right;
}
}
.mh-panel-login-buttons .mh-panel-login-buttons__login button {
width: 100%;
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__login button {
width: auto;
margin-right: 0;
}
}
.mh-panel-login-buttons .mh-panel-login-buttons__login .primary {
margin: 0;
}
@media (min-width: 768px) {
.mh-panel-login-buttons .mh-panel-login-buttons__login .primary {
position: relative;
top: -2px;
}
}
.mh-panel-register-buttons {
text-align: right;
}
.mh-panel-register-buttons .btn:last-child {
margin-right: 0;
}
.mh-panel-register-buttons .btn.btn--flat {
width: 100%;
}
@media (min-width: 768px) {
.mh-panel-register-buttons .btn.btn--flat {
display: inline-block;
width: auto;
}
}
.mh-panel-register-buttons .primary {
width: 100%;
margin: 0 0 12px 0;
}
@media (min-width: 768px) {
.mh-panel-register-buttons .primary {
width: auto;
}
}
.mh-panel-register-buttons__back {
width: 50%;
padding-right: 6px;
float: left;
}
.mh-panel-register-buttons__back button {
width: 100% !important;
margin: 0;
background: #f4f4f4 !important;
}
.mh-panel-register-buttons__back button i {
margin-right: 6px;
}
.mh-panel-register-buttons__register {
width: 50%;
padding-left: 6px;
float: left;
}
.mh-panel-register-buttons__register button {
width: 100% !important;
}
.mh-panel-login-buttons {
float: left;
width: 100%;
margin-bottom: 12px;
}
.mh-popup-login__inner__body .mdl-button--popup-login[disabled=disabled],
.mdl-button--popup-register[disabled=disabled] {
color: #f4f4f4 !important;
background: #ccc !important;
opacity: 1 !important;
}
.mh-popup-login__inner__body .mdl-button--popup-login[disabled=disabled]:before,
.mdl-button--popup-register[disabled=disabled]:before {
opacity: 0 !important;
} .mh-panel-login-social-buttons:after {
clear: both;
content: "";
display: table;
}
.mh-panel-login-social-buttons .mh-panel-login-social-buttons__all-buttons {
margin: 0 -6px;
}
.mh-panel-login-social-buttons .mh-panel-login-social-buttons__all-buttons > div {
width: 100%;
float: left;
padding: 0 6px;
}
@media (min-width: 768px) {
.mh-panel-login-social-buttons .mh-panel-login-social-buttons__all-buttons > div {
width: 50%;
}
}
.mh-panel-login-social-buttons .mh-panel-login-social-buttons__all-buttons > div button {
font-size: 11px !important;
margin: 0 0 6px 0 !important;
width: 100%;
height: 36px !important;
position: relative;
}
.mh-panel-login-social-buttons .mh-panel-login-social-buttons__all-buttons > div button:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background: rgba(255, 255, 255, 0.1);
z-index: 99999999999999999;
}
.mh-panel-login-social-buttons .mh-panel-login-social-buttons__all-buttons > div button:hover:after {
opacity: 1;
}
.mh-panel-login-social-buttons button {
color: #fff !important;
overflow: hidden;
text-align: left !important;
border-radius: 2px !important;
border: 0px solid transparent;
text-transform: uppercase;
}
.mh-panel-login-social-buttons button:before {
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
background: rgba(0, 0, 0, 0.2);
display: inline-block;
text-decoration: inherit;
position: absolute;
left: 0;
top: 0;
line-height: 36px;
height: 36px;
font-size: 16px;
padding: 0 10px;
}
.mh-panel-login-social-buttons .btn__content {
display: block !important;
text-align: left !important;
line-height: 36px;
padding-left: 44px !important;
}
.mh-panel-login-social-buttons button[data-name=facebook] {
background: #3b5998 !important;
}
.mh-panel-login-social-buttons button[data-name=facebook]:before {
content: "\f082";
}
.mh-panel-login-social-buttons button[data-name=twitter] {
background: #55acee !important;
}
.mh-panel-login-social-buttons button[data-name=twitter]:before {
content: "\f099";
}
.mh-panel-login-social-buttons button[data-name=linkedin] {
background: #007bb6 !important;
}
.mh-panel-login-social-buttons button[data-name=linkedin]:before {
content: "\f0e1";
}
.mh-panel-login-social-buttons button[data-name=instagram] {
background: #e4405f !important;
}
.mh-panel-login-social-buttons button[data-name=instagram]:before {
content: "\f16d";
}
.mh-panel-login-social-buttons button[data-name=google] {
background: #dd4b39 !important;
}
.mh-panel-login-social-buttons button[data-name=google]:before {
content: "\f1a0";
}
.mh-panel-login-social-buttons button[data-name=yahoo] {
background: #410093 !important;
}
.mh-panel-login-social-buttons button[data-name=yahoo]:before {
content: "\f19e";
}
.mh-panel-login-social-buttons__heading {
width: 100%;
margin-bottom: 6px;
margin-top: 12px;
} .mh-app__sidebar-nav {
transform: none !important;
margin-bottom: 24px;
height: initial !important;
padding: 0 !important;
width: initial !important;
}
.mh-app__sidebar-nav .navigation-drawer {
padding: 0 !important;
}
.mh-app__sidebar-nav .toolbar__content {
border-bottom: 2px solid #fff;
}
.mh-app__sidebar-nav .toolbar__content {
height: 80px !important;
background: #eee !important;
}
.mh-app__sidebar-nav .active .list__tile {
background: #eeeeee !important;
}
.mh-app__sidebar-nav .list__tile--link:hover {
background: #eeeeee !important;
}
.mh-app__sidebar-nav .list__tile__title {
margin-top: 3px;
margin-left: 3px;
font-weight: 400;
}
.mh-app__sidebar-nav .avatar + .list__tile__title {
font-weight: 700;
}
.mh-app__sidebar-nav .list .list__tile.list__tile--link {
height: 48px;
}
.mh-app__sidebar-nav .list--dense {
padding-bottom: 0;
}
.mh-app__sidebar-nav .list__tile__action {
width: 40px;
}
.mh-app__sidebar-nav .avatar {
min-height: 40px !important;
min-width: 40px !important;
height: 40px !important;
width: 40px !important;
background: #fff;
display: inline-block;
margin-right: 12px;
}
.mh-app__sidebar-nav .avatar img {
min-height: 40px !important;
min-width: 40px !important;
height: 40px !important;
width: 40px !important;
}
.mh-app__sidebar-nav .navigation-drawer__border {
display: none;
} @media (min-width: 768px) {
.mh-table-my-properties {
padding: 0;
}
.mh-table-my-properties table {
margin-bottom: 0;
}
.mh-table-my-properties tr {
background: #fff !important;
}
.mh-table-my-properties td {
padding-top: 12px !important;
padding-bottom: 12px !important;
}
.mh-table-my-properties .mh-table-my-properties__td-id,
.mh-table-my-properties .mh-table-my-properties__id {
text-align: left !important;
padding: 0 !important;
min-width: 48px !important;
width: 48px !important;
max-width: 48px !important;
}
.mh-table-my-properties .mh-table-my-properties__image,
.mh-table-my-properties .mh-table-my-properties__td-image {
min-width: 120px !important;
width: 120px !important;
max-width: 120px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.mh-table-my-properties .mh-table-my-properties__image img,
.mh-table-my-properties .mh-table-my-properties__td-image img {
width: 120px;
height: auto;
}
.mh-table-my-properties .mh-table-my-properties__td-action,
.mh-table-my-properties .mh-table-my-properties__actions {
min-width: 60px !important;
width: 60px !important;
max-width: 60px !important;
padding-left: 0 !important;
padding-right: 0 !important;
text-align: right !important;
}
.mh-table-my-properties .mh-table-my-properties__td-action i,
.mh-table-my-properties .mh-table-my-properties__actions i {
cursor: pointer;
font-size: 16px;
color: #222;
}
.mh-table-my-properties .mh-table-my-properties__td-action i:first-child,
.mh-table-my-properties .mh-table-my-properties__actions i:first-child {
margin-right: 6px;
}
}
.mh-table-my-properties__td-mod-buttons {
padding-right: 0 !important;
}
.mh-table-my-properties__td-mod-buttons__button {
background: #f4f4f4;
margin: 6px 0;
float: left;
width: 100%;
cursor: pointer;
display: block;
text-align: left;
overflow: hidden;
border-radius: 2px !important;
margin-right: 12px;
font-size: 13px !important;
color: #4d4d4d !important;
padding: 3px 6px 3px 38px;
position: relative;
z-index: 3;
}
@media (min-width: 768px) {
.mh-table-my-properties__td-mod-buttons__button {
margin: 0 0 6px 0;
}
}
.mh-table-my-properties__td-mod-buttons__button:before {
background: #cacaca;
width: 30px;
z-index: 4;
height: 100%;
content: '';
position: absolute;
top: 0;
left: 0;
}
.mh-table-my-properties__td-mod-buttons__button i {
z-index: 5;
font-size: 19px;
line-height: 9px;
margin-right: 3px;
position: absolute;
top: 8px;
left: 5px;
}
.mh-table-my-properties__td-mod-buttons__button:hover {
color: #000 !important;
}
.mh-panel-body__dashboard-moderation .mh-table-my-properties thead > tr > th {
padding-right: 0 !important;
}
.mh-modal-delete-property-dialog {
text-align: center;
}
.mh-modal-delete-property-dialog div {
width: 100%;
}
.mh-table-my-properties__td-restore-delete,
.mh-panel-body__dashboard-trash .mh-table-my-properties th:last-child {
text-align: right !important;
padding-right: 0 !important;
}
.mh-table-my-properties__td-restore-delete button,
.mh-panel-body__dashboard-trash .mh-table-my-properties th:last-child button {
margin-right: 0 !important;
}
.mh-panel-body__dashboard-moderation th:last-of-type,
.mh-panel-body__dashboard-trash th:last-of-type,
.mh-table-my-properties__td-mod-buttons,
.mh-table-my-properties__td-restore-delete {
text-align: center !important;
max-width: 150px !important;
min-width: 150px !important;
width: 150px !important;
} @media (min-width: 768px) {
.mh-my-search-table {
padding: 0;
}
}
.mh-my-search-table table {
margin-bottom: 0 !important;
word-break: break-word;
}
.mh-my-search-table tr {
background: #fff !important;
}
@media (min-width: 768px) {
.mh-my-search-table .mh-my-search-table__id,
.mh-my-search-table thead > tr > th:nth-child(1) {
padding: 12px 0 !important;
min-width: 200px !important;
width: 200px !important;
max-width: 200px !important;
text-align: left !important;
}
}
@media (min-width: 768px) {
.mh-my-search-table .mh-my-search-table__id {
padding: 12px 0 !important;
}
}
@media (min-width: 768px) {
.mh-my-search-table thead > tr > th:nth-child(1) {
padding: 0 !important;
}
}
@media (min-width: 768px) {
.mh-my-search-table .mh-my-search-table__name,
.mh-my-search-table thead > tr > th:nth-child(2) {
padding: 12px 0 !important;
min-width: 200px !important;
width: 200px !important;
max-width: 200px !important;
text-align: left !important;
}
}
.mh-my-search-table .mh-my-search-table__delete,
.mh-my-search-table thead > tr > th:nth-child(3) {
text-align: center !important;
}
@media (min-width: 768px) {
.mh-my-search-table .mh-my-search-table__delete,
.mh-my-search-table thead > tr > th:nth-child(3) {
min-width: 60px !important;
width: 60px !important;
max-width: 60px !important;
text-align: right !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.mh-my-search-table .mh-my-search-table__delete i,
.mh-my-search-table thead > tr > th:nth-child(3) i {
cursor: pointer;
font-size: 16px;
color: #222;
}
.mh-my-search-table .mh-my-search-table__delete i:first-child,
.mh-my-search-table thead > tr > th:nth-child(3) i:first-child {
margin-right: 6px;
}
}
#myhome-panel-searches .progress-linear {
margin: 24px 0;
float: left;
} .mh-rest-password-link {
float: right;
width: 100%;
display: block;
text-align: right;
margin-top: 12px;
color: #444;
font-size: 13px;
}
.mh-rest-password-link i {
font-size: 16px;
}
.mh-rest-password-link:hover {
color: #222;
} .mh-app-wrapper .stepper,
.mh-app-wrapper .stepper__header {
box-shadow: none !important;
}
.mh-app-wrapper .stepper__header {
background: #f0f0f0;
padding-top: 12px;
}
.mh-app-wrapper .mh-submit-property__step-content {
padding: 0;
}
.mh-app-wrapper .stepper__label {
width: 100% !important;
text-align: center !important;
display: none !important;
}
@media (min-width: 768px) {
.mh-app-wrapper .stepper__label {
display: block !important;
}
}
.mh-app-wrapper .stepper__content {
padding-left: 0 !important;
padding-right: 0 !important;
}
.mh-app-wrapper .stepper .stepper__label {
text-shadow: none !important;
font-size: 14px;
color: #333;
line-height: 1.2;
}
.mh-app-wrapper .stepper .stepper__step--active .stepper__label {
color: #444444;
}
.mh-app-wrapper .stepper__header .divider {
background: #fff !important;
margin: 34px -80px 0 !important;
height: 3px;
}
.mh-app-wrapper .stepper__header .stepper__step--complete + .divider {
background: #29aae3;
}
.mh-app-wrapper .stepper__header {
max-width: 1170px !important;
margin: 0 auto !important;
background: transparent !important;
}
.mh-app-wrapper .stepper {
background: #f0f0f0 !important;
}
.mh-app-wrapper .stepper__items {
background: #fafafa !important;
}
.mh-app-wrapper .container {
max-width: 1170px;
}
.mh-app-wrapper .stepper__step__step {
font-weight: 700;
}
.mh-app-wrapper .stepper__step:not(.stepper__step--active):not(.stepper__step--complete):not(.stepper__step--error) .stepper__step__step {
background: #fff !important;
color: #222;
} .mh-submit-property-buttons {
text-align: center;
width: 100%;
margin-top: 12px;
}
.mh-submit-property-buttons:after {
clear: both;
content: "";
display: table;
}
@media (min-width: 768px) {
.mh-submit-property-buttons {
padding: 24px 0 36px;
margin: 0 12px 0;
}
}
.mh-submit-property-buttons button {
margin: 0;
width: auto;
}
.mh-submit-property-buttons .mh-submit-property-buttons__back {
margin-bottom: 12px;
margin-left: 12px;
margin-right: 12px;
}
.mh-submit-property-buttons .mh-submit-property-buttons__back button {
width: 100%;
}
@media (min-width: 768px) {
.mh-submit-property-buttons .mh-submit-property-buttons__back {
width: 50%;
margin-left: initial;
margin-right: initial;
float: left;
text-align: left;
}
.mh-submit-property-buttons .mh-submit-property-buttons__back button {
width: auto;
}
}
.mh-submit-property-buttons .mh-submit-property-buttons__continue {
margin-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
}
.mh-submit-property-buttons .mh-submit-property-buttons__continue > div {
margin-top: -24px;
margin-bottom: 12px;
color: red;
}
.mh-submit-property-buttons .mh-submit-property-buttons__continue button {
width: 100%;
}
@media (min-width: 768px) {
.mh-submit-property-buttons .mh-submit-property-buttons__continue {
width: 50%;
float: right;
text-align: right;
padding-left: 0px;
padding-right: 0px;
}
.mh-submit-property-buttons .mh-submit-property-buttons__continue button {
width: auto;
}
}
.mh-submit-property-buttons .mh-submit-property-buttons__submit {
margin-bottom: 12px;
}
@media (min-width: 768px) {
.mh-submit-property-buttons .mh-submit-property-buttons__submit {
width: 100%;
float: left;
text-align: center;
}
} .mh-edit-next-step__heading {
padding: 12px;
}
.mh-edit-property-loader-top {
margin: 36px 6px 12px 0 !important;
overflow: hidden;
}
.mh-edit-next-step > .layout {
margin: 0 -9px;
}
.mh-edit-property-loader-bottom {
margin: -12px 6px 24px 0px !important;
overflow: hidden;
top: 36px !important;
}
.mh-edit-property-button {
padding: 24px 0px 0 3px;
text-align: right;
}
.mh-edit-property .mh-field-gallery__single > div {
background: #fff !important;
}
.mh-edit-property .mh-field-plans__list,
.mh-edit-property .mh-field-gallery__images-wrapper {
background: #f4f4f4 !important;
}
.mh-edit-property .mh-field-featured-image .mh-field-gallery__single > div,
.mh-edit-property .mh-field-featured-image__content {
background: #f4f4f4 !important;
}
.mh-edit-property .mh-panel__upload-gallery__icon-placeholder i {
color: #fff !important;
} .mh-modal-package__text {
text-align: center;
margin-bottom: 12px;
} .woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
font-family: Lato, Arial, Helvetica, sans-serif;
}
.woocommerce h3 {
margin-bottom: 12px;
}
.woocommerce .input-text, .woocommerce select, .woocommerce textarea {
padding: 12px;
border: 1px solid #c5c5c5;
}
.woocommerce .input-text, .woocommerce select {
height: 46px;
margin-bottom: 12px !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
margin-bottom: 24px;
} .woocommerce-cart {
background: #fafafa;
}
.woocommerce-cart table.shop_table.woocommerce-cart-form__contents button.button {
margin-right: 9px;
padding: 16px 18px;
}
.woocommerce-cart table.shop_table.woocommerce-cart-form__contents button.button:disabled {
opacity: 0.4;
}
.woocommerce-cart table.shop_table.woocommerce-cart-form__contents th {
font-weight: 400;
border: 1px solid transparent !important;
}
.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td {
border: 1px solid transparent !important;
border-top: 1px solid #fafafa !important;
}
.woocommerce-cart table.shop_table.woocommerce-cart-form__contents tbody tr:last-child td {
border: 1px solid transparent !important;
border-top: 1px solid #fafafa !important;
padding: 12px 0 0 0;
}
.woocommerce-cart .product-thumbnail {
display: none;
}
.woocommerce-cart .quantity .qty {
width: 60px;
margin-bottom: 0 !important;
}
.woocommerce-cart .product-remove .remove {
background: transparent !important;
background-image: url(//nowestate.it/wp-content/themes/myhome/assets/images/close.png) !important;
background-size: 30px 30px;
border: 0px solid transparent;
width: 30px;
height: 30px;
font-size: 0px;
}
.woocommerce-cart table.shop_table {
border: 0 transparent;
border-radius: 0;
background: #fff;
padding: 0;
}
@media (min-width: 768px) {
.woocommerce-cart table.shop_table {
padding: 6px 18px 0 18px;
}
}
.woocommerce-cart #coupon_code {
width: 100%;
padding-left: 12px;
}
@media (min-width: 768px) {
.woocommerce-cart #coupon_code {
width: 200px;
margin: 0;
}
}
.woocommerce-cart .coupon {
padding: 0 12px;
}
.woocommerce-cart input.button[name=apply_coupon] {
width: 100% !important;
height: 46px !important;
border-radius: 0 !important;
}
@media (min-width: 768px) {
.woocommerce-cart input.button[name=apply_coupon] {
width: auto !important;
margin-left: 3px;
}
}
.woocommerce-cart .checkout-button {
background: #29aae3;
border-radius: 0 !important;
text-transform: uppercase;
padding: 16px 18px;
color: #fff !important;
}
.woocommerce-cart .shop_table tr,
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
border: none;
} .woocommerce-checkout {
background: #fafafa;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
padding-left: 9px;
padding-right: 9px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table td {
border-top: 1px solid #fff;
}
.woocommerce-checkout button[type=submit] {
background: #29aae3;
border-radius: 0 !important;
text-transform: uppercase;
padding: 16px 18px;
color: #fff !important;
}
.woocommerce-checkout .woocommerce-checkout td, .woocommerce-checkout .woocommerce-checkout th {
border: 0px solid transparent !important;
}
.woocommerce-checkout .wc_payment_method label {
top: -2px;
position: relative;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
padding: 12px;
background: #fff;
border: none;
border-radius: 0;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
padding: 12px;
background: #fff;
margin-bottom: 24px;
}
.woocommerce-checkout textarea#order_comments {
height: 150px;
border: 1px solid #c5c5c5;
}
.woocommerce-checkout li.wc_payment_method {
padding-bottom: 12px;
position: relative;
float: left;
width: 100%;
}
.woocommerce-checkout .about_paypal {
float: none !important;
line-height: 1 !important;
padding-left: 12px !important;
font-size: 13px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment {
background: transparent;
padding: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
border-bottom: 2px solid #fff !important;
background: #fff;
padding: 12px 18px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .place-order {
background: transparent;
padding: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .place-order button {
display: block;
text-align: center;
margin-bottom: 1em;
font-size: 21px;
padding: 12px 24px;
}
.woocommerce-checkout #add_payment_method #payment div.payment_box,
.woocommerce-checkout .woocommerce-cart #payment div.payment_box,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
background: #fff;
}
.woocommerce-checkout #add_payment_method #payment div.payment_box::before,
.woocommerce-checkout .woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before {
border: 12px solid #fff;
margin: -12px 0 0 24px;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
.woocommerce-checkout .cart_totals.calculated_shipping table {
border: 0px solid transparent;
background: #f4f4f4;
}
.woocommerce-checkout .cart_totals.calculated_shipping table td, .woocommerce-checkout .cart_totals.calculated_shipping table th {
border-bottom: 0px solid #fff;
border-top: 1px solid #fff;
}
@media (min-width: 768px) {
.woocommerce-checkout .col2-set {
margin: 0 -6px;
}
.woocommerce-checkout .col2-set .col-1 {
width: 50%;
float: left;
padding: 0 6px;
}
.woocommerce-checkout .col2-set .col-2 {
width: 50%;
float: left;
padding: 0 6px;
}
}
.woocommerce-checkout .select2-selection--single {
background-color: #fff;
border: 1px solid #c5c5c5;
border-radius: 0;
padding: 6px !important;
height: 42px;
}
.woocommerce-checkout .select2-selection--single .select2-selection__arrow {
height: 42px;
right: 10px;
} .woocommerce-order-received {
background: #fafafa;
}
.woocommerce-order-received .order_details td,
.woocommerce-order-received .order_details th,
.woocommerce-order-received .order_details tr {
border: none;
}
.woocommerce-order-received .woocommerce-customer-details address {
background: #fff;
border: none;
border-radius: 0;
padding: 12px;
}
.woocommerce-order-received .order_details {
border: 0 !important;
background: #fff;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
border: 0;
background: #fff;
}
.woocommerce-order-received .woocommerce ul.order_details {
padding: 12px;
background: #fff;
margin-bottom: 24px;
}
.woocommerce-order-received .woocommerce ul.order_details li {
padding: 0 36px 0 0;
border-right: 1px solid #f4f4f4;
}
.woocommerce-order-received .woocommerce ul.order_details li:last-child {
border: none;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
margin-top: 12px;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
content: "\f12c";
font-family: Flaticon;
font-style: normal;
}
.woocommerce-order-received .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
content: "\f123";
font-family: Flaticon;
font-style: normal;
}  .mh-color-white {
color: #fff !important;
}
.mh-color-dark {
color: #222 !important;
}
.mh-color-primary {
color: #29aae3;
} .mh-background-color-dark {
background: #222 !important;
}
.mh-background-color-white {
background: #fff !important;
}
.mh-background-color-transparent {
background: transparent !important;
}
.mh-background-color-primary {
background: #29aae3 !important;
}
.mh-background-cover {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
background-position: center center !important;
}
.mh-background-fixed {
background-position: center center !important;
background-attachment: fixed !important;
background-repeat: no-repeat !important;
} .mh-border-color-primary {
border-color: #29aae3;
}
.mh-border-solid {
border-style: solid !important;
}
.mh-border-dashed {
border-style: dashed !important;
}
.mh-border-double {
border-style: double !important;
}
.mh-border-dotted {
border-style: dotted !important;
} .mh-font-size-xxxl {
font-size: 48px !important;
}
.mh-font-size-xxl {
font-size: 36px !important;
}
.mh-font-size-xl {
font-size: 32px !important;
}
.mh-font-size-l {
font-size: 24px !important;
}
.mh-font-size-m {
font-size: 21px !important;
}
.mh-font-size-s {
font-size: 16px !important;
}
.mh-font-size-xs {
font-size: 13px !important;
} .mh-margin-bottom-small {
margin-bottom: 24px !important;
}
.mh-margin-bottom-big {
margin-bottom: 36px !important;
}
.mh-margin-top-big {
margin-top: 36px !important;
}
.mh-margin-top-small {
margin-top: 24px !important;
} .mh-padding-top-big {
padding-top: 36px !important;
}
.mh-padding-top-small {
padding-top: 24px !important;
}
.mh-padding-bottom-big {
padding-bottom: 36px !important;
}
.mh-padding-bottom-small {
padding-bottom: 24px !important;
} .mh-font-body {
font-family: Lato, Arial, Helvetica, sans-serif;
}
.mh-mask-dark {
background: rgba(0, 0, 0, 0.1);
}
.mh-mask-strong-dark {
background: rgba(0, 0, 0, 0.45);
}
.display-inline {
display: inline !important;
}
.no-gutter {
padding: 0 !important;
margin: 0 !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-relative {
position: relative !important;
}
.overflow-initial {
overflow: initial !important;
}
.float-none {
float: none !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
@media (min-width: 768px) {
.mh-display-mobile {
display: none;
}
}
.mh-display-desktop {
display: none;
}
@media (min-width: 768px) {
.mh-display-desktop {
display: block;
}
}
.link-primary:hover {
color: #29aae3;
}
.font-weight-700 {
font-weight: 700 !important;
}
.text-center {
text-align: center !important;
}
#wp-admin-bar-myhome-panel > .ab-item:before {
display: none !important;
}
.mh-gallery__upload-in-progress * {
pointer-events: none !important;
}
@media (max-width: 1023px) {
html body.myhome-body div #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li > .item_link *,
html body div #mega_main_menu.mh-primary li .mega_dropdown .item_link *,
html body.myhome-body #mega_main_menu.mh-primary > .menu_holder > .menu_inner > ul > li:hover > .item_link * {
color: #000 !important;
}
}
.mh-account_overlay {
top: 0;
}
.mdl-button {
position: relative;
overflow: hidden
}
.mdl-button:after {
content: '';
display: block;
border-radius: 50%;
background-color: rgba(0, 0, 0, .3);
height: 100px;
width: 100px;
margin-top: -50px;
margin-left: -50px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0
}
.mdl-button:active:after {
animation-name: ripplesmall;
animation-duration: .5s
}
.mdl-button--full-width:active:after {
animation-name: ripplebig;
animation-duration: .5s
}
@keyframes ripplesmall {
from {
opacity: .2;
transform: scale(0)
}
to {
opacity: 1;
transform: scale(3)
}
}
@keyframes ripplebig {
from {
opacity: .5;
transform: scale(0)
}
to {
opacity: 1;
transform: scale(4.3)
}
}
.single-estate .swiper-container--single .swiper-slide .mh-popup-group__element {
text-align: center;
width: 100%;
display: block;
}
@media (max-width: 1023px) {
.mh-estate-vertical .swiper-slide:first-of-type,
.mh-estate-horizontal .swiper-slide:first-of-type {
display: none !important;
}
.mh-property .swiper-wrapper {
display: block !important;
transform: none !important
}
.mh-property .swiper-pagination {
display: none !important
}
.mh-property .swiper-button-next, .mh-property .swiper-button-prev {
display: none !important;
}
html body .mh-property .swiper-container:hover .swiper-button-next,
html body .mh-property .swiper-container:hover .swiper-button-prev {
display: none !important;
}
.mh-property .swiper-slide:first-child {
display: none !important;
}
.mh-property .swiper-container:hover .swiper-slide:after, .mh-property .swiper-container:hover .swiper-slide:before {
display: none !important
}
}
html body form.idx-omnibar-form input[type=number]:active,
html body form.idx-omnibar-form input[type=number]:focus,
html body form.idx-omnibar-form input[type=search]:not(#media-search-input):active,
html body form.idx-omnibar-form input[type=search]:not(#media-search-input):focus,
html body form.idx-omnibar-form input[type=text]:active,
html body form.idx-omnibar-form input[type=text]:focus {
background-color: #fff!important;
}
.compose-mode .vc_mh_idx_omnibar  {
position:static!important;
}
.compose-mode #omnibar {
width:80%!important;
}
.myhome-idx-omnibar--additional_fields .awesomplete {
min-width: 100%;
}@media print {
.mobile_toggle,
.mh-estate__huge-image .mh-popup,
.mh-single_estate--slider .mh-fixed-menu + .mh-sticky-menu-placeholder,
.descrizione p:empty,
.section_buttons,
#footer,
#myhome-estate-map,
#mega_main_menu,
.gallery-box,
.mh-estate__section--plans{
display: none!important;
}
*{
background-color: transparent!important;
color: #000!important;
}
.mh-estate__details > div{
text-align: left;
padding: 0;
}
.print-img{ max-width: 100%!important;
}
.titolo{
float: none!important;
color: #000!important;
text-align: left!important;
}
.titolo h2,
.mh-estate__list h1{
font-size: 18px!important;
text-align: left!important;
font-weight: bold!important;
margin-left: 20px!important;
}
.indirizzo, .rif{
text-align: left!important;
font-size: 18px!important;
margin-left: 20px!important;
}
.descrizione{
padding: 20px!important;
font-size: 12px;
line-height: 1.3;
}
.descrizione p{
margin-bottom: 10px;
}
.mh-estate__section .mh-estate__list__inner{
columns: 2!important;
display: block!important;
margin: 0!important;
}
.mh-estate__list__element{
padding: 0!important;
width: 100%!important;
float: none!important;
min-height: 0!important;
border: 0!important;
margin: 0!important;
text-align: left!important;
}
.mh-accordion .ui-accordion-content{
display: block!important;
}
.print-img{
display: block!important;
}
}
.btn.dropdown-toggle[title="false"] span{
visibility: hidden;
}
.mh-search__label span{
display: none;
}
@media screen and (max-width: 767px){
.vc_gitem-post-data-source-post_excerpt{
display: none;
}
.single-post .mh-layout{
padding: 0 15px;
}
}
* {
-webkit-tap-highlight-color: transparent!important;
-webkit-touch-callout: none!important;
-webkit-user-select: none!important;
-khtml-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important;
}html {
font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} article,
aside,
footer,
header,
nav,
section {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  figcaption,
figure,
main { display: block;
} figure {
margin: 1em 40px;
} hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent; -webkit-text-decoration-skip: objects; } a:active,
a:hover {
outline-width: 0;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: inherit;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } dfn {
font-style: italic;
} mark {
background-color: #ff0;
color: #000;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  audio,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} img {
border-style: none;
} svg:not(:root) {
overflow: hidden;
}  button,
input,
optgroup,
select,
textarea {
font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
html [type="button"], [type="reset"],
[type="submit"] {
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
display: inline-block; vertical-align: baseline; } textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details, menu {
display: block;
} summary {
display: list-item;
}  canvas {
display: inline-block;
} template {
display: none;
}  [hidden] {
display: none;
}.mh-properties {
transition-property: opacity,transform;
transition-duration: .3s;
}
.mh-properties.mh-properties__hide {
opacity: 0;
transform: translateY(-100px);
}
.mh-properties .mh-thumbnail__inner {
transition: opacity .3s;
}
.mh-properties.mh-properties__hide .mh-thumbnail__inner {
opacity: 0;
}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1; position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
position: absolute;
right: 28px;
top: 6px;
font-size: 23px;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
font-size: 13px;
line-height: 18px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #ffffff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #d0d0d0;
padding: 8px 8px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid #d0d0d0;
background: #ffffff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
-webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}@font-face{font-family:'FontAwesome';src:url(//nowestate.it/wp-content/themes/myhome/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//nowestate.it/wp-content/themes/myhome/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//nowestate.it/wp-content/themes/myhome/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//nowestate.it/wp-content/themes/myhome/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//nowestate.it/wp-content/themes/myhome/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//nowestate.it/wp-content/themes/myhome/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media print {
.mobile_toggle,
.mh-estate__huge-image .mh-popup,
.mh-single_estate--slider .mh-fixed-menu + .mh-sticky-menu-placeholder,
.descrizione p:empty,
.section_buttons,
#footer,
#myhome-estate-map,
#mega_main_menu,
.gallery-box,
.mh-estate__section--plans{
display: none!important;
}
*{
background-color: transparent!important;
color: #000!important;
}
.mh-estate__details > div{
text-align: left;
padding: 0;
}
.print-img{ max-width: 100%!important;
}
.titolo{
float: none!important;
color: #000!important;
text-align: left!important;
}
.titolo h2,
.mh-estate__list h1{
font-size: 18px!important;
text-align: left!important;
font-weight: bold!important;
margin-left: 20px!important;
}
.indirizzo, .rif{
text-align: left!important;
font-size: 18px!important;
margin-left: 20px!important;
}
.descrizione{
padding: 20px!important;
font-size: 12px;
line-height: 1.3;
}
.descrizione p{
margin-bottom: 10px;
}
.mh-estate__section .mh-estate__list__inner{
columns: 2!important;
display: block!important;
margin: 0!important;
}
.mh-estate__list__element{
padding: 0!important;
width: 100%!important;
float: none!important;
min-height: 0!important;
border: 0!important;
margin: 0!important;
text-align: left!important;
}
.mh-accordion .ui-accordion-content{
display: block!important;
}
.print-img{
display: block!important;
}
}
.btn.dropdown-toggle[title="false"] span{
visibility: hidden;
}
.mh-search__label span{
display: none;
}
@media screen and (max-width: 767px){
.vc_gitem-post-data-source-post_excerpt{
display: none;
}
.single-post .mh-layout{
padding: 0 15px;
}
}
* {
-webkit-tap-highlight-color: transparent!important;
-webkit-touch-callout: none!important;
-webkit-user-select: none!important;
-khtml-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: none!important;
}