/*
Theme Name: Single Property Website 2022
Description: Built specifically for building single property sites for Iconica.ca
Version: 1.0
Author: Iconica Communications
Theme URI: iconica.ca
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');

:root {
    --content-width: 1000px;
    --mobile-padding: 0 20px;
    --accent-color: red;
    --font-primary: 'Oswald', sans-serif;
    --font-primary-color: #656565;
    --content-vert-margin: 35px;
}

html body {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    color: var(--font-primary-color);
    line-height: 27px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: var(--font-primary);
	font-weight: 400;
    margin-top: var(--content-vert-margin);
    margin-bottom: 12px;
    line-height: 1.3em;
}
body h1 {
	font-size: 35px;
}
body h2 {
	font-size: 30px;
}
body h3 {
	font-size: 25px;
}
body h4 {
	font-size: 22px;
}
body h5 {
	font-size: 18px;
}
body p, ul {
    margin-top:20px;
}
body a {
    color: #3d3d3d;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
body a:hover,
body a:focus {
    color: var(--accent-color);
	text-decoration:none;
}
body b, body strong {
    font-weight: 700;
}
body label {
    font-weight: 400;
    width: 100%;
}
body .btn, 
body .pagination a {
    background-color: transparent;
    font-size: 18px;
    border: solid 1px #bbb;
    border-radius: 0;
}
body .btn:hover,
body .pagination a:hover, 
body .btn:focus,
body .pagination a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff0000;
    border-color: #ff0000;
}
body .main img {
	max-width:100%;
}

/* ------------------ Major container elements ------------------ */
.container {
    width: var(--content-width);
    max-width: 100%;
    padding: var(--mobile-padding);
}
.entry-content {
    overflow: hidden;
}

/* ------------------ Gutenberg items ------------------ */
/* Any item nested immediately in .entry-content - with some exceptions */
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: var(--content-width);
    margin: 0 auto;
    /* padding: var(--mobile-padding); */
}
.entry-content > .wp-block-group,
.entry-content > .wp-block-cover {
    padding: 30px 0 65px;
}
.alignfull {
	/* margin: 32px calc(50% - 50vw); */
	max-width: 100vw;
	/* width: 100vw; */
    width: 100%;
}
.alignwide {
	/* margin: 32px calc(25% - 25vw);
	max-width: 100vw;
	width: 100vw; */
}
.wp-block-group__inner-container {
    overflow: hidden;
}
.entry-content > div > .wp-block-group__inner-container > *,
.wp-block-cover__inner-container {
    margin-left: auto;
    max-width: var(--content-width);
    margin-right: auto;
}
.entry-content > div > .wp-block-group__inner-container > iframe {
  	display: block;
}
.wp-block-group__inner-container .wp-block-columns {
    margin-bottom: 0;
}
div.wp-block-cover {
    padding-left: 0;
    padding-right: 0;
}
body .wp-block-separator {
    border-bottom: none;
}

/* ------------------ Button items ------------------ */
.wp-block-button__link:hover {
    background-color: var(--accent-color);
    color:#fff;
}

/* ------------------ Gallery items ------------------ */
.wp-block-group__inner-container .wp-block-gallery {
    margin-top: var(--content-vert-margin);
  }
.wp-block-gallery .wp-block-image a {
    overflow: hidden;
    padding: 0;
	border-radius: 0;
	display:block;
}
.wp-block-gallery .wp-block-image a:hover,
.wp-block-gallery .wp-block-image a:focus {
    border-color: none;
	/* box-shadow: 0px 0px 0px 5px #f2f7f9; */
}
.wp-block-gallery .wp-block-image a img {
    width: 100%;
	transition: transform .2s;
}
.wp-block-gallery .wp-block-image a img:hover {
	transform: scale(1.1);
  }

/* ------------------ Form items ------------------ */
input, input.wpcf7-form-control, 
textarea.wpcf7-textarea {
    width: 100%;
	border: solid 1px #ccdade;
	padding: 6px 15px;
	margin-top: 7px;
}
input[type="radio"], input[type="checkbox"] {
    width: auto;
}
form .row > div {
    margin-bottom: 15px;
}
form .col-md-12 {
    overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type="submit"], input[type="button"] {
    /* background-color: #969696;
    color: #fff;
    width: auto;
    padding: 5px 30px;
    font-weight: 300;
	margin: 5px 0 5px 17px;*/
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s; 
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
    border-width:0;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background-color: var(--accent-color);
}

/* ------------------ Single Post Type entry pages ------------------ */
img.featured {
    width: 100%;
    height: auto;
}

/* ------------------ Special Classes ------------------ */
.highlighted {
	color: #ff0000;
}

/* ========================== Header & Footer ========================== */

/* ------------------ Header ------------------ */
header {
    position: absolute;
    z-index: 99;
    width: 100%;
    /* background-color: rgba(0,0,0,0.9); */
    /* background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 100%); */
    border-top: solid 15px #000;
  }
header .headers {
	color:#3d3d3d;
    text-align: center;
    width: 80%;
    margin: 0 auto;
	padding: 0;
}
.headers .left {
    text-align: left;
}
header .logo {
	display:block;
	height:130px;
    max-height: 130px;
}
.headers .right {
    text-align: right;
}
header .logo img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
	}
header .contact {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
	z-index: 999;
}
hgroup {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: var(--content-vert-margin);
}
hgroup .tagline {
    color: #fff;
    opacity: 0.7;
    float: right;
    margin-top: 0;
}
.navbar-container {
    background-color: rgba(0,0,0,0.6);
}


/*Navbar*/
body .navbar {
    margin-bottom: 0;
}
body .navbar-collapse {
    text-align: left;
    padding-left:0;
}
body nav li a {
    color: #fff;
}
body .navbar-nav > li:first-child a {
    padding-left: 0;
  }
body .navbar-nav.navbar-center {
    float: none;
	display: inline-block;
}
body .nav .caret {
    display: none;
}
body .dropdown-menu {
    background-color: #3d3d3d;
    border-radius: 0;
	padding:0;
	text-align:left;
}
body .dropdown-menu > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 3px 20px 5px;
}
body .nav > li > a:hover, 
body .nav > li > a:focus {
    background-color: transparent;
}
body .dropdown-menu > li > a:hover, 
body .dropdown-menu > li > a:focus,
body .dropdown-menu > .active > a, 
body .dropdown-menu > .active > a:hover, 
body .dropdown-menu > .active > a:focus {
    background-color: #ff0000;
}
body .nav .open > a, 
body .nav .open > a:hover, 
body .nav .open > a:focus {
    background-color: transparent;
    border: none;
}

	
/*Page headings*/
body .page-heading {
	/* padding:0;
	margin-bottom:50px;
    text-align: center; */
}
body .page-heading .inner {
    /* background-color: rgba(0,0,0,0.5); */
    padding: 30px 20px;
}
body .page-heading h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1em;
    float: left;
    margin-bottom: 0;
    margin-top:0;
}

/* ------------------ Footer ------------------ */
footer {
    background-color: #999;
    background-size: cover;
    background-position-x: center;
    padding: 20px 0;
    color: #fff;
    font-size: 0.8em;
}	
footer a {
	color:#fff;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	}
footer a:hover {
	color:var(--accent-color);
	}
footer > div {
    margin: 0 auto;
    max-width: var(--content-width);
    width: 100%;
}


/* ========================== Content Blocks ========================== */

/*General Styles*/
/* .content-block {
    padding: 0 0 50px;
}
.content-block > .container > .row {
    border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}
.content-block li {
    padding-bottom: 5px;
}
.content-block table {
	margin-bottom:20px;
	}
.content-block td {
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
}
.section-header {
    text-align: center;
    margin-bottom: 30px;
}
.section-header h2 {
    font-size: 35px;
	text-transform: uppercase;
	line-height: 37px;
}
.content-block .content-column img {
    max-width: 100%;
    height: auto;
} */

/* "Image on left, text on right" block*/
body .content-block .img_left_txt_right.row, 
body .content-block .img_left_txt_right .row {
	border-bottom:none;
}
body .content-block .img_left_txt_right .col-sm-5 {
	text-align:right;
}

/* Post Blocks (Blog, Properties, etc) */
body .content-block .post-blocks {
	border-bottom:none !important;
}
body .content-block .post-blocks .inner {
    background-color: #fff;
    text-align: center;
	-o-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-moz-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;
}
body .content-block .post-blocks .inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px #656565;
    box-shadow: 0px 0px 10px 0px #656565;
}

/*Post Blocks*/
body .content-block .post-blocks .post-block {
    margin-bottom: 20px;
}
body .content-block .post-blocks .inner > div {
    padding: 15px;
    height: 100px;
}
body .content-block .post-blocks h4 a {
    color: #ff0000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
}
body .content-block .post-blocks a.btn {
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 1px 0 0 0;
    border-color: #ddd;
}
body .content-block .post-blocks a.btn:hover {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}
body .content-block .row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
body .content-block .post-blocks .thumbnail {
	background-size: cover;
	border: none;
	border-radius: 0px;
	height: 260px;
    padding: 0;
	position:relative;
	background-position: center center;
}
body .post-block .icon-box {
	position:absolute;
	top:10px;
	left:10px;
}
body .content-block .post-blocks .listing_type_icon {
    background-image: url("images/listing-types-sprite.png");
    background-size: 200%;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 5px;
	position:relative;
}
body .content-block .post-blocks .listing_type_icon:hover::after {
    background-image: url("images/tooltip.png");
	background-position: bottom left;
	padding: 7px 7px 18px 7px;
	position: absolute;
	top: -42px;
	left: -2px;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	white-space: nowrap;
	z-index: 999;
}
body .content-block .post-blocks .listing_type_icon.commercial {
	background-position: top left;
}
body .content-block .post-blocks .listing_type_icon.commercial:hover::after {
	content: "Commercial/Industrial";
}
body .content-block .post-blocks .listing_type_icon.residential {
	background-position: top right;
}
body .content-block .post-blocks .listing_type_icon.residential:hover::after {
	content: "Residential";
}
body .content-block .post-blocks .listing_type_icon.investment {
	background-position: bottom left;
}
body .content-block .post-blocks .listing_type_icon.investment:hover::after {
	content: "Investment Property";
}
body .content-block .post-blocks .listing_type_icon.vip-precon {
	background-position: bottom right;
}
body .content-block .post-blocks .listing_type_icon.vip-precon:hover::after {
	content: "VIP/Pre-Construction";
}

/*Link Blocks (Sub Type of Post Blocks) */
body .content-block .post-blocks.link-blocks .inner > div {
	height:auto;
}

@media only screen and (max-width: 1000px) {
.entry-content > * > .wp-block-group__inner-container, 
.entry-content > * > .wp-block-cover__inner-container {
    padding: var(--mobile-padding);
}
}

@media only screen and (max-width: 992px) {
}

/*Where the mobile menu appears*/
@media only screen and (max-width: 767px) {

header {
    position: static;
}

/* ========================== Navbar ========================== */
.navbar-fixed-top {
    position: static !important;
}
.top-spacer {
    height: 0 !important;
}

/*General navbar settings*/
body .navbar-collapse {
    /* background-color: #3d3d3d; */
    width: 100%;
	padding:0;
    text-align: left;
    color: #fff;
}
body .navbar-nav {
	margin:0;
	width:100%;
	}
body .navbar-nav > li > a {
    color: #fff;
    padding-left:15px !important;
}

/*Opened submenu*/
body .navbar-nav .open .dropdown-menu {
    background-color: #555;
    text-align: left;
}

/* "Image on left, text on right" block*/
body .content-block .img_left_txt_right .col-sm-5 {
	text-align:center;
}

}

@media only screen and (max-width: 600px) {
    hgroup .tagline {
        float: left;
    }
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0em !important;
    }
    .wp-block-column ul {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 572px) {

/* .headers > div, .headers .logo {
    text-align: center !important;
    margin-bottom: 10px;
}
.headers .logo {
    height: 56px !important;
}
.headers .logo img {
	width: auto !important;
} */

/* ========================== Homepage only ========================== */
/* #slideshow .blurb {
    margin-top: 0;
    top: 0;
    padding: 10px;
}
#slideshow .blurb h2 {
    font-size: 30px;
}
.home .about-larry .profile {
    padding: 20px 15px !important;
	margin: 0;
} */

}

/* Parallax Effect*/
.parallax {
    
    /* Set a specific height */
	padding:50px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.scroll{
	float:left;
	margin-left: 20px;
}

/*Navbar*/
.navbar-toggle,
.navbar-toggle .icon-bar {
	border:solid 1px #fff;
	}
	
/*Listing Profile pages*/
.acf-map {
	height:400px;
	}


/*Galleries*/
/* #gallery {
    padding-left: 0;
}
#gallery li {
    list-style: none;
    margin-bottom: 10px;
    padding: 0 5px;
}
#gallery a.thumbnail {
    overflow: hidden;
    vertical-align: middle;
    padding: 0;
	border-radius: 0;
}
#gallery a.thumbnail:hover, 
#gallery a.thumbnail:focus {
    border-color: none;
	box-shadow: 0px 0px 0px 5px #f2f7f9;
	border: solid 1px #ccdade;
}
#gallery a.thumbnail img {
    width: 100%;
} */

/* ========================== Single Blog Post Pages ========================== */
.blog-hero {
    width: 100%;
    height: auto;
}

/* Pagination */
body .pagination {
    width: 100%;
}
body .pagination a {
    background-color: #eee;
    display: block;
    padding: 10px;
    text-align: center;
}

/* ========================== Single Property Profile Page ========================== */
.overview-list {
    padding-left: 0;
}
.overview-list li {
    list-style: none;
    padding-left: 0;
    font-weight: 400;
}
.overview-list.bulleted {
    padding-left: 40px;
}
.overview-list.bulleted li {
    list-style: disc;
}
.overview-list li span {
    display: inline-block;
    width: 30%;
    font-weight: 300;
	vertical-align:top;
}

/* ========================== Other Items ========================== */
/* Responsive Video */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.scroll-up {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    background-image: url(../singlepropsite2022/images/scroll-up.svg);
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    cursor: pointer;
}
.scroll-up:hover {
    background-color: rgba(0,0,0,1);
}

/* Metaslider block */
.metaslider div.flexslider {
    margin-bottom: 0;
}
.metaslider ol.flex-control-nav {
    bottom: 20px;
}

/*Sidebar Items*/
aside .widget {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/*Social media widget*/
.sm-widget {
    text-align: center;
    margin-top: 20px;
}
.sm-widget a {
	background-image:url('images/sm-sprite.png');
    background-size: 400%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
}
.sm-widget a.facebook {
	background-position:top left;
}
.sm-widget a.twitter {
    background-position: -40px 0px;
}
.sm-widget a.youtube {
	background-position: -60px 0px;
}
.sm-widget a.instagram {
	background-position: -20px 0px;
}
.sm-widget a:hover {
	background-position-y: -20px;
}
header .right .sm-widget {
    text-align: right;
}


/* !-------- WORDPRESS CLASSES ------------------- */
/*------------------------------------------------------------ *\
\*------------------------------------------------------------ */

/* !-- WP WYSIWYG Editor Styles -- */
/* .entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	padding-bottom:20px;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	padding-bottom:20px;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	padding-bottom:20px;
	}
.alignnone, img.alignnone {
	padding-bottom:20px;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	} */