/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
@media only screen and (min-width: 800px) {
    .main-navigation ul > li {
        font-size: 15px;
        margin-right: 5px;
    }

    .main-navigation .page_item_has_children > a:first-child:after, .main-navigation .menu-item-has-children > a:first-child:after {
        font-size: 14px;
    }
}

#hero .hero-content p, #hero .hero-content ul {
	max-width: 100%;
}

#hero .hero-content {
	background-color: rgba(0,0,0,.20);
	padding: 20px;
}

.fc-holder #post-1133 .twelve.column, .fc-holder #post-1138 .twelve.column {
    background-color: rgba(0,0,0,.4); 
}

@media only screen and (min-width: 1025px) {
	#featured-content h1, #featured-content h1 a {
			font-size: 48px;
	}
}

.fc-contain {
	margin-top: 15px;
}

@media only screen and (min-width: 640px) {
	.featured-content-center #featured-content .entry-subtitle, .featured-content-center #featured-content .entry-summary {
			padding: 0;
	}
}
.wf-active .features h2 {
    text-align: center;
    color: black;
}

.wf-active .features h2 a {
    text-align: center;
    color: black;
    text-decoration: none;
}

.wf-active .features h2 a:hover {
    text-align: center;
    color: black;
    text-decoration: underline;
}
body.home {
	background-color: #fff;
}

.featured-content-slider #featured-content article.post-1109, .featured-content-slider #featured-content article.post-1119, .featured-content-slider #featured-content article.post-1127 {
    background-image: none !important;
    color: black;
}

.featured-content-slider #featured-content article.post-1109 a, .featured-content-slider #featured-content article.post-1119 a, .featured-content-slider #featured-content article.post-1127 a {
    border-color: rgba( 0, 0, 0, .2 );
    color: rgba( 0, 0, 0, .8 );    
}

.has-a-cover #previous-slide-controller, .has-a-cover #next-slide-controller, .has-a-cover .slide-anchor {
    background-color: rgba( 0, 0, 0, .2 );
}

#page-hero img {
	width: 100%;
}

/*
.site-title img {
    display: none;
}
.site-title a span:first-child {
    background: url( 'https://rule702.com/wp-content/uploads/2019/01/logo.jpg ' );
    display: inline-block;
    height: 285px;
    width: 285px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/
.wf-active .page-parent h2 {
	text-align: center;
}

.page-parent .entry-content a {
	text-decoration: none;
	text-align: center;
}

.insert-page .post-meta {
    display: none;
}

.location:before {
	content: '';
	display: block;
	background-image: url(https://www.201injury.com/images/logo-symbol.png);
	position: absolute;
	height: 2.25em;
	width: 3.5em;
	margin-right: 1em;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: middle;
	border-right: solid 1px #91A8D0; /* $secondary */
	left: 2%;
	top: calc(40% - .85em);
}
.location {
	background-color: #034370; /* darken($primary,15%) */
	padding: 1em 1em 1em 6em;
	font-size: 1.25em;
	color: #91A8D0; /* $secondary */
	font-style: italic;
	font-family: 'Merriweather', serif;
	line-height: 1.5;
	/* margin-right: 34%; */
	position: relative;
}

.location a {
    color: #ffffff;
    display: inline;
}