/*
Theme Name: The Core Child
Description: The Core is created by <a href="http://themefuse.com">ThemeFuse</a>. The Core comes with 17 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. Child theme for the The Core. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: the-core-parent
Version: 1.0
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/** Adding new fonts **/
@font-face {
    font-family: Gunfighter Academy;  
    src: url(https://2019.freedomfest.com/wp-content/uploads/fonts/gunfighter-academy/GunfighterAcademy-Regular.ttf);  
    font-weight: normal;  
}
@font-face {
    font-family: Gunfighter AcademyItalic;  
    src: url(https://2019.freedomfest.com/wp-content/uploads/fonts/gunfighter-academy/GunfighterAcademy-Italic.ttf);  
    font-weight: normal;  
}
@font-face {
    font-family: 'mrdarcyregular';
    src: url(https://2019.freedomfest.com/wp-content/uploads/fonts/mr-darcy/Webfonts/mrdarcy_regular_macroman/mrdarcyregular-webfont.woff2) format('woff2'),
         url(https://2019.freedomfest.com/wp-content/uploads/fonts/mr-darcy/Webfonts/mrdarcy_regular_macroman/mrdarcyregular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Western Bang Bang;  
    src: url(https://2019.freedomfest.com/wp-content/uploads/fonts/western_bang_bang/WesternBangBang.ttf);  
    font-weight: normal;  
}
/* FreedomFest Banner */
/** Hardcoded in the templates / headers / header-1.php **/

.ff-banner {
  padding: 13px;
  width: 100%;
  background: #b6924a;
  color: #e6e7cb;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4em;
 font-family: mrdarcyregular;

}

.ff-banner a { 
  color: rgba(115,37,33,1);
}

.ff-banner a:hover { 
  color: #e6e7cb;
  text-decoration: underline;
}

/* End FreedomFest Banner */

.post .wrap-entry-meta,
.post footer.entry-meta {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #002e52; /* _mt change */
  text-transform: uppercase;
}

.post .wrap-entry-meta a,
.post footer.entry-meta a {
  color: #002e52; /* _mt change */
}

.postlist .post .entry-title {
  /* margin: 0 0 10px 0; */ /* _mt change */
}

.single .post.post-details img.alignleft,
.single .post.post-details .wp-caption.alignleft {
  margin: 10px 5% 5px -45px; /* _mt change */
}

.fw-btn span,
.fw-btn i {
  position: relative;
  top: -1px; /* _mt change */
}

.fw-btn-md {
  padding: 14px 25px; /* _mt changes */
  font-size: 17px;
  line-height: 25px;
}

label {
	font-size: 22px;
}

p {
	text-align: justify;
}

.header-1 .primary-navigation > ul > li > a {
  margin-left: 35px;
}
