/* global vars */

.debug_span {
   display: block;
}
.lang_of_post {
position: absolute;
right: 0;
top: 0;
padding: .15em .25em;
border: 1px solid #fff;
color: #fff;
border-radius: 1px 5px 1px 5px;
text-shadow: 1px 1px 2px #000;
box-shadow: 1px 1px 4px #000;
z-index:1;
}


:root {
  --capcom-site-font: "Roboto";
}


body.mod-lt {
	background: #fff;
	color: #222222;
}

body.mod-dk {
	background: #222222;
	color: #E6E6E6;
}

#switcher {
	font-weight: 900;
	cursor: pointer;
	font-size: 9px;
}

div.wrapper {
	margin-bottom: 1rem;
}


h3.site_search_hdr {
font-family: var(--capcom-site-font);
width: 95vw;
margin: 0 auto;
font-size: 1.5em;
color: #1059A4;
font-weight: 500;
margin-top: 1em;
position: relative;
height: auto;
display: table;
max-width: 1200px;
}
.mod-dk h3.site_search_hdr {
color: var(--capcom-dk-1);
}

h3.auth_search_hdr {
font-family: var(--capcom-site-font);
width: 95vw;
margin: 0 auto;
font-size: 1.5em;
color: #1059A4;
font-weight: 500;
margin-top: 1em;
position: relative;
height: auto;
display: table;
max-width: 1200px;
}
.mod-dk h3.auth_search_hdr {
color: var(--capcom-dk-1);
}


h3.news_section_header {
font-family: var(--capcom-site-font);
width: 95vw;
margin: 0 auto;
font-size: 1.5em;
color: #1059A4;
font-weight: 500;
margin-top: 1em;
}

.news_section {
	position: relative;
	width: 95vw;
	margin: 0 auto;
	height: auto;
	display: table;
	max-width: 1200px;
}


/* brand / special page header */

.generic_header_wrap {
  width: 100vw;
  height: 10vh;
  min-height: 100px;
  background: linear-gradient(to right, #000, transparent);
  background-size: 100%;
  margin-wrap: 1rem;
}

.brand_header_wrap {
  width: 100vw;
  height: 20vh;
  min-height: 100px;
  background: linear-gradient(to right, #000, transparent);
  background-size: 100%;
  margin-wrap: 1rem;
}

div.header_h3_placement {
position: relative;
width: 95vw;
margin: 0 auto;
height: auto;
display: table;
max-width: 1200px;
padding: 2rem 0;
}

.brand_header_wrap h3, .generic_header_wrap h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #000;
}



.staff_background {
   background: url("//cdn.capcom-unity.com/resources/bg_wt_capcom_header.png");
}

@media (max-width: 1200px) {
   div.header_h3_placement {
	width: 90vw;
   }
}



.news_section article {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-bottom: 1.5em;
	width: 100%;
	background-color: #1059A4;
	border-radius: 5px;
	color: #fff;
	font-family: var(--capcom-site-font);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.2),0 10px 10px 0 rgba(0,0,0,.19) !important;
	box-shadow:  0 10px 10px 0 rgba(0,0,0,.2),0 10px 10px 0 rgba(0,0,0,.19);
	cursor: pointer;
}
.news_section article.single_post {
	cursor: unset;
}

/* m rated content stuff */
article .ag_form {
width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
}

article.single_post .ag_form {
width: 340px;
margin: 10rem auto;
}

.ag_popup.mod-dk {
	background: var(--capcom-dk-2);
}

.ag_form span {
line-height: 1.5em;
font-size: 1.25em;
}
.ag_form select {
width: auto;
line-height: 2em;
border: .25px solid black;
font-size: 1em;
margin: .5em;
padding: .25em;
}

.ag_form button {
padding: .5rem 2rem;
border: .25px solid var(--capcom-lt-2);
margin: .25rem;
border-radius: 5px;
display: inline-block;
}

.mod-dk .ag_form button {
	border: .25px solid var(--capcom-dk-2);
	background: var(--capcom-dk-3);
	color: var(--capcom-dk-1);
}


article restricted {
	width: 100%;
	display: inline-block;
	text-align: center;
}
article restricted h2 {
        font-weight: 900;
        padding: .5rem 2rem;
	font-size: 75%;
	margin: 2rem;
        background: #000;
	color: #fff;
}
article.single_post restricted h2 {
	font-size: 200%;
        padding: .5rem 2rem;
	margin: 10rem;
}



.news_section .image_col {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30vh;
	display: block;
	border-radius: 5px 0 0 5px;
}

.news_section article.m_rated_post .image_col {
	filter: blur(4px);
	pointer-events: none;
}

.news_section article.m_rated_post .article_header_img {
        filter: blur(10px);
        pointer-events: none;
}


.news_section article.m_rated_post .text_col p {
        filter: blur(2px);
}

.news_section article.m_rated_post .text_col .readmore_wrapper {
	display: none;
}



article.single_post {
	margin-top: 1rem;
}

article.single_post h3 {
	font-size: 2rem;
	font-weight: 900;
}


.news_section .article_header_img {
width: 100%;
height: auto;
overflow: hidden;
max-height: 75vh;
}

.news_section .article_header_img img {
	width: 100%;
border-radius: 5px 5px 0px 0px;
}

.news_section article.sml-blck {
float: left;
width: 29%;
margin: 2%;
height: 425px;
}

.news_section article.mod-lt {
        background-color: #fff;
        color: var(--capcom-lt-1);
}

.news_section article.mod-dk {
	background-color: #373737;
        color: #E6E6E6;
}


.news_section a article {
	text-decoration: none;
}
.news_section a:hover article {
        text-decoration: none;
}

.news_section article .image_col {
	float: left;
	width: 45%;
	position: relative;
        transition: all .2s linear;
}

.news_section article:hover .image_col {
        background-size: 110% !important;
}

.news_section article.sml-blck .image_col {
	float: unset !important;
	width: 100%;
	overflow:hidden;
	max-height: 40%;
	border-radius: 5px 5px 0px 0px;
}

.news_section article .image img {
    border-radius: 5px 0px 0px 5px;
    width: 100%;
}

.news_section article.sml-blck .image img {
    border-radius: 5px 5px 0px 0px;
}


.news_section article .text_col {
    width: 55%;
    float: left;
    padding: 0 1em;
}

.news_section article.sml-blck .text_col {
    float: unset !important;
    width: 100%;
    padding: .5em 1em;
}

.news_section article h3 {
  margin: 20px 20px 0 0;
  font-weight: 700;
  border-bottom: solid 1px rgba(0, 0, 0, 0.125);
}
article.single_post h3 {
  margin: 20px 20px 0 20px;
}

.news_section article h3.mod-dk {
  border-bottom: solid 1px rgba(255, 255, 255, 0.125);
}

h5.attribution {
margin: .25em 0 0 0;
font-size: .75rem;
font-weight: 700;
}
.mod-dk h5.attribution {
   color: var(--capcom-dk-1);
}
.news_section article.mod-dk a {
  color: var(--capcom-dk-1);
  text-decoration: none;
}
.news_section article.mod-dk a:hover {
  color: var(--capcom-dk-1);
  text-decoration: underline;
}


article.single_post h5.attribution {
	margin: 20px 20px 0 20px;
}

.news_section article.sml-blck h3 {
font-size: 1.25rem;
font-weight: 500;
}

.news_section article.mod-lt h3 {
}
.news_section article.mod-dk h3 {
}

.news_section article p {
/*    padding: .5em; */
    font-size: 125%;
}

.news_section article.sml-blck p {
   font-size: .85rem; 
}

/* DROPPING THE READ MORE - as a test.. but will need to strip out the render code as well if we stick with it */
.readmore_wrapper {
    display: none;
    margin: .5em;
}
.news_section article.sml-blck .readmore_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}

.article_full_content_wrap {
  width: 90%;
  margin: 20px auto;
}

.article_full_content_wrap p {

}
.article_full_content_wrap .img-override-50, .article_full_content_wrap .img-override-75 {
   width: 100%;
   text-align: center;
}

.article_full_content_wrap img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.article_full_content_wrap .img-override-50 img {
  width: 50%;
}
.article_full_content_wrap .img-override-75 img {
  width: 75%;
}



.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.wp-block-embed__wrapper iframe {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.news_section article p iframe, .news_section article p object {
  width: 100%;
}



a.special {
line-height: 26px;
height: 24px;
display: inline-flex;
}

a.special::before {
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 100%;
    border: solid 2px rgba(255, 255, 255, 0.25);
    content: '\f105';
    display: inline-block;
    font-size: 12px;
    height: 24px;
    margin-right: 0.5em;
    margin-left: 4rem;
    line-height: 20px;
    text-align: center;
    text-indent: 0.15em;
    vertical-align: middle;
    width: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

a.special:hover::before {
    background: #fff;
    color: #000;
}

a.special {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .75em;
}
a.special:hover {
    color: #fff;
    font-size: 13px;
}


/* small tile more links */
section .text_col a.special::before {
    border: solid 2px rgba(0, 0, 0, 0.25);
    margin-left:0;
}
section .text_col a.special:hover::before {
    background: #000;
    color: #fff;
}
/* dark */
.news_section article.mod-dk .text_col a.special::before {
    border: solid 2px rgba(255, 255, 255, 0.25);
    margin-left:0;
}
.news_section article.mod-dk .text_col a.special:hover::before {
    background: #fff;
    color: #000;
}

section .text_col a.special {
    color: #000;
}
section .text_col a.special:hover {
    color: #000;
    font-size: 13px;
}
/* dark */
.news_section article.mod-dk .text_col a.special {
    color: #fff;
}
.news_section article.mod-dk .text_col a.special:hover {
    color: #fff;
    font-size: 13px;
}


.news_section article div.article_info_panels {
}

.news_section article div.article_info_panels ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news_section article div.article_info_panels ul li {
  float: left;
  width: 46%;
  margin: 2%;
  background: var(--capcom-lt-3);
  border-radius: 10px;
  padding: 2rem;
}

.news_section article div.article_info_panels ul li.mod-dk {
  background: var(--capcom-dk-3);
}


.content_tag_content_div {
	width: 100%;
}
span.normal_tag_style {
padding: .5rem;
border: .25px solid var(--capcom-lt-2);
margin: .25rem;
border-radius: 5px;
display: inline-block;
}
span.normal_tag_style:hover {
	background: var(--capcom-lt-2);
	color: var(--capcom-lt-3) !important;
}
.normal_tag_style a {
color: inherit;
}
.normal_tag_style a:hover {
color: inherit;
}

/* game placard */

.sku-title-wrapper {

}

.cgp_img_wrap {
float: left;
width: 25%;
}

.cgp_details {
float: left;
width: 75%;
}

.cgp_title {
width: 100%;
}

.cgp_title h3 {
font-size: 1.25em !important;
margin: 0 !important;
}

.cgp_platforms {
width: 100%;
}


.cgp_buynow_btn {
padding: .5rem;
border: .25px solid var(--capcom-lt-2);
margin: 2rem;
border-radius: 5px;
display: inline-block;
}

@media (max-width: 52em) {
  .news_section article div.article_info_panels ul li {
    width: 95%;
  }
}



/* pagination patches */
.pagination {
	line-height: .75rem;
}

nav .page_data {
        line-height: 2rem;
	font-size: .75rem;
}

.nextprev_wrapper {
	text-align: center;
}

.nextprev_button {
  padding: .5rem;
  border: .25px solid var(--capcom-lt-2);
  margin: .25rem;
  border-radius: 5px;
  display: inline-block;
}

.nextprev_button:hover {
background: var(--capcom-lt-2);
color: var(--capcom-lt-3) !important;
}

.nextprev_button a {
	color: inherit;
}
.nextprev_button a:hover {
	color: inherit;
}


body.mod-dk .pagination .page-item .page-link {
  color: var(--capcom-dk-1);
  background-color: var(--capcom-dk-2);
}
body.mod-dk .pagination .page-item .page-link:hover {
  background-color: #004099;
}
body.mod-dk .pagination .page-item.active .page-link {
  color: var(--capcom-dk-1);
  background-color: var(--capcom-dk-3);
}
body.mod-dk .pagination .page-item.active .page-link:hover {
  background-color: unset;
}

body.mod-dk .pagination #pagination-next, body.mod-dk .pagination #pagination-prev {
	background-color: unset;
}



/* social bar */

section.connect-bar {
	margin: 2rem 0;
        background-color: #1059A4;
	width: 100vw;
	min-height: 2rem;
	height: auto;
}

section.connect-bar ul {
	list-style: none;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
	display: table;
}

section.connect-bar ul li {
	float: left;
	color: #fff;
	width: 20%;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	padding: .2em 0.25em 0px 0;
}

section.connect-bar a {
	color: #fff;
}

/* ad unit */

section.ad-unit {
	width: 100vw;
}

section.ad-unit .ad-wrapper {
width: 90vw;
overflow: hidden;
display: block;
margin: 0 auto;
}

section.ad-unit .ad-wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}

section.ad-unit .ad-wrapper ul li {
float: left;
padding: 2rem;
}

section.ad-unit .ad-wrapper ul li img {
  width: 100%;
}



/* footer stuff */
footer.mod-dk {
   background: var(--capcom-dk-0) !important;
}
footer div.mod-dk {
   background: var(--capcom-dk-0) !important;
}



/* tablet size */
@media (min-width: 540px) and (max-width: 1000px) {

    /* wide blocks */
    .news_section article p {
	padding: .25em;
	font-size: 90%;
    }

    /* small blocks */
    .news_section article.sml-blck {
	width: 46%;
	height: 450px;
    }

    .ag_form select {
	margin: .25em;
    }
}

@media (max-width: 539px) {

    /* wide blocks */
    .news_section {
	margin-top: 1em;
    }

    /* reset to small block layout */
    .news_section article .image_col {
        border-radius: 5px 5px 0px 0px;
	width:100%;
    }
    .news_section article .image img {
       border-radius: 5px 5px 0px 0px;
    }
    .news_section article .text_col {
        width:100%;
    }


    /* small blocks */
    .news_section article.sml-blck {
        width: 100%;
	margin: 0px 0px 1.5em 0px;
        height: 450px;
    }
    .news_section article.sml-blck p {
	font-size: 125%;
    }

    /* ditch the img overrides */
    .article_full_content_wrap .img-override-50 img, .article_full_content_wrap .img-override-75 img {
	width: 100%;
    }

}


article.single_message_ {
  height: 50vh;
  background: #fff;
  margin-top: 2rem;
text-align: center;
color: var(--capcom-lt-1);
}
article.single_message_ h3 {
  color: var(--capcom-lt-1);
}
article.single_message_ span {
}

body.mod-dk article.single_message_ h3 {
  color: var(--capcom-dk-1);
}

.tweet_like_share_btns {
  height: 1rem;
  width: 12rem;
  display: flex;
  margin: 0 auto;
}

