/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.menu-primary a {
	font-size: 17px;
}

.menu-primary li ul {
	border: none;
}

.menu-primary li a:hover {
	background-color: #9bbfd7;
}

.menu-primary li li a:hover {
	background-color: #9bbfd7;
}

.menu-primary li li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited {
	font-size: 13px;
}

.header-widget-area .widget_nav_menu a {
	font-size: 17px;
}

.flexslider {
	height: 367px;
	padding-top: 0;
}

.entry-content p a {
	text-decoration: underline;
}

.featured_widget h4 {
	font-size: 18px;
}

.menu-primary li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu-primary li li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu-primary ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.sub-menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#tablepress-9 td.column-1, td.column-2, td.column-3, td.column-4, td.column-5 {
	width: 20%;
}

#tablepress-10 td.column-1, td.column-2, td.column-3, td.column-4, td.column-5 {
	width: 20%;
}

#tablepress-11 td.column-1, td.column-2, td.column-3, td.column-4, td.column-5 {
	width: 20%;
}

#tablepress-13 td.column-1, td.column-2, td.column-3, td.column-4, td.column-5 {
	width: 20%;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
}

.home-row {
	margin-bottom: 0;
}

h1.entry-title {
	padding-bottom: 0;
	color: #065e9b;
}

#slider_ticket {
	float: left;
	width: 360px;
}

.flexslider .slides {
	width: 660px;
}

.sidebar {
	width: 360px;
}

.sidebar .widget {
    padding-bottom: 10px;
    margin: 0 0 0px;
}

.content-sidebar #content, .sidebar-content #content {
	width: 610px;
}

.home h2, h2 a, h2 a:visited {
	font-family: 'Droid Sans', sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #065e9b;
}

h2 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 24px;
}

.flexslider {
	border-bottom-style: solid;
	border-bottom-color: #065e9b;
	border-bottom-width: 8px;
}

.full-width-content #content-sidebar-wrap {
	padding-bottom: 0;
}

#footer {
	background-color: #333;
}

#footer_menu .widget_nav_menu a {
	color: #FFFFFF;
	border-right-color: #FFFFFF;
}

#content > div > div > form > input[type="submit"] {
	height: 40px;
	width: 100px;
}

/* ticketing widget */
#ticketing {
	margin: 0;
	padding: 10px;
	width: 280px;
	height: 370px;
	background: #eaedf2;
	color: #adb6be;
	border-bottom-style: solid;
	border-bottom-color: #065e9b;
	border-bottom-width: 8px;
	font-family: "Droid Sans Bold", "Droid Sans";
}

#ticketing h1 {
	font-size: 24px;
	color: #0083ca;
	text-transform: none;
	font-family: "Droid Sans Bold", "Droid Sans";
	line-height: 36px;
	text-align: center;
	font-weight: normal;
	height: 36px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#wpbs_slider h2, #wpbs_slider .featuredpage, #wpbs_slider .featuredpost, #wpbs_slider p {
	color: #fff;
	width: 100%;
}

#wpbs_slider a {
	color: #ccc;
}

@media only screen and (max-width: 600px) {
	#wpbs_slider {
		left: 5%;
	}
}

#navigation #nav {
	width: 100%;
}

#footer {
	background-color: #333;
	padding-bottom: 60px;
}

.soliloquy-container a {
	color: #FFFFFF;
	text-decoration: underline;
}

.tablepress .odd td {
	background-color: #dddddd;
}

.header-widget-area .widget_nav_menu a {
	text-transform: none;
}

html:lang(fr) .footer-widgets-1, html:lang(fr) .like_box_facbook, html:lang(fr) .widget_mc4wp_widget, html:lang(fr) #footer-widgets h4 {
	display: none;
}

html:lang(fr) .header-widget-area .widget_nav_menu a {
	font-size: 14px;
}

html:lang(fr)  #footer_menu {
	width: 90%;
}

.tablepress {
	display: block;
}

.tablepress tbody {
	display: block;
	overflow-x: auto;
	position: relative;
	white-space: nowrap;
	width: auto;
}