/*
	Theme Name: Simply Charming Theme, remixed by Aimee Eckhardt
	Theme URI: http://restored316designs.com/themes and www.creatrixdesign.net
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Restored 316 Designs / Aimee Eckhardt
	Author URI: http://www.restored316designs.com/ and www.creatrixdesign.net
	Version: 1.0.0

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Mailchimp
		- Gravity Forms
		- Jetpack
		- Simply Instagram
		- Genesis Responsive Slider
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Previous/Next Posts
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Simply Charming Purple
		- Simply Charming Turquoise
		- Simply Charming Cobalt
		- Simply Charming Emerald
		- Simply Charming Peach
		- Simply Charming Gold
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#555}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #ffffff;
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.home {
	background-color: #fff;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button, .event-button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #555;
	color: #fff;
}

::selection {
	background-color: #555;
	color: #fff;
}

a {
	color: #49223E;
font-weight:400;
	text-decoration: none;
}

a:hover {
	color: #555;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.dropcap {
float: left;
font-family: 'Lustria', serif;
color: #8B5274; 
font-size: 75px; 
line-height: 60px; 
padding-top: 4px;
padding-right: 8px;
padding-left: 3px
}

.callout {
font-family: 'Lustria', serif;
  color:#8B5274;
  font-size:110%;
  font-weight:700;
  line-height:1;
}

.colorbox-green {
  background-color:#EBF0E5;
  font-family:Lustria, serif;
  font-weight:300;
  margin-bottom:50px;
  padding:50px;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6f8457;
	font-family: 'Lustria', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
display:block;
margin:0 auto;
}

img {
	height: auto;
}

img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

.gallery img {
	border: none !important;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	font-size: 20px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #555;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #555;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #8b5274;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top:30px;
margin-bottom:10px;
	padding: 10px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-font-smoothing: antialiased;
}

.event-button {
background-color: #999999;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
margin-top:30px;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-webkit-font-smoothing: antialiased;
}

button:hover, event-button:hover
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #555;
	color: #fff;
}

.button, .event-button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

.home-section-1 a.button,
.home-section-1 button,
.home-section-1 input[type="button"],
.home-section-1 input[type="reset"],
.home-section-1 input[type="submit"] {
	background: #fff;
	clear: both;
	color: #555;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.home-section-1 a.button:hover,
.home-section-1 input:hover[type="button"],
.home-section-1 input:hover[type="reset"],
.home-section-1 input:hover[type="submit"] {
	background-color: #555;
	color: #fff;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background: #fff;
	clear: both;
	margin: 40px auto 40px;
	padding: 40px;
}

.charming-home .site-inner {
	background: none;
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.charming-landing .site-inner {
	margin-top: 100px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-fifth,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 15px;
	margin-bottom: 60px;
	padding-bottom: 10px;
	text-align: center;
}

.archive-description,
.author-box {
background-color:#EBF0E5;
	border: 1px solid #eee;
	margin-bottom: 100px;
	padding: 30px;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 4px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
text-align:center;
}

.entry-title {
	font-size: 30px;
	letter-spacing: .5px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #555;
}

.entry-title a:hover {
	color: #8b5274;
}

.widget-title {
	color:#875574;
	font-size: 13px;
	letter-spacing:1px;
	margin-bottom: 40px;
	margin-top: 30px;
	text-align: center;
	text-transform:uppercase;
	font-weight:700;
}

.sidebar .widget-title {
  color:#875574;
  font-family:'Lato', sans serif;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}


/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
}

.sticky {
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* MAILCHIMP STYLING -- the rest is in the widget itself.
--------------------------------------------------------------------------------------------*/
.mce-labels {
  display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.charming-home .simple-social-icons ul li {
	margin: 0 20px !important;
}

.home-section-4 .simple-social-icons ul li a,
.home-section-4  .simple-social-icons ul li a:hover {
	padding: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 15px;
	margin-bottom: 20px;
}

.footer-widgets .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #555;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	border: 1px solid #ddd;
	padding: 20px;
}

/* Widget Above Header
--------------------------------------------- */

.widget-above-header {
	/*background: #eee url(images/above-header.png);*/
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.widget-above-header .wrap {
	margin: 0 auto;
	padding: 10px 0;
	width: 750px;
}

.widget-above-header .widget {
	padding-bottom: 10px;
}

.widget-above-header .enews-widget input {
	float: left;
	margin: 0 3px;
	width: 24%;
}
	
.widget-above-header  .enews-widget input[type="submit"] {
	padding: 12px 20px;
}
	
.widget-above-header .widget-title {
	display: none;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 20px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 18px;
	margin-bottom: 40px;
	padding: 20px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

/* Simply Instagram
--------------------------------------------- */

.front-photo {
	box-shadow: none !important;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-section-1 li {
	margin: 0;
	padding: 0;
}

.home-section-1 #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.home-section-1 .slide-excerpt {
	background: transparent;
	margin: 0 0 8%;
	opacity: 1;
	width: 100%;
}

.home-section-1 .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.home-section-1 .slide-excerpt-border h2 {
	margin: 20px 0 0;
	text-align: center;
	width: 100%;
}

.home-section-1 #genesis-responsive-slider h2 a {
	background: #fff;
	color: #555;
	font-size: 16px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}

.home-section-1 .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -48px 0;
	background-size: 88px 96px;
	height: 48px;
	right: 10px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 44px;
}

.home-section-1 .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -48px -48px;
}

.home-section-1 .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 10px;
}

.home-section-1 .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -48px;
}

.home-section-1 .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.home-section-1 .genesis_responsive_slider .flex-control-nav {
	margin: -20px 0 0 45%;
	text-align: left;
	width: 20%;
}

.home-section-1 .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.home-section-1 .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.home-section-1 .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

.home-section-1 .widget li {
	border: none;
	padding: 0;
}


/*
Site Header
--------------------------------------------- */

.site-header {
	background-color: #fff;
background-image: url('/wp-content/uploads/2015/02/sand_light.jpg');
	padding: 40px 0 20px;
	width: 100%;
	z-index: 999;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 20px 0;
	text-align: center;
	width: 400px;
}

.header-full-width .title-area {
	text-align: center;
	width: 100%;
}

.site-title {
background-color:#7A89B4;	
border: 2px solid #fff;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 auto;
	padding: 15px 30px 40px 30px;
	text-transform: uppercase;
	width: 400px;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
font-weight:900;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 70px;
	max-width: 360px;	
text-indent: -9999px;
}

.site-description {
  color:#FFFFFF;
  display:block;
  font-weight:400;
  height:0;
  margin-bottom:40px;
  margin-top:-40px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding: 20px 0 0;
	text-align: right;
	width: 740px;
}

.site-header .widget-area a:hover {
	color: #8b5274;
}

.site-header .textwidget {
	margin-top: 27px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
  color:#865473;
  display:block;
  font-family:Lato, sans-serif;
  font-size:17px;
  font-weight:700;
  padding:27px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #A9B78A;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	background-color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
    background-image: url('/wp-content/uploads/2015/02/sand_light.jpg');
	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #555;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */

.home-section-1 {
	font-size: 20px;
	padding: 100px 0;
	text-align: center;
}

.home-section-1 .wrap {
	background: rgba(255, 255, 255, .5);
	padding: 40px;
	width: 900px;
}

.home-section-1 .widget-title,
.home-section-3 .widget-title {
	font-size: 30px;
}

.home-section-2 {
	background: #ffffff;
	margin-top: -40px;
	padding: 40px 0;
}

.home-section-2 h4 {
	display: none;
}

.home-section-2 p {
	clear: both;
	color: #555;
	float: left;
	font-size: 22px;
	margin: 0;
	padding: 10px 0;
	width: 50%;
}

.home-section-2 form {
	float: right;
	width: 50%;
}

.home-section-2 .enews-widget input {
	border: none;
	float: left;
	font-size: 14px;
	margin: 0 2px;
	padding: 20px;
	width: 24%;
}

.home-section-3 {
	background-image: url('/wp-content/uploads/2015/02/sand_light.jpg');
	padding: 50px 0;
	text-align: center;
}

.home-section-3 .entry-title {
	font-size: 20px;
}

.home-section-3 .post,
.home-section-3 .featuredpage {
	float: left;
	padding: 5px;
	width: 33%;
}

.home-section-3 .entry {
	margin-bottom: 40px;
}

.home-section-3 .widget_text {
	padding: 50px 0;
}

.home-section-4 {
	background-color: #49233E!important;	
	padding: 60px 0;
	text-align: center;
}

.home-section-1,
.home-section-4 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}


/* Pricing Table
--------------------------------------------- */

.pricing-table {
	line-height: 1;
}

.pricing-table h4 {
	color: #fff;
	padding: 20px 0px 30px;
	text-align: center;
	text-transform: uppercase;
}

.pricing-table .one-third {
	background-color: #fff;
	margin: 20px 5px;
	padding: 40px;
	width: 32.33%;
}

.pricing-table .one-third:nth-child(3n+1) {
	background: #ddd;
}

.pricing-table .one-third:nth-child(3n+2) {
	background: #ccc;
}

.pricing-table .one-third:nth-child(3n) {
	background: #ddd;
}

.pricing-table .one-third ul {
	margin: 0;
}

.pricing-table ul li {
	background: rgba(255, 255, 255, .5);
	color: #555;
	list-style-type: none !important;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.pricing-table ul li:before {
    content: "\f147";
    float: left;
    font: 20px/1 'dashicons';
    text-align: left;
    z-index: 9999
}

.pricing-table a.button {
	background-color: #fff;
	border: 3px solid #fff;
	color: #555;
	display: block;
	text-align: center;
}

.pricing-table a.button:hover {
	background-color: #555;
	border: 3px solid #555;
	color: #fff !important;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

.full-width-content.charming-home .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 80px;
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content {
	margin: 30px 0 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #555;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	border-top: 0px solid #eee;
	border-bottom: 0px solid #eee;
	font-style: italic;
	font-size: 15px;
	padding: 0px;
	text-align: center;
}

p.entry-meta a {
	font-size: 13px;
	text-transform: uppercase;
}

.entry-header {
	text-align: center;
}

.entry-categories,
.entry-tags {
	display: inline;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #555;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #eee;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #8b5274;
	color: #fff;
}

/* Previous/Next Posts
------------------------------------------------------------- */

.prev-next-post-links {
	margin-bottom: 30px;
	overflow: hidden;
}

.previous-post-link {
	float: left;
}

.next-post-link {
	float: right;
}

.previous-post-link a, 
.next-post-link a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #8b5274;
	border-radius: 50%;
	color:#fff;
	display: block;
	font-size:20px;
	height: 23px;
	line-height: 1;
	text-align:center;
	vertical-align: middle;
	width: 23px;
}

.previous-post-link a:hover, .next-post-link a:hover {
	background: #555;
}


/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}
 
.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}
 
.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}
 
.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}
 
.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #ddd;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
background-color:#EBF0E5;
	float: right;
padding:20px;
	width: 300px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar li:before {
	content: "\f487";
	color: #8b5274;
	float: left;
	font: normal 10px/1 'dashicons';
	padding: 12px 10px;
	text-align: left;
	z-index: 9999;
}

.simple-social-icons ul li:before {
	content: none;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding: 50px 0;
	text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin: 5px;
	width: 32.333%;
}

.footer-widgets,
.footer-widgets a:hover {
	color: #555 !important;
}

.footer-widgets a {
	color: #555 !important;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .entry-title {
	font-size: 22px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f7f7f7;
	padding: 40px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #555;
}

.site-footer a:hover {
	color: #8b5274;
}

.site-footer p {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.charming-purple .previous-post-link a, 
.charming-purple .next-post-link a,
.charming-turquoise .previous-post-link a, 
.charming-turquoise .next-post-link a,
.charming-cobalt .previous-post-link a, 
.charming-cobalt .next-post-link a,
.charming-emerald .previous-post-link a, 
.charming-emerald .next-post-link a,
.charming-peach .previous-post-link a, 
.charming-peach .next-post-link a,
.charming-gold .previous-post-link a, 
.charming-gold .next-post-link a {
	color: #fff;
}

.charming-purple .genesis-nav-menu a,
.charming-purple .entry-title a,
.charming-turquoise .genesis-nav-menu a,
.charming-turquoise .entry-title a,
.charming-cobalt .genesis-nav-menu a,
.charming-cobalt .entry-title a,
.charming-emerald .genesis-nav-menu a,
.charming-emerald .entry-title a,
.charming-peach .genesis-nav-menu a,
.charming-peach .entry-title a,
.charming-gold .genesis-nav-menu a,
.charming-gold .entry-title a {
	color: #555;
} 

/* Simply Charming Purple
--------------------------------------------- */

.charming-purple a,
.charming-purple .entry-title a:hover,
.charming-purple .genesis-nav-menu a:hover,
.charming-purple .genesis-nav-menu .current-menu-item > a,
.charming-purple .genesis-nav-menu .sub-menu a:hover,
.charming-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.charming-purple .home-odd .featured-content .entry-title a:hover,
.charming-purple .site-footer a:hover,
.charming-purple .site-header .widget-area a:hover,
.charming-purple .sidebar li:before {
	color: #985da6;
}

.charming-purple input[type="button"],
.charming-purple input[type="reset"],
.charming-purple input[type="submit"],
.charming-purple .archive-pagination li a:hover,
.charming-purple .archive-pagination .active a,
.charming-purple button,
.charming-purple .pricing-table a.button:hover,
.charming-purple .previous-post-link a, 
.charming-purple .next-post-link a {
	background-color: #985da6;
}

/* Simply Charming Turquoise
--------------------------------------------- */

.charming-turquoise a,
.charming-turquoise .entry-title a:hover,
.charming-turquoise .genesis-nav-menu a:hover,
.charming-turquoise .genesis-nav-menu .current-menu-item > a,
.charming-turquoise .genesis-nav-menu .sub-menu a:hover,
.charming-turquoise .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.charming-turquoise .home-odd .featured-content .entry-title a:hover,
.charming-turquoise .site-footer a:hover,
.charming-turquoise .site-header .widget-area a:hover,
.charming-turquoise .sidebar li:before {
	color: #1fb8b3;
}

.charming-turquoise input[type="button"],
.charming-turquoise input[type="reset"],
.charming-turquoise input[type="submit"],
.charming-turquoise .archive-pagination li a:hover,
.charming-turquoise .archive-pagination .active a,
.charming-turquoise button,
.charming-turquoise .pricing-table a.button:hover,
.charming-turquoise .previous-post-link a, 
.charming-turquoise .next-post-link a {
	background-color: #1fb8b3;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1140px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 560px;
	}

	.home-section-1,
	.home-section-4 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.content {
		width: 520px;
	}
	
	.pricing-table .one-third {
		width: 32%;
	}
	
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3 {
		width: 32%;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.charming-home .site-inner {
		max-width: none;
	}

	.site-header {
		padding-bottom: 10px;
		position: static;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area,
	.home-section-1 .wrap,
	.home-section-2 form,
	.home-section-2 p,
	.home-section-2 .enews-widget input {
		width: 100%;
	}
	
	.home-section-3 .post,
	.home-section-3 .featuredpage {
		width: 50%;
	}

	.genesis-nav-menu,
	.site-header .widget-area,
	.site-title,
	.home-section-2 p {
		text-align: center;
	}

	.header-image .site-title > a,
	.home-section-2 .enews-widget input {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.charming-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	img.pull-left {
		margin-left: 0;
	}

	img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 768px) {

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner {
		padding: 5%;
	}
	
	.wrap {
		padding: 0 5%;
	}

	.charming-home .site-inner {
		padding: 0;
	}
	
	.home-section-3 .featuredpost .post,
	.home-section-3 .featuredpage {
		height: auto;
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f140";
		color: #555;
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.charming-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3 {
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {
	
	.site-title {
		width: 100%;
	}

}

/* -------------------------------- SELF-COMPASSION.ORG ADDITIONAL STYLING */


/* -------------------------------- BIG-BUTTON NAV CLASSES */

.training_btn {
    background-color:#C4D0AE;
}

.selfcomptest_btn {
    background-color:#D3BECC;
}
.about_btn {
    background-color:#BFD5E4;
}

.research_btn {
    background-color:#DCD58C;
}

.practices_btn {
    background-color:#EDDEC5;
}

.practices_btn a, .training_btn a, .selfcomptest_btn a, .research_btn a, .about_btn a {
    color:#805576;
    font-weight:700;
}

.practices_btn, .training_btn, .selfcomptest_btn, .research_btn, .about_btn {
    float:left;
    font-weight:700;
    height:175px;
    line-height:21px;
    margin:10px;
    padding:20px;
    padding-top:40px;
    text-align:center;
    text-transform:none;
    vertical-align:middle;
    width:17%;
-webkit-transition: all 600ms ease 0s;
	-moz-transition:    all 600ms ease 0s;
	-ms-transition:     all 600ms ease 0s;
	-o-transition:      all 600ms ease 0s;
	transition:         all 600ms ease 0s;
}

.about_btn:hover, .research_btn:hover, .practices_btn:hover, .training_btn:hover, .selfcomptest_btn:hover {
    background-color:transparent;
    font-weight:700;
}

@media only screen and (max-width: 965px) {

	.practices_btn, .training_btn, .selfcomptest_btn, .research_btn, .about_btn {
		float:none;
		height:auto;
		margin:10px;
		padding:30px;
		transition:all 600ms ease 0s;
		vertical-align:middle;
		width:100%;
	}
}


/* ---------------------------------------------------------------WIDGET MODIFICATIONS */

.featured-post-2 .entry-title a /* sidebar for SC articles */ {
    font-size:16px;
}

.featured-post-2 .sidebar .entry {
    border-bottom-color:#999999;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    margin-bottom:15px;
}

#black-studio-tinymce-5 .widget-title, #black-studio-tinymce-3 .widget-title, #featured-post-3 .widget-title {
    font-family: 'Lato', sans-serif; 
    font-weight:900;  
}

#black-studio-tinymce-2 /* Homepage, about Kristin widget */ {
    font-family: 'Lustria', serif;
    margin-bottom:50px;
    text-align:left;
}

#black-studio-tinymce-3 /* Videos widget, homepage */ {
    border-top:1px dotted #999;
    margin-top:50px;
}

#black-studio-tinymce-4 /* Center for MSC widget */ {
    background-color:#fff;
    margin-bottom:50px;
    margin-top:50px;
    padding:20px;
}

#black-studio-tinymce-5 .widget-title /* Contact Dr. Neff Widget */ {
    font-size:26px;
    color:#FFF;
}

.purple-widget {
background-color:#49233E;
color:#fff;
padding:30px;
text-align:left;
}

.home-section-1 /* quote over homepage image */ {
  color:#865473;
  font-family:Lustria;
  font-size:31px;
  font-weight:700;
  line-height:41px;
  text-align:center;
}

.home-section-3 .inline-lato-bold {
    color:#875574; 
    font-family: 'Lato', sans-serif; 
    font-size:26px;  
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:40px;
    margin-top:30px;  
    text-transform:uppercase;
}


#black-studio-tinymce-8 /* featured events on the homepage */ {
background-color:#fff;
line-height:25px;
margin-bottom:50px;
padding:30px 30px 10px 30px;
-webkit-box-shadow: inset 0px 0px 7px 2px rgba(199,197,199,1);
-moz-box-shadow: inset 0px 0px 7px 2px rgba(199,197,199,1);
box-shadow: inset 0px 0px 7px 2px rgba(199,197,199,1);
width:100%
}

#black-studio-tinymce-8 p {
margin:20px;
text-align:left;
}

/* ---------------------------------------------------------- FONT AWESOME CONTACT MENU */

#black-studio-tinymce-5 .fa-envelope, #black-studio-tinymce-5 .fa-facebook-square, #black-studio-tinymce-5 .fa-twitter-square, #black-studio-tinymce-5 .fa-calendar  {
    color:#fff;
}

#black-studio-tinymce-5 .fa-envelope:hover, #black-studio-tinymce-5 .fa-facebook-square:hover, #black-studio-tinymce-5 .fa-twitter-square:hover, #black-studio-tinymce-5 .fa-calendar:hover {
    color:#865473;
    -webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
}


/* -----------------------------------------------------------------------------FONT AWESOME */

.fa-phone {
	font-size: 25px;
	vertical-align: middle;
	padding-right: 5px;
}

/* ----------------------------------------------------------------------------HIDE PAGE TITLES */

.page-id-27 .entry-title, /* What is SC? */
.page-id-28 .entry-title /* What is SC NOT? */ {
	text-indent: -9999px;
}

/* -------------------------------------------------------------------CATEGORY ARCHIVE STYLING */

.category-28 .entry-title a {
color:#865473;
font-family: 'Lustria', serif;
font-size:80%;
font-weight:700;
line-height:1;
}

.category-28 .entry {
margin-bottom:5px;
}

.category-30 .archive-description, .author-box /* exercises archive description */ {
background-color:#fff;
border:0px;
margin-bottom:30px;
padding:0px;
}

/* ---------------------------------------------------------------- SHARING BUTTON STYLING */

div.sharedaddy h3.sd-title {
text-align:center;
width:100%;
}

/* --------------------------------------------------------------- SELF-COMPASSION TEST STYLING */

#gquiz_confirmation_message {
background-color:#EBF0E5;
font-family: 'Lato', sans-serif;
margin-bottom:50px;
padding:50px;
}

/*------------------------------------------------------------------- ODDS AND ENDS */

.page-id-123 .entry-content ul > li {
font-weight:400!important;
}

.page-id-27 .colorbox-green p /* what is self compassion callout box */ {
font-size:16px;
}


/* -------------------------------------------------------------- TRI.BE EVENTS STYLING */

#tribe-events-content .entry-title a {
font-size:22px;
text-align:center!important;
}

.tribe-events-venue-details {
display:none!important;
}

.single-tribe_events .tribe-events-event-meta {
display:none!important;
}

.single-tribe_events .tribe-events-cal-links {
display:none!important;
}

#tribe-events-content .updated {
color:#6F8457;
font-family: 'Lato', sans-serif!important;
font-size:16px;
letter-spacing:0.5px;
text-transform:uppercase;
}

.tribe-events-read-more {
display:none!important;
}