/*
	Theme Name: AKS Listing Theme
	Theme URI: https://aksolution.co.in/aks-listing-theme
	Description: A WordPress Theme for Trade Your Assets.
  Author: A.K Solution Team
  Author URI: https://aksolution.co.in
	Version: 2.0.1
	Requires at least: 5.5
	Tested up to: 6.9
	Requires PHP: 7.3
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: akslt
  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.

  Flipping Theme is based on Underscores https://underscores.me/, (C) 2012-2020 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/
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #cc3366;
}

a:hover,
a:active {
  color: #333366;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Print
 */
@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #cccccc;
}

table th {
  font-weight: bold;
}

table thead th,
table tfoot th {
  font-size: 1em;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #cccccc;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: #f7f7f7;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background-color: #e9e9e9;
}

table tbody+tbody {
  border-top: 2px solid #cccccc;
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }

  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }

  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**************New CSS************/
.ak-item {
  color: #aa4400;
  font-weight: 500;
}

.ak-bid-list {
  margin-bottom: 30px;
}

.bg-color-grey {
  background-color: #f8f8f8;
  padding: 30px 0;
  overflow: hidden;
}

.bg-white-pad {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

section#akslt-sidebar {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100% !important;
}

.ak-title {
  color: #060606 !important;
}

/********Single Listing Grid CSS***********/

.elementor-widget-shortcode {
  word-break: break-all;
}

.ak-main {
  max-width: 1140px;
  margin: 0 auto;
}

.ak-col-left {
  width: 65%;
  float: left;
}

.ak-col-right {
  width: 35%;
  float: left;
  padding-left: 40px;
}

.ak-single-heading {
  font-size: 22px;
}

.ak-single-value {
  font-size: 20px;
}

.ak-col-4 {
  width: 33.33%;
  float: left;
  padding: 5px;
}

.ak-col-6 {
  width: 50%;
  float: left;
  padding: 5px;
}

.file-attch {
  width: 60px;
  float: left;
}

.file-name {
  float: left;
  display: flex;
  align-items: center;
  min-height: 60px;
}

.ak-button-link {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ff6600;
  display: flex;
  justify-content: center;
  background: #ff6600;
  color: #ffffff;
}

a.ak-button-link {
  text-align: center;
}

.ak-divider {
  margin: 30px 0;
  border-top: 1px solid #e4e4e4 !important;
}

.title-comments {
  font-size: 22px;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 30px;
}

/********Single Listing Grid CSS***********/
/********Comment form************/
.comment-respond .logged-in-as {
  display: none;
}

form#commentform .submit {
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid #ff6600;
  display: flex;
  justify-content: center;
  background: #ff6600;
  color: #ffffff;
}

.comment-respond #comment {
  display: none;
}

.comment-form-comment label {
  display: none;
}

.comment-respond #reply-title {
  display: none;
}

.bid-author-image {
  width: 15%;
  float: left;
}

.right-all-data {
  float: left;
  width: 85%;
}

.author-name {
  width: 50%;
  float: left;
  font-size: 16px;
  text-transform: capitalize;
  color: #ff6600;
}

.bid-date {
  float: left;
  width: 50%;
  text-align: right;
}

.clearfix {
  clear: both;
}

.bid-comment {
  padding: 15px;
  background-color: #f4f4f4;
  margin: 15px 0;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.bid-main {
  overflow: hidden;
  padding: 10px 0;
  margin-top: 20px;
  border-bottom: 1px dotted #ddd;
}

.bid-amount {
  font-size: 18px;
  font-weight: 400;
}

.bid-left {
  width: 50%;
  float: left;
  margin-top: 7px;
}

.comments-area .comment-list {
  padding: 0;
}

.bid-right {
  float: left;
  width: 50%;
  text-align: right;
}

.bid-author-image img {
  border-radius: 50%;
}

.ak-editor-image img {
  border-radius: 50%;
}

.ak-editor-image {
  width: 20%;
  float: left;
}

.editor-bio {
  width: 80%;
  float: left;
  padding: 0px 20px !important;
  overflow: hidden;
}

.ak-author-box {
  overflow: hidden;
  clear: both;
}

.author-image {
  width: 25%;
  float: left;
}

.avatar-name {
  width: 75%;
  float: left;
}

.ak-author-box__text {
  clear: both;
  overflow: hidden;
  padding-top: 15px;
}

.ak-watch img {
  width: 25px;
  margin-right: 8px;
  float: left;
}

.ak-watch a {
  display: flex;
}

.delete-favorite {
  background: #efefef;
  padding: 5px;
  border: 1px solid #ff6600;
  color: red;
  cursor: pointer;
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
}

.ak-btn {
  background-color: #552200 !important;
}

.ak-icon-list-items {
  padding: 0;
  list-style: none;
  display: inline-block !important;
}

.ak-menu-link .elementor-item {
  background-color: #ff6600;
  border-radius: 2px;
  color: #ffffff !important;
}

.alert-info {
  text-align: center;
}

.ak-item a {
  color: #b14900;
}

.ak-hr {
  border-bottom: 1px solid #cccccc !important;
}

.ak-avatar .avatar {
  margin-right: 15px;
  border-radius: 50%;
}

.ak-avatar .elementor-item.elementor-item-anchor {
  justify-content: unset;
}

/********Single Listing Grid CSS***********/
.ak-right-sidebar .modal-header .btn-close {
  padding: 10px 20px !important;
  color: #ff6600;
  border-color: #ff6600;
}

.ak-right-sidebar .modal-header .btn-close:hover {
  padding: 10px 20px !important;
  background-color: #ff6600;
  color: #ff6600;
}

/*Loader*/
@keyframes ldio-b25nbe160qb {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}

.ldio-b25nbe160qb div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-b25nbe160qb 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-b25nbe160qb div:nth-child(1) {
  border-color: #e90c59;
  animation-delay: 0s;
}

.ldio-b25nbe160qb div:nth-child(2) {
  border-color: #46dff0;
  animation-delay: -0.5s;
}

.loadingio-spinner-ripple-vm0fjvd3z5 {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}

.ldio-b25nbe160qb {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-b25nbe160qb div {
  box-sizing: content-box;
}

/* generated by https://loading.io/ */
/*form#listing_data_form {*/
/*    display: none;*/
/*}*/
.loadingio-spinner-ripple-vm0fjvd3z5 {
  text-align: center;
  margin: 0 auto !important;
  display: block;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-63110384.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  padding-top: 50px;
  padding-bottom: 133px;
}

.displayform {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ak-bid-list .ak-image {
  height: 180px;
}

img.ak-image {
  background-image: coral;
  object-fit: cover;
  object-fit: cover;
  width: 300px;
  /* height: 1px; */
  object-fit: fill;
}

.ak-editor-item {
  background: #fa5176;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
}

.author-image .avatar {
  border-radius: 50%;
}

.ak-author-box__avatar .avatar-name {
  width: 75%;
  float: left;
  display: flex;
  align-content: center;
  align-items: center;
  height: 70px;
  padding-left: 10px;
}

.listing-title {
  font-size: 18px;
  color: #4c4c4c !important;
  line-height: 1.4;
}

@media only screen and (min-width: 1024px) {
  .delete-favorite {
    width: 40px;
    position: absolute;
    top: -165px;
    /*right: -30px;*/
  }

  .mobile-view {
    display: none !important;
  }
}

/***************Author List Page CSS****************/
.ak-container {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 8%);
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.author-list-image img {
  border-radius: 78px;
}

h2.author-title {
  font-size: 30px;
  margin-bottom: 5px;
  color: #000;
}

p.author-description {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}

.ak-col-20 {
  width: 20%;
  float: left;
}

.ak-col-80 {
  width: 80%;
  float: left;
}

.ak-author-list {
  width: 100%;
  display: flex;
}

/***************Author List Page CSS****************/
.btn-inline {
  position: absolute;
  left: -100px;
}

.btn-buy {
  background: #202020;
  border-color: #202020;
  transition: all 0.5s ease;
}

.btn-buy:hover {
  color: #000000;
  background: transparent;
  transition: all 0.5s ease;
}

.file-main {
  width: 50%;
  float: left;
}

.file-left {
  width: 20%;
  float: left;
}

.file-right {
  width: 80%;
  float: left;
}

.single-file {
  width: 60px;
}

.ak-file-name {
  width: 100%;
  margin: 2px 0 2px 0;
}

.file-ext {
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .ak-bids {
    width: 46%;
    float: left;
    margin: 2% !important;
  }

  .ak-bid-list.mobile-view {
    min-height: 300px;
  }

  .sold-out::before {
    padding: 5px 30px !important;
    margin-top: 12px !important;
    /* margin-left: -26% !important; */
  }

  .view-all {
    clear: both;
  }

  .btn-inline {
    position: relative;
    left: 0px;
  }

  .ak-mobile .elementor-col-33 {
    width: 33.33%;
  }

  .listing-title {
    font-size: 12px !important;
    margin-top: 10px !important;
    line-height: 1.8em !important;
  }

  .ak-mobile .elementor-widget {
    margin-bottom: 5px;
  }

  .ak-pricing-section {
    border-top: 1px solid #ccc;
  }

  .ak-title {
    font-size: 18px !important;
    margin-top: 10px !important;
  }

  .ak-editor-item {
    position: absolute;
    width: 140px;
    top: -140px;
    left: 90% !important;
    right: 0 !important;
  }

  .ak-dark {
    background-color: #3e3e3e;
  }

  .delete-favorite {
    top: -25px;
    right: -11px;
  }

  .desktop-view {
    display: none !important;
  }

  .ak-image-file {
    width: 100%;
  }

  .file-main {
    width: 100%;
  }

  .ak-bid-list .ak-image {
    height: 120px;
  }

  .list-m-left {
    width: 100%;
    float: left;
  }

  .list-m-right {
    width: 100%;
    padding: 0 0 0 10px;
    float: left;
    /* text-align: left; */
  }

  .ak-item {
    font-size: 10px;
    margin: 7px 0 0 0;
  }

  .ak-bids>.elementor-container,
  .ak-bids .ak-bid-list {
    padding: 5px;
  }

  .site-maing {
    padding: 65px 15px !important;
  }
}

/************Shortcode Categoty Filter***************/
.bid_cat ul {
  list-style: none;
  padding: 0;
}

.bid_cat ul li {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 5px;
}

.bid_cat {
  margin-bottom: 25px;
}

/*.content-right {*/
/*    width: 75%;*/
/*    float: left;*/
/*    padding-left: 25px;*/
/*}*/
/*.sidebar-left {*/
/*    width: 25%;*/
/*    float: left;*/
/*    padding-right: 25px;*/
/*}*/
/*.ak--widgets {*/
/*    margin-bottom: 20px;*/
/*    border-bottom: 1px solid #d7d7d7;*/
/*    padding-bottom: 20px;*/
/*}*/
@media only screen and (max-width: 1024px) {
  .bid_cat ul li {
    margin-bottom: 8px;
  }

  .content-right,
  .sidebar-left {
    width: 100% !important;
  }
}

/*SHORTCODE CSS*/
.elementor-widget-shortcode ul {
  display: inline-flex;
  align-content: space-between;
}

.elementor-widget-shortcode ul li {
  margin: 5px;
}

.listing-desc {
  margin-left: 10px;
}

/* Table Styles */
.listing-table td {
  text-transform: lowercase;
}

/* ACTION CSS EDIT LISTING TEMPLATE */
div#acf-content-edit {
  margin: 40px auto;
}

input.acf-button.button.btn.btn-primary {
  margin: 0 10px;
  background: #ff6600;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 18px;
  border: none;
}

div#message {
  background: #79fc0a26;
  padding: 10px;
  color: #ff6600;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
}

div#acf-content-edit h1 {
  display: none;
}

div#message p {
  margin: 0;
}

.action-buttons {
  margin: 10px 10px;
}

/*WPFORMS STYLES*/
.page-content {
  /* overflow: auto; */
  padding: 100px 0;
}

.wpforms-field-divider {
  color: #ff6600;
  font-weight: bold;
}

button.wpforms-submit {
  width: 100% !important;
  background: #ff6600 !important;
  color: white !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.flatpickr-current-month .numInputWrapper {
  width: 10ch !important;
  display: inline-block;
  top: -24px !important;
  float: right !important;
}

/**********Archive Listing**********/
.ak-site-main {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.listing-sidebar {
  width: 25%;
  float: left;
}

.listing-contents {
  width: 75%;
  float: left;
}

/**********Archive Listing**********/
.ak-site-main {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  margin: 20px auto;
}

.listing-sidebar {
  width: 25%;
  float: left;
  margin: 0 5px;
  /*     padding: 20px; */
}

.listing-contents {
  width: 72%;
  float: left;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .listing-sidebar {
    width: 100%;
    float: left;
    padding: 20px;
  }

  .listing-contents {
    width: 100%;
    float: left;
    margin: 0 0px;
  }

  .wpc-filters-widget-top-container {
    background: #fff;
    border-bottom: 1px solid transparent;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}

.ak-list-archive .elementor-col-30,
.ak-list-archive .elementor-col-50,
.ak-list-archive .elementor-col-20 {
  float: left;
}

.ak-list-archive {
  overflow: hidden;
  display: grid;
}

@media only screen and (min-width: 768px) {
  .ak-bids.sold-out::before {
    content: "SOLD OUT";
    background: #dc3545;
    color: white;
    padding: 5px 50px;
    /* transform: rotate(331deg); */
    position: absolute;
    z-index: 4;
    margin-top: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ak-bids.sold-out::before {
    content: "SOLD OUT";
    background: #dc3545;
    color: white;
    padding: 5px 50px;
    /* transform: rotate(331deg); */
    position: absolute;
    z-index: 4;
    margin-top: 11px;
    margin-left: 5px !important;
  }
}

/*Check Price Btn*/

a.ak-btn-checkprice {
  color: #ff6600 !important;
  border: 2px solid #ff6600;
}

/************* For Youtube Grid **************/
.ak-grid-youtube {
  background: #ff6600;
  border-radius: 5px;
  width: 30.33%;
  float: left;
  overflow: hidden;
  margin: 15px;
  padding: 10px;
}

.ak-inner-column {
  background: #ffffff;
  padding: 30px 20px !important;
  text-align: center;
}

.ak-icon-item .elementor-icon-list-text {
  font-size: 18px;
  font-weight: 500;
}

.ak-cat-heading {
  width: 100%;
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 0 25px;
}

.ak-price-heading {
  width: 100%;
}

.ak-icon-item .elementor-icon-list-icon {
  font-size: 20px;
}

.ak-subscribe {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #767676;
}

.you-btn {
  padding: 6px 15px;
  background: red;
  color: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  box-shadow: 0px 2px 8px 0px #cccccc;
}

.ak-you-js-btn .elementor-button {
  background: #ff6600;
  padding-top: 20px;
}

@media only screen and (max-width: 900px) {
  .ak-grid-youtube {
    width: auto;
  }
}

/*********** End For Youtube Grid ************/