/*
Theme Name: lmo_tk
Select Field Live Music Office Theme
Based on Twitter Bootstrap
 
*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );



/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

a {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

.site-navigation {
background-color: #000000;
display: block;
margin-bottom: 40px;
margin-top: 40px;
}

.site-navigation.fixit {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  margin-bottom: 0px;
	margin-top: 0px;
}

.site-navigation.logo .site-navigation-inner {
  background-image: url("images/lmo_logo.svg");
  background-position: 30px 0;
  background-repeat: no-repeat;
  background-size: 41px auto;
}

.site-navigation .container {
	padding: 0;
}

.navbar {
 background-color: rgba(0, 0, 0, 0);
border: medium none;
border-radius: 0;
margin: 0;
min-height: 30px;
float: right;
}

.navbar-nav {
  float: left;
  margin: 0;
  width: 100%;
}
.nav {
  list-style: none outside none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav > li {
  display: block;
  position: relative;
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}

.navbar-nav > li > a {
  color: #FFFFFF;
  padding: 7px 35px 7px 0;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #aaaaaa;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: inherit;
  color: #aaaaaa;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
   color: #aaaaaa;
   background-color: inherit;
}

body {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 150% auto;
}

#masthead {
	min-height: 280px;
}

.main-content {
	
}

.site-branding .site-title {
	background-image: url("images/lmo-logo-transparent.svg");
	background-position: 0 0;
	background-size: 200px auto;
	background-repeat:no-repeat;
	display: block;
	height: 200px;
	overflow: hidden;
	text-indent: -10000px;
	width: 200px;
}

#myCarousel .item {
  background-image: url("images/home-main-box.svg");
  background-position: -34px -31px;
  background-size: 1208px auto;
  color: #FFFFFF;
  height: auto;
  min-height: 250px;
  padding: 15px 30px;
  background-repeat:no-repeat;
  max-height: 310px;
}

#myCarousel .item h2 a {
	color: #fff;
}


.carousel-indicators {
  bottom: 30px;
  float: right;
  left: inherit;
  list-style: none outside none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  right: 55px;
  text-align: left;
  top: -30px;
  width: auto;
  z-index: 15;
}

#home {
	background-image: url("images/grad_trans_bg.png");
	background-repeat:repeat-x;
	width: 100%;
}

.site-footer {
	background-color:#FFF;	
}

.home_news_info {
	margin-bottom: 15px;
}

.home_news_info h2 {
  margin-bottom: 0;
  margin-top: 0;

}

.home_news_info h2 a {
	color: inherit;
	text-decoration:none;	
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.btn {
  border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #2dacea;
  border-color: #2dacea;
  color: #FFFFFF;
}

.home_join {
	color: #ffffff;
	background-color: #000000;	
	padding: 15px;
}

.home_join h3 {
	margin-top: 0;
}

.site-footer-top {
	background-color: #000000;
	color: #ffffff;
}

.site-footer-bottom {
	background-color: #ffffff;
}

#footer-menu {
	list-style: none;
	padding: none;
	margin: none;
	margin: 0;
  padding: 0;
}

#footer-menu li {
	display: block;
	float: left;
	position: relative;
  margin: 0;
  padding: 0;
}

#footer-menu li a {
  color: #FFFFFF !important;
  font-family: 'Lato',arial,sans-serif !important;
  font-size: 17px;
  padding-bottom: 15px;
  padding-left: 0 !important;
  padding-right: 25px !important;
  padding-top: 15px;
  text-transform: uppercase;
}

#footer-menu li:last-child a {
  padding-right: 0px !important;
}

#footer-menu li .sub-menu {
  padding: 0;
}

#footer-menu li .sub-menu li {
	float: none;
}

#footer-menu li .sub-menu li a {
  color: #FFFFFF !important;
  float: none;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}

#news, #search_results {
	background-image: url("images/grad_trans_bg.png");
	background-repeat: repeat-x;
	width: 100%;
}

.news_item {
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
}

.news_item .news_thumb {
	padding-right: 0;
}

.news_item .news_info {
  background-image: url("images/news_banner-default.svg");
  background-size: 100% auto;
  height: 171px;
  padding-left: 30px;
  color: #ffffff;
}

.page_title {
	position: relative;
}

.page_title h1 {
  color: #FFFFFF;
  font-size: 75px;
  left: 288px;
  position: absolute;
  text-transform: uppercase;
  top: -177px;
}

.news_info h2 a {
	color: #ffffff;
}

.page-header {
  border-bottom: none;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

#news_single, #policy, #livemusic, #contact, #page, #facts,  #policy_single,  #livemusic_single {
  background-color: #FFFFFF;
  width: 100%;
}

.facts_list {
	margin-bottom: 30px;	
}

.news_single_sidebar {
	margin-top: 30px;	
}

.policy_info, .livemusic_info, .contact_info, .contact_form {
  margin-bottom: 30px;
  margin-top: 30px;
}

#policy_single, #livemusic_single {
	 padding-bottom: 30px;
}

#accordion .panel {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}

#accordion .panel-heading {
	background-color: #000000;
	background-image: url("images/accordion-up.svg");
	background-position: 716px 13px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border: 1px solid #6C6C6C;
	border-radius: 0;
	display: block;
	text-decoration: none;
}

#accordion .panel-heading.collapsed {
	background-image: url("images/accordion-down.svg");
	background-position: 716px 15px;
}

#accordion .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}	

#accordion .panel-title {
  color: #FFFFFF !important;
}

#accordion .panel-body {
 
}

.document {
	background-image: url("images/policy-accordion-pdf-icon.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 31px auto;
	display: inline-block;
	margin-bottom: 10px;
	min-height: 40px;
	padding: 0 38px 0 0;
	text-align: right;
	width: 100%;
}

.link {
	width: 100%;
	display: inline-block;
	text-align: right;
}

.organise_head {
  background-color: #000000;
  color: #FFFFFF;
  margin-top: 30px;
  padding: 0 0 0 1000px;
  position: relative;
  right: 1000px;
  width: 1200px;
}

.organise_head h3 {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.policy_categories ul, .livemusic_categories ul {
	font-size: 18px;
	list-style: none outside none;
	padding: 0;
}

.policy_categories ul li, .livemusic_categories ul li {
	margin-top: 30px;
	text-transform: uppercase;
}

.policy_categories ul ul li, .livemusic_categories ul ul li {
	margin: 0 0 0 23px;
	padding: 0 0 0 22px;
}

.policy_categories ul ul li.current_page_item, .livemusic_categories ul ul li.current_page_item {
	background-image: url("images/left-menu_selected-triangle.svg");
	background-position: 0 6px;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.policy_categories > ul > li.current_page_item, .livemusic_categories > ul > li.current_page_item {
	background-image: url("images/left-menu_selected-triangle.svg");
	background-position: 0 6px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	position: relative;
	left: -20px;
	padding-left: 20px;
}

.policy_categories ul li ul li, .livemusic_categories ul li ul li {
	font-size: 18px;
	height: auto;
	margin-top: 7px;
	text-transform: none;
}

.policy_categories ul ul li a, .livemusic_categories ul ul li a {
	text-decoration:none !important;
}

.wpcf7-form label {
	display: none;
}

.wpcf7-form .control-group {
	margin-bottom: 15px;	
}

.wpcf7-form .btn {
	float: right;
}

.contact_info .email {
	background-image: url("images/contact_icons_email.svg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	line-height: 30px;
    padding-left: 25px;
}

.contact_info .phone {
	background-image: url("images/contact_icons_telephone.svg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	line-height: 30px;
    padding-left: 25px;
}

.contact_info .fax {
	background-image: url("images/contact_icons_fax.svg");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	line-height: 30px;
    padding-left: 25px;
}

.contact_info .address {
	margin-top: 15px;
}

.contact_form h3 {
	font-size: 18px;
}


.facts_item {
	background-image: url("images/facts-normal.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 90% auto;
	height: 200px;
	margin-top: 30px;
	padding: 30px 60px 30px 30px;
}

.facts_item h2 {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 26px;
}

.facts_item:hover {
	background-image: url("images/facts-hover.svg");
}

.facts_item:hover .pdf_link {
	display: block;
}

.pdf_link {
  background-image: url("images/facts_pdf-icon_hover.svg");
  background-position: right 8px;
  background-repeat: no-repeat;
  background-size: 25px auto;
  bottom: 3px;
  color: #FFFFFF;
  line-height: 40px;
  padding-right: 30px;
  position: absolute;
  right: 37px;
  display: none;
}

.pdf_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.home_fact {
	background-color: #000000;
	margin-top: 15px;
	padding: 15px;	
}

.home_fact h3 {
	color: #ffffff;
}

.home_fact h3 .upquote {
	color: #AAAAAA;
	font-size: 46px;
	line-height: 25px;
	position: relative;
	top: 10px;
}

.home_fact h3 .downquote {
	color: #AAAAAA;
	font-size: 46px;
	line-height: 25px;
	position: relative;
	top: 23px;
}

.home_twitter {
	margin-top: 15px;	
}

.site-map, .site-partners {
	margin-top: 30px;	
	margin-bottom: 30px;	
}

.site-partners h2 {
	font-size: 16px;	
}
.share {
	text-align: right;
}

.share a {
  display: inline-block;
  float: right;
  margin-left: 5px;
  position: relative;
  width: 25px;
  height: 25px;
}

.share h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  margin-right: 48px;
  margin-top: 10px;
  
}

.share_facebook {
  background-image: url("images/share_facebook-default.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
 
}

.share_facebook:hover {
  background-image: url("images/share_facebook-hover.svg");
}

.share_twitter {
  background-image: url("images/share_twitter-default.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
 
}

.share_twitter:hover {
  background-image: url("images/share_twitter_hover.svg");
}

.share_link {
  background-image: url("images/share_link-default.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto auto;
 
}

.share_link:hover {
  background-image: url("images/share_link_hover.svg");
}

.top_search {
  display: inline-block;
  float: left;
  min-height: 34px;
  position: relative;
}

a#toggle_search {
  color: #FFFFFF;
  padding: 7px 35px 7px 0;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  width: 124px;
}

a#toggle_search:hover, a#toggle_search:focus {
	color: #AAAAAA;
	text-decoration:none;
}

#top_search {
	display: none;
}

.top_search .dropdown-menu {
	border-top-left-radius: 0;
border-top-right-radius: 0;
margin-top: 0;
padding: 10px;
min-width: 200px;
}

.top_share {
	display: inline-block;
	float: left;
	height: auto;
	min-height: 34px;
	position: relative;
	width: 75px;
}

.navbar-collapse {
  display: inline-block;
  float: left;
}

.top_search .search-submit {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  height: 25px;
  left: 160px;
  position: absolute;
  top: 13px;
  width: 25px;
  color: #aaaaaa;
}

.top_search .search-submit:hover {
	 color: #cccccc;
}

#top_search input {
  background-color: #777777;
  border: 0 none;
  border-radius: 0;
  color: #AAAAAA;
  font-weight: normal;
  height: 30px;
  width: 178px;
}

#top_search li {
	height: 32px;	
}

.dropdown-menu {
  background-color: #000000;
  border-radius: 0;
}

::-webkit-input-placeholder {
   color: #AAAAAA;
}
:-moz-placeholder { /* Firefox 18- */
   color: #AAAAAA;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #AAAAAA;
}
:-ms-input-placeholder {  
   color: #AAAAAA;
}

.dropdown-menu {
	top: 98%;	
}

.dropdown-menu li a {
  color: #FFFFFF;
}

.news_info h1, h2, h3, h4, h5 {
  margin-top: 30px;
}

#search_results .news_list h2 {
	color: #FFF;	
}

.news_item .news_info.full-width {
  margin-left: 15px;
}

.top_share .facebook, .footer_share .facebook {
  background-image: url("images/nav_facebook.svg");
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.top_share .twitter, .footer_share .twitter {
  background-image: url("images/twitter_nav.svg");
  background-position: 6px 10px;
  background-repeat: no-repeat;
  background-size: 21px auto;
  display: inline-block;
  height: 30px;
  width: 30px;
}

a.similar_news_item {
	background-image: url("images/facts-normal.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 90% auto;
	height: 200px;
	margin-top: 30px;
	padding: 30px 60px 30px 30px;
	display:inline-block;
	text-decoration:none;
}

.similar_news_item h3 {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 26px;
  margin-top: 10px;
}

.similar_news_item .entry-meta {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 26px;
}

.similar_news_item:hover {
	background-image: url("images/facts-hover.svg");
}

.news_similar h2 {
  font-size: 22px;
  margin-bottom: 0;
}


.footer_share {
  display: inline-block;
  float: right;
  min-height: 34px;
  position: relative;
  top: -3px;
}

.footer_search {
  display: inline-block;
  float: left;
  height: 66px;
  min-height: 34px;
  position: relative;
}

#footer_search_text {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-align: left;
  text-transform: uppercase;
  width: 180px;
}

#footer_search {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  list-style: none outside none;
  margin: 0;
  width: 180px;
  padding: 0;
  position: absolute;
  text-align: right;
}

.footer_search .search-submit {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #aaaaaa;
  height: 25px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 25px;
}

.footer_search .search-submit:hover {
	 color: #cccccc;
}

#footer_search input {
  background-color: #777777;
  border: 0 none;
  border-radius: 0;
  color: #AAAAAA;
  font-weight: normal;
  height: 30px;
  width: 178px;
}


#share.sharrre {
width:100%;
display:inline-block;
}
#share.sharrre .box{
    float:left;
}
#share.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:13px;
    height:60px;
    line-height:60px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:200px;
    background:#a1a1a1;
    float:left;
}
#share.sharrre .count {
display:block;
font-size:17px;
line-height:54px;
height:54px;
padding:3px 0;
position:relative;
text-align:center;
text-decoration:none;
width:50px;
background-color:#eee;
border-radius:4px; 
color:#000;
float:right;
}
#share.sharrre .buttons {
display:none;
float:left;
width:300px;
}
#share.sharrre .button {
float:left;
max-width:50px;
height:50px;
margin-left:10px;
}

.minitweets-end {
  display:none;  
}

.minitweets iframe {
  width: 100% !important;
}

.home_fact h3 {
	margin-top: 0px;	
}


.share .modal {
	text-align: left;	
}

.share .modal input {
	width: 400px;
}
.share .modal {
	margin-top: 100px;
}

.policy_categories > ul > li > a, .livemusic_categories > ul > li > a {
	text-decoration:none;	
}

.site-partners h2 {	
	margin-top: 0;
}

.asset_grid {
  margin-bottom: 30px;
  margin-top: 15px;
}

.asset .glyphicon-file {
  font-size: 120px;
  left: -9px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.asset .asset_file {
  background-image: url("images/policy-accordion-pdf-icon.svg");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100%;
}

.asset_title {
  display: block;
  text-align: center;
}

@media (max-width: 1025px) {
	
.navbar-nav > li > a {
  padding: 7px 15px 7px 0;
}

a#toggle_search {
  padding: 7px 15px 7px 0;
  width: 86px;
}

#top_search input {
  font-size: 12px;
  padding: 7px;
  width: 140px;
}

.top_search .dropdown-menu {
  min-width: 160px;
}

.top_search .search-submit {
  left: 125px;
}

#footer-menu li a {
  font-size: 16px;
  padding-right: 13px !important;
}

#footer_search_text {
  font-size: 16px;
  width: 140px;
}

#footer_search {
  min-width: 140px;
}

#footer_search input {
  font-size: 12px;
  padding: 7px;
  width: 180px;
}

}

@media (max-width: 769px) {

.top_search {
	display: none;
}

.top_share {
	display: none;
}

.site-navigation.logo .site-navigation-inner {
	background-image:none;
}

#footer-menu li a {
  font-size: 14px;
}

#footer-menu li .sub-menu li a {
  font-size: 12px;
}

.footer_search {
  float: left;
  clear: both;
}

#footer_search_text {
  text-align: left;
}

.footer_search {
  margin-top: 15px;
}

}

@media (max-width: 767px) {
	
.navbar {
  width: 100%;
}

#footer-menu li {
  clear: both;
}	

.page_title h1 {
  color: inherit;
  font-size: 55px;
  left: 0;
  position: relative;
  text-transform: uppercase;
  top: 15px;
}

.navbar-collapse {
  display: none;
  float: none;
}

#footer_search {
  text-align: left;
}

.footer_search .search-submit {
  right: 0;
}

body {
  background-size: auto 395px;
}

.footer_share {
  float: left;
  clear: both;
}

#footer-menu li a {
  font-size: 16px;
}

#footer-menu li .sub-menu li a {
  font-size: 16px;
}

.footer_search {
  float: left;
  clear: both;
}

#footer_search_text {
  padding-left: 0;
  text-align: left;
}

.footer_search {
  margin-top: 16px;
}



}

