/*
Theme Name: Plays Block
Text Domain: plays-block
Version: 1.0.0
Tags: full-site-editing, block-patterns
*/
/* CSS Document */

@media only screen and (max-width: 999px) {
#mobilesection { display: block;}
.mobileonlyshow{ display: block;}
.desktoponlyshow { display: none !important;}

#wp-comment-cookies-consent, .comment-form-cookies-consent label {
display:none !important;
	}
}

@media only screen and (min-width: 1000px) {
#mobilesection { display: none !important;}
.mobileonlyshow { display: none !important;}
.desktoponlyshow{ display: block;}

/* new game first layout */
#gamepage {margin-top: calc(100dvh + 250px); }
#gameembed {position: absolute; top: calc(-100dvh - 240px); margin: auto; height: calc(100dvh - 170px); vertical-align:top; }
.searchwp-related {position: absolute; top: -400px; }
.searchwp-related p {display: none;}
/* new game first layout */

#wp-comment-cookies-consent, .comment-form-cookies-consent label {
display:inline !important;	
white-space: normal !important;
	}
}

#playnow{
background-image: url(/images/play-org-bg2.png);
    /* background-color: #E43F5B; */
    color: white !important;
    font-weight: bold !important;
}


.pager li {
	list-styletype: none !important;
	}

.blog-nav li {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
}
.blog-nav li a {
  color: #fff;
}

.comment-form-author, .comment-form-author label, .comment-form-email, .comment-form-email label, .comment-form-url, .comment-form-url label {
display:inline !important;
overflow:hidden !important; 
white-space: nowrap !important;
	}

 


ul .comment-list {
    list-style: none;
	}

.comment-list li {
    list-style: none;
	}

/* Block comment-template list — match classic comment look */
.comments-area .wp-block-comment-template {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}
.comments-area .comment-body {
	padding: 15px 0;
	margin: 0;
	gap: 15px;
	border-top: 1px solid #e5e5e5;
}
.comments-area .comment-avatar img {
	border-radius: 50%;
}
.comments-area .comment-meta {
	gap: 10px;
	align-items: baseline;
	margin-bottom: 4px;
}
.comments-area .comment-author,
.comments-area .comment-author a {
	font-weight: 600;
	color: #1eb3b2;
	text-decoration: none;
}
.comments-area .comment-date,
.comments-area .comment-date a {
	color: #777;
	font-size: 12px;
	text-decoration: none;
}
.comments-area .wp-block-comment-content {
	margin: 6px 0;
}
.comments-area .wp-block-comment-reply-link a {
	color: #b53964;
}
/* Name / Email / Website inline row (block-library forces width:100%; prod is inline-block) */
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
	display: inline-block !important;
	width: 268px !important;
	max-width: 100%;
}
	

.posttitle {
	text-decoration: none;
}

.bypostauthor {
    background-color: #F1FAFE;
}

#comment {
    width: 100%;
	background-color: #B1FBC8 !important;
	border-color: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
	border-width: 2px solid;
	height: 180px !important;	
	}

/* Banner label: visually matches h2 style, used instead of h2 to preserve heading hierarchy */
.banner-label {
	font-size: 30px;
	color: #1eb3b2;
	font-weight: 500;
	border-bottom: 3px dotted #c5e6e6;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

img {
	max-width: 100%
	}	

.wpcr3_review_title {
    font-size: 30px !important;
    color: #1eb3b2;
    font-weight: 500;
    border-bottom: 3px dotted #c5e6e6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.resize, .resize-v, .resize-h, .iframegame, .iframegamewide, .iframegamewide2, .iframegamewide3, .iframegamewide4, .iframegamewide5, .iframegamenarrow {
 z-index: 999;
}

.iframegamenarrow {
	margin: 0 auto;
	}

.iframegamefullscreen {
display: block;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
height: 100vh;	
max-height: 100vh;
	}


@media only screen and (min-width: 1230px) {
.resize, .resize-v, .resize-h {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 50px;  /* define largura minima */
    min-height: 50px; /* define altura minima */
    width: 1200px;  /* define largura padrão/inicial */
    height: 665px; /* define altura padrão/inicial */
}

.iframegamewide {
display: block;
width: 100%;
height: 665px;	
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide2 {
display: block;
width: 100%;
height: 900px;	
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide3 {
display: block;
width: 100%;
height: 800px;	
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide4 {
display: block;
width: 100%;
height: 700px;	
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide5 {
display: block;
width: 100%;
height: 750px;	
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide6 {
display: block;
width: 100%;
height: 480px;	
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

}


@media only screen and (max-width: 1229px) {
.resize, .resize-v, .resize-h {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 50px;   
    min-height: 50px;
    width: 95%;   
    height: 600px;  
}

.iframegamewide {
display: block;
width: 100%;
height: calc((100vw - 20px)*(5/9)) !important;
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}


.iframegamewide2 {
display: block;
width: 100%;
height: calc((100vw - 20px)*(0.7444444)) !important;
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide3 {
display: block;
width: 100%;
height: calc((100vw - 20px)*(0.6617)) !important;
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide4 {
display: block;
width: 100%;
height: calc((100vw - 20px)*(7/12)) !important;
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide5 {
display: block;
width: 100%;
height: calc((100vw - 20px)*(15/24)) !important;
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegamewide6 {
display: block;
width: 100%;
height: calc((100vw - 20px)*(5/13)) !important;
max-height: 100vh;
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}


}



.resize-v {
   resize: vertical;
}

.resize-h {
    resize: horizontal;
}

.resize {
   resize: both !important;  
}

.resize > iframe,
.resize-v > iframe,
.resize-h > iframe {
   background-color: transparent;
   width: 100%;
   height: 100%;
   resize: none;
   border: none;
}


.iframegamenarrow {
display: block;
width: 100%;
max-width:99vh;
height: 100vh;	
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}

.iframegame {
display: block;
width: 100%;
height: 100vh;	
    border-radius: 8px;
    border: 2px solid;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-source: linear-gradient(to bottom, rgb(114, 230, 195), rgb(0, 161, 172));
    border-image-slice: 1;
	}
 

/* Green action buttons — match the live-site search button (play-org-bg3
   texture). Applies to the classic search submits, the core search block
   button, the comment "Post Comment" submit and the reviewer rating submit. */
#searchsubmit,
#searchsubmit2,
#searchsubmit3,
.pum-button-regular,
.wp-block-search__button,
#submit,
.rwp-submit-wrap input[type="button"] {
	background-image: url("/images/play-org-bg3.png");
	background-color: transparent !important;
	background-repeat: repeat;
	color: #fff !important;
	font-weight: bold;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	padding: 0 30px;
	text-transform: uppercase;
	cursor: pointer;
	transition: filter 0.2s ease, box-shadow 0.2s ease;
}

#searchsubmit:hover, #searchsubmit:focus,
#searchsubmit2:hover, #searchsubmit2:focus,
#searchsubmit3:hover, #searchsubmit3:focus,
.pum-button-regular:hover, .pum-button-regular:focus,
.wp-block-search__button:hover, .wp-block-search__button:focus,
#submit:hover, #submit:focus,
.rwp-submit-wrap input[type="button"]:hover,
.rwp-submit-wrap input[type="button"]:focus {
	filter: brightness(0.9);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pum-button-regular {float:left;}

/* Footer "Search And Find" band: vertically center the search button label */
.plays-info-area .wp-block-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* Search band only: drop the core :where(.wp-block-columns){margin-bottom:1.75em} default */
.plays-info-area .wp-block-columns {
	margin-bottom: 0;
}


.tabswide {
  position: relative;   
  min-height: 730px;
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
  margin-bottom:10px;
}
.tab label {
  background: #eee; 
  padding-top: 10px; 
  padding-right: 10px; 
  padding-left: 10px; 
  padding-bottom: 0px; 
  border: 1px solid #ccc;
  border-bottom: 5px solid #eee; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}

.tab [type=radio] {
  display: none;   
}
.tabcontent {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #E43F5B; 
}
.tab [type=radio]:checked ~ label {
  background: #E43F5B;
  border-bottom: 5px solid #ffffff;
  z-index: 76;
}
[type=radio]:checked ~ label ~ .tabcontent {
  z-index: 75;
}



	
	

.searchwp-related > ol {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    margin: 0 0 0 -1em;
}

.searchwp-related > ol > li {
    flex: 1;
    padding: 0 0 0 1em;
    display: flex;
    align-items: stretch;
}

.searchwp-related > ol > li > a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    background-color: #edf9f3;
    border: 1px solid #41c8b9;
    border-radius: 2px;
}

.searchwp-related > ol > li > a > span {
    display: block;
    padding: 1em;
}

.searchwp-related > ol > li > a > img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.searchwp-related > ol > li > a:hover {
    border: 1px solid #41c8b9;
}

/* Category / archive post-card: match classic content.php (150px thumb floated
   left, text beside). Guards against core block-library stretching the
   featured image to full column width. */
.blog-post .row .two.columns .wp-block-post-featured-image,
.blog-post .row .two.columns .wp-block-post-featured-image img {
	width: 150px;
	height: 150px;
	max-width: 150px;
	margin: 0;
	object-fit: contain;
}

.blog-post .row .ten.columns > * {
	margin-top: 0;
}