/*hide the page name from body*/
.entry-header { display:none;}


/* media & text block - show images first on mobile | 24188938-hc  mod by rs */
@media screen and (max-width: 600px) {
    .home .has-media-on-the-right {
        display:flex;
        flex-direction:column;
    }
}

/*padding left for the site title on the home page that appears ovelay on the background image */
.site-branding-text {
	padding-left: 30px;
}

/* custom image width and height */
.image-default {
	height: 75px;
	width: 100%;
}

/* Menu background / 3367026-zen (MI) */

.navigation-top {
  background: #ffffff;
	border-bottom-color: #eeeeee;
	-webkit-box-shadow: 0px 0px 7px 0px #737778;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 7px 0px #737778;  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 7px 0px #737778;
}


/* adjust so that nav and content align on the left 3367026-zd */
@media screen and (min-width: 80%) {
    body:not(.home).page #primary {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }
}

#top-menu {
	text-align:center;
	font-size: 1.2em
}

/*hide top display from secondary pages*/
.site-branding {
	display:none;
}

/* Show small logo next to navigation menu | 3367026-zen (KK) */
@media only screen and (min-width: 768px) {
#site-navigation:before {
    content: "";
    background: url("https://i0.wp.com/sales.jcbins.com/wp-content/uploads/2020/09/JCB-Logo-250-x-250.png");
    background-size: contain;
    float: left;
    width: 80px;
    height: 80px;
    margin-top: 0px;
}
}


/* remove padding for the main content */
div.wrap {
	padding-left:5px;
	padding-right:5px;
}


/* Homepage content width / 3367026-zen (MI) */

@media only screen and (min-width: 100%) {
    .home.page-one-column .panel-content .wrap {
      max-width: 100%;
    }
}

/*footer menu font size adjustments */
.menu-footer-container {
	font-size: 13px;
	padding-left: 40px;
	
}


/* Footer credit text / 3367026-zen (MI) */

.site-info a, .wf-active .site-info {
  font-size: 0;
}

.site-info:after {
  font-size: 0.75rem;
  content: '©2020 JCB Insurance Solutions, All Rights Reserved. CA DOI#0L32982';
	padding-left: 40px;
}

/*
@media only screen and (min-width: 768px) {
	.postid-1610 .wp-block-embed iframe {
	max-height: 250px;	
	}
	}	
}
}*/
