a {
	color: #333 !important;
}

.logo {
	text-align: center;
}

.logo a {
	text-decoration: none;
}

.logo a:hover {
	text-decoration: none;
}

.logo h1 {
	text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}

.logo span {
	text-transform: lowercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.navbar ul {
	margin: 0;
	padding: 0;
	justify-content: flex-end!important;
}

.navbar li {
    align-items: center;
    align-self: stretch;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding: 25px;
    text-transform: uppercase;
}

.navbar li.current-menu-item a {
	text-decoration: underline;
}

/* .navbar ul .help-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: 500;
    transition: all 300ms ease-in 0s;
}

.navbar ul .help-btn:hover {
	background-color: #ce7852;
	color: #fff;
} */

.banner {
  	height: 300px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://dev.diasporiana.org.ua/wp-content/uploads/paul-melki-bbyhwydzlw0-unsplash.jpg);
    background-position: center 0;
	background-size: cover;
	margin-bottom: 40px;
}

/**************/
/* CATEGORIES */
/**************/
.categories-container {
	position: sticky;
    top: 40px;
}

.categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
.categories li {
	border-bottom: 1px dashed #e1e1e1;
	line-height: 40px;
}

.categories li a {
	display: flex;
	justify-content: space-between;
}

.categories-title {
    border-bottom: 1px solid #2e2e2e;
    color: #2e2e2e;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/**********/
/* FORM STYLES */
/**********/

.search form,
.wpcf7-form p {
    display: flex;
    position: relative;
}

.wpcf7-form .email {
	width: 100%;
}

.search input,
.wpcf7-form input {
	border: 1px solid #e1e1e1;
	height: 40px;
	padding: 0 44px 0 20px;
	width: 100%;
	outline: none;
}

.search button,
.wpcf7-form .wpcf7-submit {
	border: 1px solid #e1e1e1;
    border-left: none;
    padding: 0 20px;
}

.wpcf7-form .wpcf7-submit {
	width: auto;
}

.wpcf7-response-output {
	margin-top: 2em !important;
	margin-bottom: 1em !important;
	border: none !important;
    padding: 0 !important;
}

/***********/
/* FILTERS */
/***********/

.filters {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin: 30px 0 !important;
  padding: 10px 0;
}

.filters__view-buttons button {
	border: 1px solid #ccc;
	background: #fff;
	color: #a3a3a3;
	margin-right: 8px;
	transition: all 0.5s ease 0s;
	padding: 5px;
}
	
.filters__view-buttons button:hover, 
.filters__view-buttons button.active, 
.filters__view-buttons button:active {
	border-color: #2e2e2e;
	color: #2e2e2e;
	outline: none;
}

/********/
/* BOOK */
/********/

.book {
  overflow: hidden;
}

.book-title {
    color: #3a3939;
    font-size: 16px;
    line-height: 23px;
}

.book-image-container {
    height: 300px;
    padding: 20px;
    text-align: center;
}

.book-image-container img {
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.book-details {
	display: flex;
	flex-direction: column;
    padding: 20px 15px;
}

.book-author {
	margin-top: 30px;
}

.book-author,
.book-icons,
.book-relise {
	display: none;
}

.book-icons {
	margin-top: auto;
}

.book-icons a:hover {
	text-decoration: none;	
}

.book-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 14px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: 500;
    transition: all 300ms ease-in 0s;
    margin-right: 16px;
}
.book-icon__font-awesome {
	font-size: 18px;
}
  
.book-icon:hover {
	background-color: #ce7852;
	color: #fff;
}

.book__view-list {
    display: flex;
}
.book__view-list .book-title {
	font-size: 24px;
	color: #2e2e2e;
	font-weight: 500;
}

.book__view-list .book-author,
.book__view-list .book-relise {
	display: block;
}

.book__view-list .book-icons {
	display: flex;
}

.book__view-list .book-image-container {
	width: 260px;
	height: 320px;
}

.book__view-list .book img {
	max-width: 220px;
	max-height: 280px;
}

/************************/
/* PARTNERS */
/************************/

.partners{
	border: 1px solid #8B8B8B;
    border-radius: 5px;
    list-style-type: none;
    margin: 15px 10px;
}

.partners li.partner-title{
	background: url("images/vmenublockheader.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Lucida Grande;
    font-size: 17px;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    padding-left: 30px;
}

.partners li.partner-item{
	background-color: #fff;
    padding: 5px;
	text-align: center;
}

.partners li.partner-item:last-child{
	border: none;
	border-radius: 0px 0px 5px 5px;
}

.copyright{
	font-family: Arial;
    font-size: 11px;
    padding: 5px;
    text-align: center;
	color: #708491;
}

.copyright a{
	font-weight: bold;
	text-decoration: none;
	color: #6EABCF;
}

.cumulus{
	margin-left: 25px;
}

.flagcounter{
	margin: 10px 0 0 50px;
}

.mycounter{
	margin: 5px 0 0 80px;
}

.p404 h2{
	color: #6EABCF;
    font-family: Times New Roman;
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
}

.p404 h3{
	color: #8099B3;
    font-family: Times New Roman;
    font-size: 17px;
    text-align: center;
}

/************************/
/* BREADCRUMBS */
/************************/
.breadcrumbs {
	margin-bottom: 15px;
	font-size: 13px;
	color: #8B8B8B;
}

.breadcrumbs a {
	color: #8099B3;
	text-decoration: none;
	padding: 0 5px;
	font-size: 15px;
}

.breadcrumbs a:hover{
	color: #6EABCF;
}

.breadcrumbs a.breadcrumb-current{
	color: #6EABCF;
}

/************************/
/* PAGINATION OVERWRITE */
/************************/

.wp-pagenavi {
	margin-bottom: 30px;
    display: flex;
    justify-content: center;
	height: auto !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border-radius: 0 !important;
	border: 1px solid #e1e1e1 !important;
	text-align: center;
}

.wp-pagenavi a {
	min-width: 36px;
	transition: all 300ms ease-in 0s;
}

.wp-pagenavi a:hover {
	border: 1px solid #ce7852 !important;
}

.wp-pagenavi .current {
	min-width: 36px;
	border: 1px solid #bfbfbf !important;
	color: #333 !important;
}

.wp-pagenavi .extend {
	border: none !important;
}

.wp-pagenavi .extend:before {
	display: inline-block;
	content: '...';
}

/**********/
/* PARTNERS */
/**********/
.partners img {
	width: 200px;
}

.partners.partners-institute img {
	width: 100px;
}

/**********/
/* FOOTER */
/**********/

#wp-footer {
/* 	min-height: 300px; */
	background: #6e6e6e;
	padding: 40px 0;
	color: #fff;
}