/*
Theme Name: Bridge
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: Bridge Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, parallax, mega menu, blog, agency, business, fullscreen, modern, background video, ajax
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 7.2
License: GNU General Public License
License URI: licence/GPL.txt

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

*/

.footnote-content, .footnote-content.bottom {
    position: fixed;
}

.footnote-content.active {
    position: fixed;
    transform: scale(1) translateZ(0px);
}

.footnote-content.disapearing {
    position: fixed;
    transform: scale(1) translateZ(0px);
}

.author_description {
    display: none !important;
}

html * .ls-container img, body * .ls-container img, #ls-global * .ls-container img {
	display: block !important;
	max-width: 100% !important;
	height: auto !important;
}

.pagination ul {list-style-image:none;}

/* ADDED BY WILSON . styles for sidebar menus */

.sidebar-menu ul {
	list-style: none;
}
.sidebar-menu ul.sub-menu {
    display: none;
	list-style-image: none;
	list-style:none;
}
.sidebar-menu ul.active {
	display:block;
}
.sidebar-menu ul.menu > li {
    display: inline-block;
	width: 100%;
}
.sidebar-menu ul.menu > li > span.arrow {
	background: url( './img/green-arrow.png' ) no-repeat left;
	float: left;
	width: 8px;
	height: 16px;
	margin: 4px 5px 0 0;
}
ul.sub-menu span.arrow {
	background: url( './img/green-circle.png' ) no-repeat left;
	float: left;
	width: 10px;
	height: 16px;
	margin: 5px 5px 0 0;
}
ul.sub-menu > li a {
	font-size: 13px;
}

/* shorcode menu */
.shortcode_menu li {
	list-style: none;
}
.shortcode_menu li ul.sub-menu {
    display: none;
	list-style-image: none;
	list-style:none;
}
.shortcode_menu li ul.sub-menu.active {
	display:block;
}
.shortcode_menu > li {
    display: inline-block;
	width: 100%;
	background: url( './img/green-arrow.png' ) no-repeat left 4px;
	padding-left: 15px;
}
.shortcode_menu > li > ul.sub-menu > li {
	background: url( './img/green-circle.png' ) no-repeat left 8px;
	padding-left: 15px;
}
ul.sub-menu > li a {
	font-size: 13px;
}

html .page .wpb_wrapper p {padding-bottom:20px;}

.csbwfs-sbutton img {
	width: 30px;
}