/*

Theme Name: HTSA CEU Summit
Author: Paul Nalewajk
Author URI: http://www.wwwebtek.com
Version: 1.0.0
Template: pro

*/


body { line-height:normal; }

a, a:hover, .wpcf7-previous, .wpcf7-previous:hover {
    -webkit-transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
    transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 300;
}

.x-text { color:#353436 !important; }

 /* #Header
================================================== */

ul.x-menu a { color:#353436; }
ul.x-menu a:hover { color:#F89C1C !important; }

.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > li.x-active > a {
    color: #F89C1C !important;
}

 /* #Misc
 ================================================== */

a.x-image img, li.product-category a {
     transition: opacity 0.5s ease-in-out;
}
a.x-image img:hover, li.product-category a:hover {
    opacity:.65 !important;
    transition: opacity 0.5s ease-in-out;
}

span.centerimg { text-align:center; }
 
.upper { text-transform:uppercase; }

.red, h3.red, h4.red { color:#F89C1C; }
.gray { color:#666666; }
.lightgray { color:#ebebec; }

.white { color:#fff; }

.redper {
	  font-family: 'Open Sans', sans-serif;
	  color: #353436;
}

h4.x-feature-box-title { font-size:1.2em;margin-top:10px; }

.x-feature-box-text {display:none; }


.none a { text-decoration:none; }
.none a:hover { text-decoration:underline; }

.nowrap { white-space: nowrap; }

.home-icons img { 
	max-width:60px;
	margin:1em 1em;
}

.outline {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);;
}

.x-btn, .button, .btn-primary, .wpcf7-previous {
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75) !important;
	text-transform:uppercase;
	padding: 0.813em 2em 0.813em !important;
	color:#fff;
	border:1px solid #f89c1c !important;
	background-color:#f89c1c !important;
}
.x-btn:hover, .button:hover, .btn-primary:hover, .wpcf7-previous:hover {
	color:#f89c1c !important;
	background-color:#fff !important;
}

.more-link {
    display: inline-block;
    position: relative;
    border: 1px solid #F89C1C;
    border-radius: 4px;
    padding: .563em 1.125em .813em;
    cursor: pointer;
    font-size: .8em;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    background-color: #F89C1C;
}
.more-link:hover { color:#F89C1C;background-color: #fff; }

.social-footer {  }
.social-footer a { color:#353436; }

.hero { min-height:400px !important; }

/* .col-section { min-height:400px !important; } */


.entry-wrap {
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0 0em 0em 0 rgba(0, 0, 0, 0.135);
}


.grow {
	transition: .5s ease;
}
.grow:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: .5s ease;
}
.grow .pad { padding:0em 1em; }

.grow img {  }

.home-port {
	padding:1.2em;
}

/* not needed?
#courses {
	font-size:1em;
}

#courses .course {
	margin-bottom:1.2em;
}

#courses h3 {
	margin-top:0em !important;
	font-size:2em;
	font-weight:500;
}

.courses-title a {
	display:inline-block;
	padding:.5em;
	width:100%;
	color:#fff;
	text-align:center;
	background-color:#f89c1c;
}
.courses-title a:hover {
	color:#fff;
	background-color:#444444;
}
/* end not needed? */


.course {
	margin:3em .2em;
	display: flex;
	flex-grow:1;
	flex-direction: column;
	justify-content: space-between;
	align-items: left;
	flex-wrap: wrap;
	align-content: center;
	justify-content:flex-start;
	align-content:flex-end;
	background-color:#fff;
	-webkit-border-radius: 0 0 2em 2em;
	border-radius: 0 0 2em 2em;
	/* border-top:1px solid #f89c1c; */
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.15);
}


.main-row {
	display:flex;
}

.col {
	flex-grow:1;
}

.course-feature img { min-width:300px; }
.course-descript, .course-deets { padding:1em; }

	@media only screen and (max-width:480px) {

	}

.course a.mec-bg-color { background-color:#f89c1c; }
.course .mec-start-time, .course .mec-sl-clock { color:#f89c1c; }
.course .mec-color { background-color: rgba(248,156,28,0.25); }

 /* #Forms
 ================================================== */

.wpcf7 span.wpcf7-form-control-wrap { width: 100%; }

.wpcf7-not-valid-tip { position: absolute !important; left: -40px !important; top: 0 !important; width: 44px !important; height: 38px !important; padding: 0 !important; background: url("_img/contact-form-error.png") !important; overflow: hidden; text-indent: -9999px !important; padding: 0; border: none !important; }
.wpcf7-validation-errors { border: 0; display: none !important;text-shadow: 0 0 0 #000000 !important; }
.wpcf7-mail-sent-ok { border: none !important; margin: 25px 0 0 0 !important; padding: 7px 10px !important; background: #7DCC68 !important; color: #fff; font-size: 14px; text-align: center; }

.wpcf7-captchar { margin-bottom: 0; }

span.wpcf7-form-control-wrap { position: relative !important; display: inline-block; margin-bottom: 2px; }
span.wpcf7-form-control-wrap .wpcf7-text,
span.wpcf7-form-control-wrap .wpcf7-textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 0; }

.wpcf7-submit { margin-bottom: 0; }



.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

label { margin-top:20px;height:1px; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

input[type="submit"] {
	text-decoration:none;
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75) !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0.425em 0.425em;
    margin-top: 1px \9;
    line-height: normal;
    cursor: pointer;
}
span.wpcf7-list-item { display: block; }

.structure-corp {
	margin:-10px 0px 0px -15px !important;
}

.wpcf7-list-item { }

textarea.heard { height: 80px !important; }

input, input:focus, textarea, textarea:focus { font-weight:bold; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#666666;
 }
input::-moz-placeholder, textarea::-moz-placeholder {
	color:#666666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
     font-size:16px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    font-size:16px;
}

.wpcf7-response-output {  }
/* end forms */


.vendor-lists {
	text-align:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-end;
	margin-left:1em;
}
.vendor-lists .items {
	text-align:center;
	width:19%;
	margin-bottom:1.2em;
}
.vendor-lists .items img { 
	width:60% !important;
}
.vendor-lists .items a { text-decoration:none; }
	
	@media only screen and (max-width:480px) {
		.vendor-lists { }
		.vendor-lists .items { font-size:0px;width:30%; }
	}

.entry-title {
    /* margin: 0; */
    /* font-size: 250%; */
    /* line-height: 1.05; */
    display: none;
}



.course_catalog-lists {
	text-align:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-end;
	margin-left:1em;
}
.course_catalog-lists .items {
	text-align:center;
	width:19%;
	margin-bottom:1.2em;
}
.course_catalog-lists .items img { 
	width:90% !important;
}
.course_catalog-lists .items a { text-decoration:none; }
	
	@media only screen and (max-width:480px) {
		.course_catalog-lists { margin-left:-3em;}
		.course_catalog-lists .items { font-size:0px;width:30%; }
	}


.course_catalog-lists .items {
	text-align:center;
	width:19%;
	margin-bottom:1.2em;
}
.course_catalog-lists .items img { 
	width:90% !important;
}
.course_catalog-lists .items a { text-decoration:none; }
	
	@media only screen and (max-width:480px) {
		.course_catalog-lists { margin-left:-3em;}
		.course_catalog-lists .items { font-size:0px;width:30%; }
	}


.mec-single-event-category {
    display: none !important;
    /* padding: 12px 14px 8px; */
    /* margin-bottom: 12px; */
    /* vertical-align: baseline; */
    /* position: relative; */
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-name {
    text-transform: none;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #313131;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: -.2px;
}

.mec-event-data-fields .mec-event-data-field-item .mec-event-data-field-value {
    margin: 0 0 8px 0;
    color: #616263;
    font-size: 23px;
    line-height: 1.5;
}


.mec-single-event .mec-events-event-image {
	max-width: 100% !important;
}

.mec-event-data-field-name, .mec-event-data-field-value { font-size:1em !important; }

.mec-masonry-item-wrap { min-height:580px; }

body.page-template-default .mec-events-address { display:none; }

.isar, p.jeremy {
	padding: 0px 160px 0px 160px;
	font-size: 12px; !important
}

	@media only screen and (max-width:480px) {
		.isar, .jeremy, p.jeremy {
			padding: 0px 0px 0px 0px !important;
		}
	}

.has-post-thumbnail { border-bottom:0px solid #ff0000 !important; }
.entry-featured { display:none; }