/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	background-color: #ffffff;
}

/* Top sizing */
.entry-title{ display: none; }
#masthead { padding-bottom: 0px; }

/* MENU */
img.custom-logo{
	max-width:280px;
}

@media screen and (min-width: 600px) {
	#masthead { 
		padding: 1rem 0 0;
	}
	#site-navigation {
		margin: 0;	
	}
	#menu-primary a {
		padding-bottom: 5px;
	}
}


/* MAIN */
.entry-content{ margin-bottom: 0px !important; }
.site-main {padding-bottom: 0px;}

/* LINKS */
.site-title a {color: #333 !important; font-size: 1.93rem}
a {
	color: #666 !important;
}
a:hover, a:focus {
	color: #000 !important;
}
#toggle-menu:hover,
#toggle-menu:focus {
	background-color: #bbb;
}

/* Buysell page */
.contact-info-buy-sell{
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 600px) {
	.contact-info-buy-sell{
		display: block; }
}


/* Contact page format */

.contact-span a {
	color: #666 !important;
	display: block
}
.contact-span a:hover {
	color: #000000 !important;
}

@media screen and (min-width: 630px) {
	.contact-span {
		justify-content: space-between;
		display: flex;
		margin-top: 0px;
	}
}

/* Private Exclusives page*/
.wp-block-columns.alignfull {max-width: 1600px;}


/* Homepage contact info*/
.contact-info-html {
	text-align: center;
}

/* Contact Form-matting */
.grunion-field-name-wrap {
	float: left;
	width: 50%;
}

@media screen and (max-width: 600px) {
	.grunion-field-name-wrap {
    float: left;
    width: 105%;
	}
}

#g2-name {
	width: 95%;
}

#g30-name {
	width: 95%;
}

.contact-submit {
	display: flex;
	justify-content: center;
}

button, .button {
	background-color: #999 ;
}

button:hover, button:focus {
	background-color: #666;
}

/* Instagram plugin links*/
.sbi_load_btn,
.sbi_follow_btn a, 
.insta-gallery-actions a{
	color: #fff !important;
}

/* FOOTER */
.site-footer{background-image: url('https://staceywoodsrealestate.com/wp-content/uploads/2019/12/RepeatingDots.png');
   background-repeat: repeat;}

#colophon{margin: 0px; max-width: 100%; width: 100%;}

.site-info{display: none;}