/*
Theme Name: BlankSlateFromBackup
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:30px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
body {
    font-family:'Roboto'!important;
    font-weight:300;
    color:#333;
    background-color:#006AE2;
    letter-spacing: .015em;
}
a {color:#006AE2;
    text-decoration:none;
}
p {
   padding:20px 15px 65px 15px;
   max-width:1300px;
   margin:0 auto;
    line-height: 1.5em;
    letter-spacing: .02em;
    max-width:360px;
}
strong {
    font-weight:600;
}

ul {
  list-style-type: none;
  margin-left:15px;
}
/*ul li a span.material-symbols-outlined {
    font-size:18px;
}*/
h1 {
    font-size:24px;
    padding:5px;
    line-height:1.3em;
    font-weight:300;
    color:#555863;
    margin:auto;
    max-width:600px;
}

h2 {
    font-size:16px;
    padding:5px 20px;
    line-height:1.3em;
    color:#333;
    text-transform:uppercase;
    font-weight:400;
    max-width:600px;
    margin:0 auto;
}
.breadcrumbs {
    padding:5px;
    max-width:600px;
    margin:0 auto;
    text-transform:capitalize;
    font-size:16px;
}
#copyright{
    padding:10px;
    text-align:center;
    color:#666;
    background:#fff;
    color:#666;
    font-size:14px;
    line-height:1.1em;
}
#copyright span{
    display:block;
    max-width:600px;
    margin:0 auto;
}
.header {
    background-color:#006AE2;
    background-position:bottom center;
    background-size:cover;
    padding:10px 0;
    position: fixed;
    width: 100%;
    z-index: -1;
    top: 0;
}

.logo_icon{
    width:250px;
    height:50px;
    background:url('/logo_name.png');
    background-size:contain;
    background-repeat:no-repeat;
    display:block;
    margin:5px auto;
}

/*.home_search {
    padding:50px 15px 15px 15px;
}

.home_container {
    padding:10px;
    margin-top:60px;
  width:33%;
float:left;
    text-align:center;
}

.home .sidx-container {
    width:33%;
    float:left;
    border:0px!important;
    margin-top:70px;
}
.home_container h2 {
    color:#555863;
}
.simple_search h2 {
    padding-left:15px;
    max-width:1300px;
   margin:0 auto;
}
.simple_search .clear{
    height:20px;
}
.home_container a {
    display:block;
    border:1px solid #ccc;
    padding: 15px 10px;
    text-align:center;
    font-size:20px;
    font-weight:300;
    text-decoration:none;
}
.home_container a:hover {
    background-color:#efefef;
}
.home_container h3 {
    padding:15px 0;
}
.home_quote {
    color:#555863;
    font-size:14px;
    padding-top:7px;
}
.home_wave {
    font-size:50px!important;
    color: rgba(0, 0, 0, 0.3);
}
.welcome {
    text-align:center;
    padding-top:200px;
}
.welcome div {
    padding-top:10px;
    margin:0 auto;
    text-align:left;
    width:230px;
}
.welcome h3 {
    margin:15px 0;
}
.welcome a.cta {
    padding:10px 15px;
    font-weight:400;
    background:#228fcc;
    color:#fff;
    text-decoration:none;
    display:block;
    margin: 20px auto;
    border-radius:5px;
    width:240px;
}
.nav_icon{
    position:absolute;
    left:345px;
    top:10px;
    padding:7px;
    display:block;
    z-index:9;
    color:#333;
}
.hotsheet_logo {
    width:290px;
    height:50px;
    background:url('/logo.png');
    background-size:cover;
    margin:20px 0 0 0;
}
.hotsheet_col_neighborhood {
    width:400px;
    padding:0 10px;
    position:sticky;
    float:left;
}
.hotsheet_col_search {
    padding-left:400px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}
.material-symbols-outlined {
    vertical-align:middle;
}
.icon .material-symbols-outlined {
    font-size:28px;
}
.hood_container{
    padding:15px 0;
    border-top:1px solid #eee;
    
}
.hood_content {
    line-height:28px;
    float:left;
    width:340px;
}
.icon {
    width:40px;
    float:left;
}
*/


.clear{
    clear:both;
}

.icon {
    display: block;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon.lock {
     background-image: url(/lock.svg);
}
.icon.done {
     background-image: url(/done.svg);
}
.list_menu {
    padding:0;
    margin:0;
    list-style-type: none;
    
}
.list_menu li {
    width:95%;
    margin:5px auto;
    max-width:600px;
}
.list_menu li a {
    display:block;
    background-color:#ccc;
    padding:75px 10px 10px;
    text-transform: uppercase;
    letter-spacing:.03em;
    border:1px solid #eee;
    background-image: url(/default.png);
    color:#fff;
    font-size:25px;
    text-shadow:0 0 #000;
    border-radius:10px;
    font-weight:bold;
    background-size:cover;
    background-position:bottom center;
}

li.aria a {
    background-image: url(/aria.png);
}
li.axis a {
    background-image: url(/axis.png);
}
li.brickell-house a {
    background-image: url(/brickell-house.png);
}
li.brickell-on-the-river a {
    background-image: url(/brickell-on-the-river.png);
}
li.dua a {
    background-image: url(/dua.png);
}
li.iconbrickell a {
    background-image: url(/icon.png);
}
li.slslux a {
    background-image: url(/slslux.png);
}
li.bond a {
    background-image: url(/bond.png);
}
li.rise a {
    background-image: url(/rise.png);
}
li.millecento a {
    background-image: url(/millecento.png);
}
li.echo a {
    background-image: url(/echo.png);
}
li.brickell-flatiron a {
    background-image: url(/brickell-flatiron.png);
}
li.n500brickell a {
    background-image: url(/500-brickell.png);
}
li.brickell-heights a {
    background-image: url(/brickell-heights.png);
}
li.n1060-brickell a {
    background-image: url(/1060-brickell.png);
}
li.nine-at-mary-brickell-village a {
    background-image: url(/nine.png);
}
li.infinity-at-brickell a {
    background-image: url(/infinity-at-brickell.png);
}
li.jade a {
    background-image: url(/jade.png);
}
li.mark a {
    background-image: url(/mark.png);
}
li.plaza a {
    background-image: url(/plaza.png);
}
li.skyline a {
    background-image: url(/skyline.png);
}
li.biscayne-beach a {
    background-image: url(/biscayne-beach.png);
}
li.gran-paraiso a {
    background-image: url(/gran-paraiso.png);
}
li.hyde-midtown a {
    background-image: url(/hyde-midtown.png);
}
li.icon-bay a {
    background-image: url(/icon-bay.png);
}
li.missoni-baia a {
    background-image: url(/missoni-baia.png);
}
li.one-paraiso a {
    background-image: url(/one-paraiso.png);
}
li.paraiso-bay a {
    background-image: url(/paraiso-bay.png);
}
li.paraiso-bayviews a {
    background-image: url(/paraiso-bayviews.png);
}
li.paramount-bay a {
    background-image: url(/paramount-bay.png);
}
li.n1800-biscayne-plaza a {
    background-image: url(/1800-Biscayne-Plaza.png);
}
li.n1800-club a {
    background-image: url(/n1800-club.png);
}
li.bay-house a {
    background-image: url(/bay-house.png);
}
li.blue-condominium a {
    background-image: url(/blue.png);
}
li.charter-club a {
    background-image: url(/charter-club.png);
}
li.cite-on-the-bay a {
    background-image: url(/cite-on-the-bay.png);
}
li.elysee a {
    background-image: url(/elysee.png);
}
li.opera-tower a {
    background-image: url(/opera-tower.png);
}
li.quantum-on-the-bay a {
    background-image: url(/quantum-on-the-bay.png);
}
li.midblock a {
    background-image: url(/midblock.png);
}
li.midtown-2 a {
    background-image: url(/midtown-2.png);
}
li.midtown-4 a {
    background-image: url(/midtown-4.png);
}
li.latitude a {
    background-image: url(/latitude.png);
}
li.mint a {
    background-image: url(/mint.png);
}
li.neo-lofts a {
    background-image: url(/neo-lofts.png);
}
li.neo-vertika a {
    background-image: url(/neo-vertika.png);
}
li.ivy a {
    background-image: url(/ivy.png);
}
li.wind a {
    background-image: url(/wind.png);
}

.list_menu li a:hover {
    opacity:.85;
}
.entry-content {
    background:#fff;
    border-radius:10px 10px 0 0;
    box-shadow:0 0 10px rgba(0,0,0,.3);
    padding:10px;
    margin-top:80px;
}

.area_link {
    display:block;
    padding:75px 0 10px 10px;
    max-width:600px;
    font-size:30px;
    color:#fff;
    border-radius:10px;
    background-size:cover;
    margin:0 auto 10px;
    
}

.area_link:hover {
    opacity:.85;
}

.area_link.locked {
    opacity:.70;
}

.brickell {
   background-image:url('/brickell.png');
}
.downtown {
   background-image:url('/downtown.png');
}
.sbeach {
   background-image:url('/sbeach.png');
}
.edgewater {
   background-image:url('/edgewater.png');
}
.midtown {
   background-image:url('/midtown.png');
}
.miami-river {
   background-image:url('/miami-river.png');
}


.searchall {
    float:right;
    background: url(/search.svg) no-repeat left center;
    padding-left: 20px;
}
.searchall:hover {

    color:#333;
    
    
}

    .list_menu li {
        margin:5px auto 10px;
        width:100%;
    }
    .list_menu li a {
        border-radius:10px 10px 0 0 ;
    }
    /*----------------*/
    .stats {
        border: solid #eee;
        border-width:0 1px 1px 1px;
        border-radius:0 0 10px 10px;
        padding:10px;
        font-size:12px;
        background:#fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    }
    .stats .stat-container {
        float:left; 
        padding-right:20px; 
        text-align:center;
        text-transform:uppercase;
        color:#666;
        font-size:10px;
    }
     .stats .stat-container:nth-child(3) {
        padding-right:0; 
        
    }
    .stats .stat-container .stat-value {
        font-size:20px;
        padding-bottom:5px;
    }
    .address {
        font-size:12px;
        padding-top:5px;
        font-weight:900;
        float:right;
        text-align:right;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 15px;
        color:#666;
        font-weight:300;
    }
    .dollar_range {
        opacity:.2;
    }
    .clear{
        clear:both;
    }
    
    
    /***************/
    /*
#container_filter {
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #eee;
}

.subcontainer_filter {
float:left;
padding:10px 17px 5px 0;
} 

.bd_filter,
.type_toggle {
display:block;
float:left;
margin-right:7px;
width:40px;
height:40px;
line-height:40px;
text-align:center;
border-radius:20px;
text-decoration:none;
color:#333;
border:1px solid #eee;
}

.icon{
display:block;
float:left;
margin-right:5px;
width:40px;
height:40px;
line-height:40px;
text-align:center;
border-radius:20px;
background-size:80% 80%;
background-repeat:no-repeat;
background-position: center center;
opacity:.6;
}

.bathicon {
background-image:url('https://mymiahome.com/bath.svg');
}

.bedicon {
background-image:url('https://mymiahome.com/bed.svg');

}

.icon.up, .icon.down:hover {
background-image:url('https://mymiahome.com/up.svg');
opacity:1;
}

.icon.down, .icon.up:hover{
background-image:url('https://mymiahome.com/down.svg');
opacity:1;
}

#up, #down {
width:40px
}

.type_toggle{
width:63px;
}


.bd_filter_active{
background:#E0EDFC;
border-color:#006AE2;
}

a.bd_filter:hover, 
.type_toggle:hover {
background-color:#fff;
color:#006AE2;
border-color:#006AE2;
}

.filter_label {
padding:0 0 5px 7px;
text-transform:uppercase;
font-size:10px;
color:#666
}

#breadcrumbs {
font-size:12px;
padding:10px 0 20px 0;

}

#breadcrumbs i{
color:#efefef;
}

#breadcrumbs a{
color:#006AE2;
}
*/
.clear {
clear:both;
}
.content-container {
    max-width:600px;
    margin:0 auto;
}
.restuls-count{
    font-size: 12px;
    padding-left: 7px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400;    
}

#scroll-top {
border-radius:50px;
height:50px;
width:50px;
line-height:16px;
left:44%;
top:15px;
color:#006AE2;
border:none;
box-shadow:0 0px 15px rgba(0,0,0,20%);
background-color:#fff;
background-image: url(/scroll-top.svg);
background-position:center center;
display:block;
position:fixed;
opacity:0;
transition: all 0.1s;
z-index:9999;
}
#scroll-top.visible {
    opacity:1;
    transition: all 0.5s ease;
}
