/*
Theme Name:   Neve Child
Template:     neve
*/
body {
  text-underline-offset: 3px;
}

nav.header--row:after {
  content: '';
  display: block;
  width: 98%;
  height: 30px;
  margin: -30px auto 0;
  border-radius: 120px / 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(102, 107, 242, .2);
  box-shadow: 0px 0px 8px rgba(102, 107, 242, .2);
}

.job_listing_preview_title {
  padding: 20px !important;
}

hr.custom-h2 {
  position: relative;
  height: 25px;
  width: 100%;
  border: transparent;
  overflow: visible;
  background-image: url(../svg/ellipsis-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}

img.blog-img-std,
.blog-img-std img {
  -webkit-box-shadow: 0px 0px 8px 2px #c8d9eb;
  box-shadow: 0px 0px 8px 2px #c8d9eb;
  margin-bottom: 25px;
  margin-top: 15px;
}

.wp-block-image .aligncenter,
.wp-block-embed {
  margin-bottom: 30px;
}

.button.save_draft {
  display: none;
}

.single-post .nv-single-post-wrap>div:first-child {
  margin-top: 0;
}

.nv-title-meta-wrap .neve-breadcrumbs-wrapper,
.single .nv-meta-list {
  line-height: 1.3;
}

/*Job board*/
.job_listings .meta .freelance {
  color: #F1646B;
}

.single_job_listing .meta .freelance {
  background: #F1646B;
}

.job_listings .meta .full-time {
  color: #4ECDC4;
}

.single_job_listing .meta .full-time {
  background: #4ECDC4;
}

.job_listings .meta .part-time {
  color: #9F7E69;
}

.single_job_listing .meta .part-time {
  background: #9F7E69;
}

.job_listings .meta .contract {
  color: #FFD505;
}

.single_job_listing .meta .contract {
  background: #FFD505;
}

.job_listings .meta .date {
  font-size: 0.8em;
  color: #00162E;
  line-height: 1.2;
}

.job_listings {
  border-top: none !important;
}

ul.job_listings li.job_listing a div.position .company,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.job_listing a .meta {
  color: #00162E !important;
}

.job_listing a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  vertical-align: middle;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job_listings li.job_listing {
  border: 1px solid rgba(144, 146, 148, 0.2) !important;
  border-radius: 3px;
  margin-bottom: 20px !important;
}

ul.job_listings li.job_listing.job_position_featured {
  border: none !important;
}

ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.job_listing.job_position_featured a:hover {
  background-color: #FFF7CC;
}

.load_more_jobs,
.load_more_jobs:hover,
.load_more_jobs:focus,
.load_more_jobs:active {
  text-decoration: none;
  border-bottom: none !important;
  background: #ffcc00 !important;
  color: #00162E !important;
  border-radius: 3px;
  width: 250px;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px 30px !important;
}

ul.job_listings li.job_listing a img.company_logo,
.single_job_listing .company img {
  border-radius: 2px;
}

ul.job_listings li.job_listing a:hover,
.relatedjobs ul li:hover {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px -10px rgba(102, 107, 242, .4);
  box-shadow: 0px 10px 10px -10px rgba(102, 107, 242, .4);
}

.single_job_listing {
  margin-bottom: 40px;
}

.single_job_listing .company {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
}

/*Single Jobs Listing*/
.single_job_listing .meta .location:before {
  float: left;
}

.single_job_listing .meta li {
  font-size: 16px;
  margin: 0 10px 10px 0;
  background: #F4F5F7;
  border-radius: 2px;
  padding: 10px 15px;
}

.single_job_listing .meta li.location,
.single_job_listing .meta li.location a,
.single_job_listing .meta li.date-posted,
.single_job_listing .meta li.salary {
  color: #00162E;
}

.single_job_listing .meta .salary:before,
.single_job_listing .meta .date-posted:before {
  margin-right: 7px !important;
}

.single_job_listing .company .company_header {
  min-height: auto;
}

.job-manager-application-wrapper .application .application_button,
.single_job_listing .application .application_button {
  font-size: 15px;
  padding: 15px 30px;
}

/*Related Jobs*/
.relatedjobs {
  background: none;
  padding: 0;
  margin-top: 80px;
}

.relatedjobs .heading {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 800;
  text-align: left;
}

.relatedjobs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.relatedjobs li {
  border: 1px solid rgba(144, 146, 148, 0.2);
  border-radius: 3px;
  padding: 20px !important;
  margin: 0 10px 10px 0 !important;
}

.relatedjobs hr,
.relatedjobs .cont .fade-out,
.relatedjobs .loc span {
  display: none;
}

.relatedjobs .title {
  text-align: left;
  min-height: auto;
  padding-bottom: 0;
}

.relatedjobs .title a {
  color: #555BF1;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  display: block !important;
}

.relatedjobs .comp,
.relatedjobs .loc,
.relatedjobs .jt span {
  font-weight: 400;
  font-size: 14px !important;
  color: #00162E;
  float: left;
  padding: 0;
  background: none;
}

.relatedjobs .comp:after,
.relatedjobs .jt span:after {
  content: "‣";
  padding: 0 10px;
}

/*ConvertBox*/
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__btn,
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__control input[type=email],
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__control input[type=tel],
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__control input[type=text],
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__control input[type=url],
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__control select,
[id^=cbox] .cb-element__type-form.cb-element__shape-rounded .cb-form-group__control textarea {
  border-radius: 3px !important;
}

/*Sidebar*/
.widget .widget-title {
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
}

.widget ul.job_listings li.job_listing .content {
  overflow: hidden;
  padding: 0 20px;
  font-size: 0.95rem;
}

.widget ul.job_listings li.job_listing ul.meta {
  margin-top: 3px;
  font-size: 0.85rem;
}

.widget .wp-block-latest-posts a {
  display: block;
  line-height: 1.3;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid rgba(144, 146, 148, 0.15);
}

.widget .wp-block-latest-posts a:hover {
  color: #555bf1;
}

.featured-article-widget {
  padding: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
}

.featured-article-widget h3 {
  font-size: 24px;
  line-height: 1.2;
}

.featured-article-widget p {
  margin-bottom: 10px;
}

.featured-article-widget a.wp-element-button:hover {
  color: #fff !important;
}

/*Author box*/
.single-post .nv-content-wrap {
  margin-bottom: 20px !important;
}

.author-details {
  margin: 0 auto !important;
  border: 1px solid #eaeaea;
  padding: 15px 15px 10px 15px;
  position: relative;
  top: -1px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #989898;
}

.author-details .author-image {
  min-width: 60px;
  margin-right: 15px;
  display: block;
  width: 60px;
}

.author-details .author-image img {
  border-radius: 100%;
  width: 100%;
  height: auto;
}

.author-details .byline a {
  font-weight: 700;
}

.author-details .author-name a {
  font-size: 16px;
}

.author-details .byline .author-posts {
  position: relative;
  top: -5px;
  color: #989898;
}

.author-details .byline .author-posts,
.author-details .follow .label,
.author-details .author-name span {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
}

.author-details .byline p {
  margin-bottom: 10px;
}

.author-details .follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-details .follow .label {
  margin-right: 10px;
  font-weight: 700;
}

.author-details .follow a {
  margin-right: 7px;
}

.author-details svg {
  width: 25px;
}

.author-details svg path {
  fill: #989898;
}

#cwp_view_comments {
  margin-top: 0;
}

/*Comments*/
#wpdcom {
  max-width: initial;
}

#comments {
  margin: 0 0 40px 0;
}

.wpdiscuz_top_clearing {
  margin-bottom: 0 !important;
}

#wpdcom .wpd-form-head {
  border: none;
}

/*Footer social*/
.builder-item--footer-three-widgets .widget {
  margin-bottom: 0;
}

.builder-item--footer-three-widgets .wp-block-social-links.is-style-logos-only .wp-social-link svg {
  height: 25px;
  width: 25px;
}

/*Post a job*/
.job-manager-form fieldset.fieldset-login_required {
  border-bottom: 0;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.5;
}

.job-manager-form fieldset.fieldset-login_required a.button {
  background: #555bf1;
  color: #fff;
}

#submit-job-form {
  border-radius: 3px;
  padding: 30px;
  margin: 30px 0;
  background: #F4F5F7;
}

#submit-job-form input[type="text"],
#submit-job-form input[type="select"],
#submit-job-form select {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 5px 10px;
  background: #fff;
}

#submit-job-form p {
  margin-bottom: 0;
}

#submit-job-form .field .description {
  display: inline-block;
}

.job-manager-form fieldset .account-sign-in .button {
  border: none;
  background: none;
  float: right;
}

.job-manager-form fieldset .account-sign-in .button:before {
  content: "";
  width: 0px;
}

.job_listing_preview_title,
.job_listing_packages_title {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #F4F5F7 !important;
}

.job_listing_preview_title h2 {
  display: none;
}

#job_preview,
#job_package_selection {
  border: 5px solid #F4F5F7;
  border-radius: 3px;
  margin: 30px 0;
}

.job_listing_preview,
.job_listing_packages {
  margin-bottom: 0;
  border: none !important;
}

.job_listing_packages_title h2 {
  font-size: 1.2em;
  line-height: 45px;
}

.woocommerce-notices-wrapper {
  margin-top: 30px;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  padding: 15px 10px;
}

.woocommerce-checkout #payment div.payment_box {
  padding: 5px 0 0 0;
}

.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0;
  padding: 5px 0;
}

#neve-checkout-coupon .woocommerce-info {
  background: #ffd900;
  color: #363636;
  padding-left: 20px;
}

#neve-checkout-coupon .woocommerce-message {
  background-color: #FFD900;
  color: #363636;
}

#neve-checkout-coupon .woocommerce-error {
  background-color: #F1646B;
}

#neve-checkout-coupon .woocommerce-info:before {
  content: "";
}

#neve-checkout-coupon input:focus,
#neve-checkout-coupon input:active {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#neve-checkout-coupon .checkout_coupon button,
#neve-checkout-coupon .checkout_coupon button:hover {
  border: none;
  background: #555bf1;
  color: #fff;
}

#neve-checkout-coupon .checkout_coupon button:hover {
  opacity: 0.9;
}

/*Account page*/
.page-template-page-account {
  background: url(https://bloggingpro.com/wp-content/uploads/2023/12/background.svg);
}

.account-panels {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.account-panels>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.account-panels>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.account-panels>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.account-panels>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.account-panel {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
}

.account-panel h1,
.account-panel h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.account-panel h3 {
  font-size: 1em;
  margin-bottom: 10px;
}

.account-panel ul {
  margin: 20px 0;
}

.account-panel ul li {
  margin: 0;
}

.account-panel .wp-block-buttons {
  margin-top: 10px;
}

.account-panel .avatar,
.login-box .avatar {
  border-radius: 100%;
}

.account-profile {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  text-align: center;
}

.account-profile p {
  margin-bottom: 20px;
}

.account-profile .delete-account {
  color: #F70000;
  font-size: 0.9em
}

.account-profile .wp-block-buttons {
  margin: 40px 0 20px 0;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content .wc-forward {
  display: none !important;
}

/*Account menu in mobile menu*/
.header-menu-sidebar .account-menu {
  padding-top: 10px;
  border-top: 1px solid;
}

.header-menu-sidebar .account-menu li {
  font-size: 0.85em;
  line-height: 1.5;
}

.header-menu-sidebar .widget,
.header-menu-sidebar p {
  margin-bottom: 0;
}

.header-menu-sidebar .wp-block-social-links {
  margin-top: 25px;
  gap: 0.2em;
  border-top: 1px solid;
  width: 100%;
  padding-top: 20px !important;
}

.header-menu-sidebar .nav-ul li:not([class*=block])>.wrap>a {
  padding: 10px 0;
}

.header-menu-sidebar .button {
  margin-bottom: 20px;
}

/*Header Top*/
.bp-header-top {
  background: #13293E;
  text-align: right;
}

.bp-header-top ul {
  padding: 3px 0;
}

.bp-header-top ul li {
  display: inline-block;
}

.bp-header-top ul li a {
  color: #fff;
  font-size: 0.75em;
  margin-left: 10px;
}

.bp-header-top ul li a:hover {
  opacity: 0.8;
}

.bp-header-top ul li.my-account a:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-image: url(../svg/user-21.svg);
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  right: 6px;
}

/*Log in to apply*/
.goft-source-wrapper {
  display: none;
}

.login-apply {
  background-color: #E2401C;
  border-radius: 4px !important;
  color: #fff;
  font-size: 14px !important;
  padding: 20px;
}

.login-apply a {
  display: inline !important;
  color: #fff;
}

/*Single Writer*/
.writer-entry {
  margin: 30px 0;
}

.writer-entry .back {
  font-size: 0.8em;
}

.bpwp,
.bpwp p,
.bpwp ul,
.bpwp ol,
.bpwp blockquote,
.bpwp table {
  font-size: 0.95em;
  line-height: 1.5;
}

.bpwp {
  width: 100%;
  clear: both;
}

.bpwp h1 {
  font-size: 1.2em;
  margin-bottom: 5px;
  width: 100%;
}

.bpwp h2 {
  font-size: 2em;
  border-bottom: 1px solid rgba(144, 146, 148, 0.2);
  padding-bottom: 10px;
}

.bpwp h3 {
  font-size: 1.2em;
  margin: 0 0 15px 0;
}

.bpwp .rich-editor h1,
.bpwp .rich-editor h2,
.bpwp .rich-editor h3,
.bpwp .rich-editor h4,
.bpwp .rich-editor h5,
.bpwp .rich-editor h6,
.bpwp .rich-editor h7 {
  font-size: 1.15em;
  border: none;
  opacity: 0.9;
  font-family: 'Karla';
  margin-bottom: 10px;
  font-weight: 700;
}

.bpwp .sep {
  border-top: 1px solid rgba(144, 146, 148, 0.2);
  margin-top: 20px;
  padding-top: 20px;
}

.bpwp table {
  max-width: 300px;
}

.bpwp table td {
  border: none;
  padding: 7px 0;
  border-bottom: 1px solid #000;
  word-wrap: break-word;
}

.bpwp table tr td:nth-child(2) {
  padding-left: 15px;
}

.bpwp svg {
  fill: #13293E;
}

.bpwp a:hover svg {
  opacity: 0.8;
}

.bpwp-section {
  margin-top: 30px;
  border: 1px solid rgba(144, 146, 148, 0.2);
  border-radius: 3px;
  padding: 2em;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(102, 107, 242, .4);
  box-shadow: 0px 10px 10px -10px rgba(102, 107, 242, .4);
}

.bpwp-section-profile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bpwp-section-profile-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bpwp-section-profile-left div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bpwp-section-profile-left .avatar {
  width: 100px;
  height: 100px;
  max-width: 100%;
  border-radius: 100%;
}

.bpwp-section-profile-left span {
  font-size: 0.9em;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.bpwp-section-profile-left span:last-child {
  margin-bottom: 0;
}

.bpwp-section-profile-left span svg {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.bpwp-section-profile-right {
  text-align: center;
}

.bpwp-section-profile-right a {
  margin: 10px 3px;
}

.bpwp-section-profile-right a svg {
  height: 25px;
  width: 25px;

}

.bpwp-section-profile-right a:hover svg {
  fill: #00162E;
}

.bpwp-section-profile-right .login-notice {
  color: #B94A48;
  font-size: 0.85em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}

.bpwp-section-profile-right .login-notice svg {
  height: 18px;
  width: 18px;
  position: relative;
  top: 5px;
}

.bpwp-section-work .rich-editor {
  border: 1px solid rgba(144, 146, 148, 0.2);
  padding: 20px;
  background: #F8F9FD;
  border-radius: 3px;
}

.bpwp .work-tags {
  padding-bottom: 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow-x: scroll;
}

.bpwp .work-tags::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.bpwp .work-tags::-webkit-scrollbar-thumb:horizontal {
  background-color: #ccc;
  border-radius: 10px;
}

.bpwp .work-tag {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 0.8em;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
}

.bpwp-section-samples .bpwp-sample {
  display: none;
}

.bpwp-section-samples .bpwp-sample-0,
.bpwp-section-samples .bpwp-sample-1,
.bpwp-section-samples .bpwp-sample-2 {
  display: block;
}

.bpwp-section-samples svg {
  display: inline-block;
}

.bpwp-section-samples a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #13293E;
  margin-bottom: 10px;
  border: 1px solid rgba(144, 146, 148, 0.2);
  padding: 7px 10px 7px 40px;
  background: #F8F9FD;
  border-radius: 3px;
  position: relative;
  word-wrap: break-word
}

.bpwp-section-samples a svg {
  position: absolute;
  left: 10px;
  top: 8px;
}

.bpwp-section-samples a:hover {
  opacity: 0.8;
  background: #f9f9f9;
}

#bpwp-see-all-samples {
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #555bf1;
  text-decoration: underline;
  font-size: 0.8em;
}

#bpwp-see-all-samples:hover,
#bpwp-see-all-samples:active,
#bpwp-see-all-samples:focus {
  opacity: 0.9;
}

/*Writer Directory*/
.bpwd {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.bpwd-writer {
  border: 1px solid rgba(144, 146, 148, 0.2);
  border-radius: 3px;
  padding: 1.5em;
  text-align: center;
  color: #00162E;
  position: relative;
}

.bpwd-writer:hover,
.bpwd-writer:focus,
.bpwd-writer:active {
  -webkit-box-shadow: 0px 10px 10px -10px rgba(102, 107, 242, .4);
  box-shadow: 0px 10px 10px -10px rgba(102, 107, 242, .4);
  color: #00162E;
}

.bpwd-writer-featured {
  background: #FFF8D1;
  border: none;
}

.bpwd-writer .avatar {
  border-radius: 100%;
  max-width:120px;
  max-height:120px;
}

.bpwd-writer h1 {
  font-size: 1.1em;
  margin-bottom: 5px;
  width: 100%;
}

.bpwd-writer span {
  font-size: 0.8em;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  line-height: 1.3;
}

.bpwd-writer span svg {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.bpwd-writer .work-tags {
  margin-top: 10px;
}

.bpwd-writer .work-tag {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 0.65em;
  padding: 6px 8px;
  line-height: 1;
  margin: 0 5px 3px 0;
}

.post-type-archive-writer .page-numbers {
  list-style-type: none;
}
/*Writer Directory filters*/
.wpc-filters-main-wrap{
  background-color:#F4F5F7;
	padding:20px 20px 10px 20px;
	margin:30px auto 0 auto;
	max-width:1140px;
}
.wpc-filter-header,
.wpc-posts-found{
	display:none;
}
.wpc-filters-section{
	display:inline-block;
	margin-bottom:0!important;
}
.wpc-filter-content{
	max-width:max-content;
	margin-right:10px;
	margin-bottom:10px;
}
.wpc-filter-content select{
	border-radius:4px;
	border:none;
	padding:0 10px;
	box-shadow:0px 10px 10px -10px rgba(102, 107, 242, .4);
	margin-bottom:0 !important;
}
.wpc-filter-layout-submit-button{
	display:inline-block!important;
}
.wpc-filter-layout-submit-button a{
	width:auto !important;
	display:inline-block !important;
	font-size:0.9em;
	padding:3px 20px !important;
	border-radius:4px !important;
	box-shadow:0px 10px 10px -10px rgba(102, 107, 242, .4) !important;
	border:none !important;
	margin-bottom:10px;
}
.wpc-filters-submit-button{
	background-color:#555bf1 !important;
}
.wpc-filters-reset-button{
	background-color:#999!important;
	color:#fff;
}
.wpc-filters-reset-button:hover,
.wpc-filters-reset-button:active,
.wpc-filters-reset-button:focus{
	color:#fff;
}
/*Bugs*/
.footer-button-yellow a {
  background-color: #FFD900 !important;
  color: #13293E !important;
}

@media only screen and (max-width: 1024px) {
  .nv-single-post-wrap>div:first-child {
    margin-top: 30px;
  }

  .wp-block-cover {
    padding: 0 30px;
  }

  .single article {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .nv-sidebar-wrap {
    padding-top: 0;
  }

  .single_job_listing .meta li {
    font-size: 13px;
    padding: 7px;
    margin: 0 5px 5px 0;
  }

  .single_job_listing .company {
    padding: 10px;
  }
}

@media screen and (max-width: 960px) {
  .bp-header-top {
    display: none;
  }
}
@media (max-width: 781px) {
    .column-reverse{
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 768px) {
  .bpwd {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {

  /*Account page*/
  .account-panels {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }

  .account-panels>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .account-panels>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .account-panels>*:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .account-profile {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }

  /*Resume page*/
  .writer-entry {
    margin: 20px 0;
  }

  .bpwp-section {
    padding: 1.5em;
    margin-top: 20px
  }

  .bpwp,
  .bpwp ul,
  .bpwp ol,
  .bpwp blockquote,
  .bpwp table {
    font-size: 0.9em;
    line-height: 1.4;
  }

  .bpwp h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .bpwp h3 {
    font-size: 1.1em;
    margin: 0 0 15px 0;
  }

  .bpwp .rich-editor h1,
  .bpwp .rich-editor h2,
  .bpwp .rich-editor h3,
  .bpwp .rich-editor h4,
  .bpwp .rich-editor h5,
  .bpwp .rich-editor h6,
  .bpwp .rich-editor h7 {
    font-size: 1.1em;
    line-height: 1.2;
  }

  .bpwp table tr td:nth-child(2) {
    padding-left: 5px;
  }

  .bpwp-section-profile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

  .bpwp-section-profile-left {
    display: block;
    text-align: center;
  }

  .bpwp-section-profile-left h1 {
    margin-top: 10px
  }

  .bpwp-section-profile-right .login-notice {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /*Writer Directory*/
  .bpwd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
	.wpc-filters-section{
		width:100%;
	}
	.wpc-filter-content{
		max-width:100%;
		width:100%;
	}
}

@media screen and (max-width: 480px) {
  .author-details {
    display: block;
    float: left;
  }

  .author-details .author-image {
    width: 75px;
    float: left;
    margin-right: 15px;
  }

  .author-details .author-name {
    position: relative;
    top: 15px;
  }

  .author-details .byline .author-posts {
    position: relative;
    top: 10px;
  }

  .author-details .follow,
  .author-details .byline p {
    width: 100%;
  }

  .author-details .byline p {
    padding-top: 10px;
    float: left;
  }
}