
@media(min-width: 768px) {
#menu-item-1902 a {
	color: #fff;
	padding: 10px 20px;
	background: #166ABD;
	border-radius: 50px;
	margin-left: 20px;
	transition: 0.3s background ease-in-out;
}
	#menu-item-1902 a:hover {
		
		background: #00BC7B;
		opacity: 1;
	}
	.mobile-only {
		display: none;
	}
}
h2 {
    font-size: 38px;
    line-height: 1.2;
}
@media(max-width: 723px) {

h2 {
    margin-bottom:13px;
}
}
a.mobile-only {
	border-radius: 50px;
}

.cover-img-link li a {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 8px #000000;
	z-index: 1;
	line-height: 1.2;
}
.cover-img-link li:nth-child(3n) {
    margin-right: 0;
}
.cover-img-link li::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.cover-img-link li:hover::before {
    opacity: 1;
}
.cover-img-link li:hover img {
    transform: scale(1.1);
}
.cover-img-link li img {
    transition: 0.5s;
    display: block !important;
	  height: 100%;
}
.cover-img-link li {
	position: relative !important;
	width: calc(33.33% - 11px);
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	list-style-type: none;
	overflow:hidden !important;
}
@media(max-width:500px) {
.cover-img-link li {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
}
.home main#main header.entry-header h1.entry-title {
    display: none;
}
.site-info{
	display:none;
}
.widget {
    margin: 0 0 1em;
}
.footer-widgets-wrapper {
    margin-top: 0;
    margin-bottom: 1.5em;
} 
.site-branding {
		float: left;
		display: inline-block;
		margin-right: 1.6em;
		min-width: 26%;
		padding: 1em 0;
	}
.site-branding {
    float: none;
}
@media screen and (max-width: 722px) {

.footer-widgets-wrapper {
    display: grid;
    justify-items: center;
}
}