/*
Theme Name: Wilson Creative Child Theme
Template: Impreza
Theme URI: https://wilsoncreative.ca
Description: Wilson Creative Child Theme
Tags: wilson, creatuve 
Author: Wilson Creative
Author URI: https://wilsoncreative.ca
Version: v1.1
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.

*/

.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;
}

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

/*
 *
 *  FULL SCREEN HEADER
 *
 */
#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: 2em;
	left: 2em;
	max-width: 100px;
}

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

/*
 *
 *  GRID ACCORDIAN
 *
 */
.vm-tabs-sections .w-grid-item {
	display: block;
	float: none;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #31aee2;
	margin-bottom: 0 !important;
}
.vm-tabs-sections .w-grid-item:last-child {
	border-bottom-width: 1px;
}
.vm-tabs-sections .w-tabs-section-content {
	padding: 1.5rem 0;
	display: none;
}

.vm-tabs-sections .w-tabs-section-title {
	display: block;
	color: #31aee2;
	position: relative;
	text-align: left;
	line-height: 1.5;
	white-space: nowrap;
	cursor: pointer;
	padding: 2em 0 !important;
	width: 100%;
	background: transparent;
	transition: background 0.3s, color 0.3s;
}
.vm-tabs-sections .w-tabs-section-title:after {
	content: '\f0d7';
	font-family: fontawesome;
	font-weight: 900;
	vertical-align: top;
	position: absolute;
	top: 50%;
	line-height: 2em;
	height: 2em;
	width: 2em;
	margin-top: -1em;
	text-align: center;
	transition: transform 0.3s;
	transform: rotate(0deg);
	right: 0;
}

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

/*
 *
 *  GRAVITY FORMS
 *
 */

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;
}