/*
Theme Name:     HLA Turf Purdue 2020 Theme
Theme URI:      
Template: ag-2020
Description:    Purdue 
Author:         kkalbaug
Author URI:     
Version:        0.2.0
*/
.nocomments {
	display: none;
}


.fontawesome > a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.social-icon > a::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Brands";
}

.generic-icon a::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}

.fontawesome .twitter a::before {
    content: "\f099";
}

.fontawesome .facebook a::before {
    content: "\f39e";
}

.fontawesome .instagram a::before {
    content: "\f16d";
}

.fontawesome .pinterest a::before {
    content: "\f231";
}

.fontawesome .email a::before {
    content: "\f0e0";
}
.fontawesome .home a::before {
	content: "\f015";
}
.fontawesome .search a::before {
	content: "\f002";
}

/*****
******
******	Header Styles
******
*****/

.maincontent .page-title {
	margin-top: 10px;
}

ul.nav.nav-tabs {
	padding:0;	
}
ul.nav.nav-tabs li a {
	color: #98700D;
	text-decoration-skip: spaces;
}

ul.nav.nav-tabs li.active a {
	text-decoration: none;	
	color: #000;
}



/*****
******
******	loop-post.php Styles
******
*****/
.loop-page ul.pagination {
    margin: 0;    
}
.loop-page .post-count {
	font-style: italic;
	font-size: .9em;
}
.maincontent a {
	word-wrap: break-word ;
	overflow-wrap: break-word;
}
.type-map-location h5.entry-title {
	padding-top: 5px;
	padding-bottom: 5px;
}
.map-location-hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
.map-location-btn {
	margin-left: 15px;
}
.btn-go-to-item {
	color: #fff;
    background-color: #085C11;
    border-color: #2e6da4;
	margin-top: -5px;
	
}
.wp-caption {
/* Force the box to be 100% */
/*    max-width: 100% !important; */
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right:auto;
}
.wp-caption img {
    margin: 0;
    padding: 5px;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}




/*****
******
******	Wordpress Core
******
*****/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
