/*
Theme Name: Your Child Theme
Description: This is an example of a blank Jump Start child theme.
Author: Your name here
Template: jumpstart
*/

/* Your custom CSS here */

body {
    color: #333;
}

.site-inner {
    background: #efeee7;
}

.header-nav .tb-primary-menu > li > .menu-btn {
    color: #55075b;
    padding-top: 80px;
    padding-bottom: 29px;
    padding-left: 10px;   
}

.tb-primary-menu ul.sub-menu .menu-btn, .tb-primary-menu .mega-section-header {
    color: #000;
    font-size: 14px;
}

.header-text {
	color: #55075b;
}


.tb-social-icons.grey > li > a {
    color: #55075b;
}

.tb-social-icons.grey > li > a:hover {
    color: #772180;
}

.header-top-nav .tb-search-trigger {
    color: #55075b;
}

.header-top-nav .tb-search-trigger:hover {
    color: #772180;
}

.tb-sticky-header .tb-primary-menu > li > .menu-btn {
    color: #000;
    font-size: 14px;
}

.tb-testimonial .author-name {
    font-size: 1.8em;
}

.tb-testimonial.standard .testimonial-text {
    font-size: 16px;
}


h1, h2, h3, h4 {
    color: #55075b;
}


h5 {
font-family: 'Nothing You Could Do', cursive;
font-size: 2.2rem;
line-height: 1.5;
margin-bottom: 0em;
}

.text-light h5 {
color: #e6e4d5;
}
.small-click {
font-size: 12px;
text-align: center;
padding-top: 20px;
}

.tb-testimonial.showcase .testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
	color: #847b45;
}

.testimonial-text.entry-content {
    font-style: italic;
}

.itin {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
	color: #55075b;
	font-size: 1.14rem;
	}


.element-section {
    padding: 40px 30px;
    position: relative;
}

.element-columns .element {
    margin-bottom: 20px;
}

.blockquote-reverse, blockquote.pull-right {
    line-height: 38px;
    padding-right: 15px;
    padding-left: 0;
    border-right: 2px solid #54065c;
    border-left: 0;
    text-align: right;
}

.footer-content {
    padding: 0 0 20px 0;
}

.site-footer {
    padding: 30px 0;
color: #e6e4d5;
}

.site-footer > .wrap {
    padding-top: 30px;
}

.ctct-disclosure {
    display: none;
}

.widget-area.newsletter {
    text-align: center;
}

td {
    padding: 5px;
}

.post_showcase .showcase-item.has-title .featured-item.showcase .title {
    margin-bottom: 5px;
    text-transform: none;
	font-size: 16px;
}

.post_showcase .showcase-item.has-title .featured-item.showcase .cat {
    visibility: hidden;
}

input[type="submit"] {
    color: #53085a;
	background-color: #b2aa7b;
}

.tb-toggle .panel-body {
  background: #eeede3;
}

.tb-toggle.panel-default > .panel-heading .panel-title:hover {
  background: #f4f3ec;
}

.tb-toggle.panel-default > .panel-heading {
  background: #eeede3;
}


