/* make logo smaller */
.custom-logo {
    width: 300px;
}
/* Hide page titles 29145017-hc | WH */
.page .entry-header { display:none;}
/* Cover block content - About page / 29240194-HC (MI) */

.page-id-351 #main .wp-block-cover.alignfull * {
  max-width: 100%;
 }
/* List block check marks / 29310017-HC (MI) */

.is-style-checkbox li::before {
    background-color: #5d9942;
}
/*Make the slideshow buttons on H&H page to Green in color|KG--hc*/
.page-id-2496 .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause {
	background-color: #5e9941!important;
}

/* Change header layout and colours | KN-29584482-hc */
#masthead {
	flex-direction: column;
	background: #ffffff;
}
.main-navigation a:link, .main-navigation a:visited {
	color: #1675bc;
}
#site-navigation > div > ul > li > .sub-menu {
	background: #ffffff;
}
/*Make the slideshow buttons Green in color|KG--hc*/
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause {
background-color: #5e9941!important;
}
/* START: add a contact number above menu in rockfield :: 29630990-hc */
.menu-primary-container {
    position: relative;
}



@media (max-width: 600px) {
    .menu-primary-container:before {
        position: relative;
        top: auto;
        right: auto;
    }
}

@media (max-width: 560px) {
    .menu-primary-container:before {
        color: #fff;
    }
}
/* END: 29630990-hc */
 /*START: change color of social media links menu bar 29677900-hc*/
.social-navigation{
	background: #1B75BC
}
/*END 29677900-hc*/
/* Full width footer widget area | #29677900-hc */
.site-footer .widget-area:before {
    display:none;
}

/*END full width footer widger area 29677900-hc*/

/* Add footer widget area columns | 29677900-hc */
.site-footer .widget-area {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    max-width: 100%;
}
     
.site-footer .widget-area > .widget {
    width: 100%;
    margin: 0;
}
 
.site-footer .widget-area > * {
    max-width: none;
}
 
.site-footer .widget * {
    max-width: 100%;
}
/* End - footer columns | 29677900-hc */
/* Changes the font color of the site info section of the footer 29677900hc */ 
.site-info a:link, .site-info a:visited {
  color: #1675bc;
}

/* Aligns footer widget text to the center 29677900hc */ 
#colophon .widget {
  text-align: center;
}
/* Adjusts the background color and font color on the footer 29677900hc */ 
#colophon, #colophon a {
  background-color: #1B75BC;
  color: #fff;
}

/* override media and text padding top | 29829650-HC | GM */
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
	padding-top: 0;
}

/* make links bold | 29950071-HC | DF */
a {
	font-weight: 700;
}

/* css to add border around colum - #30085847-hc | SJ */

.services .wp-block-column {
    border: 3px solid;
    padding: 20px;
}

.services .wp-block-column {
    border-color: #629e4d;
}

.services .wp-block-column p:first-child {
    margin-top: 0px !important;
}

.services .wp-block-column {
    min-height: 340px;
}


/* Footer menu line height MRFX-HC-30293621 */
@media all and (max-width:560px){
   .footer-navigation .footer-menu > li {
  line-height:30px;
  }
}
/* Style HTML links in footer MRFX-HC-30293621  */
#colophon .widget-area a {
  text-decoration:none;
  font-weight:300
}
/* Adds space above header, for simple banner | 30325058HC CP */
#masthead {
	padding-top: 45px;
}

/* Media / Text block images on mobile / 30329120-HC (MI) */

@media only screen and (max-width: 639px) {
  .resize-for-mobile img {
    max-width: 116px
  }
  .resize-for-mobile {
    text-align: center;
  }
}
/* set header to fixed position | XXXXXX-HC | GM */
@media only screen and (min-width: 640px) {
    #masthead {
        position: fixed;
    }
}
/* Mobile Menu Background Color | 30470860-hc (DH)*/
#site-navigation > div {
    background: #fff;
}


/* replace footer site title with copyright 30521342-hc DF */
.site-name {
	font-size: 0px;
}

.site-name:after {
	content: "© 2021 Nest Suite Living Inc. All rights reserved";
	font-size: 12px;
}

/* adjust widget text size */
.widget {
  font-size: 16px;
}

/* change color of superscript to white AD 30887661-hc */
sup {
	font-size: 60%;
}

/*Change underline color in block cover 34162280-hc JM*/
.wp-block-cover__inner-container a {
  color: #fff;
}


/* Change menu color */
.wp-block-navigation .wp-block-navigation-item__content {
    color: #1675bc;
}

button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    color: #1675bc;
}

.wp-block-button__link {
	background-color: #5d9942;
	border-radius: 6px;
}