#accordion-section-tc_fpc > ul.accordion-section-content {
	min-height: 146px;
}

/*#accordion-section-tc_fpc > ul > li:nth-child(2) {
	margin-top: 0px;
}
*/
#accordion-section-tc_fpc .customize-control {
	margin-bottom: 10px;
}

.tc-notice {
	float: left;
}
.tc-check-label {
	float: left;
	width: 85%;
}
#accordion-section-tc_fpc .fpc-section-title {
	/*font-family: "lobster two" ,"sans-serif";*/
	text-transform: uppercase;
	text-align: center;
	font-size: 21px;
	line-height: 23px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 8px;
	color: #000;
	font-weight: normal
}

.control-section .accordion-section-title {
	padding: 6px 20px!important;
}
.control-section .accordion-section-title:after {
	top: 7px;
}
#customize-theme-controls h3.accordion-section-title {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

#customize-theme-controls .control-section:hover .accordion-section-title::after, #customize-theme-controls .control-section .accordion-section-title:hover::after, #customize-theme-controls .control-section.open .accordion-section-title::after, #customize-theme-controls .control-section .accordion-section-title:focus::after {
	color: #FFF;
}
.customize-control-checkbox label {
	line-height: 16px;
}
.customize-control-title {
	color: #2E2E2E;
}
.tc-customizr-title {
	color: #21759B;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFF;
	margin: 1em 0em 0em 0em;
	font-size: 15px!important;
}
.tc-after-button {
	border-color: white;
	margin-top:15px;
}
.tc-emphasize {
	line-height: 1.2em;
	color: #2E2E2E;
}
i.tc-notice {
	display: block;
	clear: both;
}
span.tc-notice {
	color: #999;
	font-size:12px;
	font-style: italic;
	clear: both;
	display: block;
}
.tc-customizer-separator-invisible {
	border:none;
	margin-top:15px;
}
.tc-skin-gen-label {
	float: left;
}
.tc-skin-gen-color-picker {
	float: right;
}
.tc-number-label {
	float: left;
}
.tc-number-input {
	float: right;
}
.tc-check-label {
	float: left;
	max-width: 85%;
}
input.iphonecheck {
	float: right;
	min-height: 18px;
}
.tc-font-select {
	float: left;
}

/* CTA */
.fpc-in-control-cta-wrap {
  background-color: #FFF;
  color: #666;
  border-left: 0;
  border-right: 0;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  clear: both;
  margin-bottom: 11px;
  width: 100%;
}

.tc-cta .tc-cta-btn:hover {
  background: #1B8D71;
  color: #FFF;
}

.tc-cta .tc-cta-btn {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
  padding: 4px 7px;
  background: #27CDA5;
  display: inline-block;
  color: #FFF;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
  border: 1px solid #1B8D71;
}

.tc-cta .tc-cta-btn:active {
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}