/*
Theme Name: Lifeblood Child
Template: Impreza
Theme URI: https://lifebloodmarketing.ca 
Description: Child theme for Impreza used by Lifeblood Marketing
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Lifeblood Marketing
Author URI: https://lifebloodmarketing.ca
Version: v1
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain:  impreza-child

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.state_mobiles .l-canvas.type_wide,
.state_tablets .l-canvas.type_wide {
    overflow-x: hidden;
}

#page-header .w-dropdown-item {
	padding-right:1em !important;
}
#page-header .w-dropdown-current .w-dropdown-item:after {
    display:none;
    content:none;
}

#page-header .w-dropdown.source_sidebar.opened .fa-bars {
	position:fixed;
	right:1em;
}
#page-header .w-dropdown.source_sidebar.opened .fa-bars:before {
   content:"\f00d";
}

#page-header .w-dropdown.source_sidebar .w-dropdown-list {
    width: 100%;
	max-width: none;
    padding: 200px 3em 0 3em;
	left: 0;
    position: fixed;
    height: 100vh;
    display: flex;
	overflow:auto;
	
}


#page-header .w-dropdown.source_sidebar .w-dropdown-list h3:after {
	content: "";
    width: 100px;
    height: 5px;
    background: #9fd852;
    display: block;
    margin: 1rem 0 2rem 0;
}

#page-header .w-dropdown.source_sidebar .w-dropdown-list .w-dropdown-list-h {
    display: flex;
    margin: auto 8vw;
    flex: 1 1 auto;
    flex-wrap:wrap;
    justify-content: space-around;
	max-height:none;
}

#page-header .w-dropdown.source_sidebar #media_image-2.widget {
   /* position: absolute;
    top: 4em;
    left: 2em;*/
    max-width: 100px;
	padding: 0 1em 1em 1em;
}

#page-header .w-dropdown.source_sidebar .widget {
    flex: 0 1 auto;
    margin: 0 auto;
	min-width:200px;
}

/* LB ACCORDIAN */
.lb-tabs-sections .w-grid-item >.w-grid-item-h {
    display: block;
    float: none;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #3c37e3;

}
.lb-tabs-sections .w-grid-item:last-child {
	border-bottom-width:1px;
}
.lb-tabs-sections .w-tabs-section-content {
    padding: 1.5rem 0;
	 display:none;
}

.lb-tabs-sections .w-tabs-section-title {
    display: block;
	font-size:17px;
    color: #3c37e3 !important;
	font-weight:300;
    position: relative;
    text-align: left;
	text-transform:none;
    line-height: 1.5;
    cursor: pointer;
    padding:0.5em 2em 0.5em 0 !important;
    width: 100%;
    background: transparent;
    transition: background 0.3s, color 0.3s;
}
.lb-tabs-sections .w-tabs-section-title:after {
    content: '\f0d7';
    font-family: fontawesome;
    font-weight: 900;
    vertical-align: top;
	font-size:26px;
    position: absolute;
    top: 50%;
    line-height: 2em;
    height: 2em;
    width: 2em;
    margin-top: -1em;
    text-align: center;
    transition: transform 0.3s;
    transform: rotate(-90deg);
    right: 0;
}
.lb-tabs-sections .w-tabs-section-title.active:after {
	transform: rotate(0deg);
}

.no-touch .l-section[class*="color_"] .owl-carousel.navpos_outside .owl-nav div:hover {
    background: none;
}


.d-none { display: none; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block; }
.d-flex { display: flex; }
.text-nowrap { white-space: nowrap }
.overflow-hidden { overflow: hidden; }



body .gform_wrapper .gform_heading, 
body .gform_wrapper .gfield,
body .gform_wrapper ul li.gfield,
body .gform_wrapper li.hidden_label input,
body .gform_wrapper .gform_footer{
	margin-top:0;
	margin-bottom:0;
}

body .gform_confirmation_message, 
body .form_saved_message_sent {
    color: inherit;
}
html.pum-open body > .l-canvas {
    filter: blur(4px);
}
.pum-container.size-custom.pum-position-fixed {
    max-width: 80vw;
}

/* LISTINGS */
.col-sm-7.ihf-market-report-header-toggle {
    width: 100% !important;
}
.col-sm-5.ihf-market-report-header-text {
    width: 100% !important;
    text-align: center;
}
#ihf-main-container .btn-primary,
#ihf-main-container .btn-default {
    color: #fff !important;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    border: initial !important;
    border-radius: 0;
    text-transform: uppercase;
    padding: 1em 2em;
    margin-top: 2em;
}
#ihf-main-container .btn-primary:hover,
#ihf-main-container .btn-default:hover {
    background-color: #777;
    border-color: #555;
}
#sb_instagram #sbi_images .sbi_item {
    opacity: 0.5;
}

img.mfp-img {width: auto !important;height: auto; background: none !important; margin: auto;}

.mfp-figure figure {
    height: 100%;
	display:flex;
}

.mfp-figure:after {
    background: none;
    box-shadow: none;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    height: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    height: 100%;
}
.calculator, .calc-wrap { 
    max-width:100%;
}
.calculator {
    color: white !important;
    background-color: transparent;
    border: none;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    width: 100%;
}

img.mfp-img {
    width: 100%;
}

.w-post-elm.post_image.stretched img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
div#ihf-stat-blocks {
    display: flex;
}

div#ihf-stat-blocks .col-xs-3 {
    flex: 1 1 auto;
}

#ihf-market-report-nav-container a.ihf-market-report-nav {
    text-transform: uppercase;
    border: 1px solid #ccc !important;
    color: black;
    background-color: white;
}

#ihf-market-report-nav-container a.ihf-market-report-nav-active {
    background: #555;
    color: white;
}

#ihf-market-report-nav-container a.ihf-market-report-nav:hover {
    background: #1a1a1a;
    color: white;
}

#ihf-main-container .title-bar-1 {
    background: none;
    border: none;
    text-align: left;
    padding-left: 1.3rem;
}

#ihf-main-container .well {
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    margin-top: 1em;
}

#ihf-main-container .title-bar-1 a {
    color: black;
    font-size: 1.5em;
    font-weight: 300;
}

#ihf-main-container .ihf-slider-next .glyphicon, #ihf-main-container .ihf-slider-prev .glyphicon {
    font-size: 2em;
    color: #555;
}

#ihf-main-container .btn-primary {
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: 1em 2em;
	margin-top: 2em;
}

#ihf-main-container .ihf-market-report .ihf-market-report-header-text {
    font-size: 2em;
}
#ihf-main-container .ihf-market-report .ihf-market-report-description {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.8;
}
#ihf-main-container g.c3-chart-bars>.c3-chart-bar:nth-child(1) .c3-bar {
	fill: #1a1a1a !important;
}

#ihf-main-container .caret {
	border-top-color:white;
}

