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

/* GLOBALS */
#footer,
#header .flex-col.hide-for-medium.flex-left.flex-grow {
	display: none;
}

.section-title h2 {
	font-size: 3rem;
	text-transform: uppercase;
	margin-top: 2rem;
}

.no-scroll {
	position: fixed;
	width: 100%;
    overflow-y: scroll;
}

/* FOOTER */
.section-footer h2 {
	width: 65%;
	border-bottom: 3px solid white;
}

.section-footer .col-inner p {
	width: 70%;
}

.social-media ul {
	list-style-type: none;
	display: flex;
}

.social-media ul li {
	margin-left: 0;
	margin-right: 1.6rem;
}

.social-media li a {
	color: white;
	font-size: 1.6rem;
}

.social-media li p {
	font-size: 1.2rem;
	padding-left: 10px
}

.contact a {
	display: flex;
}

.ux-menu a:hover {
	color: #fafafa !important;
	text-decoration: underline;
}

/* HEADER */
#header {
	position: absolute;
	top: 0;
	left: 0;
}

#header .flex-col.hide-for-medium.flex-right {
	margin: 0 auto;
}

/* NEWSLETTER */
.section-newsletter h2 {
	margin-bottom: 0;
}

.newsletter {
	display: flex;
}

.newsletter div {
	width: 100%;
}

.newsletter span input {
	width: 100%;
}

.newsletter input.wpcf7-submit {
	color: #f9f0dc;
	min-width: 150px;
	margin-left: 2rem;
}

/* CONTACT US */
.section form {
	max-width: 75%;
}

.section form input,
.section form textarea {
	border-radius: 10px;
	min-height: 45px;
	margin-bottom: 2rem;
	font-size: 1.1rem;
	color: black;
}

.section form textarea {
	min-height: 200px;
}

.section form .button-submit p {
	display: flex;
	flex-direction: column;
}

.section form .button-submit input {
	background-color: #f9f0dc;
	width: 50%;
	color: black;
}


/* MOBILE */
@media screen and (max-width: 768px) {
	#trp-floater-ls {
		position: fixed !important;
		width: 25% !important;
		border-radius: 10px 10px 0 0 !important;
		top: 100% !important;
		right: 5px !important;
		transform: translateY(-100%);
	}

	.section-title h2 {
		font-size: 2rem;
		text-transform: uppercase;
		margin-top: 2rem;
	}

	/*newsletter 	 */
	.newsletter {
		flex-direction: column
	}

	.section-newsletter form {
		margin: 20% auto;
	}

	.newsletter div:nth-child(2) p {
		display: flex;
		flex-direction: column;
	}

	.newsletter div:nth-child(2) input {
		margin: auto !important;
	}

	/*contact us 	 */
	.section form {
		max-width: 100%;
	}

	.contat-us-form div:nth-child(2) p {
		display: flex;
		flex-direction: column;
	}

	.contat-us-form div:nth-child(2) input {
		margin: auto !important;
	}

	/*footer 	 */
	.ux-menu-link__link {
		width: 100%;
		justify-content: center;
	}

	.section-footer h2 {
		width: 65%;
		border-bottom: 3px solid white;
		margin: 0px auto 10px auto;
	}

	.social-media ul {
		justify-content: center
	}

	.social-media li {
		margin-left: 0.8rem !important;
		margin-right: 0.8rem !important;
	}

	#col-1437185613 {
		margin-left: 9.5% !important;
	}

}

.location-icon {
	margin-top: -12px;
	width: 28px;
	max-width: none;
}


/* ################################ */
/* ############ MOBILE ############ */
/* ################################ */
@media only screen and (max-width: 575px) {

	/* GENERAL */
	.content-mobile p {
		text-align: center;
	}

	/* GENERAL */

	/* FOOTER */
	.section-footer h2 {
		width: 100%;
	}
}