/* Hides the category next to blog post */
#content .entry-list .entry-item .entry-header .entry-meta a {display:none;}

 ::-moz-selection {
	 background-color: #ff5e3a;
	 color: #fcfcfc;
 }

 ::selection {
	 background-color: #ff5e3a;
	 color: #fcfcfc;
 }

 .pricing-column__content .button:hover, .sf-menu .sub-menu .menu-item a:hover, .widget_calendar thead th, .site-footer .widget_calendar td:hover, .call-to-action, .entry-list.list .list-item.is-open .likes, #footer .footer-toggle {
	 background-color: #343434;
 }

 .pricing-column__content .button:active, .pricing-column__content .active.button {
	 border-color: #1a1a1a;
 }

 .pure-button:active, .button:active, .comments-toggle:active, .filters > li > a:active, input[type=submit]:active, .submit:active, .active.pure-button, .active.button, .active.comments-toggle, .filters > li > a.active, input.active[type=submit], .active.submit {
	 border-color: #ff451b;
 }

 #footer .pure-button {
	margin:0 3px 7px 0;
}

 .container__block.full-width .container__content {
	margin:0;
}

 #content .container__block {
	margin-bottom:2px;
}

 #content .container__background {
	 -webkit-filter: blur(4px);
	 -moz-filter: blur(4px);
	 -o-filter: blur(4px);
	 -ms-filter: blur(4px);
	 filter: blur(4px);
 }

 #content .wpb_wrapper > p {
	 padding:8px 30px;
	 max-width: 900px;
	 box-sizing:border-box;
	 margin:0 auto;
 }

 #content .wpb_wrapper > ul {
	 display:inline-block;
	 padding:5px 32px 7px 58px;
 }

#content .wpb_wrapper > ul li {
  text-align: left;
}

 #content .wpb_wrapper {
	text-align: center;
}

 .no-bg {
	background:none !important;
}

 #content .pure-button.normal {
	font-size:20px;
}

 /* Text over images idea 1 --> black box around full text */ /* .g.one-whole {
	 background: rgba(0,0,0,0.6);
	 padding:10px 0;
 }

 */ /* Text over images idea 2 --> blacker background */ #content .container__background.backstretch {
	 opacity: 0.74 !important;
 }

 #content .container__block.full-width.light-font {
	 background: black;
 }

#footer .pure-button {margin:0 3px 7px 0;}
#footer .container__block .container__inner {padding-top: 0; padding-bottom: 0;}

 /* Text over images idea 3 --> black boxes around each line of text */ /* .words-bg, #content .wpb_wrapper > ul, #content .wpb_wrapper > p {
	 background:black;
	 background:rgba(0, 0, 0, 0.6);
 }

 #content .wpb_wrapper > h1 span {
	 padding:4px 30px;
 }

 */ /*NOT BEING USED #content .wpb_wrapper > h1, .wpb_wrapper > p, .wpb_wrapper > ul {
	 display:inline-block;
	 background:black;
	 background:rgba(0, 0, 0, 0.6);
 }

