/*
Theme Name: Walker News Template
Theme URI: https://walkerwp.com/walker-news-template/
Author: WalkerWP
Author URI: https://walkerwp.com/
Description: Walker News Template is a versatile WordPress theme built for bloggers, news sites, and magazines. Whether you’re an individual or an agency, with its customizable full-site editing, 20+ free patterns, and 30+ premium patterns (altogether 50+ patterns), there is no limit to what kind of blog you want to make. Switch between 10 global styles within seconds and 12+ beautiful fonts to match your brand's color and style. Get started with four one-click demo import starter sites. Learn more about Walker News Template at https://walkerwp.com/walker-news-template/.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, e-commerce, full-site-editing, block-patterns, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks
Version: 1.0.2
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: walker-news-template
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.
*/
.wnt-header-search.wp-block-search .wp-block-search__input {
  background: transparent;
}
.wnt-header-search.wp-block-search .wp-block-search__input:focus {
  background: var(--wp--preset--color--background-alt);
}
.wnt-header-search.wp-block-search .wp-block-search__button:hover {
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-comments textarea#comment {
  border-radius: 4px;
}
input[type="submit"] {
  transition: all ease 0.23s;
  -o-transition: all ease 0.23s;
  -moz-transition: all ease 0.23s;
  -webkit-transition: all ease 0.23s;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
.wpcf7-form-control.wpcf7-select {
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--border-color);
  padding: 15px;
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-select {
  appearance: none;
  position: relative;
}
.wpcf7-form-control.wpcf7-select:after {
  content: ">";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
form.wpcf7-form *::placeholder {
  font-size: 14px;
}
form.wpcf7-form *::-moz-placeholder {
  font-size: 14px;
}
form.wpcf7-form *::-webkit-input-placeholder {
  font-size: 14px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground-alt);
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  padding: 15px 40px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: var(--wp--preset--color--header-background);
}

form.comment-form {
  border-radius: 20px;
  margin-top: 24px;
}
.wp-block-post-comments-form {
  border-radius: 20px;
}
form.comment-form input[type="email"],
form.comment-form input[type="text"],
form.comment-form input[type="url"],
form.comment-form textarea {
  border-radius: 5px;
  margin: 12px 0 25px;
}
form.comment-form .form-submit.wp-block-button {
  margin-top: 25px;
}
.wp-block-comment-author-name {
  font-weight: 600;
}

.wp-block-comment-date a {
  color: var(--wp--preset--color--foregound);
  font-size: 13px;
}
.wp-block-comment-template li {
  margin-top: 50px;
}
.wp-block-comment-template li li {
  margin-top: 10px;
  padding-left: 60px;
}
a.comment-reply-link {
  border: 1px solid;
  padding: 5px 13px;
  border-radius: 40px;
  font-size: 13px;
  opacity: 0.6;
}
.wp-block-post-comments-form {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.woocommerce ul.products li.product a img {
  border-radius: 5px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 5px;
}
.wp-block-post-excerpt__excerpt a,
.entry-content.wp-block-post-content a {
  text-decoration: underline;
}
.wp-block-contact-form-7-contact-form-selector.wnt-footer-newsletter .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
  width: 70%;
  margin: 0 2% 0 0;
  background: transparent;
  line-height: 20px;
}
.wp-block-contact-form-7-contact-form-selector.wnt-footer-newsletter .wpcf7-form-control.wpcf7-submit {
  width: 28%;
  color: #fff;
  height: 53px;
  position: absolute;
  right: 0;
  padding: 15px 25px;
}
.wp-block-contact-form-7-contact-form-selector.wnt-footer-newsletter form {
  position: relative;
}
.wp-block-contact-form-7-contact-form-selector.wnt-footer-newsletter {
  width: 100%;
}
.wnt-header-search.wp-block-search .wp-block-search__button.wp-element-button {
  padding-left: 10px;
  padding-right: 0;
}
.wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  transition: all ease 0.65s;
}
.wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image img {
  transform: scale(1.01);
}
.wnt-default-thumbnail {
  max-height: 100%;
}
body.page .wnt-main-contents .wnt-default-thumbnail,
body.single .wnt-main-contents .wnt-default-thumbnail,
body.archive .wnt-main-contents .wnt-default-thumbnail {
  display: none;
}
.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 100%;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  background: var(--wp--preset--color--heading-color);
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
.wp-block-navigation__responsive-container ul li a:hover {
  color: var(--wp--preset--color--primary);
}
.wp-block-post-terms .wp-block-post-terms__separator {
  font-size: 0;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  font-size: 0;
  width: 20px;
  display: inline-block;
  position: relative;
}
.wp-block-post-terms .wp-block-post-terms__separator:before {
  content: "";
  left: 9px;
  height: 2px;
  width: 2px;
  background: var(--wp--preset--color--primary);
  border-radius: 2px;
  position: absolute;
  top: -5px;
}
p a:hover {
  opacity: 0.65;
}
.wp-block-post-excerpt__excerpt a,
.entry-content.wp-block-post-content a {
  text-decoration: underline;
}
.wnt-transparent-search.wp-block-search input.wp-block-search__input {
  background: transparent;
}
@media (max-width: 768px) {
  .wp-block-search__button-inside.wp-block-search__icon-button.wnt-header-search.wp-block-search,
  .wp-block-group.wnt-default-navigations {
    width: 100%;
  }
  .wp-block-group.wnt-default-navigations {
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .wp-block-contact-form-7-contact-form-selector.wnt-footer-newsletter .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin: 0 0 20px;
  }
  .wp-block-contact-form-7-contact-form-selector.wnt-footer-newsletter .wpcf7-form-control.wpcf7-submit {
    position: relative;
    width: 100%;
    right: auto;
  }
}
