/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

#Action_bar, .top_bar_right {
	display:none!important;
}

.project-details-ctonainer .property {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size:18px;
}

.project-details-ctonainer .property .key:first-child {
 	text-align: left;
	color:white;
	font-weight:bold;
}

.project-details-ctonainer .property .key:last-child {
 	text-align: right;
	color:212C5E;
}

#objectives-list .mfn-list-icon:after {
    font-size: 50px;
    width: 32px;
	text-align:center;
}
#objectives-list .mfn-list-item {
    margin-bottom: 20px;
}
.footer-social{
	display: flex;
    gap: 20px;
    transform: translateY(2rem);
}
.footer-social .social {
    width: 40px;
	cursor:pointer;
}



.partners-heading-container{
	background-image: url('https://warrant-project.eu/wp-content/uploads/2025/07/about1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height:800px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.partners-heading-container h2 {
	    color: white;
    font-size: 6rem;
    margin-top: 4rem;
    font-weight: 500;
}
.partner-item-heading{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.partner-item{
	padding: 1rem 2rem;
}

.partner-item .first-half{
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.partner-item .counter{    
	transform:translateX(-16px);
	color: #8CC7F5;
    font-size: 6rem;
    font-weight: 600;
}








/* Wrapper centered in the page */
.centered-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  gap: 2rem;
	min-height:calc(100vh - 300px);
}

/* Sidebar */
.publications-sidebar {
  flex: 1 1 250px;
  max-width: 250px;
}

.publication-categories {
  list-style: none;
  padding-left: 0;
}

.publication-categories li {
  margin-bottom: 0.5rem;
}

.publication-categories a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.4rem;
  display: block;
  border-left: 3px solid transparent;
}

.publication-categories a.active {
  font-weight: 700;
  border-left-color: #0073aa;
  background: #f4f4f4;
}

/* Main content area */
.publications-content {
  flex: 3 1 700px;
}

/* Publication listing */
.publication-list {
  list-style: none;
  padding-left: 0;
}

.publication-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ddd;
}

.publication-text {
  display: flex;
  flex-direction: column;
}

.publication-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.publication-date {
  color: #777;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

/* Download button */
.publication-download-btn {
  background-color: #0073aa;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

.publication-download-btn:hover {
  background-color: #005f8d;
}

.newsletter-form {
    display: flex;
}
.newsletter-form input {
    height: 46px;
	    border-radius: 1rem;
    transform: translateX(18px)!important;
}
.newsletter-form input[type="submit"]{
    background:#a5d284;
}

.newsletter-container .title{
    color:#a5d284!important;
}
.newsletter-container .title p{
	margin:0!important;
}
.newsletter-container {
	 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#block-8{
	font-size: 12px;
    color: #767b9e;
    line-height: 1rem;
}
.mc4wp-alert.mc4wp-success p{
	color:white!important;
	text-align:center!important;
}

.wds-form br {
    display: none !important;
}