@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=PT+Serif:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
html, body {
height: 100%;
}
html {
font-size: 16px;
}
body {
background: #fff;
color: #333;
font-size: 1em;
}
* {
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a, a:visited {
text-decoration: underline;
color: #000;
}
a:hover {
text-decoration: none;
}
*:focus {
outline: none;
}
input[type=submit], input[type], textarea {
-webkit-appearance:none;
}
.font-reg, .basic-h2 h2, body, .single h1, .h2-basic h2 {
font-family: 'Montserrat', sans-serif;
}
.font-fancy, h2, .basic h1, h1 {
font-family: "Bebas Neue", sans-serif;
font-weight: 400;
font-style: normal;
}
.font-light {
font-weight: 300;
}
.font-reg {
font-weight: 400;
}
.font-semi {
font-weight: 600;
}
.font-bold {
font-weight: 700;
} header, main, footer, article, nav, section, aside {
display:block;
}
header, main, footer {
width:100%;
}
section {
position: relative;
}
header {
position: fixed;
top: 0;
left: 0;
z-index: 9;
color: #fff;
font-size: 1em;
background: rgba(0, 0, 0, .95);
}
header, .t-search {
height: 7.19em; }
header .width {
z-index: 3;
padding: 0 0 0 1.5em;
width: 100%;
max-width: none;
}
.width {
max-width:64.5em;
width:calc(100% - 3.75em);
margin:0 auto;
display:block;
position: relative;
z-index: 1;
}
.width.more {
max-width: 69em; }
main {
background:#fff;
overflow: hidden;
}
.outer-6 main {
margin-top: 0;
}
main .width {
padding:4em 0;
}
.anchor {
top: -4em; position: relative;
} footer {
margin: auto;
padding: 0;
font-size:1em;
color: inherit;
}
footer a:link, footer a:visited {
color: inherit;
text-decoration: none;
}
footer .trio .width {
max-width: 66.25em;
display: flex;
padding: 4em 0 3.5em;
}
footer .trio p {
font-size: 1.22em;
}
footer .trio li {
font-size: 1.25em;
padding-bottom: .6em;
}
.trio .phone {
font-size: 2em;
font-weight: 700;
padding-top: 1em;
}
#block-9 {
width: 33%;
padding-right: 3.75em;
}
#block-9 img {
width: 18.125em;
margin-bottom: 1.8em;
}
#nav_menu-3, #block-10 {
margin-top: 3.75em;
border-top: solid 1px #959595;
}
#nav_menu-3 {
width: 55%;
padding: 2em 1em 0 1em;
}
#nav_menu-3 ul {
column-count: 2;
padding: 0;
}
#nav_menu-3 ul li {
list-style: none;
}
#block-10 {
padding-top: 2em;
width: 12%;
}
#block-10 p {
text-align: center;
color: #959595;
}
footer img {
max-width: 100%;
height: auto;
}
footer a:hover {
text-decoration: none;
color:inherit;
}
footer .social {
text-align: center;
margin: .75em 0 2.375em;
}
footer .social a {
display: inline-block;
margin: 0 .4em;
width: 2.65em;
height: 2.65em;
position: relative;
}
footer .social a::after {
content: " ";
left: 0;
top: 0;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 50% auto;
}
footer .social a.fb::after {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-fb-w.svg);
}
footer .social a.in::after {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-in-w.svg);
}
.social a span {
font-size: 0;
}
.credits {
text-align: center;
background-color: #4E4E50;
border-top: #636363 solid 1px;
}
.credits, .credits a  {
color: #fff;
}
.credits .width {
display: flex;
justify-content: center;
max-width: 79em;
padding: 2em 0 1.25em;
}
.credits li, .credits p {
font-size: 1.14em;
line-height: 1;
}
.credits ul.menu {
padding: 0;
}
.credits .menu li {
display: inline-block;
list-style: none;
position: relative;
padding-right: 1.1em;
margin-right: .9em;
}
.credits .menu li::after {
content: " ";
position: absolute;
height: 100%;
top: 0;
bottom: 0;
right: 0;
width: 1px;
background-color: #000;
} .row {
position: relative;
margin: 0 -1.6em;
}
.cfx {
position: relative;
}
.cfx::after, .row::after {
content: " ";
clear: both;
display: block;
position: relative;
}
.column {
float: left;
padding: 0 1.6em;
}
.column.right {
float: right;
}
.col-12 {
width: 100%;
}
.col-9 {
width: 75%;
}
.col-8 {
width: 66.6666%
}
.col-7 {
width: 58.3333%;
}
.col-6 {
width: 50%;
}
.col-5 {
width: 41.6666%;
}
.col-4 {
width: 33.3333%;
}
.col-3 {
width: 25%;
}
.col-2 {
width: 16.6666%;
}
.col-1 {
width: 8.3333%;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
} h1 {
font-size: 2.85em;
padding:0;
line-height: 1;
text-transform: uppercase;
}
h2 {
font-size: 4.7em;
padding:0 0 .3em 0;
line-height: .95;
}
h2 em {
font-style: normal;
display: block;
}
.basic-h2 h2, .h2-basic h2 {
font-weight: 700;
font-size: 1.48em;
padding-bottom: 1.32em;
}
.bar-h2 h2 {
position: relative;
text-align: center;
z-index: 0;
padding-bottom: 0;
line-height: 1;
margin-bottom: .5em;
}
.bar-h2 h2 em {
display: inline-block;
margin: auto;
font-style: normal;
position: relative;
background-color: #fff;
z-index: 1;
padding: 0 .32em;
font-size: .8em;
vertical-align: middle;
}
.bar-h2 h2::before {
content: " ";
height: .025em;
width: calc(100% - 1.6em);
top: 0;
bottom: 0;
margin: auto;
position: absolute;
left: 0;
right: 0;
background-color: #d2d2d2;
z-index: 0;
}
h3 {
font-size: 1.5em;
padding:0 0 .4em 0;
font-weight: 700;
}
h4 {
font-size: 1.2em;
padding:0 0 .4em 0;
}
main p {
line-height: 1.6;
padding:0 0 1.6em 0;
}
main p:last-of-type, main li:last-of-type {
padding-bottom: 0;
}
main p, main li {
font-size: 1.16em;
font-weight: 400;
}
ul {
padding-top: .5em;
list-style-type:disc;
}
li {
line-height: 1.3;
padding-bottom: .25em;
}
main img {
max-width:100%;
height:auto;
display:block;
}
main img.alignleft {
margin-right:1.6em;
}
main img.alignright {
margin-left:1.6em;
}
article ul {
margin: 0 0 1em 0;
} .banner {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 21.625em;
width: 100%;
display: block;
position: relative;
}
.banner.default {
background-image:url(//www.istate.com/wp-content/themes/customtheme5/img/banner-default.jpg);
}
.vid-fit video {
height: 100%;
width: auto;
}
.vid-wide {
width: 100%;
height: auto;
} .break, footer {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
position: relative;
}
.blank {
font-size: 0;
}
.center {
text-align: center;
}
.btn-wrap {
padding-top: 1.85em;
}
.btn-wrap.right {
text-align: right;
}
.btn-right a {
position: relative;
display: inline-block;
padding: 0 1.35em 0 0;
font-size: 1.25em;
text-decoration: none;
z-index: 0;
color: #454545;
font-weight: 700;
}
.btn-right a::after, .tile p em::after, .btile p em::after, .btn-fill a::after, .sub-wrap::after {
content: " ";
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-arr-rt.svg) no-repeat center;
background-size: contain;
position: absolute;
width: .8em;
height: .8em;
right: .3em;
top: 0;
bottom: 0;
margin: auto;
z-index: 1;
}
.btn-right.invert a::after {
right: inherit;
left: .3em;
transform: rotate(180deg);
}
.btn-right.invert a:hover::after {
transform: rotate(180deg) translateX(.3em);
}
.btn-right.invert a {
padding: 0 0 0 1.35em;
}
.btn-right a:hover::after {
transform: translateX(.3em);
}
.btn-fill a::after {
right: 1.25em;
}
.btn-fill a {
position: relative;
color: #fff;
padding: 1.28em 2.5em 1.28em 1.5em;
text-decoration: none;
font-weight: 600;
font-size: 1.28em;
display: inline-block;
text-align: center;
max-width: 100%;
}
.dark-bg .btn-fill a:hover, .btn-fill.lgray a:hover, .btn-fill.white a {
background-color: #fff;
color: #454545;
}
.btn-fill.white a:hover {
color: #fff;
}
.btn-fill.pdf a {
padding: 1em 1.5em 1em 3em;
width: auto;
}
.btn-fill.pdf a::after {
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-doc.svg) no-repeat center;
background-size: contain;
width: 1.5em;
height: 1.5em;
left: .65em;
right: inherit;
}
main .flush p {
padding: 0;
}
.modal-outer {
display: none;
}
.modal-wrap {
overflow-y:scroll;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
z-index: 103;
padding: 60px;
}
.modal-box {
width: 85%;
max-width: 700px;
margin: auto;
position: relative;
background-color: #fff;
padding: 46px;
}
.modal-close {
position: absolute;
top: 1em;
right: 1em;
z-index: 100;
width: 1.75em;
height: 1.75em;
display: block;
cursor: pointer;
opacity: 0.7;
}
.modal-close:hover {
opacity: 1;
transform: scale(1.1);
}
.modal-close::before, .modal-close::after {
content: " ";
background-color: #999;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
transform: rotate(45deg);
}
.modal-close::after {
width: 100%;
height: .2em;
}
.modal-close::before {
width: .2em;
height: 100%;
}
.dark-bg p, .dark-bg h2, .dark-bg, .story.dark-bg h3, .dark-bg .btn-right a {
color: #fff;
}
.bg-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.vcent {
display: flex;
align-items: center;
}
.cblock {
max-width: 50%;
width: 100%;
}
.cblock.right {
float: right;
}
.col-split ul {
column-count: 2;
}
.img-hold.right {
left: calc(50% + 1.6em);
right: 0;
}
.img-hold {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: calc(50% + 1.6em);
width: auto;
margin: auto;
}
.img-shad {
box-shadow: 9px 9px 7px -3px rgba(0,0,0,0.35);
-webkit-box-shadow: 9px 9px 7px -3px rgba(0,0,0,0.35);
-moz-box-shadow: 9px 9px 7px -3px rgba(0,0,0,0.35);
}
.fold h3 {
cursor: pointer;
background-color: #efefef;
text-transform: uppercase;
padding: .313em 2.5em .313em .9em;
position: relative;
margin-bottom: .5em;
color: #4d4d4d;
}
.fold h3::before, .fold h3::after {
content: " ";
background-color: #959595;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
font-size: .95em;
}
.fold h3::after {
width: 1em;
height: .25em;
right: 1em;
}
.fold h3::before {
height: 1em;
width: .25em;
right: 1.365em;
}
.fold.active h3::before {
display: none;
}
.fold div {
display: none;
padding: 1.5em 4.375em 0;
}
.fold div ul {
padding: 0 0 2.3em 1.25em;
column-count: 3;
column-gap: 2em;
}
.fold div li {
font-weight: 600;
}
.fold div li::marker {
font-size: .8em;
}
.fold h4 {
padding-bottom: .32em;
}
.a-right {
display: flex;
align-items: flex-end;
flex-direction: column;
}
.fill-right .img-hold {
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 0;
}
.bul-sm li::marker {
font-size: .75em;
}
.terms .width {
padding-bottom: 18em;
}
.terms ul {
padding-bottom: 1.5em;
padding-top: 0;
margin-top: -1em;
}
.terms ul ul {
margin-top: .5em;
padding-bottom: 0;
}
.terms.child1 h2 {
margin-bottom: 1em;
}
.terms.child1 h2::after {
right: inherit;
}
.terms h3 {
font-size: 1.25em;
padding-bottom: 1em;
}
.terms li li {
font-size: 1em;
}
.credit .btn-wrap {
padding-top: 5em;
}
.credit .btn-wrap a::after {
left: inherit;
right: 1.5em;
}
.credit .first {
padding-left: 0;
}
.searched>section {
padding-top: 7em;
}
.searched .width {
padding: 8em 0 10em;
}
.searched .basic h1 {
font-size: 3.25em;
text-align: left;
font-weight: 600;
padding-bottom: .75em;
}
.search-wrap {
padding: 0 0 2em;
display: none;
}
.search-wrap form {
width: 20em;
max-width: 100%;
-webkit-border-radius: .55em;
-moz-border-radius: .55em;
border-radius: .55em;
overflow: hidden;
display: inline-block;
border: solid 1px #999;
background: #fff;
font-size: 1.15em;
position: relative;
}
.search-wrap .sfield {
font-size: 1em;
padding: .5em .75em;
line-height: 1;
border: 0;
outline: 0;
font-weight: 400;
color: #454545;
font-family: inherit;
}
.search-wrap input[type=submit] {
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-search-g.svg) no-repeat center;
background-color: transparent;
background-size: auto 50%;
width: 2em;
height: 100%;
position: absolute;
right: .25em;
top: 0;
}
.searched article {
padding: 0 0 3em;
}
.searched .btn-wrap {
padding-top: .5em;
}
.searched .btn-right a {
font-size: 1.1em;
padding-top: 0;
}
.searched p strong {
font-weight: 600;
}
.searched .basic-h2 h2 {
padding-bottom: .5em;
}
.searched h2 a {
text-decoration: none;
} .loc2 {
padding: 3.5em 0 6.25em;
}
.loc2.bg-a::before {
left: 0;
right: 0;
margin: auto;
bottom: 0;
top: inherit;
width: 100%;
height: 70%;
background-position: center bottom;
background-size: contain;
}
.loc2 .width {
position: relative;
padding: 2.5em 0 0 0;
max-width: 97.5em;
}
.loc2 h2 {
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
color: #eee;
font-size: 8.2em;
line-height: 1;
padding: 0;
z-index: -1;
}
.loc2 h3 {
font-size: 1.54em;
padding-bottom: .5em;
margin-bottom: 2.75em;
position: relative;
font-weight: 600;
}
.loc2 h3::after {
content: " ";
width: 3.75em;
height: .1em;
background-color:#8a8a8a;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.loc2 p {
font-weight: 400;
}
.loc2 ul {
padding: 5.75em 0 0 0;
margin: 0 auto;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
justify-content: center; max-width: 47em;
}
.loc2 ul li {
list-style: none;
}
.loc2 li {
font-size: 1em;
line-height: 1;
width: calc(33.333% - 1em);
margin:0 .5em 1.25em;
background-color: #f0f0f0;
-webkit-border-radius: .625em;
-moz-border-radius: .625em;
border-radius: .625em;
padding: 0;
min-height: 7.5em;
display: flex;
align-items: center;
justify-content: center;
}
.loc2 li a {
display: block;
padding: 1em;
}
.loc2 img {
max-height: 3.125em;
max-width: 100%;
width: auto;
height: auto;
margin: auto;
}
.loc2 li:nth-child(8) img {
max-height: 3.5em;
}
.loc2 li:nth-child(9) img, .loc2 li:nth-child(10) img {
max-height: 4.25em;
} .bg-half {
background-size: auto 100%;
background-position: left center;
}
.sketch-bg, .bg-sketch {
background: url(//www.istate.com/wp-content/themes/customtheme5/img/bg-sketch1.jpg) no-repeat center calc(100% + 2px);
background-size: contain;
}
.terms.child1 .width .body {
max-width: none;
}
.grecaptcha-badge {
z-index: 6;
}
.nav-top li.link-portal a {
position: relative;
color: #fff;
padding: .5em 2.25em .5em .65em;
line-height: 1;
display: block;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
border: solid .1em;
font-size: 1em;
}
.link-portal a::before {
content: " ";
position: absolute;
right: .75em;
top: 0;
bottom: 0;
width: 1em;
height: 1em;
margin: auto;
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-portal-w.svg) no-repeat center;
background-size: contain;
}
.invert:not(.shrink) .nav-top li.link-portal a {
color:#cf202e;
}
.outer-6 header:not(.shrink) .link-portal a::before {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-portal-r.svg);
}
.hide {
display: none !important;
}  .bxslider1 .slide {
padding: 0 3em 1em 3em;
}
.bx-wrapper {
position: relative;
}
.bx-controls-direction {
}
.next-bg, .prev-bg {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
cursor: pointer;
}
.next-bg, .prev-bg {
height: 2em;
width: 2em;
}
.next-bg {
right: 0;
}
.prev-bg {
left: 0;
}
.bx-prev, .bx-next {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left:0;
}
.bx-prev::after, .bx-next::after {
content: " ";
width: 58%;
height: 58%;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
border-right: solid 3px #454545;
border-bottom: solid 3px #454545;
}
.bx-prev::after {
left: .9em;
transform: rotate(135deg);
}
.bx-next::after {
right: .9em;
transform: rotate(-45deg);
}
.bx-prev:hover::after {
transform: translateX(-.4em) rotate(135deg);
}
.bx-next:hover::after {
right: .9em;
transform: translateX(.4em) rotate(-45deg);
}
.bx-pager {
text-align: center;
padding-top: .6em;
}
.bx-pager-item {
display: inline-block;
}
.bx-pager-item a {
display: block;
width: .625rem;
height: .625rem;
text-decoration: none;
font-size: 0;
border: solid 1px #666;
background: transparent;
margin-right: .25rem;
}
.bx-pager-item a.active {
background-color: #666;
} .anim, .bhome h1 {
opacity: 0;
}
.anim.from-right {
transform: translateX(100%);
}
.anim.from-left {
transform: translateX(-100%);
}
.anim.from-bot {
transform: translateY(100%);
}
.from-right.in-view {
animation: origin-right 1s ease-in-out forwards;
}
.from-left.in-view {
animation: origin-left 1s ease-in-out forwards;
}
.from-bot.in-view {
animation: origin-bot 1s ease-in-out forwards;
}
.bhome h1.in-view {
animation: origin-bot 1s ease-in-out forwards;
}
.anim.del1, .bhome h1:nth-child(1) {
animation-delay:.25s;
}
.anim.del2, .bhome h1:nth-child(2) {
animation-delay:.5s;
}
@keyframes origin-right {
0% {
opacity: 0;
transform: translateX(100%);
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@keyframes origin-left {
0% {
opacity: 0;
transform: translateX(-100%);
}
100% {
transform: translateX(0);
opacity: 1;
}
}
@keyframes origin-bot {
0% {
opacity: 0;
transform: translateY(100%);
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes head-fade {
0% {
opacity: 0;
transform: translateY(50%);
}
100% {
transform: translateY(0);
opacity: 1;
}
} .tile {
overflow: hidden;
}
.tile .inner {
display: block;
text-decoration: none;
color: #fff;
padding-top: 88.5%;
height: 0;
z-index: 0;
background-position: center;
background-size: cover;
position: relative;
}
.tile .inner:hover, .btile .blink:hover .thumb, .loc2 li a:hover, .link-portal a:hover {
transform: scale(1.08);
}
.tile .body {
position: absolute;
left: 0;
z-index: 1;
height: 100%;
width: 100%;
top: 0;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
padding: 1em;
text-align: center;
}
.tile h3 {
text-transform: uppercase;
font-size: 2.1em;
line-height: 1.35;
padding-top: .5em;
}
.tile p {
font-size: 1em;
line-height: 1;
padding-bottom: 0;
padding-top: 3em;
}
.tile p em, .btile p em {
position: relative;
font-size: 1.4em;
padding-right: 1.15em;
display: block;
font-weight: 600;
font-style: normal;
}
.tile p em::after, .btile p em::after {
right: 0;
}
.tile .inner:hover p {
transform: translateX(1em);
}
.tile .inner::after {
content: " ";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color:rgba(0, 0, 0, .5);
position: absolute;
}
.flex {
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
margin: 0 -1.125em;
}
.flex4>* {
width: calc(25% - 2.25em);
margin: 0 1.125em;
}
.flex-right-mid {
display: flex;
align-items: center;
justify-content: flex-end;
} .blog.single {
padding-bottom: 13.25em;
padding-top: 7em;
}
.single .width {
max-width: 55em;
padding: 5em 0 4em;
}
.blog article {
position: relative;
}
.blog .img-outer {
position: relative;
}
.thumb-hold img {
width: 100%;
}
.blog .img-outer .btn-wrap {
position: absolute;
top: 0;
padding-top: 0;
display: flex;
align-items: center;
bottom: 0;
margin: auto;
width: 18.75em;
right: 100%;
}
.blog .tback a {
padding-left: 2em;
font-size: 1em;
color: #000;
}
.blog .share {
display: flex;
align-items: center;
justify-content: center;
padding: 2.5em 0 0;
}
.blog .share.share-bot {
padding-top: 3.125em;
}
.blog .share span {
padding-right: .75em;
font-size: 1.2em;
font-weight: 400;
}
.share a {
display: inline-block;
width: 1.65rem;
height: 1.65rem;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
font-size: 0;
text-decoration: none;
margin: 0 .5rem;
position: relative;
font-weight: 500;
}
.share a.fb {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-fb.svg);
}
.share a.tw {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-tw.svg);
}
.share a.ln {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-in.svg);
}
.share a:hover {
transform: scale(1.1);
}
.single h1 {
font-size: 2.48em;
font-weight: 400;
color: #818181;
padding-bottom: 0;
text-align: center;
}
.single .meta {
padding: 1.8em 0 1.8em 0;
line-height: 1.2;
font-weight: 700;
display: flex;
justify-content: center;
font-size: 1.5em;
}
.single .meta a {
text-decoration: none;
}
.single .meta .date {
position: relative;
margin-right: .65em;
}
.single .meta .date::after {
content: " ";
height: 90%;
display: inline-block;
margin-left: .65em;
position: relative;
vertical-align: middle;
width: .1em;
background-color:#cf202e;
}
.single .body {
padding-top: 2.75em;
}
.single .body p, .single .body li {
font-weight: 400;
}
.single .body h2 {
padding-bottom: .65em;
}
.single .body h3, .single .body h4 {
font-size: 1.35em;
padding-bottom: .65em;
}
.single .body h4 {
font-weight: 500;
}
.single .body ul {
padding-top: 0;
padding-bottom: .5em;
}
.blog-more .width {
max-width: 75em;
padding: 4em 0 0 0;
}
.blog-more h2 {
text-align: center;
padding-bottom: 2.5em;
}
.blog-more::before {
content: " ";
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
height: 1px;
background-color: #999;
width: 40.5em;
max-width: 80%;
}
.tile-wrap {
margin: 0 -.75em;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.btile {
width: 33.3333%;
padding: 0 .75em 1.5em;
}
.btile .blink {
height: 0;
padding-top: 100%;
display: block;
text-decoration: none;
background-color: #454545;
position: relative;
overflow: hidden;
}
.btile .thumb, .btile .inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.btile .inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: #fff;
display: flex;
justify-content: center;
padding: 1.625em;
flex-direction: column;
z-index: 2;
background-color: rgba(0, 0, 0, .8);
}
.btile .thumb {
position: absolute;
z-index: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.btile h3 {
font-weight: 700;
font-size: 1.45em;
padding-bottom: .3em;
}
.btile .copy {
font-size: 1.35em;
font-weight: 400;
}
.btile .copy {
max-height: 6.125em;
overflow: hidden;
display: block;
}
.btile p {
font-size: .75em;
padding: 2em 0 0 .7em;
}
.btile p>em {
display: inline-block;
}
.blog-home .width {
max-width: 120em; padding: 0;
}
.blog-home h2.absol {
position: absolute;
top: .75em;
left: 1.05em;
color: #fff;
z-index: 3;
}
.blog-home .tile-wrap {
display: flex;
}
.blog-home .flex-col {
width: 25%;
}
.blog-home .flex-col:nth-child(1) {
width: 50%;
}
.blog-home .btile {
width: 100%;
}
.blog-home .btile .inner {
justify-content: flex-end;
padding-bottom: 4vw;
}
.blog-home .flex-col:nth-child(3) .blink {
padding-top: calc(200% + 1.5em);
}
.blog-home .flex-col:nth-child(1) .maxer {
max-width: 50%;
}
.blog-home .flex-col:nth-child(1) .inner {
padding-left: 5em;
} .news {
}
.news1.child1 .body {
padding-top: 2.5em;
}
.nlist {
padding-bottom: 13.375em;
}
.nlist .width, .ncon .width {
max-width: 72.5em;
}
.nlist .width {
padding: 2.5em 0 0;
min-height: 10em;
}
.nlist .list-mod, .nlist .list-reg {
margin-left: -.75em;
margin-right: -.75em;
}
.nlist .btile {
float: left;
width: 34.5%;
}
.nlist .btile .inner {
justify-content: flex-end;
background-color: rgba(0, 0, 0, .7);
}
.nlist .btile .blink {
padding-top: 89%;
}
.list-reg .row1 .btile:nth-child(2), .list-reg .alm-listing>div:nth-child(odd) .btile:nth-child(1), .list-reg .alm-listing>div:nth-child(even) .btile:nth-child(2), .list-mod .alm-listing>div:nth-child(odd) .btile:nth-child(2), .list-mod .alm-listing>div:nth-child(even) .btile:nth-child(1) {
width: 65.5%;
}
.list-reg .row1 .btile:nth-child(2) .blink, .list-reg .alm-listing>div:nth-child(odd) .btile:nth-child(1) .blink, .list-reg .alm-listing>div:nth-child(even) .btile:nth-child(2) .blink, .list-mod .alm-listing>div:nth-child(odd) .btile:nth-child(2) .blink, .list-mod .alm-listing>div:nth-child(even) .btile:nth-child(1) .blink {
padding-top: 45.531%;
} .alm-listing {
display: flex;
flex-wrap: wrap;
}
.alm-listing .btile:nth-child(4n), .alm-listing .btile:nth-child(4n + 1) {
width: 65.5%;
}
.alm-listing .btile:nth-child(4n) .blink, .alm-listing .btile:nth-child(4n + 1) .blink {
padding-top: 45.531%;
}
.ncon .width {
padding: 1em 0 0;
}
.ps-wrap, .clear-wrap {
max-width: 42.8em;
}
.psearch {
padding: .77em;
font-family: inherit;
border: solid 1px #aaa;
width: calc(100% - 4em);
}
.psearch, .ps-sub, .ptags {
font-size: 1.1em;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
vertical-align: middle;
display: inline-block;
}
.ps-sub {
width: 2.84em;
height: 2.84em;
cursor: pointer;
background: #404041 url(//www.istate.com/wp-content/themes/customtheme5/img/icon-search-w.svg) no-repeat center;
background-size: 50% auto;
margin-left: .75em;
}
select.ptags {
font-family: inherit;
-webkit-appearance:none;
border: solid 1px #aaa;
display: block;
width: 100%;
padding: .77em;
background: #fff url(//www.istate.com/wp-content/themes/customtheme5/img/icon-arr-dn.svg) no-repeat calc(100% - 1em) center;
background-size: 1em auto;
cursor: pointer;
}
select.ptags.resting {
color: #999;
}
.clear-wrap {
width: 75%;
text-align: right;
padding-top: 1em;
}
.clear-filter {
color: #999;
text-transform: uppercase;
font-size: .9em;
text-decoration: none;
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.clear-filter.active {
opacity: 1;
visibility: visible;
}
.news .alm-btn-wrap .alm-load-more-btn, .news .alm-btn-wrap .alm-load-more-btn:hover, .news .alm-btn-wrap .alm-load-more-btn.done {
background-color: transparent !important;
color: #cf202e;
font-family: inherit;
font-weight: 700;
font-size: 1.22em;
padding: 0;
line-height: 1;
}
.news .alm-btn-wrap .alm-load-more-btn {
-webkit-transition: all 0s ease;
-moz-transition: all 0s ease;
-ms-transition: all 0s ease;
-o-transition: all 0s ease;
transition: all 0s ease;
}
.news .alm-btn-wrap .alm-load-more-btn.done {
color: #999;
opacity: 1;
}
.news .alm-btn-wrap .alm-load-more-btn.loading {
visibility: hidden;
opacity: 0;
}
.news .load-outer {
position: absolute;
bottom: 1.8em;
width: 100%;
padding: .5em 0;
text-align: center;
opacity: 0;
visibility: hidden;
}
.ajax-active .news .load-outer {
opacity: 1;
visibility: visible;
}
.news .load-outer span {
color: #cf202e;
font-weight: 700;
font-size: 1.22em;
padding: 0;
line-height: 1;
display: inline-block;
vertical-align: middle;
margin-right: 1em;
}
.nlist h4 {
text-align: center;
font-weight: 400;
font-size: 1.35em;
}
.wp-caption {
background: #000;
margin: 16px;
border: 1px solid #000;
padding: 8px;
text-align: center;
}
.wp-caption-text {
color: #FFF;
padding: 8px;
font-size: 10px;
line-height: 12px;
text-align: left;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption-dd {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
div.hr {
display: block;
border-top:solid 1px #999;
border-bottom:solid 1px #fff;
width: 100%;
margin: 20px auto;
} .logo {
margin: 0;
width: 15em;
float: left;
padding-top: 1.75em;
}
.logo a {
display: block;
position: relative;
z-index: 0;
}
.logo a::after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//www.istate.com/wp-content/themes/customtheme5/img/logo-dark.png) no-repeat center;
background-size: contain;
z-index: 2;
opacity: 0;
}
.logo img {
height: auto;
width: 100%;
position: relative;
z-index: 1;
opacity: 1;
}
.h-rt {
float: right;
width: calc(100% - 18em);
display: flex;
align-items: center;
justify-content: space-between;
max-width: 70em;  }
header .meta { width: 4.5em;
padding-left: 1em;
display: flex;
align-items: center;
justify-content: space-between;
}
.nav-top {
width: calc(100% - 4.5em);
text-align: center;
}
.nav-top>div {
display: flex;
align-items: center;
}
.nav-top ul.menu {
margin: 0 auto;
padding: 0 2%;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.nav-top ul li {
list-style: none;
}
.nav-top ul, .nav-top li {
position: relative;
}
.nav-top .menu>li {
padding: 2.33em .5em;
}
.nav-top .menu-item-has-children::after {
content: " ";
width: 0;
height: 0;
border-top: solid .5em transparent;
border-bottom: solid .5em transparent;
border-left: solid .5em #818181;
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
margin: auto;
transform: rotate(0);
}
.nav-top li:hover::after {
transform: rotate(90deg);
}
.nav-top li a { font-size: 1.15em;
padding:.4em 0;
display:block;
text-decoration:none;
font-weight: 600;
color: #fff;
position: relative;
}
.nav-top li a::after {
content: " ";
height: 1px;
width: 1px;
opacity: 0;
background-color: #cf202e;
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
}
.nav-top .current_page_item>a::after {
opacity: 1;
width: 80%;
}
header .meta a {
color: #dadada;
text-decoration: none;
font-size: 1.1em;
font-weight: 500;
position: relative;
line-height: 1;
}
.meta .link-car {
margin-right: .8em;
padding-right: .8em;
border-right: solid 2px #cf202e;
}
.nav-top li.new-tab a {
padding-right: 1.5em;
}
.new-tab a::before {
content: " ";
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 1.2em;
height: .9em;
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-open.svg) no-repeat center;
background-size: contain;
} header a img {
border:none;
outline:none;
}
.t-search {
position: relative;
clear: both;
display: flex;
align-items: center;
padding-right: 2.1em;
}
.t-search, .t-search form {
font-size: 1em;
}
.t-search .s-sub {
width: 2.5em;
}
.s-fire {
height: 100%;
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
width: 1.25em;
height: 1.25em;
margin: auto;
display: block;
z-index: 3;
cursor: pointer;
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-search-g.svg) no-repeat center;
background-size: contain;
}
.t-search form {
display: block;
position: absolute;
top: 100%;
z-index: 0;
width: 0;
overflow: hidden;
right: 0;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.search-ready .t-search form {
width: 26em;
background: #f7f7f7;
}
.t-search .s-sub {
position: absolute;
height: 100%;
right: 0;
top: 0;
bottom: 0;
margin: auto;
z-index: 2;
padding: 0;
width: 4.5em;
}
.t-search .s-sub {
background: #404041 url(//www.istate.com/wp-content/themes/customtheme5/img/icon-search-g.svg) no-repeat center;
background-size: 30% auto;
}
.t-search .sfield {
width: calc(100% - 2.5em); border: 0;
background-color: transparent;
font-size: 1.32em;
font-weight: 500;
padding: .7em;
font-family: inherit;
}
@media only screen and (min-width: 1101px) { .nav-top ul li ul {
position: absolute;
top: 100%;
left:-1em;
margin: auto;
width: 27em;
padding: 1.5em 1.25em;
text-align: left;
z-index: 20;
background-color: #f7f7f7;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
-ms-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.nav-top ul ul li {
display: block;
}
.nav-top li:hover > .sub-menu {
visibility: visible;
opacity: 1;
}
.nav-top .sub-menu li {
padding: .35em 0;
}
.nav-top .sub-menu li a {
font-size: 1.2em;
font-weight: normal;
padding: .35em 0;
display: block;
color: #454545;
line-height: 1.1;
}
header.shrink, .shrink .t-search {
height: 5.19em;
}
.shrink .nav-top .menu>li {
padding-top: 1.33em;
padding-bottom: 1.33em;
}
.shrink .logo {
width: 14em;
padding-top: 1em;
}
}
@media only screen and (min-width: 1001px) {
.mob-only {
display: none;
}
header.invert:not(.shrink) {
background-color: transparent;
}
.invert:not(.shrink) .logo a::after {
opacity: 1;
}
.invert:not(.shrink) .logo img {
opacity: 0;
}
.invert:not(.shrink) .nav-top li a {
color: #454545;
}
.invert:not(.shrink) .meta a {
color: #585858;
}
.invert:not(.shrink) .meta .link-car::after {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-open-d.svg);
}
.invert:not(.shrink) .s-fire {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-search-r.svg);
}
} .m-nav {
width:3em;
position:fixed;
display:none;
top:0;
z-index:101;
height: auto;
font-size: 1em;
}
.mob-tog {
width:2.2em;
height:2.2em;
cursor:pointer;
left: 1.5em;
top: 0;
position: absolute;
bottom: 0;
margin: auto;
z-index: 99;
display: block;
}
.mob-tog::before, .mob-tog::after {
content: " ";
width: 100%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
}
.mob-tog::before {
height: calc(100% - 12px);
border-top: solid 3px #404041;
border-bottom: solid 3px #404041;
}
.mob-tog.active::before {
border-top: 0;
border-bottom: 0;
}
.mob-tog::after, .mob-tog.active::before {
height: 3px;
background: #404041;
}
.mob-tog.active::before {
transform:rotate(-45deg);
}
.mob-tog.active::after {
transform:rotate(45deg);
}
.bx-controls-direction .disabled {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.70;
}
#dimmer, #dimmer2 {
display: none;
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
top: 0;
left: 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
opacity: 0.75;
}
#dimmer {
z-index: 95;
}
#dimmer2 {
z-index: 102;
}
.stop-scroll, .mob-out {
height: 100%;
overflow: hidden;
} .red-bg, input[type=submit], .t-search .s-sub:hover, .btn-fill a:hover, .loc-list li::after, footer .social a, .ps-sub:hover {
background-color: #cf202e;
}
.gray-bg, .btn-fill a, .sub-wrap, footer .social a:hover, .btn-fill.white a:hover {
background-color:#404041;
}
.lgray-bg, .btn-fill.lgray a, .sub-wrap:hover {
background-color:#939597;
} .red, h1, h2, .loc2 h3, .nav-top a:hover, .nav-top .sub-menu a:hover, .invert:not(.shrink) .nav-top a:hover, .fold h4, .h3-red h3, .red-link a, footer a:hover, .banner h1 em, .h2-red h2, .story h3, .clear-filter:hover {
color:#cf202e;
}
.gray, h2 em, .loc1 h1, .single .meta, .single .meta a, .banner h1, .news1.child1 h2 {
color:#404041;
}
.lgray, .trio h2, #block-4 p {
color:#939597;
} a, a:hover, a::after, a::before, input[type]:focus, textarea:focus, header, .nav-top, .ajax-loader, input[type=submit], .nav-top li::after, .tile p, .nav-top, .sub-wrap, .t-search, .logo, .map li, .thumb, .load-outer  {
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
} .circle, .bx-pager-item a, footer .social a {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-khtml-border-radius: 50%;
} .cform .left, .cform .right {
float: left;
}
.cform .left {
width: 43.5%;
padding-right: 2.5em;
}
.cform .row {
margin: 0;
}
.cform .right {
width: 56.5%;
}
.cform label {
display: block;
line-height: 1.2;
font-size: 1em;
font-weight: 400;
padding: 0 0 .5em 1.125em;
}
.cform label span {
font-style: italic;
font-weight: 300;
color: #939393;
}
.cform input[type], .cform textarea, .cform select {
padding:.7em 1em;
border:solid 1px #d2d2d2;
width:100%;
font-size:1.15em;
font-weight:400;
color:#454545;
font-family: inherit;
-webkit-border-radius: .55em;
-moz-border-radius: .55em;
border-radius: .55em;
}
.cform fieldset {
border:0;
padding:0;
}
.cform select {
-webkit-appearance:none;
cursor: pointer;
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-arr-dn.svg) no-repeat calc(100% - 1em) center;
background-size: .9em auto;
color: #939393;
font-weight: 300;
}
.cform select.active {
color: #454545;
font-weight: 400;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
border-color: #454545;
}
input[type].wpcf7-not-valid, .cform select.wpcf7-not-valid {
border-color: #cf202e;
}
.cform textarea {
height: 14.3em;
}
input[type=submit] {
border:none;
outline:none;
font-size:1em;
cursor:pointer;
text-decoration:none;
}
form .wpcf7-form-control-wrap {
display: block;
padding-bottom: 1.75em;
position: relative;
}
form .wpcf7-form-control-wrap.your-message {
padding-bottom: 1em;
}
form span.wpcf7-not-valid-tip {
padding: 0;
line-height: 1;
bottom: .3em;
right: .25em;
font-size: .85em;
position: absolute;
text-align: right;
color: red;
display: none;
}
.wpcf7 form .wpcf7-response-output {
text-align: center;
position: relative;
border: 0;
margin: 0;
line-height: 1.2;
font-weight: 300;
font-size: .85em;
padding: 1em 0 0 0;
font-size: 1.1em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
font-style: italic;
color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
color: #454545;
font-weight: 600;
padding-top: 1.5em;
font-style: normal;
}
form .form-end .wpcf7-form-control-wrap, form .form-end p {
padding-bottom: 0;
}
form .form-end .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
text-align: left;
position: relative;
margin-top: -.4em;
bottom: inherit;
right: inherit;
}
.sub-wrap {
position: relative;
display: block;
z-index: 0;
-webkit-border-radius: .625em;
-moz-border-radius: .625em;
border-radius: .625em;
}
.sub-wrap::after {
left: calc(50% + 3em);
right: inherit;
width: 1em;
height: 1em;
}
.cform input[type=submit] {
color:#fff;
padding:.7em;
font-weight: 700;
font-size: 1.2em;
background-color: transparent;
position: relative;
z-index: 2;
border:0;
}
.ajax-loader, .wpcf7-spinner {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
background-image: none;
z-index: 1;
visibility: hidden;
opacity: 0;
}
.load-outer .ajax-loader {
width: 1.25em;
height: 1.25em;
visibility: visible;
opacity: 1;
}
.wpcf7-spinner {
width: 1.2em;
height: 1.2em;
background-color: transparent;
right: calc(50% + 3.5em);
}
.ajax-loader::after, .wpcf7-spinner::after {
content: " ";
display: block;
width: 60%;
height: 60%;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
position: absolute;
border-radius: 50%;
}
.load-outer .ajax-loader::after {
border: .26em solid #cf202e;
border-color: #cf202e transparent #cf202e transparent;
}
.wpcf7-spinner::before {
display: none;
}
.wpcf7-spinner::after {
border: 3px solid #fff;
border-color: #fff transparent #fff transparent;
}
.submitting .wpcf7-spinner {
visibility: visible;
opacity: 1;
}
.submitting .wpcf7-spinner::after, .load-outer .ajax-loader::after {
animation: ring-spin 1s linear infinite;
}
@keyframes ring-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
form *::-webkit-input-placeholder {
color: #939393;
font-weight: 300;
}
form *::-moz-placeholder {
color: #939393;
font-weight: 300;
}
form *:-ms-input-placeholder {
color: #939393;
font-weight: 300;
}
form *:-moz-placeholder {
color: #939393;
font-weight: 300;
} .transparent {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.transform {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.display-inline {
display: inline-block;
zoom: 1;
*display: inline;
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
} @media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
}
@media only screen and (min-width: 1601px) {
.logo {
width: 20em;
padding-top: 1.25em;
}
.h-rt {
width: calc(100% - 20em);
}
.nav-top {
width: calc(100% - 3.5em);
}
header .meta {
width: 3.5em;
padding-left: 0;
}
}
@media only screen and (max-width: 1600px) {
.nav-top li a {
font-size: 1em;
} .blog .img-outer .btn-wrap {
width: 14.75em;
}
.h-rt {
width: calc(100% - 15em);
}
.nav-top ul.menu {
padding-right: 0;
}
header .width {
padding-left: 1rem;
} .blog-home .btile .inner {
padding: 1.5em;
}
.blog-home .btile .copy {
font-size: 1.25em;
}
}
@media only screen and (max-width: 1400px) {
header, footer {
font-size: .95em;
}
.blog .img-outer .btn-wrap {
position: relative;
top: inherit;
right: inherit;
width: 100%;
padding-bottom: 2em;
}
.blog-home .flex-col {
width: 33.333% !important;
}
.blog-home .flex-col:nth-child(1) .maxer {
max-width: 100%;
}
.blog-home .flex-col:nth-child(1) .inner {
padding-left: 1.5em;
}
.blog-home .flex-col:nth-child(1) .blink {
padding-top: calc(200% + 1.5em);
}
.blog-home h2.absol {
position: relative;
left: inherit;
top: inherit;
color: inherit;
text-align: center;
padding: .5em 0;
}
}
@media only screen and (max-width: 1300px) {
body {
font-size: .92em;
}
.logo {
width: 13.5em;
padding-top: 1.4em;
}
.nav-top .menu>li {
padding: 1.82em .75em;
}
header, .t-search {
height: 6em;
}
.h-rt {
width: calc(100% - 14em);
}
.nav-top li:nth-child(1) a, .nav-top li:nth-child(5) a {
min-width: 6em; } }
@media only screen and (max-width: 1100px) {
.logo {
width: 12em;
padding-top: 1.65em;
}
.h-rt {
width: calc(100% - 12.5em);
}
.nav-top li a {
font-size: 1.02em;
}
.nav-top .menu>li {
padding-left: .65em;
padding-right: .65em;
}
header .meta {
font-size: .96em;
}
.btile .copy {
font-size: 1.2em;
}
.btile h3 {
font-size: 1.25em;
}
}
@media only screen and (max-width: 1000px) { header .shortcut, .nav-top li a::after {
display: none;
}
.m-nav {
display:block;
}
.s-fire {
background-image: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-search-g.svg);
}
header, header .meta {
font-size: 1em;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
z-index: 100;
text-align: center;
margin: auto;
background-color: #fff;
}
header .width {
display: block;
width: 100%;
padding: 0;
z-index: 0;
}
.t-search {
position: absolute;
right: 1.5em;
top: 0;
width: 1.85em;
padding: 0;
}
.s-fire {
width: 100%;
height: 1.85em;
}
.search-ready .t-search form {
width: 100%;
}
.t-search form {
position: fixed;
top: 5em;
z-index: 101;
height: 3.5em;
}
.t-search .sfield {
font-size: 1.5em;
width: 100%;
padding: .6em 2.75em .6em 1em;
}
.t-search .s-sub {
background-color: transparent;
background-size: 44% auto;
}
.m-nav, header .width, .t-search {
height: 5em;
}
nav.nav-top {
top: 5em;
}
nav.nav-top {
font-size: 1em;
float:none;
width:90%;
position:fixed;
height:calc(100% - 5em);
background:#f7f7f7;
max-width:100%;
right:0;
margin-top:0;
z-index:98;
display:none;
}
.nav-top ul.menu {
overflow-y:auto;
height: 100%;
padding: 4em 2.5em 2em;
display: block;
width: 100%;
text-align: left;
}
.nav-top li:first-of-type>a {
width: auto;
}
.nav-top li.new-tab a::before {
content: " ";
background: url(//www.istate.com/wp-content/themes/customtheme5/img/icon-open-d.svg) no-repeat center;
width: 1em;
height: 1em;
left: 2.75em;
top: 0;
right: inherit;
bottom: 0;
position: absolute;
z-index: 1;
margin: auto;
background-size: contain;
}
.nav-top .menu>ul {
margin:0;
padding: 0;
}
nav.nav-top ul {
float:none;
}
nav.nav-top ul li {
float:none;
margin:.0;
display:block;
}
.nav-top li a {
color: #454545;
}
nav.nav-top .sub-menu {
padding:  0 0 0 1.1em;
display: none;
}
.nav-top>div {
overflow-y: auto;
height: 100%;
}
.nav-top .menu>li {
padding: .5em;
margin: 0;
border-bottom: solid 1px #333;
}
.nav-top .menu>li:last-of-type {
border-bottom: 0;
}
.nav-top .menu-item-has-children::after {
top: 1em;
right: .5em;
bottom: inherit;
font-size: 1.3em;
}
.nav-top .menu-item-has-children.active::after {
transform: rotate(90deg);
}
nav.nav-top li a {
font-size:1.6em;
text-shadow:none;
line-height:1;
padding: .5em 0 !important;
display:block;
margin:0;
text-transform: none;
color:#333;
text-decoration: none;
}
nav.nav-top li.current_page_item a {
color:#cf202e;
}
nav.nav-top li ul li a {
font-weight: 400;
line-height: 1.2;
}
header .logo {
width: 13em;
padding: 1em 0 0;
height: auto;
margin: auto;
float: none;
z-index: 2;
position: relative;
}
.logo a::after {
opacity: 1;
}
.logo img {
opacity: 0;
}
.nav-top li.link-portal a {
font-size: 1.5em;
padding: .5em .75em .5em 1.85em !important;
display: inline-block;
margin-top: .5em;
}
.nav-top li.link-portal a::before {
left: .5em;
right: inherit;
} .bfx br, #nav_menu-3 {
display: none;
}
.flex4>* {
width: calc(50% - 2.25em);
margin-bottom: 2.25em;
}
.tile .body {
font-size: 1em;
}
.column {
width: 100%;
float: none;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 1.6em;
}
.row>.column:first-of-type {
padding-top: 0;
}
.row {
margin-left: 0;
margin-right: 0;
}
.vcent, .flex-right-mid, footer .trio .width {
display: block;
}
.img-hold, .fill-right {
position: relative !important;
top: inherit !important;
bottom: inherit !important;
left: inherit !important;
right: inherit !important;
width: 100%;
max-width: none !important;
height: 0;
padding-top: 50%;
}
.cblock {
max-width: none !important;
} #block-9, #block-10 {
max-width: 20em;
margin: auto;
width: 100%;
padding: 0;
border-top: 0;
text-align: center;
}
#block-9 {
padding-bottom: 2em;
}
footer .social {
margin-bottom: 0;
}
.credits .width {
display: block;
}
.credits ul.menu {
padding-bottom: 1em;
}
.credits .menu li:last-of-type {
margin-right: 0;
padding-right: 0;
}
.credits .menu li:last-of-type::after {
display: none;
}
img.max-med {
width: 32em;
max-width: 100%;
}
.single .meta {
font-size: 1.25em;
}
.nlist .btile, .btile {
width: 50% !important;
}
.nlist .btile .blink, .btile .blink {
padding-top: 72% !important;
}
.ncon .width {
max-width: 32em;
}
.clear-wrap {
width: 100%;
text-align: center;
}
.clear-filter {
font-size: 1.1em;
}
.blog-home .tile-wrap {
display: block;
}
.blog-home .flex-col {
width: 100% !important;
}
.blog-home .btile {
margin: auto;
}
} @media only screen and (max-width: 800px) {
h2 {
font-size: 3.5em;
}
footer .trio .width {
display: block;
}
.trio .widget {
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin: auto;
text-align: center;
}
#block-2 {
max-width: 20em;
}
#block-3 {
border-right: 0;
padding-top: 2em;
}
footer ul.loc-list li, .credits .menu li {
display: block;
}
footer ul.loc-list {
column-count: 2;
}
.loc-list li, .credits .menu li {
margin: 0;
padding:0 0 .65em;
}
.loc-list li::after, #block-4 p:last-of-type, .credits .menu li::after {
display: none;
}
#block-4 .inner {
margin: auto;
width: 13em;
}
footer .btn-wrap {
padding-top: 0;
}
footer .btn-fill a {
font-size: 1em;
}
.cform .left, .cform .right {
width: 50%;
}
.tile-wrap {
display: block;
}
.btile, .nlist .btile {
width: 30em !important;
max-width: 100%;
margin: auto;
float: none;
}
.nlist .btile .inner {
justify-content: center;
}
}
@media only screen and (max-width: 640px) {
.flex {
justify-content: center;
}
.flex4>* {
width: 100%;
margin-left: 0;
margin-right: 0;
max-width: 26em;
}
.img-hold {
padding-top: 70%;
}
.fold div {
padding: 1.5em;
}
.fold div ul {
column-count: 2;
}
.cform .left, .cform .right {
width: 100%;
padding-left: 0;
padding-right: 0;
}
}
@media only screen and (max-width: 500px) {
header .logo {
width: 11em;
padding: 1.25em 0 0 0;
}
.nav-top ul.menu {
font-size: .8em;
}
.modal-box {
max-width: none;
width: 100%;
}
.modal-wrap {
padding: 0;
}
.col-split ul {
column-count: 1;
}
.trio h2 {
font-size: 2.85em;
}
.fold h3 {
font-size: 1.2em;
padding-top: .75em;
padding-bottom: .75em;
}
.single .meta {
font-size: 1.15em;
}
.single .width {
padding: 6em 0 8em;
}
.single .width {
padding: 3em 0 4em;
}
.blog.single, .nlist {
padding-bottom: 4em;
}
}
@media only screen and (max-width: 400px) {
h1 {
font-size: 2.5em;
}
.single h1 {
font-size: 1.8em;
}
.credits p {
font-size: 1em;
line-height: 1.4;
}
.fold div ul {
column-count: 1;
}
.single .meta, .single .meta .date {
display: block;
text-align: center;
}
.btile .blink, .nlist .btile .blink {
padding-top: 120% !important;
}
.btile .inner {
padding: 1em !important;
}
.btile .copy {
max-height: inherit;
}
}