/*

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

*/

/* make logo go full width */
.x-logobar-inner .width {
	width: 100% !important;
}

/* text at the top  */
.x-topbar {
	min-height: 20px !important;
	background-color: #000 !important;
}

.x-topbar .p-info {
	margin: 5px !important;
	color: #e2e2e2 !important;
}

/* try to control the parallax */
.x-section.bg-image.parallax{
   background-size: contain !important;   
}

.x-section.bg-image.parallax{
   background-position: 50% 0px !important;
}

/* submenu */
.desktop .sub-menu {
	font-size: 13px;
	text-transform: uppercase;
}

/* fix the title display on envira gallery */
p.thumbtitle {
	margin-top: 3px;
	text-align: center;
}

h1 {
	font-size: 300%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: capitalize !important;
}

.category header.x-header-landmark {
	display:;
}

/* make the text search a bit small */
.x-searchform-overlay .form-search .search-query {
	font-size:4.4em;
}

.tt-upper {
	text-transform: none;
}

/* justify paragraph within content */
.entry-content p {
	text-align: justify;
}

/* control text-height on teacher's profile page*/
#envira-gallery-wrap-799 .thumbtitle {
	text-align: center;
	min-height:50px;
}
