/*
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.
*/
h2#anniversary {
	float: left;
	margin-left: 15px;
	line-height: 40px;
	font-size: 24px;
	color: #57ad68;
}

#branding h1#site-title #site-name {
	color: #007437;
}

/* Galeria */
body.category-actions-gallery .entry-meta .category, body.category-actions-gallery .entry-meta .comments,
body.category-other-gallery .entry-meta .category, body.category-other-gallery .entry-meta .comments,
body.category-plants-gallery .entry-meta .category, body.category-plants-gallery .entry-meta .comments,
body.category-events-gallery .entry-meta .category, body.category-events-gallery .entry-meta .comments,
body.category-camps-gallery .entry-meta .category, body.category-camps-gallery .entry-meta .comments, {
	display: none;
}

.entry-meta-bar.floatleft {
	float: left;
}

h2.entry-title.gallery-main-page a {
	text-decoration: none;
}.fcbk_like {
    z-index: 999!important;
}

#content ul.default-wp-page {
   z-index: 1;
}

.social-icons ul li.facebook a:before {
  background-image: url("images/serbia-flag.png");
  content: none;
}

#main-nav ul li ul li a, #main-nav ul li.current-menu-item ul li a, #main-nav ul li ul li.current-menu-item a, #main-nav ul li.current_page_ancestor ul li a, #main-nav ul li.current-menu-ancestor ul li a, #main-nav ul li.current_page_item ul li a {
text-transform: none;
}

.entry-title h2 {
	font-size: 30px !important;
}

.upw-content p{
	margin-bottom: 0px;
}

#site-generator .copyright {
	float: none;
	width: 100%;
	text-align: center;
}

#site-title a{
	float: left;
}

#site-title #site-name {
	margin-left: 15px;
}

#site-description {
	float: left;
	margin-left: 15px;
}

.category-actions .entry-meta-bar .category, .category-camps .entry-meta-bar .category, .category-natural-values .entry-meta-bar .category, .category-written-by-our-members .entry-meta-bar .category {
  display: none;
}

/* Category list hide meta elements */
.category .category-actions .entry-meta .date,
.category .category-camps .entry-meta .date,
.category .category-environmental-protection-and-nature-conservation  .entry-meta .date {
	display: none;
}

/* Single post hide meta elements */
.single-post .category-actions .entry-meta .date,
.single-post .category-camps .entry-meta .date,
.single-post .category-environmental-protection-and-nature-conservation  .entry-meta .date {
	display: none;	
}

/* Category list show meta elements */
.category .category-actions .entry-meta .category, 
.category .category-camps .entry-meta .category,
.category .category-environmental-protection-and-nature-conservation  .entry-meta .category {
	display: inline;
}

/* Single post show meta elements */
.single-post .category-actions .entry-meta .category,
.single-post .category-camps .entry-meta .category,
.single-post .category-environmental-protection-and-nature-conservation  .entry-meta .category {
	display: inline;	
}
