/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list       { margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */
.bp-headline-small {
	font-family: 'Permanent Marker', sans-serif;
	font-size: 30px;
	line-height: 100%;
	color: #FFB100;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: lowercase;
}

.headline-content-small {
	font-family: 'Permanent Marker', sans-serif;
	font-size: 30px;
	line-height: 100%;
	color: #FFB100;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.bp-section-title {
	font-family: 'Permanent Marker', sans-serif;
	font-size: 30px;
	line-height: 100%;
	color: #FFB100;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: lowercase;
	text-align: center;
}

.bp-section-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 900;
	color: #FFB100;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
/*     text-transform: uppercase; */
}

.bp-half-width {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.permanent-marker-small {
  font-family: 'Permanent Marker', cursive;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.permanent-marker-big {
  font-family: 'Permanent Marker', cursive;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.lato-small {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-align: center;
}

h1.bp-title-normal,
h2.bp-title-normal {
  font-family: 'Permanent Marker', cursive;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  color: #FFB100;
  text-transform: lowercase;
  text-align: center;
  margin: 0 0 10px 0;
}

.wp-image-1117 {
	margin-top: 0 !important;
	margin-right: auto !important;
	margin-bottom: 35px !important;
	margin-left: auto !important;
	width: 120px;
	height: 8px;
}

h1.home-title {
  font-family: 'Permanent Marker', cursive;
  font-size: 100px;
  font-weight: 400 !important;
  line-height: 1;
/* 	font-weight: normal; */
  color: #FFFFFF;
/* 	text-transform: lowercase; */
  text-align: center;
  margin: 0 0 10px 0;
}

p.home-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  color: #000000;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  text-align: center;
}

p.home-subtitle > strong {
  font-weight: 400 !important;
  font-size: 16px !important;
}