/*
Theme Name: TSG Foundation - Flatsome
Description: This is a child theme for Flatsome Theme
Author: Park Beach Systems
Template: flatsome
Version: 3.0

blue= #004877
gold= #bd965b
brown= #483729
tan background = #f1ede7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1{
	font-style: italic;
}
h2,h3,h4{
	font-weight: 500;
}
h2.section-title, .highlight-grid h2{
	color: #bd965b;
	font-weight: 500;
}
.breadcrumbs {
    text-align: center;
    padding: 20px 0 0;
	color: #483729;
    font-weight: normal;
	font-size: 0.90em;
}	
.page-wrapper {
    padding-top: 20px;
}
.page-title-inner{
	text-align: center;
}
.nav > li.active > a, .nav > li.current > a, .nav > li > a.active, .nav > li > a.current, .nav-dropdown li.active > a, .nav-column li.active > a{
    color: #004877;
}
.is-divider{
	opacity: .5;
	background-color: #bd965b;
	height: 1px;	
}
.entry-header .is-divider, .box-blog-post .is-divider {
    display: none;
}
.highlight-grid h3, .box-text-inner h3, .box-text-inner h5{ 
//	color: #004877;
}
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #004877;
    border: 1px solid #004877;
    color: #fff;
    padding: 0 1.2em;
}
.section-title b {
    opacity: .3;
}
.woocommerce-breadcrumb{
	display: none;
}
.banner h2, .banner h3, .banner h1 {
    line-height: 1.3;
}
.nav-box>li>a {
    padding: 0 1em;
}
label {
    color: #483729;
}
.button, button {
    //margin-bottom: 0;
	margin-bottom: 1px;
	white-space:nowrap;
}
.button.white {
	color: #004877 !important;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"]{
	font-weight: 500;
    text-transform: none;
}

.accordion-title {
    border-top: 1px solid #bd965b;
    font-size: 1.3em;
    color: #004877 !important;
}
.product-info {
    padding-top: 0;
}
.related .box-excerpt.is-small {
    display: none;
}
#shop-sidebar .is-divider, #footer .is-divider{
	display:none;
}
span.widget-title {
	text-transform: none;
	color: #004877;
}
.mc-field-group {
    margin-top: 10px;
}
.mec-container {
    margin-top: 30px;
    text-align: center;
}
.mec-event-list-classic .mec-event-title {
    text-transform: none;
}
.has-hover:hover .tag-label {
	background-color: rgba(0,0,0,.4);
}
.tag-label {
    background-color: #bd965b;
}
/*woocommerce membership buttons on My Account page */
.order-actions .button {
  border: none;
  background: none;
  color: blue;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}