/*!
Theme Name: wordle
Theme URI: https://wordlenew.com/
Author: https://wordlenew.com/
Author URI: https://wordlenew.com/
Description: We provide the source code , themes , plugins on wordpress , not responsible for the content posted by the customer after the customer receives the source code ! After receiving the source code, customers have full ownership and use rights for their purposes!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vpw_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

vpw_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery {
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.comment-form label {
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
}
.comments-title {
  font-weight:700;
  font-size:26px;
  margin:20px 0;
  letter-spacing:-.02em;
}
.comments-title .count {
  display:inline-block;
  font-size:13px;
  background:#999;
  color:#fff;
  border-radius:3px;
  padding:2px 12px;
  vertical-align:middle;
  margin-left:5px;
}
.commentlist,
.pinglist {
  clear:both;
  font-size:15px;
  line-height:24px;
}
.commentlist li,
.pinglist li {
  clear:both;
  font-size:1em;
}
.comment-body {
  padding:20px 0 0 70px;
  border-top:1px solid hsla(0,0%,100%,.3);
}
.commentlist .children {
  margin-left:2em;
}
.commentlist .comment-body,
.pinglist li {
  clear:both;
  margin-bottom:10px;
}
.commentlist .comment-author,
.commentlist .comment-awaiting-moderation,
.commentlist .comment-meta {
  font-size:15px;
  display:inline-block;
  line-height:22px;
}
.commentlist .comment-author {
  margin-right:6px;
  margin-bottom:6px;
  position:relative;
}
.commentlist .fn,
.pinglist .ping-link {
  color:#212121;
  font-size:14px;
  font-style:normal;
  font-weight:700;
}
.commentlist .fn a {
  color:inherit;
}
.commentlist .says {
  display:none;
}
.commentlist .avatar {
  border-radius:100%;
  width:55px;
  height: 55px;
  position:absolute;
  top:0;
  left:-70px;
}
.commentlist .bypostauthor>.comment-body>.comment-author>.fn {
  color:#f70d28;
}
.commentlist .comment-meta .fa,
.pinglist .ping-meta:before {
  color:#a0a0a0;
  margin-right:2px;
}
.pinglist .ping-meta:before {
  content:"\F017";
  font-family:FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.commentlist .comment-meta a,
.pinglist .ping-meta {
  color:#fff;
  font-size:14px;
}
.comment-content p {
  margin-bottom:1em;
}
.comment-content p:first-child {
  margin-top:0;
}
.comment-content p:last-child {
  margin-bottom:.5em;
}
.commentlist .reply a {
  color:#a0a0a0;
  font-weight:700;
  font-size:11px;
  text-rendering:auto;
}
.commentlist .reply a:before {
  content:"\F075";
  font-family:FontAwesome;
  margin-right:5px;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.comment-awaiting-moderation {
  color:#24a5db;
  font-style:normal;
}
.comment-navigation {
  padding-top:20px;
}
.comment-navigation a {
  color:#212121;
  font-size:13px;
  font-weight:700;
  border:1px solid #eee;
  padding:5px 10px;
  transition:.2s ease;
}
.comment-navigation a:after,
.comment-navigation a:before {
  font-family:FontAwesome;
}
.comment-navigation a:hover {
  background:#f5f5f5;
}
.comment-navigation .prev-comment {
  float:left;
}
.comment-navigation .next-comment {
  float:right;
}
.comment-navigation .prev-comment a:before {
  content:"\F104";
  padding-right:6px;
}
.comment-navigation .next-comment a:after {
  content:"\F105";
  padding-left:6px;
}
.pinglist li {
  padding-left:0;
}
.pinglist .ping-meta {
  font-size:13px;
  line-height:22px;
}
.comment-respond {
  border-top:3px solid #eee;
  margin-top:30px;
}
.comment-reply-title {
  font-weight:700;
  font-size:24px;
  margin:20px 0 10px;
  letter-spacing:-.02em;
  position:relative;
}
.comment-reply-title small a {
  position:absolute;
  top:4px;
  right:15px;
  width:24px;
  height:24px;
  text-indent:-9999em;
}
.comment-reply-title small a:after,
.comment-reply-title small a:before {
  content:"";
  position:absolute;
  width:2px;
  height:100%;
  top:0;
  left:50%;
  background:#f70d28;
  transition:background .2s linear;
}
.comment-reply-title small a:hover:after,
.comment-reply-title small a:hover:before {
  background:#212121;
}
.comment-reply-title small a:before {
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.comment-reply-title small a:after {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.comment-form p {
  margin:0 0 20px;
}
.comment-form p.form-submit {
  clear:both;
}
.comment-form label {
  display:block;
  font-weight:700;
  margin-bottom:.5em;
}
.comment-form-email,
.comment-form-url {
  width:50%;
  float:left;
}
.comment-form-email {
  padding-right:15px;
}
.comment-form-url {
  padding-left:15px;
}
textarea#comment {
    height: 90px;
}
.comment-form label {
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
}
.comment-form .chosen-container-single .chosen-single,.comment-form  input:not([type=submit],[type=checkbox]),.comment-form  select,.comment-form  textarea {
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 7px 14px;
    height: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    max-width: 100%;
    transition: .25s ease;
    box-shadow: none;
}
.comment-form  input#wp-comment-cookies-consent{
}
.comment-form-cookies-consent input {
    position: absolute;
    top: .35em;
    left: 0;
}
input[type=checkbox], input[type=radio] {
    width: auto;
    height: auto;
    line-height: inherit;
    display: inline;
}
.comment-form-cookies-consent {
    clear: both;
    position: relative;
}
.comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 20px;
}
.comment-respond .btn,.comment-respond .button,.comment-respond input[type=submit]{
      border: none;
    border-radius: 20px;
    background: #3ac3c5;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: 0;
    -webkit-appearance: none;
    transition: .3s ease;
}
.commentlist li, .pinglist li {
    list-style: none;
}
.comment-content {
    background-color: #eee;
    color: #000;
}
.bypostauthor .comment-content, .comment-content {
    width: fit-content;
    padding: 8px 15px 1px;
    border-radius: 20px;
}
.comment-content a, .commentlist .reply a {
    color: #3ac3c5;
}
.comments-title .count {
    background: #829ab1;
}
.comments-title .count {
    display: inline-block;
    font-size: 13px;
    background: #999;
    color: #fff;
    border-radius: 3px;
    padding: 2px 12px;
    vertical-align: middle;
    margin-left: 5px;
}
.comments-title {
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0;
    letter-spacing: -.02em;
}
ul.pagination2 .page-numbers{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #57AC57;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 15px;
  /* border: 1px solid #ccc; */
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
  border-radius: 3px;
}
ul.pagination2 .page-numbers:hover {
background: #fff;
color: #1a9047;
}
.pagination2 {
clear: both;
padding: 0px
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.list-categories li img{
  margin-right: 5px;
}
.star-rating.text-center{
  width: 50%;
}
img.small-thumb{
  height: auto;
}
.box-download{
margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 30px;
    border-bottom: 4px solid #1bba23;
    /* box-shadow: 0 0 3px #ededed; */
    BACKGROUND: #FFF;
    color: #120e31
}
.content-download {
        width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2px 0 10px;
    flex-wrap: wrap;
}
.mod {
    float: left;
}
.download-btn {
    float: right;
}
.download-btn a {
display: inline-block;
    font-size: 13px;
    /* width: 119px; */
    height: 32px;
    background-image: url(images/download.png);
    padding-left: 120px;
    text-align: right;
    background-color: #1cba23;
    border-radius: 3px;
    background-repeat: no-repeat;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
}
.hr-bg{
  background-image: url('images/hr-11.png');
  background-repeat: repeat-x;
  width: 100%;
  height: 10px;
  display: inline-block;
}
.section--rate {
    background-color: #f5f2e3;
    padding: 50px 0;
}
#st-1 .st-total {
    color: #13141c!important;
    font-family: Montserrat,'Open Sans',sans-serif;
    font-weight: 400;
}
#st-1 .st-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center;
}
#st-1 .st-total > span {
    font-size: 16px;
    line-height: 17px;
    display: block;
    padding: 0;
}
#st-1 .st-total>span.st-shares {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
}
#st-1 .st-total > span.st-shares {
    font-size: 9px;
    line-height: 9px;
}
#st-1 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}
#st-1.st-has-labels .st-btn {
    min-width: 120px;
}
#st-1 .st-btn[data-network='facebook'] {
    background-color: #4267B2;
}
#st-1 .st-btn > img {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top;
}
#st-1 .st-btn > span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
}
#st-1 .st-btn[data-network='facebook'] > span {
    color: #fff;
}
#st-1 .st-btn[data-network='twitter'] {
    background-color: #55acee;
}
#st-1 .st-btn[data-network='whatsapp'] {
    background-color: #25d366;
}
#st-1 .st-btn[data-network='messenger'] {
    background-color: #448AFF;
}
#st-1 .st-btn[data-network='reddit'] {
    background-color: #ff4500;
}
.footer {
    padding: 20px 0 10px;
    background: #fff;
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}
.footer__bottom div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__message {
    color: #9599ae;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 10px;
}
.footer__links {
    color: #2c2f3e;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__copir {
    color: #2c2f3e;
    font-size: 13px;
    font-weight: 400;
    line-height: 12px;
}
.footer__links li {
    border-left: 1px solid #75798d;
    padding-left: 10px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer__links a {
    color: #2c2f3e;
    text-decoration: none;
}
.footer__message {
    color: #9599ae;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    margin: 20px auto 10px;
}
footer p{
  margin: 0px;
}
.sharethis-inline-share-buttons {
    margin: 20px 0 10px;
}
#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    z-index: 94034;
}
#st-1.st-animated {
    -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}
.rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.rate__title {
    color: #13141c;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 15px;
}
.kk-star-ratings .kksr-legend {
  font-weight: 800;
  font-size: 14px;
  margin-left: 5px;
  color: #57422d;
  line-height: 16px;
}
.games-child{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.a-child{
 width: 200px;
 margin: 15px;
 text-decoration: none;
 background: #fff;
 box-shadow: 0 5px 20px rgb(0 0 0 / 7%);
 border-radius: 10px;
}
.a-child:hover{
 box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
}
.a-child img{
 transition: transform .35s;
}
.a-child:hover img{
 transform: scale(1.15);
}
.child-image{
 height: 133px;
 width: 100%;
 overflow: hidden;
 border-radius: 10px 10px 0 0;
}
.child-info{
 padding:10px 15px 15px;
}
.child-title{
 font-weight: 600;
 color:#13141c;
 text-align: center;
 font-size: 20px;
 margin-bottom: 5px;
 text-transform: capitalize;
}
.child-excerpt{
 font-size: 13px;
 color: #2b2e3a;
 margin-bottom:10px;
  text-align:center;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
.group-star svg{
 margin: 0 2px;
}
.rate-average{
 font-weight: 800;
 font-size: 14px;
 margin-left: 5px;
 color: #57422d;
 line-height: 16px;
}
.center-box{
  display: flex;
 justify-content: center;
 align-items: center;
}
.site-content a {
    color: #1D2327;
}
.overwrite-breadcumb{
  padding-top: 20px;
  font-size: 14px;
}
a{
  color: #fb0201;
}
#nav-bar-2{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#nav-bar-2 li a {
    display: block;
    background-color: #fafafa;
    border-bottom: 1px solid #dbe1e5;
    border-left: 3px solid transparent;
    color: #111;
    margin-right: 0;
    padding: 17px 20px 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.btn{color:#fff!important;font-size:16px;padding:15px 20px;border-radius:10px;text-decoration:none;display:inline-block;-webkit-transition:.25s;transition:.25s;background:#41a7fb;line-height:26px}
.btn:hover{background:#4fbbfd}
.btn .icon{width:28px;height:28px;margin-right:10px;margin-bottom:-8px}
.btn-center{text-align:center}
.btn.kids{background:#ff8038}
.btn.kids:hover{background:#ff995f}
.btn.generator{background:#4eb947}
.btn.generator:hover{background:#59ca52}
.btn.generator .icon{fill:#fff}
.btn.city{background:#9a72e5}
.btn.city:hover{background:#b08af9}
.a-game-tags{padding:1px 10px;
             margin:3px 5px 3px 0;
			 text-align:center;
			 white-space:nowrap;
			 color:#666;
			 font-weight:500;
			 border-radius:15px;
			 background-color:#fafafa;
			 border:solid 1px #bbb;
			 border-left:none;
			 transition:all .3s ease;
			 background:linear-gradient(#57AC57 100%,#fafafa 0%) no-repeat,#f9f9f9;
			 background-size:7px 100%;display:inline-block;
			 text-transform:lowercase;
             font-size: 14px;}
.a-game-tags:hover{
	         background-size:100% 100%;
			 color:#fff;
			 border-color:#eee}#comments_area{color:inherit!important}