/*
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");

.border-right{
	border-right: 1px solid #8f53a1;
}
.link span{
	color: #e43338;
}
.download span{
	padding: 30px 60px;
	background: #f2f3f0;
	color: #ef3b2f;
	font-size: 14px;
	margin: 10px;

	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.download span:hover{
	background: #8dcb8b;
}
.download span:before{
	content: "Download";
	color: #ef3b2f;
	font-size: 21px;
	font-weight: 600;
	display: block;
}
.link-white span{
	color: white;
}
.header_bottom{
	/*padding: 0 7%;*/
}
.main_menu{
	left: 40% !important;
}
nav.main_menu>ul>li>a {
    padding: 30px 17px;
}
.q_logo{
	top: 50px !important;
	left: 5vw !important;
}
.q_logo img{
	height: 70% !important;
}
.options .q_elements_item{
	border: 15px solid #f2f3f0;
}
#menu-sidebar a{
	color: #000 !important;
}
.absolute-sidebar > .vc_column-inner{
	position: absolute;
	z-index: 999999;
}
.full_section_inner {
    position: initial;
}
.sticky > .vc_column-inner {
    position: fixed;
    left: -27px;
    top: 30px;
    z-index: 999999;
    width: 33%;
    padding-right: 0 !important;
}
.elementor-widget.elementor-widget-sidebar .widget.posts_holder li, .wpb_widgetised_column .widget.posts_holder li {
    padding: 0 !important;
}
.side_menu h5{
	font-size: 18px;
	line-height: 21px;
	font-weight: 800;
}
.side_menu p{
	font-size: 14px;
	line-height: 21px;
}
.search-results .blog_holder article .post_text .post_text_inner{
	background-color: #0a0a0a;
}
.search-results .post_info, .search-results .date{
	display: none !important;
}

.menu-sidebar-container .current-menu-item a{
	font-weight: 800;
}
.qode-btn.qode-btn-icon.qode-btn-simple .qode-button-v2-icon-holder {
    border: none !important;
}


@media screen and (max-width: 1000px) {
	.q_logo{
		top: 0px !important;
		left: 0 !important;
	}
	.q_logo img{
		height: 70% !important;
	}
}

@media screen and (max-width: 768px) {
	.absolute-sidebar > .vc_column-inner{
		position: relative;
	}
	.sticky > .vc_column-inner {
	    position: relative;
	    left: 0;
	    top: 0px;
	}
}