/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

/* Change the Site Logo size 23342072-hc (rf) */



.has-custom-header .site-header .toggle-menu-wrapper a, .has-custom-header .site-header .toggle-menu-wrapper a:visited {
	align-items: center;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #242424;
	display: inline-flex;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all .25s ease-out;
	margin-top: 24px !important;
}
.site-header {
	background-image: url(https://yourfederalemployeebenefits.com/wp-content/uploads/2023/02/cropped-Your-F-E-B-Logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: contain !important;
}

@media only screen and (min-width: 544px) {
.site-logo {
	width: 200px;
	height: auto;
	max-height: 350px;
}
}
/* Change "read more" button to "watch" for video post types / 3640161-zen JAR */
.format-video .more-link {
    visibility: hidden;
    content: "";
	
}

.format-video .more-link::before {
    visibility: visible;
    content: "WATCH";
    background: #0C8C18;
    border-bottom: px solid #d93d3d;
    padding: .825rem 1.75rem;
	  color: white;
}
	
/*Make "WORK WITH JOSE ARMENTA" menu item bold - 27369874-hc*/
.menu-item-1252 a {
    font-weight: bold;
}

/* Change work with Jose Armenta menu item color to green SS-3696460-hc */
.site-primary-menu  #menu-item-1252 > a {
  color: #0C8C18; 
}

/* Footer Width */
footer .row {
    display: flex;
    flex-direction: column;
}
footer .row > div {
    width: 100%;
}

/* Remove Author Box */
.author-info {
    display: none;
}

/*Change background color of top and bottom strips | SN-30035532-hc*/
section.site-bar {
    background-color: white;
}

.site-info {
    background-color: #020202;
}
/* Read More Button Text Color | 30559208-hc (DH)*/
.infinite-scroll #infinite-handle span, .more-link, .more-link:visited, button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: white;
}
/* Contain Mobile Header Background | 30598915-hc (DH)*/
@media only screen and (max-width: 564px) {
.site-header {
    background-size: contain;
}
}
/* font styling for work with menu item 33768691-hc */
.menu-item-2495 a{
    color: #2f7d2f;
    font-weight: bold;
}

