/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



body .nectar-button.extra-color-3 span {
color:#663090 !important;
font-weight:bold !important;
}


/* RUNNERS REGISTRATION FORM */
form.runners-form {
	background: #FFF;
	padding: 2%;
	}
.gform_wrapper form.runners-form li.gfield.field_description_below+li.gsection {
	margin-top: 80px!important;
	}

form.runners-form input[type="text"],
form.runners-form textarea,
form.runners-form input[type="email"],
form.runners-form input[type="password"],
form.runners-form input[type="tel"],
form.runners-form input[type="url"],
form.runners-form input[type="search"],
form.runners-form input[type="date"] {
	font-size: 16px;
	padding: 5px !important;
	}
form.runners-form select {
	box-shadow: none !important; -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important; -o-box-shadow: none !important;
	border: 1px solid #DDD !important;
	background-color: #F9F9F9;
	font-size: 16px;
	padding: 5px !important;
	}

body .gform_wrapper form.runners-form ul li.gfield {
	margin-bottom: 10px
	margin-top: 0;
	padding-top: 0;
	}
body .gform_wrapper form.runners-form ul li.gfield.border-top {
	border-top: 1px dotted #DDD;
	margin-top: 18px;
	padding-top: 18px;
	}
.gform_wrapper form.runners-form .gsection {
	border-bottom: none;
	border-top: 2px solid #DDD;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-top: 40px!important;
	}
.gform_wrapper form.runners-form .gsection h2 {
	color: #663090;
	font-size: 16px;
	text-transform: uppercase;
	}
body .gform_wrapper form.runners-form .top_label div.ginput_container {
	display: inline-block;
	margin-top: 0;
	width: 59%;
	}
body .gform_wrapper form.runners-form .top_label div.ginput_container.ginput_container_address {
	margin-left:-4px;	
	}
body .gform_wrapper form.runners-form .top_label .gfield_label {
	color: #222;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	margin-bottom: 0 !important;
	width: 39%;
	vertical-align: top;
	}

.gform_wrapper form.runners-form ul.gfield_checkbox li,
.gform_wrapper form.runners-form ul.gfield_radio li {
	display: inline-block;
	padding-right: 2% !important;
	}

.gform_wrapper form.runners-form span.ginput_total {
	color: #663090;
	font-size: 30px; font-weight: normal;
	}



@media only screen and (max-width: 1000px) and (min-width: 1px) {
	.page-id-843 .container-wrap {
		background: #FFF !important;
		}


	body .gform_wrapper form.runners-form .top_label div.ginput_container {
		display: block;
		width: 100%;
		}
		body .gform_wrapper form.runners-form .top_label .gfield_label {
		display: block;
		font-size: 14px;
		margin-bottom: .25em !important;
		width: 100%;
		}
}






/* Typography */

.large-p {
	  font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

/* U Code */

.nectar-parallax-scene {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.4);
    box-shadow:0px 0px 8px rgba(0,0,0,0.4);
}


.shift-left {
    position: relative;
    left: -60px;
   }
   
.center-divide .divider-small-border {
  /*  margin-left:auto;
    margin-right:auto; */
}

/* Woo */

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
	display:none;
  }

.product .nyp input.nyp-input {
    min-width: 90px;
    width: 15%;
    background-color: #fff !important;
}

/* General */
.padding3 {
  padding:3% !important;
  }

.box-shadow {
 -webkit-box-shadow: 0px 0px 11px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 11px rgba(0,0,0,0.3);
box-shadow: 0px 0px 11px rgba(0,0,0,0.3);
  }

.full-width-section img {
	margin-bottom: 15px !important;
}

.schedule-menu {
  margin-bottom:0 !important;
  }

#menu-groupx-monthly-schedules li:first-child, #menu-hsp-fit-schedules li:first-child {
	margin-top:10px;
}

#sidebar li.menu-item a {
	  border: 1px solid #e1e1e1;
    padding: 6px 10px;
  color:#2175bc;
      -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
#sidebar li.menu-item a:hover {
	border: 1px solid #ccc;
  color:#663090;
}

/* Schedule */

.page-id-109 .GXPStudio,.page-id-109 #instructorSearch {
  display:none;
  }

#scheduleGXP .GXPEntry {
  width:100% !important;
  }

#scheduleGXP .GXPLocation {
      font-weight: bold;
    color: #666;
    font-style: normal !important;
}

#scheduleGXP .GXPLocation:before {
 font-family: 'FontAwesome';
  font-size:9px;
  color:#2175bc;
  content: "\f041";
  margin-right:5px;
  }

#scheduleGXP .GXPDescription a.descGXP {
  backround-color:transparent;
  border: 1px solid #2175bc;
  padding: 1px 3px;
  border-radius:4px;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
  }

#scheduleGXP .GXPDescription a.descGXP:hover {
	background-color:#2175bc;
}

#scheduleGXP .GXPDescription a.descGXP {
  color: #2175bc !important;
  }

#scheduleGXP .GXPDescription a.descGXP:hover {
  color:#fff !important;
  }

#scheduleGXP .addToCalendar {
  float:right;
  }



.border-right {
  border-right:1px solid #e1e1e1;
  }

.blog-recent .col {
	padding:20px;
	background-color:#fff;
}

.portfolio-items .col .work-info .vert-center {
  display:none;
  }

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

#GXPMondayDay, #GXPTuesdayDay, #GXPWednesdayDay, #GXPThursdayDay, #GXPFridayDay, #GXPSaturdayDay, #GXPSundayDay {
  color:#fff !important;
  border-left:none !important;
  }

#GXPMondayDay { background:#663090 !important; }
#GXPTuesdayDay { background:#5b3c97 !important; }
#GXPWednesdayDay { background:#50469e !important; }
#GXPThursdayDay { background:#4352a6 !important; }
#GXPFridayDay { background:#385eae !important; }
#GXPSaturdayDay { background:#2c69b5 !important; }
#GXPSundayDay { background:#2175bc !important; }

/* Footer */

.footer-nav {
  text-align:center;
	background:rgba(0,0,0,0.3);
}
.footer-nav #menu-footer li {
	display:inline-block;
  padding:15px;
}

.footer-nav #menu-footer li i {
  font-size:15px;
  }