.page .entry-title {
display: none;
}

.wp-custom-logo .title-area > a {
    float: left;
    width: 50%;
    top: -30px;
    position: relative;
}

li.icons-social-header {
    width: 40px;
    height: 40px;
    position: relative !important;
		margin-left: 2px;
    margin-right: 2px;
}

li.icons-social-header span {
    color: white;
}

li.icons-social-header>a::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 23px;
    background-repeat: no-repeat;
    background-size: contain;
		cursor: pointer;
		left: 0;
    right: 0;
}

li.icons-social-header.icons-ig>a::after {
    background-image: url(https://expectingjustice.org/wp-content/uploads/2022/09/ico-ig.png);
}

li.icons-social-header.icons-fa>a::after {
    background-image: url(https://expectingjustice.org/wp-content/uploads/2022/09/ico-fb.png);
}

li.icons-social-header.icons-tw>a::after {
    background-image: url(https://expectingjustice.org/wp-content/uploads/2022/09/ico-tw.png);
}

li.icons-social-header>a:hover {
    border: 0 !important;
}

li.icons-social-header>a:focus {
    border: 0 !important;
    outline: transparent !important;
}

footer.site-footer {
    text-align: center;
}

li#menu-item-12577 {
    position: absolute !important;
    bottom: 0;
    left: 42%;
}

li#menu-item-12578 {
    position: absolute !important;
    bottom: 0;
    left: 47%;
}

li#menu-item-12579 {
    position: absolute !important;
    bottom: 0;
    left: 52%;
}

ul#menu-footer-menu {
    position: relative;
		margin-bottom: 50px;
}

li#menu-item-12593 {
    position: relative;
    width: 150px;
}

li#menu-item-12593>a {
    color: white !important;
    margin-left: 0;
    margin-right: 0;
}

li#menu-item-12593>a::after {
    background-position: center;
    content: '';
    background-image: url(https://expectingjustice.org/wp-content/uploads/2022/09/donate-button-orange.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 2px;
    background-repeat: no-repeat;
    background-size: 125%;
    cursor: pointer;
    left: 0;
    right: 0;
}

li#menu-item-12593>a:hover {
    border: 0;
}


@media only screen and (max-width: 1199px) {
.title-area {
    width: 200px;
	}
	.site-header .nav-primary {
			max-width: 750px;
	}
}

@media only screen and (max-width: 1080px) {
		li#menu-item-12577 {
				left: 37%;
		}
		li#menu-item-12578 {
				left: 46%;
		}
		li#menu-item-12579 {
				left: 54%;
		}
}

@media only screen and (max-width: 998px) {
	li.icons-social-header {
			display: inline-block !important;
			width: 40px !important;
			text-align: left !important;
	}
	li.icons-social-header::after {
			top: 0;
	}
}

@media only screen and (max-width: 768px) {
	li#menu-item-12577 {
			left: 28%;
	}
		li#menu-item-12578 {
				left: 43%;
		}
	li#menu-item-12579 {
			left: 58%;
	}
}


@media only screen and (max-width: 600px) {
	.wp-custom-logo .title-area > a {
			width: 38%;
			top: -10px;
	}
	li#menu-item-12577 {
			left: 18%;
	}
	li#menu-item-12578 {
			left: 41%;
	}
	li#menu-item-12579 {
			left: 63%;
	}
}