/*
Theme Name: Infographer
Theme URI: http://demo.qodeinteractive.com/infographer/
Description: Infographer Theme
Tags: infographic, statistics, chart, interactive, parallax, modern, urban, creative, portfolio, business, animated, one-page, multi-purpose, ajax
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.5
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.


Changelog

1.0.5
- Updated retina icons rendering

1.0.4
- Fixed post day style
- Fixed Blog template 3, emty space between title with image and content
- Fixed content menu positioning on Chrome and Firefox on Mac
- Fixed IE10 icon/images rotaion effects
- Fixed Content menu white line on left side (Chrome only)

1.0.3
- Added turn on/off delay of displaying elements on touch devices to Qode options
- Added attribute to image_with_text shortcode to align image
- Added category attribute to latest post shortcode
- Updated share icons
- Fixed content menu on touch devices
- Fixed showing logo on touch devices
- Fixed Contact form "from" value
- Fixed blog single title

1.0.2
- Fixed icons for social share
- Updated Revolution Slider to version 3.0.2 (TESTED AND BUG FREE VERSION)

1.0.1
- Added top and bottom padding attribute to "Section" shortcode
- Updated Revolution Slider to version 3.0
- Updated translation files
- Fixed link on logo in content menu
- Fixed logo appearance on load in content menu
- Fixed scroll to top when "dead" link is pressed
- Fixed parallax content width when boxed layout is on
- Fixed portfolio list changing back on full list, right after click on single project (with ajax on)

*/

#left-menu {
width: 250px;
height: 390px;
float: left;
border-radius: 12px;
margin: 10px 0;
padding: 0 3px;
background:#fff;
}

#left-menu-top {
width: 257px;
height: 52px;
float: left;
background: url(../images/menu-top.png) repeat-x;
border-radius: 12px 12px 0 0;
margin: -1px 0 0 -3px;
padding: 4px 0 0;
text-align: center;
}


.left-menu-inner {
width: 235px;
height: 20px;
float: left;
border-bottom: 1px solid #fff;
background:url(../images/menu-bullet.png) no-repeat 5px 9px;
padding: 5px 0 0 15px;
border-top:2px solid red;
}

.left-menu-inner:hover{
	background:red;
	color:white;
}

#schedule-1:hover {
border: 3px solid #909090;
}#schedule-2:hover {
border: 3px solid #909090;
}
#schedule-3:hover {
border: 3px solid #909090;
}
#schedule-4:hover {
border: 3px solid #909090;
}

#schedule-1 {
width: 247px;
height: 67px;
float: left;
background:url(../images/logo-partners/pakistan-int.jpg) no-repeat;
border: 3px solid #d5d5d5;
margin: 5px 0 3px 0;
}

#schedule-2 {
width: 247px;
height: 67px;
float: left;
background:url(../images/logo-partners/karachi-int.jpg) no-repeat;
border: 3px solid #d5d5d5;
margin: 0 0 3px 0;
}

#schedule-3 {
width: 247px;
height: 67px;
float: left;
background:url(../images/logo-partners/dp-world.jpg) no-repeat;
border: 3px solid #d5d5d5;
margin: 0 0 3px 0;
}

#schedule-4 {
width: 247px;
height: 67px;
float: left;
background:url(../images/logo-partners/khi-port-trust.jpg) no-repeat;
border: 3px solid #d5d5d5;
}
.bold{
	font-weight:bold !important;
}