/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body,
button,
input,
select,
textarea {
	font-family: proxima-nova;
	font-style: normal;
}
.elementor-nav-menu .nav-white-btn a {
	background: #fff !important;
	color: #000 !important;
}
.dot-divider {
	position: relative;
}
.dot-divider:after {
	background-image: url('/wp-content/uploads/black-dot.png');
	background-repeat: no-repeat;
	background-size: 13px auto;
	bottom: -7px;
	content: '';
	height: 13px;
	position: absolute;
	right: -5px;
	width: 13px;
}
.dot-divider-small:after {
	background-size: 7px auto;
	bottom: -3px;
	height: 7px;
	right: -3px;
	width: 7px;
}
/* ---- TEAM PAGE STARTS ---- */

.our-team {
	overflow: hidden;
	padding: 50px 0;
}
.staff_list {
	*zoom: 1;
}
.staff_list:before,
.staff_list:after {
	content: "";
	display: table;
	line-height: 0;
}
.staff_list:after {
	clear: both;
}
.staff_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.staff_list > li {
	float: left;
	position: relative;
	width: 33.333%;
	padding: 20px 15px;
	text-align: center;
}
.staff_list li:hover .member_profile a,
.staff_list li.active .member_profile a {
	color: #5259B1;
}
.member_info {
	cursor: default;
}
.member_info_inner {
	bottom: 23px;
	left: 15%;
	position: absolute;
	right: 14%;
}
.member_info_inner h4 {
	font-weight: 300;
	margin-bottom: 2px;
}
.member_info_inner h6 {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px;
}
.member_short_desc,
.member_short_desc p {
	font-size: 16px;
	line-height: 1.25;
}
.member_short_desc {
	padding-bottom: 15px;
}
.member_short_desc p {
	margin: 0;
}
.member_link a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
.member_facts {
	font-size: 15px;
	margin-left: -26px;
	padding-top: 15px;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: #8ac644;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.staff_list li .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
}
.staff_list li.hover .overlay {
	height: 100%;
}
.member_default {
	cursor: pointer;
	position: relative;
	text-align: center;
}
.member_default:hover .member_profile,
.member_item.active .member_default .member_profile {
	background: #2D2D2D url(images/arrow-up.png) no-repeat right 20px center;
}
.member_default:hover .member_profile h5,
.member_default:hover .member_profile h6,
.member_item.active .member_default .member_profile h5,
.member_item.active .member_default .member_profile h6 {
	color: #fff;
}
.member_item_0 {
	clear: left;
}
.member_photo img {
	display: inline-block;
	width: 100%;
	max-width: 370px;
}
.member_photo_hover {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.member_photo:hover .member_photo_hover {
	opacity: 1;
}
.member_profile {
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 20px;
	background: url(images/arrow-down.png) no-repeat right 20px center;
	border: 2px solid #2D2D2D;
	border-top: none;
}
.member_profile h5 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: bold;
	color: #505050;
}
.member_profile h6 {
	font-size: 13px;
	text-transform: uppercase;
	color: #A2A2A1;
	font-weight: normal;
	margin: 0;
	letter-spacing: 1.7px;
}
.member_full_bio a:hover,
.active .member_full_bio a {
	background: url(library/images/icon-up@2x.png) no-repeat center center / 54px;
}
.member_popup {
	display: none;
}
.staff_list li.member_popup_row {
	display: none;
	margin: 0 0 40px;
	width: 100%;
}
.member_popup_row .member_popup {
	display: block;
	position: relative;
}
.member_popup_row .member_popup_info_inner {
	border: 2px solid #000;
	border-bottom: none;
	width:100%;
}
.member_popup > div {
	display: flex;
	align-items: center;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.member_popup > div {
		display: block;
	}
}
.member_popup_photo,
.member_popup_info {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.member_popup_photo {
	float: left;
	width: 30%;
	text-align: center;
}
.team-row .member_popup_photo img {
	max-width: 276px;
	width: 100%;
}
.member_popup_photo_inner {
	margin: 0 auto;
}
.member_popup_info:before {
	content: '';
	display: inline-block;
	height: 100%;
}
.member_popup_info {
	text-align: left;
}
.question-box {
	float: left;
	width: 33.333%;
	padding: 40px;
	border-bottom: 2px solid #000;
	min-height: 170px;
}
.question-box:nth-child(3n+1) {
	clear: left;
}
.question-box h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
.question-box p {
	font-size: 16px;
	color: #716D69;
	margin: 0;
}
.member_popup_des {
	margin-top: 40px;
}
.team-row .member_popup_info h3 {
	margin-bottom: 10px;
}
.team-row .member_popup_info h6 {
	font-size: 0.875rem;
}
.member_prev,
.member_next {
	cursor: pointer;
	position: absolute;
	height: 38px;
	width: 38px;
}
.member_prev {
	background: url(library/images/arrow-prev.png) no-repeat center center / cover;
	left: 0px;
}
.member_next {
	background: url(library/images/arrow-next.png) no-repeat center center / cover;
	right: 0px;
}
.flexslider.staff_slider {
	padding-bottom: 60px;
}
.flexslider.staff_slider .flex-control-nav {
	bottom: -8px;
}
.member_popup_title,
.first_name {
	line-height: 1.3em;
}
.member_popup_title span {
	font-size: 1.438rem;
	color: #003A7F;
}
/* .member_popup_position, .position {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 8px;
    color: #e02431;
    text-transform: uppercase;
} */

.member_hover {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 9;
}
.member_photo:hover .member_hover {
	opacity: 1;
}
.member_hover span {
	position: relative;
	top: 42%;
}
@media (max-width: 1340px) {
	.cta-offset-bg {
		right: -27vw !important;
	}
}
@media (max-width: 1250px) {
	.cta-offset-bg {
		right: -31vw !important;
	}
}
@media (max-width: 1199px) {
	.member_profile,
	.member_default:hover .member_profile,
	.member_item.active .member_default .member_profile {
		background-size: 30px;
	}
	.member_profile h5 {
		font-size: 18px;
	}
	.member_profile h6 {
		font-size: 11px;
	}
}
@media (max-width: 1180px) {
	.cta-custom-padding .elementor-column-wrap {
		padding: 60px 0 !important;
	}
	.cta-offset-bg {
		right: -38vw !important;
	}
}
@media (max-width: 1125px) {
	.offset-bg {
		right: -29vw !important;
	}
}
@media (max-width: 1100px) {
	.cta-custom-padding .elementor-column-wrap {
		padding: 40px 0 !important;
	}
	.cta-offset-bg {
		right: -41vw !important;
	}
}
@media (max-width: 1060px) {
	.offset-bg {
		right: -35vw !important;
	}
	.cta-offset-bg {
		right: -46vw !important;
	}
}

@media (max-width: 991px) {
	.staff_list > li {
		width: 100%;
		max-width: 370px;
		float: none;
		margin: 0 auto;
	}
	.staff_list li.member_popup_row {
		width: 100%;
		max-width: none;
		margin-top: -30px;
	}
	.member_popup_info_inner {
		width: 100%;
	}
	.question-box {
		float: none;
		width: 100%;
		padding: 20px;
		min-height: auto !important;
	}
}
/* ---- TEAM PAGE ENDS ---- */
@media(max-width: 1160px) {
	.elementor-10 .elementor-element.elementor-element-5b50422 {
		padding: 40px 15px;
	}
	.elementor-10 .elementor-element.elementor-element-584138d > .elementor-element-populated,
	.elementor-10 .elementor-element.elementor-element-45b704ff
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.elementor-10 .elementor-element.elementor-element-f5b830d .elementor-heading-title {
		font-size: 40px;
	}
	.elementor-10 .elementor-element.elementor-element-52bd227 {
		padding: 0 15px 50px;
	}
	.elementor-10 .elementor-element.elementor-element-b11a4b3 > .elementor-element-populated {
		margin-right: 0;
	}
	.elementor-10 .elementor-element.elementor-element-3c8f11c > .elementor-element-populated,
	.elementor-10 .elementor-element.elementor-element-5bfb741 > .elementor-element-populated
	{
		padding: 40px 30px 40px 30px;
	}
}
@media(max-width: 767px) {
	.dot-divider-small:after {
		display: block;
	}
	.dot-divider:after {
		right: -8px;
	}
	.dot-divider-small:after {
		right: -5px;
	}
	.why-choose-kitchen .elementor-widget:not(:last-child) {
		margin-bottom: 0;
	}
	.kitchen-crew-about .elementor-widget-image {
		position: relative;
		min-height: 1px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		width: 24.99%;
	}
	.kitchen-crew-about .elementor-widget-heading {
		position: relative;
		min-height: 1px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-left: 20px;
		width: 75%;
	}
	.kitchen-crew-about .elementor-widget-image  .elementor-widget-container {
		margin-bottom: 0 !important;
	}
}