/******************************************
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
*
* Simply copy an existing style from style.css to this file,
* and modify it to your liking.
*/
a,
.woocommerce-pagination .page-numbers.current, 
.woocommerce-pagination .page-numbers:hover, 
.paging-navigation .page-numbers.current, 
.paging-navigation .page-numbers:hover,
.page-numbers:hover {
	color: #65B947;
}

a:hover,
.paging-navigation .page-numbers.current:hover,
.woocommerce-pagination .page-numbers.current:hover {
	color: #5DAC41;
}

.navbar a:hover {
	color: #FFFFFF;
}
.navbar .menu-item-language a:hover {
    border-bottom: 1px solid transparent;
}

h1,
h2,
h3, 
h4, 
h5, 
.slides > li h3,
.entry-title,
.entry-content h2,
.entry-content h3,
.entry-content h4, 
.entry-content h5 {
	font-family: Campton-Medium, Helvetica, sans-serif;
}

.home .recent-posts .section-title {
	display: none;
}

body,
.page .has-post-cover .entry-header .entry-meta, 
.single .has-post-cover .entry-header .entry-meta,
.entry-content,
.prevnext {
	font-family: Campton-Book, Helvetica, sans-serif;
}

.entry-date,
.tag_list a {
	font-family: Campton-Light, Helvetica, sans-serif;
}

.entry-title a:hover,
.entry-footer .prevnext a:hover {
	color: #65B947;	
}

.flex-nav-next,
.flex-nav-prev {
	opacity: 0;
}

.entry-meta .entry-author,
.entry-meta .cat-links, 
.entry-meta > span {
	display: none;
} 

.designed-by {
	display: none;
}

.button, 
.btn, 
.more-link, 
.more_link, 
.side-nav .search-form .search-submit {
	font-family: Campton-Book, Helvetica, sans-serif; 
	color: #FFFFFF;
	border-color: #65B947;
	background-color: #65B947;
}

.button:hover, 
.button:focus, 
.btn:hover, 
.more-link:hover, 
.more_link:hover, 
.side-nav .search-form .search-submit:hover, 
.site-footer .search-form .search-submit:hover, 
.btn:focus, .more-link:focus, 
.more_link:focus, 
.side-nav .search-form .search-submit:focus, 
.site-footer .search-form .search-submit:focus {
	color: #FFFFFF;
	border-color: #5DAC41;
	background-color: #5DAC41;
} 

#comments {
	display: none;
}

.navbar-brand a img {
	width: 150px;
	max-width: 150px;
}

.menu-item-language-current {
	background-color: rgba(0,0,0,0.4);
	padding: 0 10px;
	border: 1px solid #ffffff;
}

.sf-arrows .sf-with-ul:after {
	margin-left: 60px;
	margin-top: 2px;
	content: "\25BE"; 
}

.navbar-nav ul.sub-menu.submenu-languages::before {
	border: none;
}

.sub-menu.submenu-languages {
	width: 170px;
	border: 1px solid #ffffff;
	background: rgba(0,0,0,0.6);
}

.sub-menu.submenu-languages .menu-item-language {
	border-top: none;
}

.sub-menu.submenu-languages .menu-item-language a {
	color: #FFFFFF;
}

.sub-menu.submenu-languages .menu-item-language a:hover {
	background-color: rgba(255,255,255,0.4);
}

.site-info .copyright, 
.site-info .designed-by {
	width: 100%;
	float: none;
	text-align: center;
}


/* Previous & Next Post Navigation */
.prevnext-post-image {
	width: 300px;
	height: 150px;
	background-size: cover;
	margin-bottom: 5px;
}

.prevnext span.next-post-button,
.prevnext span.previous-post-button {
	max-width: 150px; 
	margin-top: 5px;
}

.prevnext span.next-post-button {
	margin-right: 0; 
	margin-left: auto;
}

.prevnext span.previous-post-button {
	margin-right: auto; 
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.prevnext span.next-post-button,
	.prevnext span.previous-post-button {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Miscellaneous Media Queries */

@media screen and (max-width: 1024px) {
	.navbar-nav .menu-item-language-current {
		margin-top: 30px;
	}

	.navbar-nav .menu-item-language-current,
	.navbar-nav .menu-item-language .sub-menu.submenu-languages {
		padding: 0;
		background-color: transparent;
		border: none;
	}

	.navbar-nav .menu-item-language .sub-menu.submenu-languages {
		width: auto;
		margin-left: 0;		
	}

	.navbar-nav .menu-item-language .sub-menu.submenu-languages li {
		margin: -1px 0 0;
		
	}

	.navbar-nav .menu-item-language .sub-menu.submenu-languages li a {
		margin: 0;
	}

	.navbar-nav .menu-item-language a,
	.navbar-nav .menu-item-language .sub-menu.submenu-languages a {
		display: block;
		width: 100%;
		padding: 10px;
		border: 1px solid #ffffff;
		background: transparent;
	}

	.navbar-nav .menu-item-language a:hover,
	.navbar-nav .menu-item-language .sub-menu.submenu-languages a:hover {
		border: 1px solid #ffffff;
		background-color: rgba(255,255,255,0.4);
	}

	.navbar-nav .menu-item-language > a {
		margin-bottom: 20px;
		border: 1px solid #ffffff;
		background-color: rgba(255,255,255,0.4);
	}
}