/*

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

*/
.x-container.offset {margin: 0px auto 40px !important;}

.x-navbar {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    box-shadow: none;
}

body.home a.x-brand.img {display:none}

@media screen and (max-width: 767px) {
	#x-section-1 
	.entry-wrap {padding: 25px 0 !important;}
	.home-info { padding: 0 !important;}
}
@media screen and (min-width: 768px) {
	.x-section.flex-container > .x-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-align: flex-end;
		-webkit-align-items: flex-end;
		-webkit-box-align: flex-end;

		align-items: flex-end;
	}
	span.tg-filter-name.tg-nav-color.tg-nav-font { font-weight: normal; text-transform: uppercase;}

	.flex-container-2 {
		display: -webkit-box;
		display: -ms-flexbox;

		display: flex;
		-ms-flex-align: flex-end;
		-webkit-align-items: flex-end;
		-webkit-box-align: flex-end;

		align-items: flex-end;
	}

	.flex-container-2 > .x-column {

		align-self: flex-end;
	}
}