/*

Theme Name: X &ndash; 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

*/

/*
div#text-4.widget-1.widget-first.widget-last.widget-odd.widget.widget_text {
	width: 150%;
}

footer div#text-5.widget.widget_text {
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}

footer .x-column.x-1-4 {
	width: 15%;
}

footer .x-column.last, footer .x-column:last-of-type {
	text-align: right;
	float: right;
	width: 25%;
}

footer.x-colophon {
	border-top: none;	
	background-color: #414243;
	box-shadow: none;
}

footer.x-colophon.top {
	padding: 39px 20px;
}

footer.x-colophon.bottom {
	display: none;
}

footer a {
	color:#fff;
}*/

/*---------------------------------------------------------------------------------------------------------------------  Devices  --------------------*/

/*@media (max-width: 800px) {
	.x-topbar .p-info  {
		padding: 0;
		border-radius: 0;
	}
	footer .x-column.x-1-4 {
		width: 100%;
	}
footer .x-column.last, footer .x-column:last-of-type {
		text-align: left;
	}

}

@media (max-width: 600px) {
	.x-topbar .p-info  {
		padding: 0;
		border-radius: 0;
	}
	div.topbar1 {
		display:none;
	}
	footer .x-column.x-1-4 {
		width: 100%;
	}
	footer.x-colophon.top .x-column .widget:first-child {
		margin-top: 1em;
	}
	footer  .x-column.last, footer  .x-column:last-of-type {
		text-align: left;
		margin-top: 10px;
		float: left;
	}
}

@media (max-width: 500px) {
	div#x-content-band-7.x-content-band.vc.homepage-image-links-phone {
		display: none;
	}
}*/