/*
Theme Name: Responsive Brix Child Theme
Description: Responsive Brix Child Theme
Author: Javier Fernandez, Joshua Behrends
Template: responsive-brix
*/

@import url("../responsive-brix/style.css");
/* Main div for content */

#main ul, #main ol {
	/*margin: 1em;*/
}

#site-title {
	padding: 0px;
	margin: 0px;
}

#siteSelection {
/* 	margin-top: 500px; */
}

#content {
	width: 85%;
	padding: 30px;
	margin-top: 0px;
	position: static;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

#content_flex {
	width: 85%;
	padding: 30px;
	margin-top: 0px;
	position: static;
	margin: auto;
}

#content_thin {
	width: 55%;
	padding: 30px;
	margin-top: 0px;
	position: static;
	margin: auto;
}

div#main.main {
	position: static;
}

#imgSlider {
	position: relative;
	top: 5;
	left: 0;
	min-height: 500px;
}

.ih-item {
	margin: auto;
}

#post-footer {
	display: none;
}

div.btn {
	color: white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/* vertical-align: middle; */
	cursor: pointer;
	display: table;
	position: static;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;

	/*
		Introduced in IE 10.
		See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	*/
	-ms-user-select: none;
	user-select: none;
	text-align:center;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

div.btn div {
	display: table-row;
	vertical-align: middle;
	width: 100%;
	height:100%;
	position: static;
	text-align:center;
	padding:0px;
	box-shadow: none;
	margin: 0px;
}

div.btn div > * {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	box-shadow: none;
}

div.btn div:hover {
	color:#eee;
	background-color: #5c7cba;
	box-shadow: none;
}

div.btn a {
	text-decoration: none;
	color: inherit;
	padding: 0px;
	margin: auto;
	width:100%;
	height:100%;
	box-shadow: none;
}

div.btn a:hover {
	text-decoration: none;
	color: inherit;
}

#cust_container {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	/* background-color: red; */
	text-align: center;
}

.portal-submit {
	width: 100%;
}

hr {
	color: #c1c1c1;
}

.childSectionContainer {
	/* width: auto; */
	/* height: auto; */
	text-align: center;
}

.childSection {
	width: 200px;
	height: 200px;
	background-color: #414144;
	margin: 7px;
	/* padding: 10px; */
	/* float: left; */
	display: inline-block;
	/* line-height: 200px; */
	text-align: center;
}

.childSection a {
	padding-top: 140px;
	display: block;
	color: #ECECEC;
	width: 100%;
	height: 100%;
}

.childSection a:hover {
	display: block;
	color: #3F3F3F;
}

.childSection:hover {
	background-color: #959595;
}

#cust-container h2 {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: rgb(170, 170, 170);
	font-size: 130%;
}

#home_title {
	/*margin-top: -25px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	height: 130px;
	text-align: center;
	background-color: #f6f3ed;
	display: flex;
	justify-content: center;
	align-items: center;
}

.horizontal-padding
{
	padding-left: 8vw;
	padding-right: 8vw;
}

#wpgmza_map {
	margin-right:	20px;
}

.course-overview {
	overflow: auto;
}

#course-overview-left {
	width: 38%;
	float: left;
	font-size: 40px;
	line-height: 150%;
	text-align: right;
	padding: 0px;
	margin-right: 2%;

}

#course-overview-right {
	width:	58%;
	float: left;
	padding: 0px;
	margin-left: 2%;
}

#our-team {
	width: 100%;
}

#our-team-title {
	text-align: center;
	height: 150px;
}

#our-team-title  h1 {
	line-height: 150px;
	background-color: #f6f3ed;
}

#our-team-content {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/* #tablepress-1 > thead > tr > th.column-1.sorting {
	width: 50%;
}

#tablepress-1 > thead > tr > th.column-2.sorting {
	width: 20%;
}

#tablepress-1 > thead > tr > th.column-3.sorting_asc {
	width: 30%;
} */

#sub-footer > div > div > div {
	margin: 0px;
}

#text-9 {
	margin: 0px;
}

#sub-footer {
	margin: 0px;
}

#text-2 {
	margin: 0px;
}

#text-13 {
	margin: 0px;
}

/* #tablepress-1 > thead > tr > th {
	background-color: #CAD3DE;
} */

#name {
	clear: left;
	color: white;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-weight: bold;
	font-size: 80%;
	}

#login-section {
	color: white;
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-right: 1%;
	font-size: 80%;
}

#logged-section {
	color: white;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 80%;
}

#login-section #username {
	width: 200px;
	margin-right: 40px;
	margin-left: 5px;
}

#login-section #password {
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
}

#login-section input[type="submit"] {
	/* background-color: green; */
	border: none;
	box-shadow: none;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#logged-in {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
}

.page_nav {
	float: left;
	width: calc(100% / 4);
	height: 100%;
	text-align: center;
	font-family: inherit;
	font-weight: bold;
}


div.entrydate {
	text-align: center;
	font-family: inherit;
	font-weight: bold;
	color: white;
}

#barcode_title {
	text-align: center;
	height: 150px;
	/* line-height: 170px; */
	background-color: #f6f3ed;
	/* margin-top: -90px; */
	padding-top: 30px;
}

/* JP CSS*/
div.content-left	{
	float:left;
	width:50%;
}

div.content-right	{
	float:right;
	width:50%;
}

form.ccf-form	{
	width: 500px;
	margin: 0 auto;
}

.drag-hovering {
	background-color:#c0c0ff !important;
}

.drag-hovering h2 {
	color: white;
}

div.button {
	width: 100%;
	color: white;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #4d6aa1;
	/* vertical-align: middle; */
	cursor: pointer;
	display: table;
	position: static;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	margin: 0px;
	/*
		Introduced in IE 10.
		See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
	*/
	-ms-user-select: none;
	user-select: none;
	text-align:center;
	transition-duration: 0s;
	box-shadow: none;
}

div.button:hover {
	box-shadow: none;
	/*background-color: #5c7cba;*/
}

div.button div {
	display: table-row;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: static;
	text-align:center;
	padding:0px;
}

div.button div > * {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:10px;
	font-size: 80%;
	font-family: inherit;
	font-weight: bold;
	/* min-height:40px; */
	/* min-width:40px; */
}

div.button div:hover {
}

div.button a {
	text-decoration: none;
	/*font-size: 80%;*/
	color: inherit;
	/* padding: 0px; */
	margin: auto;
	width:100%;
	height:100%;
	/*text-transform: none;*/
	transition-duration: 0s;
}

div.button a:hover {
	text-decoration: none;
	color: inherit;
}

div.button span {
	text-decoration: none;
	color: inherit;
	/* padding: 0px; */
	margin: auto;
	width:100%;
	height:100%;
	/*text-transform: none;*/
	transition-duration: 0s;
}

div.button span:hover {
	text-decoration: none;
	color: inherit;
}

/*.running-column label {
	width:100%;
}*/

.text-box-width, input[type="text"].text-box-width {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

@media only screen and (max-device-width:480px), only screen and (max-width: 600px) {
	.page_nav {
		float: left;
		width: calc(100% / 2);
		height: 100%;
		text-align: center;
		font-family: inherit;
		font-weight: bold;
	}
}

/*Qualification Page Template */
.quick-access {
	width: 25%;
	margin-left: auto;
	position: fixed;
	max-width: 15%;
	margin-left: 3px;
	margin-top: 3px;
	border: solid 1px #CCC;
	-moz-box-shadow: 5px 5px 0px #999;
	-webkit-box-shadow: 5px 5px 0px #999;
	box-shadow: 5px 5px 0px #999;
}

#padding-qr	{
	padding: 10px;
}

#quick-access-header  {
	text-align: center;
}

#quick-access-download  {
	text-align: center;
	padding-top: 5px;
	width: auto;
}

#download-button.button{
	display: flex;
	width: auto;
	align-items: center;
	justify-content: center;
}

#express-interest-button {
	font-style: oblique;
	max-width: 500px;
	max-height: 30px;
	box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.15);
	margin: auto;
	margin-top: 10px;
	background-color: #4d6aa1;
	font-size: 3vh;
}

#express-interest-button:active {
	position: relative;
	top:3px;
	left:2px;
	box-shadow: 0px 0px;
}

#express-interest-button:hover {
	background-color: #959595;
	font-weight: bold;
}

/* #express-interest-font	{
	font-size: 3vh;
} */

/*MODAL*/
.modal.small > div  {
	top:30%;
	left:30%;
	right:30%;
	bottom:30%;
	opacity: 0.95;
	width: 20%;
	margin: auto;
}

#express-interest-modal {
	background: rgba(0,0,0,0);
}

#express-interest li {
	list-style-type: none;
}

@media only screen and (max-device-width:768px){
	#content_thin{
			width: 100%;
			padding-left: 0px;
			padding-right: 0px;
			
		}

}

