 /** { outline: 1px dashed orangered; }*/

/* color reference:
black: #020506; 
deep red: #DF2A2F;
darker version of red for hovers: #B12024;
gray: #efefef;
*/

body .header-overlay-text,
body .n2-ss-layers-container #n2-ss-2item1.n2-ss-item-content.n2-ow,
h1,
h2,
h3,
h4,
menu-item {
	font-family: 'Volkhov', sans-serif;
}
button {
	cursor: pointer;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.displaynone {
	display: none;
}

h4.advgb-image-title {
	font-size: 3rem;
	text-shadow: 0px 2px 2px rgba(0,0,0,1);
}

.advgb-image-block.full-width.alignfull {
     width: 100vw !important; 
}

hr.dotted-red {
	background-color: inherit;
    border: 0;
    border-top: 4px dotted #DF2A2F;
    height: 1px;
    margin-bottom: 1.5em;
}

hr.is-style-default {
	background-color: inherit;
    border: 0;
    border-top: 4px dotted #DF2A2F;
    height: 1px;
    margin-bottom: 1.5em;
    width: 10rem;
}

.alignfull, .full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
 
.alignfull img, .fullwidth img {
	width: 100%;
}

.alignwide {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	text-align: center;
}

.alignwide img {
	max-width: 1024px;
}

.bottom-border-red {
	border-bottom: 5px solid #DF2A2F;
}

#breadcrumbs {
	color: #BABABA;
	float: right;
}

#breadcrumbs a {
	color: #BABABA;
	text-decoration: none;
}

/*.page-template-default .entry-content {*/ /* let's see how this plays out -DRR */
.entry-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
	max-width: 960px;
}

.front-page .entry-content {
	max-width: 100%;
}

.post .entry-content {
	border-top: 2px solid #DF2A2F;
    margin-top: 1rem;
}

.entry-content p, .entry-content h2 { /* this probably needs to be more specific */
	line-height: 1.5;
	max-width: 960px;
	margin-left: auto;
    margin-right: auto;
}

.entry-content .history p { 
	font-size: 14px;
	line-height: 1.8;
}

.entry-content .history h3 {
	font-weight: 400;
}

.entry-content p.featured-paragraph {
	font-size: 1.3rem;
}

.entry-content p.history-introduction {
	max-width: 580px;
}

.entry-content .center-column {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.entry-content .center-column p {
	max-width: 580px;
}

.entry-footer {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	border-bottom: 1px solid #DF2A2F;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.home .entry-header {
	display: none;
	margin-bottom: 0;
}

.page .entry-header {
	display: none;
	/*margin-bottom: 2rem;*/ /* dealing with this across the site is driving me crazy. */
}

.post .entry-header {
	max-width: 960px;
	margin: 2em auto 0;
}

.entry-header a {
	color: #404040;
	text-decoration: none;
}

.home .entry-content a { 
	border-bottom: 3px solid #DF2A2F;
	color: #020506;
	display: inline-block;
	font-size: .9em;
	font-weight: 700;
	padding: .2rem .4rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-bottom .3s;
}

.home .entry-content a:hover {
	border-bottom: 3px solid #020506;
}

.entry-content a, .nav-links a {
	color: #DF2A2F;
	text-decoration: none;
	transition: color .3s linear, text-decoration .3s linear;
}

.entry-content a:hover, .nav-links a:hover {
	color: #842023;
	text-decoration: underline;
}

.entry-content a.nonblock {
    border-bottom: 2px solid #DF2A2F;
    color: #020506;
    display: inline-block;
    font-size: .9em;
    font-weight: 400;
    padding: .1rem 0rem;
    text-decoration: none; 
    text-transform: none; 
    transition: border-bottom .3s;
}

.entry-content a.nonblock:hover {
	border-bottom: 2px solid #020506;
}

.entry-content .half p, .entry-content .half h2 {
	margin-left: auto;
    margin-right: auto;
	max-width: 75%;
}

.entry-meta {
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7em;
    color: rgba(0,0,0,.5);
}

.archive.category h1.entry-title  {
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

h2.entry-title {
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

body.error404 ul li {
	margin-bottom: .5em;
}

.featured-image-container {
	position: relative;
}

#featured-image-text-overlay {
	width: 100%;
  	height: 50%;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	text-align: center;
	z-index: 20;
}

#featured-image-text-overlay .widget-title {
	color: white;
	font-size: 4rem;
	font-weight: 700;
	text-shadow: 0px 2px 4px rgba(0,0,0,1);
}

#featured-image-text-overlay .textwidget {
	color: white;
	font-weight: 700;
	margin: 1rem auto;
	text-align: center;
	text-shadow: 0px 2px 2px rgba(0,0,0,1);
	width: 50%;
}

.flex-container {
	width: 60%;
}
footer.site-footer {
	background: #020506;
}

.has-black-background-color {
     background-color: #020506;
}

.has-black-color {
     background-color: #020506;
}

.has-gray-background-color {
     background-color: #efefef;
}

.has-gray-color {
     color: #efefef;
}

.has-light-gray-background-color {
     background-color: #f7f7f7;
}

div.has-light-gray-background-color {
     background-color: #f7f7f7;
     line-height: 1.5;
     padding: 2rem;
}

.has-light-gray-color {
     color: #efefef;
}

.has-red-background-color {
	background-color: #DF2A2F;
}

.has-red-color {
	color: #DF2A2F;
}

.has-menu-item > ul {
	
}

.has-mega-menu > ul {
	width: 600px;
}

.has-mega-menu > ul li{
	margin-right: 1em;
	width: 180px;
}

.header-image {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	height: 100px;
	overflow: hidden;
	width: 100vw;
}

.post-thumbnail {
	position: absolute;
	top: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	height: 100px;
	overflow: hidden;
	width: 100vw;
}

article.category-news .post-thumbnail {
	display: none;
	margin-top: 1em;
	position: relative;
	top: inherit;
}

.type-post .post-thumbnail { 
	position: relative;
}

.header-image.cerc-header-image {
	background: url(/wp-content/uploads/Copy-of-Joseph-_Babe_-Barbry.jpg) center center no-repeat;
	background-size: cover;
}

#post-7742 > div.header-image.tribal-info-header-image {
	background: url(/wp-content/uploads/HTS5K2_featuredimage.jpg) center center no-repeat !important;
	background-size: cover;
}

#post-1588 > div.header-image.tribal-info-header-image {
	background: url() center center no-repeat !important;
	background-size: cover;
}

.header-image.contact-header-image {
	background: url(/wp-content/uploads/Copy-of-Nathan-_Loke_-Barbry-Tootsie-Powell-and-Merlin-Pierite.jpg) center center no-repeat;
	background-size: cover;
}

.header-image.news-header-image {
	background: url(/wp-content/uploads/Copy-of-Percy-_Bob_-Pierite-Tunica-Biloxi.jpg) center center no-repeat;
	background-size: cover;
}

.header-image.programs-services-header-image {
	background: url(/wp-content/uploads/Copy-of-Vice-Chairman-Herman-Pierite-Sr-Tunica-Biloxi.jpg) center center no-repeat;
	background-size: cover;
}

.header-image.tribal-info-header-image {
	background: url(/wp-content/uploads/Copy-of-Stella-Casiano-Tunica-Biloxi-and-Florence-Jackson-Perry-Tunica-Biloxi-Choctaw.jpg) center center no-repeat;
	background-size: cover;
}

.header-image.tribal-portal-header-image {
	background: url("/wp-content/uploads/Tribal-Portal.png") center center no-repeat;
	background-size: cover;
}

.header-image.tribal-tbed-header-image {
	background: url("/wp-content/uploads/TBED-bgr.png") center center no-repeat;
	background-size: cover;
}

.header-overlay-text {
	color: white;
	font-size: 5rem;
	font-weight: 700;
	text-align: center;
	z-index: 2;
}

.nav-links {
	padding: 0 1rem;
}

.page-title {
	border-bottom: 5px solid #DF2A2F;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.archive.category .page-title, .archive.woocommerce .page-title  {
	border-bottom: 1px solid #DF2A2F;
	padding: 0 2rem;
}

.archive.woocommerce .woocommerce-products-header__title.page-title {
    border-bottom: 0px solid #DF2A2F;
    max-width: 100%;
}

.photo-gallery-link .wp-block-column {
	background: black;
	color: white;
	text-align: center;
}

.photo-gallery-link .wp-block-column p {
	font-size: 2em;
	font-weight: bold;
}

.photo-gallery-link .wp-block-column a {
	background: #DF2A2F;
	border-radius: 6px;
	color: white;
	font-size: 1rem;
	display: inline-block;
	padding: .5em 1em;
	transition: background .5s ease;
}

.photo-gallery-link .wp-block-column:first-of-type {
	background: url(/wp-content/uploads/History.jpg) center center no-repeat;
}
.photo-gallery-link .wp-block-column:nth-of-type(2) {
	background: url(/wp-content/uploads/Events.jpg) center center no-repeat;
}
.photo-gallery-link .wp-block-column:nth-of-type(3) {
	background: url(/wp-content/uploads/Pow-Wow.jpg) center center no-repeat;
}
.photo-gallery-link .wp-block-column a:hover {
	background: #B12024;
}

.home .post-thumbnail {
	background: url(/wp-content/uploads/grey-pattern@350px.png) left bottom repeat-x;
	background-size: 175px 75px;
}

a.post-thumbnail {
	display: block;
}
.post-thumbnail img {
	width: 100%;
}

.product_list_widget {
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin-top: 3rem;
}

.product_list_widget li {
	text-align: center;
}

.product_list_widget span.amount, .product_list_widget span.product-title {
	display: block;
	width: 300px;
}

.product_list_widget a {
	text-decoration: none;
}

.product_list_widget a span.product-title {
	color: #020506;
	display: block;
	font-weight:700;
	min-height: 4.5rem;
	padding: 1rem 0 0 0 ;
}

.pt-cv-view .pt-cv-ifield {
	margin: 2em 2em 0 2em;
}

.pt-cv-wrapper .btn-success {
	background-color: #DF2A2F;
	border-color: #DF2A2F;
	transition: all 0.5s ease;
}

.pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:visited {
	background-color: #DF2A2F;
	border-color: #DF2A2F;
}

.pt-cv-title a {
	color: #DF2A2F;
}

.pt-cv-pagination-wrapper {
    text-align: center;
}

.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.visited>a {
	background-color: #DF2A2F;
	border-color: #DF2A2F;
}

.pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>a:hover, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover {
	background-color: #B12024;
	border-color: #B12024;
}

.pt-cv-wrapper .pagination>.visited>a, .pt-cv-wrapper .pagination>.visited>a:focus, .pt-cv-wrapper .pagination>.visited>a:hover, .pt-cv-wrapper .pagination>.visited>span, .pt-cv-wrapper .pagination>.visited>span:focus, .pt-cv-wrapper .pagination>.visited>span:hover {
	background-color: #B12024;
	border-color: #B12024;
}

.pt-cv-wrapper .btn-success.active.focus, .pt-cv-wrapper .btn-success.active:focus, .pt-cv-wrapper .btn-success.active:hover, .pt-cv-wrapper .btn-success:active.focus, .pt-cv-wrapper .btn-success:active:focus, .pt-cv-wrapper .btn-success:active:hover {
	background-color: #B12024;
	border-color: #B12024;
}

.pt-cv-wrapper .btn-success.visited.focus, .pt-cv-wrapper .btn-success.visited:focus, .pt-cv-wrapper .btn-success.visited:hover, .pt-cv-wrapper .btn-success:visited.focus, .pt-cv-wrapper .btn-success:visited:focus, .pt-cv-wrapper .btn-success:visited:hover {
	background-color: #B12024 !important;
	border-color: #B12024 !important;
}

.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
    color: #DF2A2F;
 }

 .pt-cv-wrapper .pagination>li>a:hover,  .pt-cv-wrapper .pagination>li>a:active:hover,  .pt-cv-wrapper .pagination>li>a:visited:hover, .pt-cv-wrapper .pagination>li>span:hover {
    color: #B12024;
 }

.pt-cv-meta-fields .terms a {
 	color: #DF2A2F;
 	transition: all 0.5s ease;
 }

 .pt-cv-meta-fields .terms a:hover {
 	color: #B12024;
 }

.search .entry-summary {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.search .entry-summary a {
	color: #DF2A2F;
	transition: all .5s ease;
	text-decoration: none;
}

.search .entry-summary a:hover {
	color: #DF2A2F;
	text-decoration: underline;
}

.searchandfilter {
	text-align: center;
}

.searchandfilter input[type="text"] {
	padding: 5px;
	width: 20em;
}

.searchandfilter select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 background: white url(images/dropdownarrow.png) right 5px center no-repeat;
	 border-width: 1;
	 border-radius: 0;
	 margin: 12px 0;
	 padding: 4px;
}

.searchandfilter input[type="submit"] {
	background-color: #DF2A2F;
    border-color: #DF2A2F;
    color: white;
    font-size: 14px;
    padding: 10px;
    transition: background-color, border-color 0.5s ease;
}

.archive .site-main {
    margin: 2rem auto 0;
    max-width: 960px;
}

.site-header{
	position: sticky;
	top: 0;
	z-index: 3;
	background-color: white;
	border-bottom: 5px solid #DF2A2F;
	width: 100vw;
}

.site-info {
	background: #020506;
	color: white;
	padding: 2rem 0;
	text-align: center;
}

.site-info a, .widget-area a {
	color: white;
	text-decoration: none;
}


.site-title {
	background-image: url(/wp-content/uploads/Tunica-Biloxi-Logo350px.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    clip: auto;
    height: 80px;
    margin: 1rem 2rem;
    text-align: center;
    text-indent: -9999px;
    width: 220px;
}

.site-title a {
	cursor: pointer;
	display: block;
	height: 80px;
	width: 220px;
}

body .slicknav_brand {
	height: 70px;
}

.spiral-divider {
	background: url(/wp-content/uploads/pattern-tunica-black@350px.png) left top repeat-x;
	background-size: 175px 68px;
	height: 68px;
	margin-top: 4rem;
}

.spiral-divider-gray {
    background: url(/wp-content/uploads/grey-pattern@350px.png) left bottom repeat-x;
    background-size: 175px 75px;
    height: 75px;
}

.sub-menu li a {
	transition: all .3s ease;
}

.sub-menu li a:hover {
	color: white;
	background-color: #020506; 
}

.tags-links a {
	color: #DF2A2F;
	text-decoration: none;
}

.widget-area {
	background: #020506;
	color: white;
	padding: 2rem 0 0;
	text-align: center;
}

.woocommerce-page .site-main {
	/*padding-left: 2rem;*/
}

.wp-block-advgb-image {
	margin-bottom: 4.5rem;
}

 .wp-block-advgb-image {
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: contain;
 }

 /* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img { 
	display: block; 
	max-width: 100%; 
	height: auto; 
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 768px) {
	.header-image {
		overflow: hidden;
		height: 400px;
	}
	.post-thumbnail {
		top: 116px;
		height: 420px;
	}

	.type-post .post-thumbnail { 
		height: auto;
		max-height: 420px;
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}