/*
Theme Name: lighthouse-cafe-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.lighthouse-top-logo {
	display: inline-flex;
	align-items: center;
}

.lighthouse-top-logo img {
	width: 164px;
	max-width: 100%;
	height: auto;
}

.lighthouse-footer__menu .ux-menu-link__link {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.lighthouse-footer__copyright a,
.lighthouse-footer__contact a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.button.buttonone.buttonorange,
.header-button .button,
.button.secondary:not(.is-outline) {
	background-color: #c83f24 !important;
	border-color: #c83f24 !important;
	color: #fff !important;
}

.button.buttonone.buttonorange span,
.header-button .button span,
.button.secondary:not(.is-outline) span {
	color: inherit !important;
}

.button.buttonone.buttonorange:hover,
.header-button .button:hover,
.button.secondary:not(.is-outline):hover {
	background-color: #173f56 !important;
	border-color: #173f56 !important;
	color: #fff !important;
}

.lighthouse-testimonial-card__quote,
.lighthouse-testimonial-card__quote p,
.lighthouse-testimonial-card__author {
	color: #4d7185;
}

.lighthouse-footer__copyright,
.lighthouse-footer__copyright p,
.lighthouse-footer__copyright a {
	color: #5f7480;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.headerhomepage {
		font-size: 2.65rem !important;
	}

	.lighthouse-top-logo img {
		width: 146px;
	}

}
