/*
Theme Name:         TKC Theme
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            5.2.3
Author:             Luke Hathaway

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 

	This stylesheet will not be loaded by default.
	
	The main stylesheet in css/style.css and
  scss/style.scss.

-------------------------------------------------- */

/*--------------------------------------------------------------
TKC TinyMCE Styles
--------------------------------------------------------------*/

.small-caps {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.small-caps * {
  text-transform: lowercase;
  font-variant: small-caps;
}

.small-caps a {
  text-decoration: none;
  font-size: 18px;
}
.all-caps * {
  text-transform: uppercase;
}

.mce-hero-text {
  /*font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;*/
}

.mce-light-gold-text {
  color: #f5f3ee;
}