/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

h1, h2, h3, h4, h5, h6, .q_slide_text, .testimonial_content {
	font-family: 'korolev', sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

nav.vertical_menu > ul > li > a {
	border-bottom: 1px solid #69433c;
}
nav.vertical_menu > ul > li > a.current,
nav.vertical_menu > ul > li > a:hover {
	font-weight: 700;
}
body nav.mobile_menu ul li a:hover, 
body nav.mobile_menu ul li.active > a, 
body nav.mobile_menu ul li.current-menu-item > a {
	color: #69433c;
	font-weight: 700;
}
.q_logo_vertical {
	margin-top: 50px;
}
.footer-icons {
	display: flex;
}
.footer-icons > a {
	display: block;
	margin-right: 14px;
}
.footer-icon {
	width: 24px;
	display: block;
}
body .mobile_menu_button {
	height: 140px;
}
p {
	margin-bottom: 1rem;
}
.qbutton {
	font-weight: 700;
}

@media (max-width: 999px) {
	body .vertical_menu_area_widget_holder {
		margin-top: 20px;
	}
	body .vertical_menu_area_widget_holder .qode_separator_widget {
		margin-bottom: 20px !important;
	}
	.footer-icons {
		justify-content: center;
	}
	.slider_content {
		left: unset !important;
		right: unset !important;
		top: 25% !important;
		text-align: center !important;
		width: 100% !important;
	}
	.slider_content .text {
		text-align: center !important;
	}
	.q_slide_text {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.testimonial_text_inner {
		hyphens: auto;
		padding: 20px;
	}
	h1 {
		hyphens: auto;
	}
	.footer-pipe {
		opacity: 0;
		display: block;
		height: 0;
	}
	body .footer_bottom {
		line-height: 1.4;
		padding: 20px 0;
	}
}