/*
 Theme Name:   Classiera Child
 Theme URI:    http://themeforest.net/item/classiera-classified-ads-wordpress-theme/14138208?ref=joinwebs
 Description:  Classiera Child Theme
 Author:       JoinWebs
 Author URI:   http://themeforest.net/user/joinwebs
 Template:     classiera
 Version:      4.0
 License:      Commercial
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar,fluid-layout,fixed-layout,responsive-layout, custom-menu, full-width-template, rtl-language-support, theme-options, translation-ready
 Text Domain:  classiera-child-theme
*/

/* write custom css */
.contain-to-grid .top-bar {
  max-width: 1200px !important;
}
.members-v3 {
  padding-bottom: 50px;
}
:root{
	--ink:#252b31;
	--mut:#8b939c;
	--line:#e9ecef;
	--bg:#f5f7f4;
	--blue:#38a3e4;
	--orange:#f9832f;
	--red:#f2453d;
	--purple:#6a5fd8;
	--yellow:#f0a92e;
	--r:14px
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Open Sans", sans-serif;
  color: var(--ink);
  font-size: 13.5px;
}
a {
  color: var(--primary-d);
  text-decoration: none;
}
a:hover {
  color: var(--primary-deep);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.frame {
  position: absolute;
  background: var(--bg);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.frame-label {
  position: absolute;
  top: -30px;
  left: 0;
  font-family: ui-monospace, monospace;
  font-size: 13px;
  color: #666;
}
.ce_wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
.ph {
  background: repeating-linear-gradient(
    45deg,
    #e9ecef 0 10px,
    #f3f5f7 10px 20px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa3ac;
  font-family: ui-monospace, monospace;
  font-size: 11px;
}
/* ce_author_cover */
.ce_author_cover {
  height: 190px;
  background: linear-gradient(115deg, #7cb83e, #98cf58 45%, #6ba832);
  position: relative;
  overflow: hidden;
}
.ce_author_cover::before,
.ce_author_cover::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
}
.ce_author_cover::before {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -220px;
}
.ce_author_cover::after {
  width: 260px;
  height: 260px;
  right: 260px;
  top: 60px;
  background: rgba(255, 255, 255, 0.06);
}
/* profile card */
.ce_pcard {
  background: #fff;
  border-radius: var(--r);
  box-shadow: 0 10px 30px rgba(37, 43, 49, 0.08);
  margin-top: -84px;
  position: relative;
  padding: 26px 30px 0;
}
.ce_pcard .p-top {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.ce_wrap .avatar {
  width: 112px;
  height: 112px;
  border-radius: 26px;
  background: #dfe3e8;
  position: relative;
  flex: none;
  box-shadow: 0 0 0 4px #fff, 0 6px 16px rgba(0, 0, 0, 0.12);
}
.ce_wrap .avatar img {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  height:inherit;
  width:inherit;
}
.ce_wrap .dot-on {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #fff;
}
.ce_wrap .p-id {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}
.ce_wrap .p-name {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ce_wrap .p-name h2 {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.ce_wrap .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 20px;
}
.ce_wrap .pill-v {
  background: #eef7e1;
  color: var(--primary-deep);
}
.ce_wrap .pill-co {
  background: #eef2f6;
  color: #54606c;
}
.ce_wrap .p-sub {
  margin-top: 6px;
  color: var(--mut);
  font-size: 13px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.ce_wrap .p-sub i {
  color: var(--primary);
  margin-right: 6px;
}
.ce_wrap .chips {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.ce_wrap .chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 6px 13px;
  font-size: 12px;
  color: #54606c;
}
.ce_wrap .chip i {
  color: var(--primary-d);
  font-size: 11px;
}
.ce_wrap .p-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: none;
  padding-top: 6px;
}
.ce_wrap .ce_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  border-radius: 10px;
  padding: 12px 22px;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.ce_wrap .ce_btn-green {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(138, 194, 73, 0.35);
}
.ce_wrap .btn-green:hover {
  background: var(--primary-d);
}
.ce_wrap .btn-line {
  background: #fff;
  color: var(--ink);
  border-color: #dde2e7;
}
.ce_wrap .btn-line:hover {
  border-color: var(--primary);
  color: var(--primary-d);
}
/* stats strip inside card */
.ce_wrap .p-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.ce_wrap .pstat {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ce_wrap .pstat .ic {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: none;
}
.ce_wrap .i-g {
  background: #eef7e1;
  color: var(--primary-d);
}
.ce_wrap .i-b {
  background: #e7f4fc;
  color: var(--blue);
}
.ce_wrap .i-o {
  background: #fef0e4;
  color: var(--orange);
}
.ce_wrap .i-p {
  background: #eeecfb;
  color: var(--purple);
}
.ce_wrap .pstat b {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}
.ce_wrap .pstat span {
  font-size: 11px;
  color: var(--mut);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* info cards row */
.ce_wrap .info-row {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 20px;
  margin: 22px 0 6px;
}
.ce_wrap .icard {
  background: #fff;
  border-radius: var(--r);
  box-shadow: 0 4px 16px rgba(37, 43, 49, 0.05);
  padding: 22px 24px;
}
.ce_wrap .icard h5 {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.ce_wrap .icard h5 i {
  color: var(--primary-d);
  background: #eef7e1;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.ce_wrap .icard p {
  color: #5c646d;
  line-height: 1.75;
  font-size: 13px;
}
.ce_wrap .kv {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ce_wrap .kv span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12.5px;
  color: #5c646d;
  min-width: 0;
}
.ce_wrap .kv i {
  color: var(--primary-d);
  width: 16px;
  text-align: center;
  margin-top: 2px;
  flex: none;
}
.ce_wrap .kv a {
  color: #5c646d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ce_wrap .kv a:hover {
  color: var(--primary-d);
}
.ce_wrap .kv b {
  color: var(--ink);
  font-weight: 600;
}
.ce_wrap .co-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 16px;
}
.ce_wrap .co-grid div small {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--mut);
}
.ce_wrap .co-grid div b {
  font-size: 12.5px;
  font-weight: 600;
}
.ce_wrap .soc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.ce_wrap .soc a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--bg);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d8590;
  font-size: 13px;
}
.ce_wrap .soc a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
/* ads */
.ce_wrap .ads-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 18px;
}
.ce_wrap .ads-head h3 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.ce_wrap .ads-head h3 span {
  color: var(--primary-d);
}
.ce_wrap .view-as {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mut);
  font-size: 12px;
}
.ce_wrap .view-as a {
  width: 34px;
  height: 34px;
  border: 1px solid #dde2e7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa3ac;
  background: #fff;
}
.ce_wrap .view-as a.on {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.ce_wrap .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-bottom: 30px;
}
.ce_wrap .card {
  background: #fff;
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 16px rgba(37, 43, 49, 0.05);
  transition: transform 0.15s, box-shadow 0.15s;
}
.ce_wrap .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(37, 43, 49, 0.1);
}
.ce_wrap .card-img {
  height: 185px;
  position: relative;
  border-radius: var(--r) var(--r) 0 0;
}
.ce_wrap .price {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
  padding: 6px 13px;
  border-radius: 9px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}
.ce_wrap .p-blue {
  background: var(--blue);
}
.ce_wrap .p-orange {
  background: var(--orange);
}
.ce_wrap .p-red {
  background: var(--red);
}
.ce_wrap .p-purple {
  background: var(--purple);
}
.ce_wrap .p-yellow {
  background: var(--yellow);
}
.ce_wrap .p-green {
  background: var(--primary);
}
.ce_wrap .flag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(30, 34, 38, 0.78);
  backdrop-filter: blur(3px);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}
.ce_wrap .feat {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #fff;
  color: var(--orange);
  font-size: 10.5px;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.ce_wrap .card-bd {
  padding: 15px 17px 17px;
}
.ce_wrap .card-bd h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.1px;
}
.ce_wrap .card-bd h4 a {
  color: var(--ink);
}
.ce_wrap .card-bd h4 a:hover {
  color: var(--primary-d);
}
.ce_wrap .card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.ce_wrap .cat-dot {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex: none;
}
.ce_wrap .card-meta small {
  color: var(--mut);
  font-size: 12px;
}
.ce_wrap .pager {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-bottom: 36px;
}
.ce_wrap .pager a {
  min-width: 36px;
  height: 36px;
  border: 1px solid #dde2e7;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d8590;
  font-size: 12.5px;
  padding: 0 12px;
}
.ce_wrap .pager a.on {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
/* contact form */
.ce_wrap .contact {
  padding: 0 0 44px;
}
.ce_wrap .ccard {
  background: #fff;
  border-radius: var(--r);
  box-shadow: 0 4px 16px rgba(37, 43, 49, 0.05);
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 40px;
}
.ce_wrap .ccard h3 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}
.ce_wrap .ccard .lead {
  color: var(--mut);
  line-height: 1.7;
  margin-bottom: 18px;
}
.ce_wrap .trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ce_wrap .trust span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  color: #5c646d;
}
.ce_wrap .trust i {
  color: var(--primary-d);
  background: #eef7e1;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.ce_wrap .form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ce_wrap .form .full {
  grid-column: 1/-1;
}
.ce_wrap .inp {
  width: 100%;
  border: 1.5px solid #e2e6ea;
  border-radius: 10px;
  padding: 12px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: var(--ink);
  background: #fbfcfb;
}
.ce_wrap .inp::placeholder {
  color: #a4acb4;
}
.ce_wrap .inp:focus {
  outline: none;
  border-color: var(--primary);
}
.ce_wrap textarea.inp {
  min-height: 104px;
  resize: vertical;
}
.ce_wrap .form-foot {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ce_wrap .human {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mut);
  font-size: 12.5px;
}
.ce_wrap .human .inp {
  width: 70px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
	.ce_wrap{padding:0 16px}
	.ce_author_cover{height:130px}
	.ce_pcard{margin-top:-64px;padding:20px 18px 0}
	.ce_wrap .p-top{flex-direction:column;align-items:center;text-align:center;gap:12px}
	.ce_wrap .avatar{width:96px;height:96px;margin-top:-68px}
	.ce_wrap .p-name{justify-content:center}
	.ce_wrap .p-name h2{font-size:19px}
	.ce_wrap .p-sub,.m .chips{justify-content:center}
	.ce_wrap .p-cta{flex-direction:row;width:100%}
	.ce_wrap .p-cta .btn{flex:1;padding:12px 10px}
	.ce_wrap .p-stats{grid-template-columns:1fr 1fr;gap:16px 10px;padding:16px 0}
	.ce_wrap .info-row{grid-template-columns:1fr;margin-top:18px}
	.ce_wrap .grid{grid-template-columns:1fr}
	.ce_wrap .ccard{grid-template-columns:1fr;gap:22px;padding:22px 18px}
	.ce_wrap .form{grid-template-columns:1fr}
}