/*Adjusting the logo image size*/
@media (min-width: 960px) {
	.builder-item--logo .site-logo img {
		height: 65px;
	}
}

@media screen and (max-width: 480px){
    .home .wp-block-coblocks-hero__inner{
    height: 500px;
    }
}

/*Adjusting the logo image size in mobile*/
/*@media (max-width: 420px) {
	.builder-item--logo .site-logo img {
		height: 40px;
	}
}*/

/*Adjusting the logo image size in tablets*/
/*@media (max-width: 720px) {
	.builder-item--logo .site-logo img {
		height: 50px;
	}
}*/

/* remove padding on fullwidth aligned blocks - 25024953-hc*/
.alignfull {
    padding-left: 0;
    padding-right: 0;
}

/*Adjusting the width of the first block on the homepage*/
.frontPagefirstBlock {
	width: 100vw;
	margin: 0 auto;
}


/*Chnaging the button background color*/
.wpnbha.has-more-button button {
	background:rgb(40 72 84) ;
	font-family: 'Roboto slab', sans-serif;
	font-size: ;
}

/* hide carousel image info | #20124214-hc vg when images are viewed in a carousel*/
.jp-carousel-info {
    display: none;
}

/*hide white line under page title | #24986338-hc kn */
.nv-page-title-wrap.nv-big-title .nv-page-title{
	border-bottom: none;
}

/*change size of caption on images in masonry gallery | | #24986338-hc kn */
.coblocks-gallery:not(.has-caption-color).has-caption-style-dark figcaption{
	font-size: x-large;
	font-family: 'Roboto slab', sans-serif;
}

/* example to help remove padding on bottom - 25024953-hc */
/*@media (min-width: 960px)
.nv-index-posts, .nv-single-page-wrap, .nv-single-post-wrap {
    margin-bottom: 0;
}*/


/*Changing the image size on the homepage -25035262-hc - SM*/
/*.home .wp-block-image.alignfull img, .wp-block-image.alignwide img {
	height: 500px;
	width: 50%;
	margin-left: 25%;
}*/


/*Changing the image size on the homepage (for mobile) -25035262-hc - SM*/

/*@media (max-width: 720px) {
  .home .wp-block-image.alignfull img, .wp-block-image.alignwide img { 
      height: 500px; 
      width: 90%; 
      margin-left: 5%;
   }
}*/

.nv-single-page-wrap, .wp-block-group__inner-container p {
 margin-bottom: 0px;
}


/* ThemeIsle support - footer widget title font size */
.site-footer .widget p.widget-title {
font-size: 16px;
}

/* ThemeIsle support - footer widget text font size */
.site-footer .widget .textwidget > p {
font-size: 14px;
}

/* ThemeIsle support - hide comments bottom border on single post */
#comments {
border: none;
}

/* remove space under image on homepage | KW-27579796-hc */
.home .wp-block-image {
    margin-bottom: 0;
}

/* remove space under image on homepage for mobile | JW-27579796-hc */
@media (max-width: 720px) {
.neve-main {
    flex: 0 auto;
	}
}

/* make the buttons camel case 28656833-hc DF */
.btn, .button, .wp-block-button a, button, input[type="button"], input[type="submit"] {
	text-transform: unset;
}

/* Change contact form labels color / 28742865-hc rm
.contact-form label{
color:rgb(235 236 223);
}*/

/*THEMEISLE SUPPORT CHANGE */

.wp-block-media-text.is-style-card .wp-block-media-text__content, .wp-block-media-text.is-style-outline .wp-block-media-text__content {
background-color: var(--nv-secondary-accent)!important;
}

/*THEMEISLE SUPPORT CHANGE */

@media only screen and (max-width: 1400px) {
  .home .wp-block-media-text {
    display: block;
 }
}