/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

*/


#menu-sidebar{
	list-style: none;
	padding: 2rem;
	background: #6EC1E4;
	margin-bottom: 2rem;
}
#menu-sidebar h4{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
#menu-videos > li{
	list-style: none;
}
#menu-videos > li a{
	display: block;
	transition: all .4s;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 15px;
}
#menu-videos > li.current-menu-item a{
	background-color: #fff;
	color: #6EC1E4;
}

.page-template-page_menu .qode_grid_1300 .container_inner{
	max-width: 100%;
	width: 1500px;
}

.page-template-page_menu .elementor-element-8baf923 .elementor-button{
	width: 100%;
}


@media (min-width: 1000px){
	#cwrapper {
	    width: 40%;
	    margin-left: 10%;
	}
}