/*

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

*/

.home .x-colophon.bottom, .x-colophon.bottom a, .x-colophon.bottom .x-social-global a {
    color: #ffffff;
    order: 11;
}

.home .x-root .site, .x-root .x-site {
    display: flex;
    flex-direction: column;
}



.image-left-text {
    display: flex;
}
.image-left {
    max-width: 66%;
}
.il-text {
    max-width: 34%;
    background: #7bc143;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.il-text h2 {
    color: white;
}
img.alignnone.wp-image-603.size-full {
    margin-bottom: 0;
}


.tri-img-about {
    display: flex;
    justify-content: center;
}

.tri-img {
    max-width: 20rem;
    padding: 0 1rem;
}

@media screen and (max-width:1024px){
	.tri-img-about {
    flex-direction: column-reverse;
}
	.image-left-text{
		flex-direction:column;
	}
	.image-left-text{
		max-width:100%;
	}
	.il-text, .image-left {
    max-width: 100%;
	}
	.il-text h2 {
    color: white;
    font-size: 2rem;
}	
}

.site .x-slider-container.below {
    padding-top: 0rem;
}

.perimeter-only-sidebar {
	display:none;
}

.page-id-300 .perimeter-only-sidebar {
	display: block!important;
}

.page-id-42 .alignleft {
    float: left;
    margin: 0.40em 1.5em .35em 0;
}