/* Themify Customize Styling */
#sidebar {	
	margin-top: 12%; 
}
h1 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:normal;
 
}
h2 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
h3 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
h4 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
h5 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
h6 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
#header {	background: none;
	background-color: rgba(71,155,207,0.61); 
}
body[class*="themify"] #site-logo a {	
	font-family: "Open Sans";	font-weight:100;
	text-transform:uppercase;
	color: rgba(235,235,235,0.83); 
}
#site-description {	display: none; 
}
.mobile_menu_active #headerwrap .sidemenu-on {	background: none;
	background-color: #70a7ba; 
}
.more-link {	
	color: #6b8aad; 
}
#footer a {	
	color: #6b8aad; 
}
#footer-nav a {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}

/* Themify Custom CSS */
#headerwrap {
    background: none;
    background-color: rgba(71,155,207,0.61);
}

#headerwrap.fixed-header {
    background: none;
    background-color: rgba(71,155,207,0.61);
}

.home #content {
    margin-top: 0;
}

.transparent-header #headerwrap.fixed-header{
    background: rgba(107,138,173,0.8) !important;
}

.loops-wrapper.list-post .post-date, .single .post-content .post-date{
    background-color: #6b8aad;
}

#headerwrap .social-widget {
    display: none;
}


/* changes text link color */
a {
	color: #6b8aad;
}

/* social icon color for footer 
.widget .social-links a {
	color: #6b8aad;
} */

/* margin for coaching page */
.addmargin {
	margin-left: 15%;
	margin-right: 15%;
}

/* FAQ color */
.ui.light-blue.module-accordion .accordion-title {
	background-color: #bdd6f0;
}

/* MailChimp signup */
#mc_embed_signup {
	background:#b3e2e5 !important;
	border-color:#fff;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

.wp-block-media-text__media {
	display: none;
}

}
