/*
Theme Name: PokaTheme Child
Template: pokatheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 1.0.1
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*
    Add your custom styles here
*/
.review-extra-links {
  display: none;
}
.btn-primary {
  background: linear-gradient(90deg, #ff9800 0%, #ff6700 100%), #13c183;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #ff6700 0%, #ff9800 100%), #13c183;
}
.load-more {
  margin-top: 30px;
  width: fit-content !important;
  width: -webkit-fit-content !important;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.header-menu li a{
  font-size: 15px;
}
.header-menu>li.menu-item-has-children{
  padding-right: calc(1.25rem + 10px);
}
.header-menu>li.menu-item-has-children>a::after{
  right: -18px;
}
// Table of contents
.wp-block-cover .lwptoc:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}
.wp-block-cover .lwptoc-light .lwptoc_i {
  width: 100%;
  background: transparent;
  padding: 0;
}
.wp-block-cover .lwptoc_header {
  display: flex;
  align-items: center;
  padding: 8px 34px 8px 28px;
  max-width: fit-content;
  max-width: -webkit-fit-content;
  margin: 0 auto;
  background: #004cc6;
  border-radius: 5px;
}
.wp-block-cover .lwptoc_header b {
  order: 2;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  white-space: nowrap;
}
.wp-block-cover .lwptoc_header .lwptoc_toggle {
  order: 1;
  margin-left: 0;
  margin-right: 14px;
}
.wp-block-cover .lwptoc_header .lwptoc_toggle:after,
.wp-block-cover .lwptoc_header .lwptoc_toggle:before {
  display: none;
}
.wp-block-cover .lwptoc_header .lwptoc_toggle .lwptoc_toggle_label {
  display: block;
  margin: 0;
  background-image: url(images/table-btn.svg);
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  color: transparent;
}
.wp-block-cover .lwptoc-baseItems .lwptoc_items {
  margin-top: 20px;
  background: white;
  padding: 28px 70px;
}
.wp-block-cover .lwptoc-baseItems .lwptoc_items .lwptoc_itemWrap {
  display: flex;
  flex-wrap: wrap;
}

.custom-logo{
  max-width: 250px;  
}
@media screen and (max-width: 992px) {
  .custom-logo{
    width: calc(100vw - 180px);
    max-width: 250px;
  }
  .wp-block-cover .lwptoc-baseItems .lwptoc_items .lwptoc_itemWrap {
    height: 100% !important;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
  }
}
.wp-block-cover .lwptoc-baseItems .lwptoc_items .lwptoc_itemWrap .lwptoc_item {
  margin-right: 10px;
  width: 48%;
}
@media screen and (max-width: 992px) {
  .wp-block-cover
    .lwptoc-baseItems
    .lwptoc_items
    .lwptoc_itemWrap
    .lwptoc_item {
    width: unset;
    margin-right: 0px;
  }
}
.wp-block-cover
  .lwptoc-baseItems
  .lwptoc_items
  .lwptoc_itemWrap
  .lwptoc_item
  .lwptoc_item_number {
  color: rgba(16, 81, 191, 0.3);
}


/* search  */
.search-404 form input{
flex: 1;
padding: 10px 16px;
min-width: 55%;
font-size: 1rem;
line-height: 1.5em;
color: #373D41;
background-color: #FFF;
background-clip: padding-box;
border: 1px solid #C5C5C7;
border-radius: 6px;
-webkit-box-shadow: none;
box-shadow: none;
flex-grow: 1;
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.search-404 form{
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.search-404 button{
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  outline: 0;
  padding: 14px 24px 13px;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 6px;
  border-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-menu .menu-item .sub-menu .wpml-ls-item {
  margin-bottom: 16px;
  transition: all ease-in-out 0.2s;
}
.header-menu .menu-item .sub-menu .wpml-ls-item:hover {
  opacity: 0.5;
}
.header-menu .menu-item .sub-menu .wpml-ls-item:last-child {
  margin-bottom: 0;
}
.header-menu .menu-item.wpml-ls-item .sub-menu {
  min-width: 79px;
}
.header-menu .menu-item.wpml-ls-item .sub-menu .menu-item {
  display: block;
}
.header-menu .menu-item.wpml-ls-item .sub-menu .menu-item a {
  width: 18px;
  height: 12px;
  display: block;
}
.header-menu .menu-item.wpml-ls-item a .wpml-ls-display {
  display: none;
}
.header-menu .menu-item.wpml-ls-item .wpml-ls-flag {
  width: 18px;
  height: 12px;
  display: block;
}
@media screen and (max-width: 992px) {
  .mm-spn .menu-item.wpml-ls-item > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .mm-spn .menu-item.wpml-ls-item a .wpml-ls-display {
    padding: 0 0 0 12px;
    line-height: 1;
  }
}