/*******************************************/
/************** CUSTOMIZER STYLE ***********/
/*******************************************/
@font-face {
    font-family: 'genericons';
    src: url( 'fonts/fonts/genericons-regular-webfont.eot' );
    src: url( 'fonts/fonts/genericons-regular-webfont.eot?#iefix' ) format( 'embedded-opentype' ),
         url( 'fonts/fonts/genericons-regular-webfont.woff' ) format( 'woff' ),
         url( 'fonts/fonts/genericons-regular-webfont.ttf' ) format( 'truetype' ),
         url( 'fonts/fonts/genericons-regular-webfont.svg#genericonsregular' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}
/* MAIN SECTION */
#customize-theme-controls .accordion-section-content {
  padding: 10px 10px 15px;
}
#customize-theme-controls #accordion-section-tc_font_customizer_settings.open > h3, #customize-theme-controls #accordion-section-tc_font_customizer_settings > h3:focus, #customize-theme-controls #accordion-section-tc_font_customizer_settings > h3:hover {
  border-bottom: 1px solid #EEE;
  background: #483D65!important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: border,background,color 0 ease-in;
  transition: none;
}
.wfc-font-text {
  color: #483D65;
  font-family: 'PT Sans';
  font-size: 19px;
}
/*.wfc-font-text:before {
  content: '\f445';
  font-family: genericons;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 18px;
  line-height: 0px;
  top: 2px;
  position: relative;
}*/
.wfc-customizer-text {
  font-family: 'Lobster Two';
  font-style: italic;
  font-weight: 500;
  font-size: 19px;
  color: #7C8E54;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.61);
}
.control-section.open .wfc-font-text, .control-section.open .wfc-customizer-text, .tc-hover .wfc-font-text, .tc-hover .wfc-customizer-text, .tc-hover .wfc-font-text,.tc-hover .wfc-customizer-text, #accordion-section-tc_font_customizer_settings > h3:focus span  {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.61);
}
/* Upgrade */
.tc-open-upgrade {
  color: #EEA236;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Roboto';
}
.tc-open-upgrade:before {
  content: '\f455';
  font-family: 'genericons';
  font-size: 15px;
  position: relative;
  top: 3px;
}
.tc-open-upgrade:hover{
  color: #D58512;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
#tc-upgrade-wrapper {
  display: none;
  position: relative;
}
#tc-upgrade-wrapper p {
  text-align: justify;
  font-family: 'Roboto';
  font-size: 13px;
}
.tc-upgrade-button {
  color: #FFF;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
  background: #F0AD4E;
  border-color: #EEA236;
  display: block;
  padding: 8px 0px;
  margin: auto;
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 1.428571429; */
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tc-upgrade-button:hover {
  background: #ED9C28;
  border-color: #D58512;
  color: #FFF;
  transition: background,border-color .25s ease-in-out;
  -moz-transition: background,border-color .25s ease-in-out;
  -webkit-transition: background,border-color .25s ease-in-out;
}
.tc-cancel-upgrade {
  position: absolute;
  right: 0;
  top: -35px;
}
/*******************************
************************** ZONES
********************************/
/* CUSTOM SELECTOR ZONE */
.tc-add-custom-selector.button {
  color: #7c8e54;
  border-color: #98AC6C;
  display: inline-block;
  float: right;
  margin-bottom: 5px;
}
.tc-add-custom-selector.button:hover {
  color: #98AC6C;
  border-color: #7C8E54;
  transition: color,border-color .25s ease-in-out;
  -moz-transition: color,border-color .25s ease-in-out;
  -webkit-transition: color,border-color .25s ease-in-out;
}
.tc-add-custom-selector.button:after {
  content: '+';
  font-size: 18px;
  padding-left: 8px;
  font-weight: bold;
  color: #98AC6C;
}
.custom-input-wrap {
  display: none;
  color: #C09853;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F0F3E9;
  border: 1px solid #B0C08C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 95%;
  clear: both;
}
.custom-input-wrap .button, .tc-add-custom-selector .button {
  color: #7c8e54;
  border-color: #FBEED5;
  display: inline-block;
  clear: both;
  width: 48%;
  margin: 5px 4px 0px 0px;
  text-align: center;
}
.custom-input-wrap .button:hover {
  color: #98AC6C;
  border-color: #98AC6C;
  transition: color,border-color .25s ease-in-out;
  -moz-transition: color,border-color .25s ease-in-out;
  -webkit-transition: color,border-color .25s ease-in-out;
}
.custom-input-wrap input[type=text]:focus {
  border-color: #98AC6C;
}
.tc-custom-selector-field {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 0;
  padding: 2px 0px;
}
.tc-custom-selector-field > input[type=text] {
  width: 100%;
}

.tc-custom-selector-field > input[type=text]::-webkit-input-placeholder {
   color: #CCC;
   font-style: italic;
   font-family:'PT sans';
   font-size: 11px;
}

.tc-custom-selector-field > input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #CCC;
   font-style: italic;
   font-family:'PT sans';
   font-size: 11px;  
}

.tc-custom-selector-field > input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #CCC;
   font-style: italic;
   font-family:'PT sans';
   font-size: 11px;  
}

.tc-custom-selector-field > input[type=text]:-ms-input-placeholder {  
   color: #CCC;
   font-style: italic;
   font-family:'PT sans';
   font-size: 11px;  
}

.tc-custom-selector-field > h3 {
  font-size: 15px!important;
  color: #7c8e54;
  text-align: center;
  margin: 5px 0px;
  line-height: 16px;
}
.tc-custom-selector-field > h3:before {
  content: '\00b7\00a0';
}
.tc-custom-selector-field > h3:after {
  content: '\00a0\00b7';
}
.tc-custom-selector-field > span {
  color: #7c8e54;
  max-width: 85%;
  display: block;
  line-height: 16px;
  padding-top: 6px;
}
.is-custom .font-customizer-title > a, .is-custom .font-customizer-title:before, .is-custom .font-customizer-title-font {
  color: #7C8E54;
}
.is-custom .font-customizer-title > a:hover{
  color: #98AC6C;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

#tc-zone-custom h3.tc-zone-title {
  color: #7C8E54;
}
#tc-zone-custom .hover .tc-zone-title {
  color: #98AC6C;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
#tc-zone-custom .tc-active-zone .tc-selector {
  background-color: #7C8E54;
}
#tc-zone-custom .hover .tc-active-zone .tc-selector {
  background-color:#98AC6C;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
/* GENERAL ZONE STYLE*/
h3.tc-zone-title {
  cursor: pointer;
  color: #483D65;
  float: left;
  max-width: 166px;
  min-height: 20px;
  margin: 0em 0em 0.2em 0em;
  text-transform: none;
  font-size: 16px!important;
  line-height: 20px;
  overflow: hidden;
  /*white-space: nowrap;*/
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

h3.tc-zone-title:hover {
  color:#8D79C2;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
h3.tc-zone-title:before {
  content: '\203A';
  font-size: 19px;
  width: 4px;
  padding-right: 8px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-perspective: 500;
}
.tc-zone-section.open ul > li > h3.tc-zone-title:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.tc-zone-section {
  display: inline-block;
  padding: 5px 0px 0px 5px;
  width: 100%;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tc-zone-section.open {
  background: #F8F8F8;
  -webkit-box-shadow: inset 0 0px 8px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.21);
  transition: background .85s ease-in-out;
  -moz-transition: background .85s ease-in-out;
  -webkit-transition: background .85s ease-in-out;
}

.tc-zone-content {
  display: none;
  float: left;
  /*overflow: hidden;*/
  padding-top: 0px;
  padding-left: 0%;
  padding-bottom: 5px;
  width: 97%;
}


/* LAYOUT STYLES */

/* MAIN WRAPPER */
.tc-zone-title-wrap {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}

.tc-layout-wrapper {
  width: 60px;
  height: 60px;
  float: left;
  border: 1px solid #BEBEBE;
  background: #FFF;
  padding: 1px;
  margin-right: 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Zones WRAPPERS */
.tc-zones-wrapper a {
  color: #483d65;
}
.tc-zones-wrapper a:hover, .tc-zones-wrapper a:active {
  color: #8D79C2;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
.tc-zones {
    width: 98%;
    padding: 1%;
    border: 0px solid #666;
}
.tc-layout-header {
    height: 14%;
    margin-bottom: 2%;
}
.tc-layout-marketing {
  height: 20%;
  margin-bottom: 2%;
}
.tc-layout-sidebars {
  height: 37%;
  float: left;
  width: 29%;
}
.tc-layout-post {
  height: 18%;
  margin-bottom: 1px;
  float: right;
  width: 63%;
}
.tc-layout-comments {
  height: 17%;
  margin-bottom: 1px;
  float: right;
  width: 63%;
}
.tc-layout-footer {
  height: 12%;
  float: left;
}


/* SELECTORS */
.tc-selector {
  background: #EEE;
  float: left;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
}
.tc-zones-wrapper .open .tc-selector, .tc-zone-section .hover .tc-selector {
  background: #D6D6D6;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.tc-active-zone .tc-selector {
  background-color: #483d65;
}
.tc-zones-wrapper .open .tc-active-zone .tc-selector, .tc-zone-section .hover .tc-active-zone .tc-selector {
  background-color: #8D79C2;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.tc-layout-site-title {
  width: 25%;
  height: 50%;
  margin-bottom: 1%;
}
.tc-layout-site-description {
  width: 40%;
  height: 50%;
  float: right
}
.tc-layout-menu {
  width: 100%;
  height: 48%;
}
.tc-layout-slider {
    width: 100%;
    height: 100%;
}
.tc-layout-slider:before {
    content: "\2039";
    float: left;
    padding-left: 1px;
}
.tc-layout-slider:after {
    content: "\203A";
    float: right;
    padding-right: 1px;
}
.tc-layout-slider:after, .tc-layout-slider:before {
    font-size: 14px;
    line-height: 10px;
    color: #C2C2C2;
    font-weight: bold;
}
.tc-active-zone .tc-layout-slider:after, .tc-active-zone  .tc-layout-slider:before {
    color: #fff;
}
.tc-layout-featured-pages {
    width: 100%;
    height: 100%;
}
.tc-layout-single-sidebar {
    width: 100%;
    height: 100%;
    margin-right: 3%;
}
.tc-layout-content {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}
.tc-layout-single-comment {
  height: 3px;
  float: right;
}
.tc-layout-single-comment.one {
  width: 79%;
  margin-bottom: 2px;
}
.tc-layout-single-comment.two {
  width: 57%;
  margin-bottom: 1px;
}
.tc-layout-footer-widgets {
  width: 30%;
  float: left;
  height: 70%;
  margin-right: 4%;
  margin-bottom: 2%;
}
.tc-layout-footer .last {
    margin-right: 0;
    width: 31%;
}
.tc-layout-colophon {
    width: 100%;
    height: 28%;
    margin-top: 1px;
}

/* Paragraphs */
.tc-paragraph {
  width: 100%;
  height: 7%;
  margin-top: 1px;
  background: #483D65;
}
.tc-zones-wrapper .open .tc-paragraph, .tc-zone-section .hover .tc-paragraph {
  background: #8D79C2;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.tc-layout-wrapper .half {
  width: 50%;
}

/* headings */
.tc-headings {
  margin-bottom: 1px;
  clear: both;
  background: #483D65;
}
.tc-zones-wrapper .open .tc-headings, .tc-zone-section .hover .tc-headings {
  background: #8D79C2;
  transition: background .25s ease-in-out;
  -moz-transition: background .25s ease-in-out;
  -webkit-transition: background .25s ease-in-out;
}
.tc-layout-wrapper .h1 {
  width: 100%;
height: 20%;
}
.tc-layout-wrapper .h2 {
  width: 75%;
height: 17%;
}
.tc-layout-wrapper .h3 {
  width: 55%;
height: 17%
}
.tc-layout-wrapper .h4 {
 width: 40%;
height: 14%;
}
.tc-layout-wrapper .h5 {
  width: 30%;
height: 12%;
}
.tc-layout-wrapper .h6 {
  width: 25%;
  height:11%
}

/* BLOCKQUOTE */
.tc-blockquote {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
}
.tc-blockquote-icon {
  color: #483d65;
}
.tc-blockquote-icon:before {
  font-size: 45px;
  content: '\f106';
  text-shadow: 0 1px 0 #FFF;
  display: block;
  left: 9%;
  line-height: 135%;
  position: relative;
}
.tc-zones-wrapper .open .tc-blockquote-icon, .tc-zones-wrapper .hover .tc-blockquote-icon {
  color: #8D79C2;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}



/* LINKS */
.tc-link {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.21);
}
.tc-link-icon {
  color: #483d65;
}
.tc-link-icon:before {
  font-size: 45px;
  content: '\f107';
  text-shadow: 0 1px 0 #FFF;
  display: block;
  left: 9%;
  line-height: 147%;
  position: relative;
}
.tc-zones-wrapper .open .tc-link-icon, .tc-zones-wrapper .hover .tc-link-icon {
  color: #8D79C2;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

/*******************************
*************** SELECTOR SECTION
********************************/
.tc-accordion-subsection > h3:after {
  content: '\00a0\00b7';
}
.tc-accordion-subsection > h3:before {
  content: '\00b7\00a0';
}
.tc-accordion-subsection > h3 {
  font-size: 15px!important;
  /* font-style: italic; */
  text-align: center;
}
.tc-accordion-section-content {
  display: none;
  /*overflow: hidden;*/
  padding-top: 0px;
  padding-left: 3%;
  border-left: 2px dotted #8BADBD;
  width: 96%;
}
li[id*="customize-control-tc_font"]:before {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #D6D6D6;
}
li[id*="customize-control-tc_font"] {
  line-height: 1px;
  margin-bottom: 0;
  min-height: 56px;
}
/* Hide controls on load when they are not wrapper in zones, since wp 4.1+ */
.hidden-on-load {
  display: none!important;
}
li[id*="accordion-section-tc_font_"] > .accordion-section-content {
  overflow: visible;
}
.tc-customizer-section {
  width: 100%;
  clear: both;
  display: inline-block;
  margin-bottom: 0;
}
.tc-setting-title-wrapper {
  cursor: pointer;
  float: left;
  width: 100%;
}
.font-customizer-title {
  float: left;
  width: 72%;
  min-height: 20px;
  margin: 0.6em 0 0.2em 0;
  text-transform: none;
  font-size: 16px!important;
  line-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #483d65;
  text-transform: none;
  text-shadow: 0 1px 0 #FFF;
}

.tc-zone-content > li:first-child .font-customizer-title {
  margin-top: 5px;
}

.font-customizer-title:hover {
  color: #8D79C2;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}
.font-customizer-title:before {
  content: '+';
  font-size: 14px;
  width: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
}
.open > ul > li > .font-customizer-title:before {
  content: '-';
}


.font-customizer-title-font {
  font-family: "Open Sans",sans-serif;
  font-size: 11px;
  line-height:16px;
  color:#483d65;
  padding: 0 0 0 5px;
  display: block;
  float: left;
  clear: both;
  text-transform: none;
  font-style: italic;
}



.tc-font-setting-title {
  float: left;
  font-weight: normal;
  font-size: 13px;
  padding: 2px 0px;
}
.wp-picker-container {
  float: right;
  margin-bottom: 7px;
}
.wp-color-result {
  margin: 0 0px 6px 0;
}
.tc-number-input, .tc-select-input {
  float: right;
}

/* RESET ALL POSITION AND STYLE */
li[id*="accordion-section-tc_font_"] p.description {
  float: left;
  width: 65%;
}

.tc-reset-all-block {
  float: right;
  width: 35%;
  text-align: right;
}
/* SINGLE RESET */
.tc-reset-block {
  min-height: 26px;
  text-align: right;
  float: right;
  max-width: 29%;
  margin-top: 6px;
  margin-right: 2px;
}
.tc-reset-block .tc-open-single-reset.button , .tc-open-all-reset.button {
  display: none;
  height: 21px!important;
  padding: 0 5px 0 3px!important;
}
.tc-reset-block .tc-open-single-remove.button:hover, .tc-reset-block .tc-open-single-edit.button:hover, .tc-reset-block .tc-open-single-reset.button:hover {
  border-color: #7C8E54;
  transition: border-color .25s ease-in-out;
  -moz-transition: border-color .25s ease-in-out;
  -webkit-transition: border-color .25s ease-in-out;
}
.tc-open-button.button, .tc-open-all-reset.button {
  color: #999;
  margin-left: 1px;
  float: left;
  height: 21px!important;
  padding: 0 5px 0 3px!important;
}
.tc-open-button.button{
  display: inline-block;
  height: 21px!important;
}
.tc-single-reset, .tc-single-remove{
    cursor: pointer;
}
.tc-customizer-icon {
  font-family: 'genericons';
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 0;
  font-size: 13px;
  line-height: 0px;
  bottom: 3px;
  left: 1px;
  position: relative;
}
.tc-remove-icon:before {
  content: '\f407';
  color: #7C8E54;
}
.tc-edit-icon:before {
  content: '\f411';
  color: #7C8E54;
}
.is-custom .tc-reset-icon:after {
  color: #7C8E54;
}
.tc-reset-icon:after {
  content: '\f420';
}
.tc-open-all-reset.button {
  float: right;
}
.tc-open-all-reset a {
  color: #483d65;
}
.tc-open-all-reset a:hover {
  color: #8D79C2;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out;
}

.tc-open-all-reset .tc-reset-icon {
  top: -5px;
  position: relative;
}
.tc-reset-all-block .tc-reset-icon:after {
  line-height: 21px;
  position: relative;
  top: 2px;
  padding-left: 4px;
}
.tc-alert {
  display: none;
  clear: both;
  color: #F00;
  padding: 5px;
  margin-top: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #EEE;
  border: 1px solid #F00;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tc-alert p {
  padding: 5px;
  margin: 0px;
}
.message.settings-updated {
  display:none;
  text-align: center;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
  padding: 2px 2px 3px 2px;
  margin-top: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  clear: both;
}

.message.settings-updated p {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}

/* SAVE AS JSON */
#tc-save-json{
  background-color: #FFF;
  color: #666;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #EEE;
  margin: 0;
  padding: 4px 15px 4px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tc-save-json h3 {
  font-size: 13px;
  margin-bottom: 1px;
  margin-top: 0px;
  width: 94%;
}


/*
 This css and associated images borrow heavily from the fantastic 
 chosen select box plugin.
 
 Copyright (c) 2011 Harvest http://getharvest.com

 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
*/
/*******************************************/
/***************** FONT PICKER *************/
/*******************************************/

.tc-div-select {
  font-size: 16px;
  width: 100%;
  position: relative;
  display: inline-block;
  float: right;
  zoom: 1;
  *display: inline;
}

.tc-div-select .tc-dropdown {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: relative;
  top: 0px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}

.tc-div-select > a {
  background-color: #F9F9F9;
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #CCC;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}

.tc-div-select > a span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.8;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}

.tc-div-select > a div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #eee;
  border-left: 1px solid #CCC;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.tc-div-select > a div b {
  background: url('img/fs-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tc-div-select .tc-dropdown {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.tc-div-select .tc-list-items {
  margin: 0 4px 4px 0;
  max-height: 390px;
  width: 98%;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.tc-div-select .tc-list-items li.tc-font-list {
  padding: 7px 10px 8px;
  color: #8D79C2;
  font-weight: bold
}

/*.tc-div-select .tc-list-items li.tc-font-list.active {
  background: #FFF;
  color: #8D79C2;
}*/

.tc-div-select .tc-list-items .tc-font-list ul {
  padding-top: 8px;
}

.tc-div-select .tc-list-items li {
  line-height: 95%;
  padding: 7px 10px 8px;
  margin: 0;
  list-style: none;
  font-size: 17px;
  /*color: #555;*/
  font-weight: normal
}

.tc-div-select .tc-list-items li.active {
/*  background: #8D79C2;*/
  background-color: #F3F3F3;
  /*color: #000;*/
  cursor: pointer;
}
.tc-div-select .tc-list-items li em {
  background: #feffde;
  font-style: normal;
}

.tc-div-select .tc-list-items li.active em {
  background: transparent;
}

.tc-div-select-active > a {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}

.tc-div-select-active > a {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.tc-div-select-active > a div {
  background: transparent;
  border-left: none;
}

.tc-div-select-active > a div b {
  background-position: -18px 1px;
}


/* COMPLEMENTARY STYLES */
.tc-select-static-effect ul.tc-list-items {
  background-color: #EEE;
}
.tc-select-static-effect ul.tc-list-items li.tc-single-item {
  font-size: 27px;
  line-height: 33px;
  font-weight: bolder;
  overflow: hidden;
}
.tc-select-static-effect ul.tc-list-items li.tc-single-item.active {
  -webkit-mask-image: none;
}
.tc-single-item {
  color: #555;
}





/*******************************************/
/************ GOOGLE FONT EFFECTS***********/
/*******************************************/

.font-effect-3d-one {
  text-shadow: 0px 1px 0px #c7c8ca, 0px 2px 0px #b1b3b6, 0px 3px 0px #9d9fa2, 0px 4px 0px #8a8c8e, 0px 5px 0px #77787b, 0px 6px 0px #636466, 0px 7px 0px #4d4d4f, 0px 8px 7px #001135!important;
  color: #fff;
}
.font-effect-3d-two {
text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
}
.font-effect-3d-float {
  text-shadow: 0 0.032em 0 #b0b0b0, 0px 0.15em 0.11em rgba(0,0,0,0.15), 0px 0.25em 0.021em rgba(0,0,0,0.1), 0px 0.32em 0.32em rgba(0,0,0,0.1)!important;
  color: #fff;
}
.font-effect-anaglyph {
  text-shadow: -0.06em 0 #F00, 0.06em 0 #0FF!important;
}
.font-effect-brick-sign {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/brick-sign.png);
  color: #600;
}
.font-effect-canvas-print {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/canvas-print.png);
  color: #7A5C3E;
}
.font-effect-crackle {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/crackle.png);
  color: #963;
}
.font-effect-decaying {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/decaying.png);
  color: #958e75;
}
.font-effect-destruction {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/destruction.png);
  color: red;
}
.font-effect-distressed {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/distress-light.png);
  color: #306;
}
.font-effect-distressed-wood {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/distressed-wood.png);
  color: #4d2e0d;
}
.font-effect-emboss {
  text-shadow: 0px 1px 1px #fff, 0 -1px 1px #000!important;
  color: #ddd;
}
.font-effect-inset {
  background-color: #666666!important;-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;color: transparent!important;text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
.font-effect-fire {
  text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70, 0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40!important;
  color: #ffe;
}
@-webkit-keyframes font-effect-fire-animation-keyframes {
  0% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  25% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.05em 0.17em #FE0, 0.04em -0.12em 0.22em #FC0, 0.04em -0.13em 0.27em #F90, 0.05em -0.23em 0.33em #F70, 0.07em -0.28em 0.47em #F70, 0.1em -0.3em 0.8em #F50, 0.1em -0.3em 0.9em #F40;
  }
  50% {    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
  75% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0 -0.06em 0.18em #FE0, 0.05em -0.15em 0.23em #FC0, 0.05em -0.15em 0.3em #F90, 0.07em -0.25em 0.4em #F70, 0.09em -0.3em 0.5em #F70, 0.1em -0.3em 0.9em #F50, 0.1em -0.3em 1.0em #F40;
  }
  100% {
    text-shadow: 0 -0.05em 0.2em #FFF, 0.01em -0.02em 0.15em #FE0, 0.01em -0.05em 0.15em #FC0, 0.02em -0.15em 0.2em #F90, 0.04em -0.20em 0.3em #F70,0.05em -0.25em 0.4em #F70, 0.06em -0.2em 0.9em #F50, 0.1em -0.1em 1.0em #F40;
  }
}
.font-effect-fire-animation {
  -webkit-animation-duration:0.8s;
  -webkit-animation-name:font-effect-fire-animation-keyframes;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  color: #ffe;
}
.font-effect-fragile {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/fragile.png);
  color: #663;
}
.font-effect-grass {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/grass.png);
  color: #390;
}
.font-effect-ice {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/ice.png);
  color: #0cf;
}
.font-effect-mitosis {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/mitosis.png);
  color: #600;
}
.font-effect-neon-blue {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #696fe0,0 0 0.6em #000be0, 0 0 0.8em #000be0, 0 0 1.0em #000be0, 0 0 1.2em #000be0!important;
  color: #fff;
}
.font-effect-neon-green {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #96b553,0 0 0.6em #7bb500, 0 0 0.8em #7bb500, 0 0 1.0em #7bb500, 0 0 1.2em #7bb500!important;
  color: #fff;
}
.font-effect-neon-orange {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #e8bb63,0 0 0.6em #e89a00, 0 0 0.8em #e89a00, 0 0 1.0em #e89a00, 0 0 1.2em #e89a00!important;
  color: #fff;
}
.font-effect-neon-pink {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #f7f,0 0 0.6em #f0f, 0 0 0.8em #f0f, 0 0 1.0em #f0f, 0 0 1.2em #f0f!important;
  color: #fff;
}
.font-effect-neon-red {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #e06969,0 0 0.6em #e00000, 0 0 0.8em #e00000, 0 0 1.0em #e00000, 0 0 1.2em #e00000!important;
  color: #fff;
}
.font-effect-neon-grey {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #a8a8a8,0 0 0.6em #5a5a5a, 0 0 0.8em #5a5a5a, 0 0 1.0em #5a5a5a, 0 0 1.2em #5a5a5a!important;
  color: #fff;
}
.font-effect-neon-black {
  text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #7f7f7f,0 0 0.6em #000000, 0 0 0.8em #000000, 0 0 1.0em #000000, 0 0 1.2em #000000!important;
  color: #fff;
}
.font-effect-neon-white {
  text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
  color: #fff;
}
.font-effect-outline {
  text-shadow:0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000!important;
  color: #fff;
}
.font-effect-putting-green {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/putting-green.png);
  color: #390;
}
.font-effect-scuffed-steel {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/scuffed-steel.png);
  color: #acacac;
}
.font-effect-shadow-simple {
  text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
}
.font-effect-shadow-soft {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}
.font-effect-shadow-distant {
  text-shadow: 0px 3px 0px #b2a98f,0px 14px 10px rgba(0,0,0,0.15),0px 24px 2px rgba(0,0,0,0.1),0px 34px 30px rgba(0,0,0,0.1);
}
.font-effect-shadow-close-one {
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
.font-effect-shadow-close-two {
  text-shadow: 0 1px #808D93, -1px 0 #CDD2D5, -1px 2px #808D93, -2px 1px #CDD2D5, -2px 3px #808D93, -3px 2px #CDD2D5, -3px 4px #808D93, -4px 3px #CDD2D5, -4px 5px #808D93, -5px 4px #CDD2D5, -5px 6px #808D93, -6px 5px #CDD2D5, -6px 7px #808D93, -7px 6px #CDD2D5, -7px 8px #808D93, -8px 7px #CDD2D5;
}
.font-effect-shadow-multiple {
  text-shadow: .04em .04em 0 #fff,.08em .08em 0 #aaa!important;
  -webkit-text-shadow: .04em .04em 0 #fff, .08em .08em 0 #aaa;
}
.font-effect-vintage-retro {
  text-shadow: 3px 3px 0px #eee, 5px 5px 0px #707070;
}
.font-effect-splintered {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/splintered.png);
  color: #5a3723;
}
.font-effect-static {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/static.png);
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #999999, 0 0 10px #000000!important;
  color: #343956;
}
.font-effect-stonewash {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/stonewash.png);
  color: #343956;
}
.font-effect-vintage {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/distress-medium.png);
  color: #db8;
}
.font-effect-wallpaper {
  -webkit-mask-image: url(//themes.googleusercontent.com/static/patterns/wallpaper.png);
  color: #9c7;
}
