/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


/* Image panel - Header */

.x-brand, .x-navbar .x-nav-wrap .x-nav>li>a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Futura-PT' !important;
	font-weight: 600 !important;
}
body, input, button, select, textarea {
	font-family: 'Roboto' !important;
}
.x-navbar-inner .x-container {
    background: #22b573 !important;
    position: absolute;
    bottom: 60px;
    padding: 2vw;
    width: 80% !important;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
}
.x-navbar {
	width: 50% !important;
}
.x-navbar-fixed-left {
	border-right: 0px !important;
	box-shadow: none;
	background: url('Resized_20221226_111608.jpeg');
	background-position: bottom;
    background-size: cover;
	background-repeat: no-repeat;
}
.x-brand {
	display: block;
}
.x-navbar-fixed-left .x-brand, .x-navbar-fixed-right .x-brand {
	float: none;
}
.x-navbar-fixed-left .x-brand {
	text-align: left;
}
.x-navbar .desktop .x-nav>li>a {
	padding: 5px 0px !important;
	text-align: left;
}
.x-navbar-fixed-left .desktop .x-nav {
	margin-top: 7px;
}
.x-nav-wrap li {
	display: block;
}
.menu-item.quals span {
	font-weight: normal;
}
.menu-item.title span {
	font-size: 120%;
}

/* Content */
.address-text {
    white-space: nowrap;
    overflow: hidden;
}
.x-container.width {
	width: 50%;
	float: right;
}
.x-container.offset {
	margin: 0px;
}
.entry-wrap {
	padding: 30px 100px 80px;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 0.2em;
}
h2, .h2 {
	font-size: 30px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 50px;
	border-bottom: 2px solid #22b573;
}
h3, .h3 {
	font-size: 24px;
	font-weight: 500 !important;
}

/* Responsiveness */

@media only screen and (min-width: 1244px) and (max-width: 1399px) {
.x-brand {
    font-size: 40px !Important;
}
}
@media only screen and (min-width: 1120px) and (max-width: 1243px) {
.x-brand {
    font-size: 36px !Important;
}
}
@media only screen and (min-width: 980px) and (max-width: 1119px) {
.x-brand {
    font-size: 31px !Important;
}
}

@media (max-width: 979px) {
	.x-brand {
		font-size: 200% !important;
		line-height: normal;
		margin-bottom: 0;
	}
	.x-navbar-fixed-left .desktop .x-nav {
		margin-top: 0px;
	}
	.entry-wrap {
		padding: 0px 25px 52px;
	}
	.x-navbar {
		width: 100% !important;
	}
	.masthead-inline .x-btn-navbar {
		display: none;
	}
	.x-nav-collapse, .x-nav-collapse.collapse {
		overflow: hidden;
		height: auto;
		position: relative;
		text-align: right;
		top: -70px;
	}
	.x-navbar-inner {
		min-height: 100vh !important;
	}
	.x-nav-wrap.desktop {
		display: block;
	}
	.x-navbar .x-navbar-inner .x-nav-collapse .x-nav>li>a:hover {
		background: transparent;
	}
	.x-navbar-fixed-left {
		background: url(Resized_20221226_111608.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
	}
	.x-container.width {
		width: 100% !important;
	}
	.x-navbar-inner .x-container {
		bottom: 60%;
		padding: 15px;
		width: 85% !important;
		box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
	}
	h2, .h2 {
		border-bottom: 0px;
	}
}
@media (max-width: 979px) and (orientation:landscape) {
	.masthead .x-container {
		position: relative;
		top: initial;
		left: initial;
		bottom: initial;
		right: initial;
		float: none;
		padding-left: 4vw;
		display: table-cell;
		vertical-align: middle;
	}
	.x-navbar-inner {
		display: table;
		min-height: 100vh !important;
		width: 50%;
	}
	.x-navbar.x-navbar-fixed-left {
		background-size: 50%;
		background-position-x: 50vw;
	}
	.menu-item.title span {
		font-size: 100% !important;
	}
}
@media (max-width:414px) {
	.x-navbar .desktop .x-nav>li>a {
		font-size: 16px !important;
	}
.address-text span {
    display: block;
}
}