/* Global */

body {
	font-size: 16px;
	line-height: normal;
	font-family: 'Cabin', sans-serif;
}

#header.full-header #primary-menu > ul {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.slider-caption p {
	margin: 0;
}

.slider-caption p img {
	max-height: 85vh;
}

.masonry-thumbs img {
	margin: 0;
	padding: 0;
}

.faqs h4 {
	margin: 0 0 20px 0;
}

.line, .double-line {
	margin: 30px 0;
}

.faq-q {
	margin-bottom: 20px;
}

.dark #copyrights,
.dark #copyrights a {
	color: #eee;
}

.dark .copyright-links a {
	border-bottom: none;
	font-weight: bold;
}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
	color: #fff !important;
}

#phone {
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: 37.5px;
}

#phone a {
	color: #fff;
	font-weight: bold;
}

#phone .icon-phone {
	position: relative;
	top: 1px;
}

.sticky-header #phone {
	position: relative;
	top: 17.5px;
}

.call-button {
	display: block;
	position: fixed;
	bottom: 0;
	left: -87.5px;
	margin-left: 50%;
	width: 175px;
	text-align: center;
	color: #fff;
	background-color: #c41a34;
	padding: 16px 10px;
	border-radius: 45px;
	bottom: 15px;
	font-weight: bold;
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.50);
	z-index: 99999;
	display: none;
}

.call-button .icon-phone {
	font-size: 20px;
	position: relative;
	top: 2px;
}


/* Responsive */

@media (min-width: 991px){
	
	.desktop-only {
		display: block;
	}
	
	.mobile-only {
		display: none;
	}
	
}

@media (max-width: 990px){
	
	.desktop-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}
	
}

@media (max-width: 767px){
	
	.slider-caption p img {
		max-height: 350px;
	}
	
	.call-button { 
		display: block;
	}
	
}