/*
Theme Name: InConcert Web Design's Theme
Description: InConcert Web Design's Theme for your site
Author:  Greg Whitehead
Author URI:  http://inconcertweb.com
Template: Divi
Version:  1.0.2
*/

/* =Theme customizations
------------------------------------------------------- */

/* Grow */
.hover_grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.ds_animate .hover_grow:hover, .ds_animate .hover_grow:focus, .ds_animate .hover_grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Grow Rotate */
.hover_grow-rotate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.ds_animate .hover_grow-rotate:hover, .ds_animate .hover_grow-rotate:focus, .ds_animate .hover_grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hover-float {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-float:hover, .ds_animate .hover-float:focus, .ds_animate .hover-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}



.huc {
  width: 100%;
  margin-bottom: 2.5em !important;
  text-align: left !important;
}
/* line 1033, style.scss */
.huc:first-of-type {
  margin-top: 1.5em !important;
}
@media (max-width: 600px) {
  /* line 1028, style.scss */
  .huc {
    display: block;
    float: none;
    margin: 0 auto 1em;
    text-align: center;
  }
}
/* line 1044, style.scss */
.huc .leftdate {
  width: 25% !important;
  min-width: 65px !important;
  text-align: center !important;
  color: #fff !important;
  display: inline-block !important;
}
@media (max-width: 850px) {
  /* line 1044, style.scss */
  .huc .leftdate {
    width: 90%;
  }
}
@media (max-width: 600px) {
  /* line 1044, style.scss */
  .huc .leftdate {
    width: 100%;
  }
}
/* line 1058, style.scss */
.huc .leftdate .daynum {
  background: #4ea9e0 !important;
  font-size: 2em !important;
  font-family: "Arial Black", Gadget, sans-serif !important;
  line-height: 1em !important;
  padding-top: 0.1em !important;
}
/* line 1065, style.scss */
.huc .leftdate .day {
  background: #4ea9e0 !important;
  font-size: 0.7em !important;
  padding-bottom: 0.6em !important;
}
/* line 1070, style.scss */
.huc .leftdate .month {
  background: #000 !important;
  font-size: 0.75em !important;
  padding: 0.2em !important;
  text-transform: uppercase !important;
}
/* line 1077, style.scss */
.huc .rightinfo {
  display: inline-block !important;
  margin-left: 7px !important;
  text-align: left !important;
  vertical-align: top !important;
  width: 69% !important;
}
@media (max-width: 530px) {
  /* line 1077, style.scss */
  .huc .rightinfo {
    width: 64% !important;
  }
}
/* line 1088, style.scss */
.huc .rightinfo .title {
  line-height: 1em !important;
  margin-bottom: .6em !important;
}
/* line 1092, style.scss */
.huc .rightinfo .title a {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
}
/* line 1100, style.scss */
.huc .rightinfo .time, .huc .rightinfo .locatin {
  font-size: .9em;
  line-height: 1em !important;
}
/* line 1104, style.scss */
.huc .rightinfo .register {
  margin-top: 0.3em !important;
}
/* line 1107, style.scss */
.huc .rightinfo .register a {
  color: #cd051f !important;
  font-size: .85em;
  font-weight: bold;
  text-decoration: underline !important;
}



/* line 265, style.scss */
#ctf_login {
  background: rgba(193, 193, 193, 0.2);
  border-radius: 10px;
  max-width: 455px;
  float: right;
  margin: 3.5em 2em 0 0;
  padding: 1em 1.5em;
  color: #fff;
}
@media (max-width: 1080px) {
  /* line 265, style.scss */
  #ctf_login {
    float: none;
    margin: 2em auto;
    clear: both;
  }
}
@media (max-width: 530px) {
  /* line 265, style.scss */
  #ctf_login {
    padding: .5em;
    margin: 1em auto;
  }
}
/* line 284, style.scss */
#ctf_login h1 {
  color: #fccf80;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 5px 0;
}
/* line 290, style.scss */
#ctf_login h1 a {
  color: #fccf80;
}
/* line 293, style.scss */
#ctf_login h1 span {
  font-size: .75em;
}
@media (max-width: 530px) {
  /* line 293, style.scss */
  #ctf_login h1 span {
    display: block;
  }
}
@media (max-width: 530px) {
  /* line 284, style.scss */
  #ctf_login h1 {
    text-align: center;
  }
}
/* line 304, style.scss */
#ctf_login label {
  font-size: .9em;
  color: #fff;
}
/* line 308, style.scss */
#ctf_login input {
  color: #000;
}
/* line 311, style.scss */
#ctf_login .unumber {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
@media (max-width: 530px) {
  /* line 311, style.scss */
  #ctf_login .unumber {
    display: block;
    text-align: center;
  }
}
/* line 321, style.scss */
#ctf_login .unumber input {
  width: 45px;
  height: 15px;
}
/* line 325, style.scss */
#ctf_login .unumber p {
  margin: 0;
  text-align: center;
  font-size: .8em;
}
/* line 331, style.scss */
#ctf_login .dob {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 530px) {
  /* line 331, style.scss */
  #ctf_login .dob {
    display: block;
    text-align: center;
  }
}
/* line 340, style.scss */
#ctf_login .dob input[name="dob_month"], #ctf_login .dob input[name="dob_day"] {
  width: 28px;
  height: 15px;
}
/* line 344, style.scss */
#ctf_login .dob input[name="dob_year"] {
  width: 44px;
  height: 15px;
}
/* line 348, style.scss */
#ctf_login .dob p {
  margin: 0;
  text-align: center;
  font-size: .8em;
  margin-left: 60px;
}
/* line 355, style.scss */
#ctf_login input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8093a), to(#a30105));
  background: -moz-linear-gradient(top, #f8093a, #a30105);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8093a', endColorstr='#a30105');
  color: #fff;
  border-radius: 5px;
  border: none;
  font-size: .8em;
  box-shadow: inset 2px 2px 2px #d85f6f;
  padding: 15px 13px;
  font-weight: bold;
  -webkit-appearance: none;
}
@media (max-width: 530px) {
  /* line 355, style.scss */
  #ctf_login input[type="submit"] {
    margin: auto;
    text-align: center;
    display: block;
    padding: .2em 1em;
    font-size: 1.2em;
    margin-top: .5em;
  }
}
/* line 376, style.scss */
#ctf_login input[type="submit"]:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#3e88d4), to(#79d8f1));
  background: -moz-linear-gradient(top, #3e88d4, #79d8f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e88d4', endColorstr='#79d8f1');
}

@media (max-width: 600px) {
  /* line 381, style.scss */
  #toPopup {
    left: 0 !important;
    margin-left: 0 !important;
    width: -webkit-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }
}
@media (max-width: 600px) {
  /* line 388, style.scss */
  #toPopup .close {
    display: none !important;
  }
}

.ctf_ca_available {
}

.ctf_ca_link {
  font-weight: bold;
}

.ctf_red {
  color:#d31245;
}

.ctf_canceled {
  font-weight:bold;
}

.ctf_error {
  color:#d31245;
  font-weight:bold; 
}

body {
  overflow: auto !important;
}

.et_pb_text ul, .et_pb_text ol, .et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ul, .et_divi_builder #et_builder_outer_content .et_pb_module.et_pb_text ol { 
margin: 5px; 
}

.entry-content ul { 
margin-top: 10px !important; 
}


#footer-widgets {padding: 1%;}

#main-header {border-bottom: .5px solid #ccc;}

#footer-widgets a { color: #ccc !important; } #footer-widgets a:hover { color: #fff !important; }

#main-footer .et_pb_widget {float: none; width: 100%; text-align: center;}

#main-footer .footer-widget {
margin-bottom: 0% !important;
}


body .gform_wrapper .gform_footer input[type=submit] {background-color: #d31245; color: #fff; border: 2px solid #d31245; margin-left: 0px; padding: 10px 15px; cursor: pointer;}

body .gform_wrapper .gform_footer input[type=submit]:hover {background-color: #aa0f3f; border: 2px solid #aa0f3f;}

@media (max-width: 980px) {
.footer-widget:nth-child(n) {
width: 100% !important;
}
}

@media (max-width: 500px) {
.gform_wrapper .top_label input.medium {
    width: 100%;
}
}

@media (max-width: 480px) {.g-recaptcha>div>div{width:inherit !important;position:relative;display:block;padding:0;overflow:hidden;max-width:302px;border-right:1px solid #333;border-radius:4px;} .g-recaptcha iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0} .g-recaptcha>div{position:relative} .g-recaptcha>div:before{content:'Loading captcha...';position:absolute;top:38%;left:0} .g-recaptcha:empty:before{content:'Something wrong occurred'}}

#gform_fields_1 {padding-left: 0px !important;}

@media (max-width: 500px) {
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 2px;
    display: block;
    width: 100%;
    padding-right: 0px;
}
}

#top-menu li li {
    line-height: 1.5em;
} 

#contact-us input {
    color: #ffffff !important;
background-color: rgba(255,255,255,0.24);
border-radius: 30px 30px 30px 30px;
overflow: hidden;
padding: 14px 4%!important;
  font-size: 16px;
width: 100%;
  font-weight: 400;
  border-width: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

#contact-us #gform_submit_button_1 {
    text-transform: uppercase!important;
      padding: 28px 8% !important;
}

#contact-us .gform_footer {
    padding-top: 0px;
    margin-top: 0px;
}

#contact-us #gform_submit_button_1:hover {
    background-color: #a01c2c!important;
}

#contact-us #gform_submit_button_1:focus {
    background-color: #a01c2c!important;
}

#contact-us input::placeholder {
    color: #fff !important;
}

#contact-us input:focus::placeholder {
    color: #000 !important;
}

#contact-us input:focus {
    color: #000 !important;
    background-color: #fff;
}

#contact-us .name_first input {
    padding: 14px 8% !important;
}

#contact-us .name_last input {
    padding: 14px 8% !important;
}

#contact-us textarea {
    color: #ffffff !important;
background-color: rgba(255,255,255,0.24);
border-radius: 30px 30px 30px 30px;
overflow: hidden;
padding: 14px 4%!important;
  font-size: 16px;
width: 100%;
  font-weight: 400;
  border-width: 0;
      overflow-y: auto;
}

#contact-us textarea::placeholder {
    color: #fff !important;
}

#contact-us textarea:focus::placeholder {
    color: #000 !important;
}

#contact-us textarea:focus {
    color: #000 !important;
    background-color: #fff;
}

#contact-us .gform_wrapper div.validation_error {
  color: pink;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid pink;
  border-bottom: 2px solid pink;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

#contact-us .gform_wrapper .validation_message {
  color: pink;
  font-weight: 700;
  letter-spacing: normal;
}

@media only screen and (min-width: 641px) {
#contact-us .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}

}

@media only screen and (max-width: 641px) {
    #contact-us .name_first input {
  padding: 14px 4%!important;
}
    
    #contact-us .name_last input {
  padding: 14px 4%!important;
}
    
    .name_first {
     margin-bottom: 16px !important;
    }
    
    .name_last {
     margin-bottom: 16px !important;
    }
}

.contact-form .gform_button {
border-radius: 5px;
letter-spacing: 2px;
}

input.et_pb_s:focus {
    background-color: #0696b7;
    color: #2d3940 !important;
}
  
.et_pb_search.et_pb_text_align_center .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit {
    background-color: #003a5e;
    font-size: 13px;
  color: #fff !important;
  }

.classes-btn {
background-color: #d31245;
padding: 0.25em 0.75em;
color: #fff !important;
}

.support-btn:hover {
background-color: #aa0f3f;
}

.trainingboxes a {
	color: #d31245!important;
	font-weight: 700!important;
}

.trainingboxes:first-of-type {
  margin-top: 10px;
}

.red-btn {
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    background-color: #d31245;
    cursor: pointer;
    width: 150px;
    margin: 0 auto;
    padding: 5px 20px;
}

.red-btn:hover {
  background-color: #aa0f3f;
}

.nav li li {
    line-height: 1.4em;
}

.coursetitle {
    font-weight: 500;
  margin-bottom: 7px;
  color: #000;
}

.trainingboxes>.coursetitle:first-of-type {
  margin-bottom: 20px !important;
  text-transform: uppercase;
  color: #d31245;
}

.trainingboxes {
    background-color: transparent;
    border: solid #ccc 2px !important;
    border-radius: initial !important;
    padding: 20px;
    margin-bottom: 20px;
}

.trainingboxes div div[style] {
  padding-left: 0px !important;
}

.trainingboxes div div a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
} 

.dob p {
  display: none;
}

.nav li ul {
  border-top: 0px;
}

.current-menu-item a {
    color: #d31245 !important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-weight: 700;
    color: #231f20!important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
    font-weight: 700;
    color: #d31245!important;
}

input[name="signup_status_submit"], input[name="admin_reg_submit"], input[name="searchSubmit"] {
  border: 0px;
    color: #fff;
    text-transform: uppercase;
    background-color: #d31245;
    cursor: pointer;
    margin: 0 auto;
    padding: 5px 20px;
}

input[name="signup_status_submit"]:hover, input[name="admin_reg_submit"]:hover, input[name="searchSubmit"]:hover {
background-color: #aa0f3f;
}

select[name="signup_status"],
input[name="searchTerm"],
input[name="ref_unumber"] {
  height: 28px;
}

#signup_status {
  margin-bottom: 20px;
}

.trainingboxes:first-of-type hr {
  max-width: 800px;
    margin-left: 0px;
    color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: 0px !important;
  margin-bottom: 15px;
}

.trainingboxes:first-of-type hr:first-of-type {
  display: none;
}

.trainingboxes table[style] {
  border: 0px !important;
}

.trainingboxes table:not(.variations), .trainingboxes table {
    border: 0px !important;
  max-width: 800px;
}

.trainingboxes tr th, .trainingboxes thead th,.trainingboxes tr th, .trainingboxes thead th {
    color: #555;
    font-weight: bold;
    padding: 9px 0px;
  border: 0px;
}

.trainingboxes tr th:nth-of-type(2), .trainingboxes tr th:nth-of-type(3) {
  text-align: center;
}

.trainingboxes  tr td, .trainingboxes tr td {
    border-top: 1px solid #eee;
    padding: 6px 0px;
  border: 0px;
}

.trainingboxes tr:nth-of-type(2) {
  border-top: 1px solid #cccccc;
}

.trainingboxes tr:nth-of-type(3) {
  border-bottom: 1px solid #cccccc;
}

.trainingboxes form:nth-of-type(2) {
  margin-bottom: 20px;
}

.trainingboxes form:nth-of-type(2) span {
  display: block;
}

@media only screen and (max-width: 750px) {
  input[name="signup_status_submit"], input[name="searchSubmit"], input[name="admin_reg_submit"] {
    margin-top: 10px;
    display: block;
    width: 100%;
  }

}

#mulpage {
  overflow-x: scroll;
}


.et_pb_sidebar_0 .widget_text .huc {
  display: none;
}

.et_pb_sidebar_0 .huc:first-of-type, .et_pb_sidebar_0 .huc:nth-of-type(2), .et_pb_sidebar_0 .huc:nth-of-type(4) {
  display: block !important;
}

sup {
  bottom: 0.2em !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .current-menu-item a {
  color: #d31245 !important;
}
@media (min-width: 601px) {
  #ctf_login, #ctf_login2  {
    max-width: 500px;
    min-width: 450px;
    margin: 0 auto;
  }
}


#ctf_login h1,#ctf_login2 h1 {
  color: #000;
  text-align: center;
}

#ctf_login h1 span, #ctf_login2 h1 span {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

#ctf_login input#user_login, #ctf_login2 input#user_login {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  background-color: #d31245;
  cursor: pointer;
  width: 150px;
  margin: 0 auto;
  padding: 5px 20px;
  display: block;
}

#ctf_login input#user_login:hover, #ctf_login2 input#user_login:hover {
  background-color: #aa0f3f;
}


#login_form .unumber {
  display: inline-block;
    width: 40%;
    text-align: center;
  vertical-align: top;
  font-size:16px;
}

#login_form .dob {
  display: inline-block;
    width: 59%;
    text-align: center;
  vertical-align: top;
}
#login_form .unumber p, #login_form .dob p {
  font-size:16px !important;
}

@media (max-width: 600px) {
  #ctf_login, #ctf_login2 {
  
  min-width: 100%;
  margin: 0 auto;
}
  #login_form .unumber {
  display: block;
    width: 100%;
    margin-bottom: 10px;
}
  #login_form .dob {
  display: block;
    width: 100%;
    margin-bottom: 15px;
}
  
  #ctf_login h1 span, #ctf_login2 h1 span {
  font-size: 12px;
    line-height: 14px;
}

}

.trainingboxes {
	border: 0px!important;
	padding:18px!important;
}
@media (max-width: 980px) {
.et_password_protected_form {
	padding: 0px 20px!important;
	width: 80%;
	margin: 0 auto;
}
}

.et_password_protected_form p {
	padding:20px 0!important;
}

.et_password_protected_form p input {
	max-width: 30%!important;
}

@media (max-width: 980px) {
	.et_password_protected_form p input {
	max-width: 50%!important;
}
}

.et_password_protected_form p button {
	float: left!important;
}

@media (max-width:980px) {
	body.courses-template-default .et_pb_section {
		padding-top:0px!important;
		padding-bottom: 0px!important;
	}
}

div#ctf_login2 {
  margin-bottom: 50px;
}

.et_password_protected_form {
	max-width:1040px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 25px;
}

.courselist a {
	color:#d31245 !important;
}

.redbutton {
    font-size: 16px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    color:#ffffff;
    background-color: #d31245;
    border-width: 0px!important;
    border-radius: 0px;
    padding-top: 8px!important;
    padding-right: 20px!important;
    padding-bottom: 8px!important;
    padding-left: 20px!important;
}

.et_pb_social_media_follow {
  display: none;
}