.social-menu-item-twitter a:before {
		content: "\f099";
		font-family: "dashicons";
}

[code lang=css]
.social-menu-item-twitter a:before {
content: "\f099";
font-family: "dashicons";
}
[/code]

/* make links different colour */
.wp-caption { position:relative; }

.entry-content a {
    color: #C46644;
    border: none;
    box-shadow: none;
}

.entry-content a:hover {
    -webkit-box-shadow: inset 0 -1px 0 currentColor;
    box-shadow: inset 0 -1px 0 currentColor;
}

.post-navigation .nav-links {
    display: none;
}

/* change theme column width */
.wrap {
	max-width: 100%;
}
 
@media screen and (min-width: 48em) {
	.wrap {
		max-width: 75%;
	}
}
 
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width: 100%;
}

@media screen and (min-width: 48em) {
	.page-one-column .panel-content .wrap {
		max-width: 75%;
	}
}

/* change where menu begins on left */
.navigation-top .wrap {
    max-width: 75%;
    /* padding: 0; */
}

@media screen and (min-width: 48em) {
	.navigation-top .wrap {
    max-width: 75%;
    /* padding: 0.75em 3.4166666666667em; */
	}
}

/* make two footers equal width (usually 1/3, 2/3) */
/* 
@media screen and (min-width: 48em) {
	.site-footer .widget-column.footer-widget-1, .site-footer .widget-column.footer-widget-2 {
		width: 48%;
	}
}
*/

/* make two footers smaller */
@media screen and (min-width: 48em) {
	.site-footer .widget-column.footer-widget-1 {
		width: 30%;
	}
		.site-footer .widget-column.footer-widget-2 {
		width: 60%;
	}
}

/* make table cells text smaller */
.smallertablecelltext {
font-size: 80%
}

/*style the WPFeedback SUBMIT FEEDBACK button */
button.rmp-feedback-widget__btn.rmp-btn.rmp-btn--large {
    height: 33px;
    padding: 5px;
    width: 100px;
    margin: 1em auto;
    background-color: #e0b09e;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
button.rmp-feedback-widget__btn.rmp-btn.rmp-btn--large:hover {
    cursor: pointer;
    background-color: #C46644;
}
/*style the WPFeedback SUBMIT RATING button */
button.rmp-rating-widget__submit-btn.rmp-btn {
    height: 33px;
    padding: 5px;
    width: 100px;
    margin: 1em auto;
    background-color: #e0b09e;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
button.rmp-rating-widget__submit-btn.rmp-btn:hover {
    cursor: pointer;
    background-color: #C46644;
}