html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
}

button:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn.green_btn {
  padding: 0 40px;
  height: 50px;
  margin-top: 0px;
  border-radius: 0;
  border: none;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(0deg, #80A321 5%, #9BC52A 100%);
}

.green_btn:hover {
  border: none !important;
  background: linear-gradient(0deg, #9BC52A 5%, #80A321 100%);
}

.header-top {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Lato", sans-serif;
  background-color: #fff;
}
.header-top h1 {
  font-size: 25px;
  font-weight: 700;
}
.header-top .btn {
  padding: 8px 40px;
  float: right;
  margin-left: 15px;
  height: 38px;
  background: #fff;
  border: 1px solid #595959;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
.header-top .btn:hover {
  background: #000 !important;
  border: 1px solid #595959;
  color: #fff;
}
.header-top .green_btn {
  color: #fff !important;
  border: none;
  margin-top: 0px;
  background-image: linear-gradient(0deg, #80A321 5%, #9BC52A 100%);
}
.header-top .btn.green_btn:hover {
  border: none !important;
  background: linear-gradient(0deg, #9BC52A 5%, #80A321 100%) !important;
}
.header-top .green_btn:hover {
  background: linear-gradient(0deg, #9BC52A 5%, #80A321 100%);
}
.header-top .btn:focus {
  outline: 0;
  box-shadow: none;
}
.header-top .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.create_btn {
  padding: 0 40px;
  height: 50px;
  margin-top: 10px;
  border-radius: 0;
  border: 1px solid #8BB024;
  font-size: 18px;
  color: #000;
  background-color: #fff;
}
.create_btn:hover {
  color: #8BB024;
}

.header-bottom {
  background-color: #000;
  padding: 15px 22px;
}
.header-bottom ul li {
  color: #737373;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 12px;
}
.header-bottom ul li span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #b5b5b5;
  background-color: #656464;
  border-radius: 50px;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-bottom ul li:last-child {
  margin-right: 0;
}
.header-bottom ul li.active {
  font-weight: 600;
  color: #fff;
}
.header-bottom ul li.active span {
  background-color: #fff;
  color: #000;
}
.header-bottom ul li.completed {
  color: #8BB024;
}
.header-bottom ul li.completed span {
  background-color: #8BB024;
  color: #fff;
}

header.my-account-header .header-logo a {
  border-right: 0;
  font-size: 28px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #D8D8D8;
}
header.my-account-header .header-logo a:nth-child(2) {
  line-height: 33px;
}
header.my-account-header .header-logo a img {
  height: 30px;
}

.f-f-btn {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  display: flex;
  left: 0;
  right: 0;
  justify-content: space-between;
  padding: 10px 22px;
  background-color: #fff;
  border-top: 1px solid #292929;
}
.f-f-btn button {
  padding: 3px 12px;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  text-transform: lowercase;
  border: 1px solid #cacaca;
  font-weight: 500;
}
.f-f-btn button:hover {
  color: #fff;
  background-color: #000;
  background-color: #000;
  border-color: #000;
}
.f-f-btn button:focus {
  outline: 0;
  box-shadow: none;
}
.f-f-btn button:first-letter {
  text-transform: uppercase;
}
.f-f-btn button.f-f-btn-green {
  background-color: #8BB024;
  border-color: #8BB024;
  color: #fff;
}
.f-f-btn button.f-f-btn-green:hover {
  background-color: #114B8E;
  border-color: #114B8E;
}
.f-f-btn .publish-btn button {
  margin-right: 5px;
}
.f-f-btn .publish-btn button:last-child {
  margin-right: 0;
}
.f-f-btn.f-f-btn-center {
  justify-content: center;
}

.admin-wrap {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

#register {
  max-width: 800px;
  margin: 0px auto 50px;
}
#register h3 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #4A4A4A;
  border-bottom: 1px solid #e2e2e2;
}

.register-form h4 {
  margin-bottom: 30px;
  font-weight: 700;
}
.register-form .form-group {
  margin-bottom: 25px;
}
.register-form .form-green-btn {
  width: 250px;
  margin-top: 20px;
}

.reg-need-help {
  margin-left: 10px;
  color: #8BB024;
  display: inline-block;
  text-decoration: underline;
}
.reg-need-help:hover {
  color: #114B8E;
  text-decoration: underline;
}

.admin-wrap {
  margin: 40px 0;
}
.admin-wrap .form-group {
  margin-bottom: 25px;
}
.admin-wrap .form-group label {
  font-size: 0.875rem;
  color: #503F67;
  margin-bottom: 7px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.admin-wrap .form-group .form-control {
  height: 40px;
  border-color: #D7D7D7;
  transition: all 0.4s ease;
  color: #000;
  font-family: "Lato", sans-serif;
}
.admin-wrap .form-group .form-control.form-box.msg-box {
  height: auto !important;
}
.admin-wrap .form-group .form-control.form-box:focus {
  outline: 0;
  box-shadow: none;
  border-color: #114B8E;
}
.admin-wrap .form-group .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #114B8E;
}
.admin-wrap .form-group textarea.form-control {
  height: auto;
}
.admin-wrap .form-group.re-image-text label {
  text-transform: inherit;
  font-size: 1.071rem;
}
.admin-wrap input[type=number]::-webkit-inner-spin-button, .admin-wrap input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.form-control::-webkit-input-placeholder {
  color: #7C7C7C;
}

.form-control:-moz-placeholder {
  color: #7C7C7C;
}

.form-control::-moz-placeholder {
  color: #7C7C7C;
}

.form-control:-ms-input-placeholder {
  color: #7C7C7C;
}

/* -----------------Yard Sale-------------------- */
.zipcode {
  font-family: "Lato", sans-serif;
}
.zipcode .btn-secondary {
  font-size: 1rem;
  color: #7C7C7C;
  background-color: #ffffff;
  border-color: #d7d7d7;
  width: 100%;
  text-align: left;
  height: 40px;
  display: flex;
  align-items: center;
}
.zipcode .btn-secondary:focus {
  box-shadow: none;
}
.zipcode .btn-secondary.dropdown-toggle {
  color: #7C7C7C;
}
.zipcode .btn-secondary:not(:disabled):not(.disabled).active, .zipcode .btn-secondary:not(:disabled):not(.disabled):active, .zipcode .show > .btn-secondary.dropdown-toggle {
  color: #7C7C7C;
  background-color: #ffffff;
  border-color: #114B8E;
}
.zipcode .btn-secondary:not(:disabled):not(.disabled).active:focus, .zipcode .btn-secondary:not(:disabled):not(.disabled):active:focus, .zipcode .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.zipcode .dropdown-menu {
  min-width: 100%; /* border-radius: 0 */
}
.zipcode .dropdown-item.active, .zipcode .dropdown-item:active {
  background-color: #8BB024;
}
.zipcode .dropdown-item:focus, .zipcode .dropdown-item:hover {
  background-color: #dadada;
}
.zipcode .dropdown-toggle::after {
  border: 0;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  transition: all 0.4s ease;
}
.zipcode .dropdown.select-extended-element.show .dropdown-toggle::after {
  transform: rotateZ(180deg);
}

.reg-subscriber {
  margin-top: 20px;
}
.reg-subscriber .reg-subscriber-detail {
  margin-top: 20px;
  margin-bottom: 15px;
}

.form-green-btn {
  font-size: 1.125rem;
  height: 48px;
  color: #fff;
  background: linear-gradient(0deg, #80A321 5%, #9BC52A 100%);
  border-radius: 0;
  border: 0;
  font-weight: 700;
}
.form-green-btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-green-btn:hover {
  background: linear-gradient(0deg, #9BC52A 5%, #80A321 100%);
}

/* -----------------Yard Sale ad create-------------------- */
.yard-sale .admin-border-wrap {
  border: 0;
  max-width: 600px;
}
.yard-sale .admin-border-wrap h5 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.yard-sale .form-green-btn {
  width: 175px;
  height: 40px;
  font-size: 0.9375rem;
  margin-top: 30px;
}

.add-event-preview .admin-border-wrap {
  padding: 0;
}

.ad-copy h6 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #503F67;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.ad-copy .custom-checkbox {
  margin-bottom: 18px;
}

.yard-date {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}
.yard-date h6 {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #503F67;
  text-transform: uppercase;
  font-weight: 700;
}
.yard-date .yard-select-date .yard-selected-item {
  height: 44px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #fff;
  padding: 0 15px;
  padding-right: 35px;
  position: relative;
  background-color: #000;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
}
.yard-date .yard-select-date .yard-selected-item img {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.yard-date .yard-select-date .yard-selected-item:last-child {
  margin-right: 0;
}
.yard-date .yard-select-date .yard-selected-item.select-date-btn {
  padding-right: 15px;
  padding-left: 35px;
  background-color: #114B8E;
  border-color: #114B8E;
  cursor: pointer;
}
.yard-date .yard-select-date .yard-selected-item.select-date-btn:focus {
  outline: 0;
}
.yard-date .yard-select-date .yard-selected-item.select-date-btn:hover {
  background-color: #8BB024;
  border-color: #8BB024;
}
.yard-date .yard-select-date .yard-selected-item.select-date-btn img {
  right: inherit;
  left: 10px;
  position: absolute;
}
.yard-date .category-sub-text {
  float: none !important;
}

.new-ad-copy-item {
  display: flex;
  align-items: center;
}
.new-ad-copy-item a {
  font-size: 0.875rem;
  color: #8BB024;
  text-decoration: underline;
}
.new-ad-copy-item a:hover {
  color: #114B8E;
}

.yard-select-date .dates .each-date {
  float: none !important;
}

.common-checkbox .custom-control-label {
  font-size: 1.143rem;
  padding-left: 8px;
  line-height: 24px;
  color: #7C7C7C;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}
.common-checkbox .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #cacaca;
  box-shadow: none;
}
.common-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8BB024;
  border: 1px solid #8BB024;
}
.common-checkbox .custom-control-label::before, .common-checkbox .custom-control-label::after {
  width: 18px;
  height: 18px;
  top: 3px;
}

.common-radio .custom-control-label {
  font-size: 1.143rem;
  padding-left: 7px;
  line-height: 28px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Lato", sans-serif;
}
.common-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #979797;
  box-shadow: none;
}
.common-radio .custom-control-label::after {
  width: 20px;
  height: 20px;
  box-shadow: none;
}
.common-radio .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #114B8E;
  border: 1px solid #114B8E;
  outline: 0;
  box-shadow: none;
}
.common-radio.common-radio-green .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8BB024;
  border: 1px solid #8BB024;
}

.msg-box-edit-text {
  font-size: 0.875rem;
  opacity: 0.5;
}

.msg-box {
  padding: 25px;
  color: #000;
}

.yard-print-option-text {
  font-size: 1rem;
  border: 1px solid #dadada;
  padding: 10px;
  color: #525252;
  margin: 10px 0;
  border-radius: 4px;
}

/* -----------------Yard Sale ad create-------------------- */
/* -----------------Add Event Preview-------------------- */
.admin-border-wrap {
  max-width: 975px;
  margin: auto;
  border: 1px solid #E0E0E0;
  margin-bottom: 30px;
}
.admin-border-wrap h3 {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.admin-border-wrap .form-group {
  margin-bottom: 20px;
}

.event-img-title {
  margin-left: 0;
  margin-right: 0;
}
/*.event-details-img{display: flex;height: 420px;background-repeat: no-repeat;background-size: cover;
	img{width: 100%;}
 }*/
.admin-border-wrap .event-title {
  line-height: 35px;
}

/*.event-title{line-height: 35px;padding: 20px 20px 20px 30px;background-color: $blk;color: $wt;display: flex;flex-direction: column;justify-content: center;position: relative;
	.event-date{font-size: 1.565rem;margin-bottom: 30px;font-weight: 700;opacity: .5;
		b{font-size: 3rem; font-weight: 300;display: block;}
	}
	h2{margin-bottom: 5px;font-weight: 400;}
	.event-price{font-size: 1.125rem;padding:5px 10px;position: absolute;right: 20px;top: 15px;color: $wt;background-color: #4A90E2;border-radius: 5px;font-weight: 700;}
}
*/
.col-pad {
  padding: 0;
}

.add-event-preview {
  line-height: 23px;
}
.add-event-preview .event-full-data {
  padding: 40px 60px;
}
.add-event-preview h3 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  padding-bottom: 5px;
}
.add-event-preview .event-when {
  margin: 30px 0;
}
.add-event-preview .event-contact span {
  display: block;
}
.add-event-preview .event-contact a {
  display: block;
  color: #000;
}
.add-event-preview .event-contact a:hover {
  color: #8BB024;
}
.add-event-preview .event-direction {
  margin-top: 30px;
}
.add-event-preview .event-direction iframe {
  width: 100%;
  height: 260px;
}

.reg-info {
  margin-top: 20px;
}
.reg-info ul li {
  margin-bottom: 2px;
}
.reg-info ul li a {
  color: #000;
}
.reg-info ul li a:hover {
  color: #8BB024;
}

.event-contact-item {
  margin-top: 20px;
}
.event-contact-item h4 {
  margin-bottom: 10px;
}

/* -----------------Add Event Preview-------------------- */
/* -----------------Event Publish Option-------------------- */
.choose-plan .custom-control {
  margin-bottom: 30px;
}
.choose-plan .custom-control label {
  line-height: 25px;
}
.choose-plan .custom-control label a {
  color: #8BB024;
}
.choose-plan .custom-control label a:hover {
  color: #114B8E;
}
.choose-plan.common-radio .custom-control-label::after {
  top: 4px;
}
.choose-plan.common-radio .custom-control-label::before {
  top: 4px;
}
.choose-plan.common-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8BB024;
  border: 1px solid #8BB024;
}
.choose-plan .yard-date {
  padding-left: 24px;
}
.choose-plan .yard-date h6 {
  margin-bottom: 5px;
}
.choose-plan .form-green-btn {
  width: 175px;
  height: 40px;
  font-size: 0.9375rem;
}

.additional-info {
  border: 1px solid #dedede;
}
.additional-info .add-head-box {
  font-size: 16px;
  padding: 25px 20px;
  font-weight: 700;
  background-color: #4A4A4A;
  color: #fff;
}
.additional-info .choose-wrap {
  padding: 30px;
}
/* -----------------Event Publish Option-------------------- */
/* -----------------Classified-ad-------------------- */
.classifeid-ad .admin-border-wrap {
  max-width: 765px;
}

.choose-plan.choose-category .custom-control label {
  font-weight: 700;
}
.choose-plan.choose-category .custom-control span {
  font-size: 0.865rem;
  display: block;
  margin-top: 10px;
  padding-left: 7px;
}
.choose-plan.choose-category .form-green-btn {
  margin-top: 0;
}

.classified-ad-info {
  font-size: 0.865rem;
  margin-top: -10px;
  display: block;
}

.classified-ad-text {
  font-size: 0.865rem;
  line-height: 25px;
  margin: 30px 0;
}

/* -----------------Classified-ad-------------------- */
/* ----------------- ADD Classified -------------------- */
.admin-wrap.classifieds-ad-add .zipcode .btn-secondary {
  height: 40px;
}
.admin-wrap.classifieds-ad-add .zipcode .btn-secondary.dropdown-toggle {
  color: #000000;
}
.admin-wrap.classifieds-ad-add .common-checkbox {
  margin-bottom: 15px;
}
.admin-wrap.classifieds-ad-add .common-checkbox label {
  color: #000;
}

.add-summary-text p {
  margin-bottom: 20px;
  line-height: 19px;
}
.add-summary-text p:last-child {
  margin-bottom: 30px;
}

.category-sub-text {
  margin-bottom: 20px;
  font-size: 12px;
  color: #9b9b9b;
  margin-top: -10px;
  font-family: "Lato", sans-serif;
}
.category-sub-text a {
  color: #000;
  text-decoration: underline;
}

a.category-sub-text {
  margin-top: -10px;
  font-size: 15px;
  display: block;
  line-height: 18px;
}
a.category-sub-text:hover {
  color: #8BB024;
}

.image_upload_wrap.classifieds-image-upload img {
  width: 210px;
  cursor: pointer;
}

.small-sub-text {
  color: #9b9b9b;
  display: block;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.add-photo-check {
  margin-bottom: 20px;
  margin-top: 10px;
}

.form-green-btn.classified-save-btn {
  width: 180px;
  height: 40px;
  font-size: 0.9375rem;
}

.choose-ad-option h6 {
  font-size: 1rem;
  color: #503F67;
  margin-bottom: 20px;
  font-weight: 700;
}
.choose-ad-option .red-label {
  color: red;
  font-weight: 700;
  margin-bottom: 10px;
}

.yard-date label.red-label {
  color: red;
  font-weight: 700;
  margin-bottom: 20px;
}

.steps-ad-display {
  margin-top: 20px;
}
.steps-ad-display .card-header {
  background-color: #4a4a4a;
  border-bottom: #4a4a4a;
  padding: 7px 0;
}
.steps-ad-display .card-header:first-child {
  border-radius: 0;
}
.steps-ad-display .btn-link {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.steps-ad-display .btn-link:hover, .steps-ad-display .btn-link:focus {
  text-decoration: none;
}
.steps-ad-display .card-body {
  padding: 30px 1.25rem 40px 1.25rem;
}
.steps-ad-display .card-body .custom-control {
  margin-bottom: 8px;
}
.steps-ad-display .print-current-copy .form-box {
  height: 175px !important;
}
.steps-ad-display .print-current-copy .form-box:focus {
  outline: 0;
  box-shadow: none;
  border-color: #114B8E;
}
.steps-ad-display .category-sub-text {
  margin-top: 10px;
}
.steps-ad-display .print-option-radio {
  border: 1px solid #E5E5EC;
  border-width: 1px 0 1px;
  padding: 25px 0;
}
.steps-ad-display .print-option-radio h6 {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #503F67;
}
.steps-ad-display .choose-your-zone {
  margin: 25px 0;
}
.steps-ad-display .choose-your-zone .custom-control {
  margin-bottom: 20px;
}
.steps-ad-display .choose-your-zone .custom-control-label {
  line-height: auto;
}
.steps-ad-display .choose-your-zone .custom-control-label span {
  display: block;
}
.steps-ad-display .choose-week .custom-control {
  margin-bottom: 15px;
}
.steps-ad-display .choose-week .form-green-btn.classified-save-btn {
  margin-top: 15px;
}

.classified-payment-wrap .subtotal, .classified-payment-wrap .total {
  font-weight: 700;
  position: relative;
}
.classified-payment-wrap .coupon-btn {
  position: absolute;
  width: auto;
  top: 20px;
}
.classified-payment-wrap .coupon-btn .form-control {
  border: 1px solid #d9d9d9;
  border-right: 0;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.classified-payment-wrap .coupon-btn .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #114B8E;
}
.classified-payment-wrap .coupon-btn button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 12px;
  padding: 0 14px;
  cursor: pointer;
}
.classified-payment-wrap .coupon-btn button:focus {
  outline: 0;
}
.classified-payment-wrap .coupon-btn button:hover {
  background-color: #8BB024;
  border-color: #8BB024;
}
.classified-payment-wrap h4 {
  font-size: 1.125rem;
  margin-top: 55px;
  margin-bottom: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #DCDCE4;
}
.card-details .cardholder-name {
  width: 270px;
}
.card-details .card-number-detail {
  display: flex;
}
.card-details .card-number-detail .form-control {
  margin-right: 30px;
  width: 75px;
}
.card-details .card-number-detail .form-control.card-number {
  width: 360px;
  background-image: url("../images/card-form.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.billing-address .form-green-btn.classified-save-btn {
  margin-top: 20px;
}

.dateRange {
  display: flex;
  align-items: center;
}
.dateRange .input-group {
  width: auto;
}
.dateRange .form-control {
  width: 120px;
}
.dateRange a {
  display: block;
}
.dateRange a img {
  width: 30px;
  height: 30px;
}

.classified-preview-box {
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.classified-preview-box .classified-preview-box-cnt {
  padding: 20px;
}
.classified-preview-box h3 {
  color: #8BB024;
  font-family: "Merriweather", serif;
  font-weight: normal;
  font-size: 1.143rem;
  margin-bottom: 15px;
}
.classified-preview-box p {
  line-height: 20px;
}
.classified-preview-box p b {
  text-transform: uppercase;
  font-weight: 600;
}
.classified-preview-box .classified-sub-cat {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
}
.classified-preview-box .classified-sub-cat img {
  margin-right: 5px;
}
.classified-preview-box.bold-text {
  font-weight: 700;
}
.classified-preview-box.shaded-grey {
  box-shadow: 0 0 15px #717171;
}
.classified-preview-box.shaded-blue {
  box-shadow: 0 0 15px #0b4990;
}
.classified-preview-box.classified-print-preview-box h3 {
  color: #000;
}
.classified-preview-box.classified-print-preview-box .classified-preview-box-img img {
  filter: grayscale(100%);
}

.address-date {
  font-size: 12px;
  margin-top: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #114B8E;
  line-height: 16px;
}

/* ----------------- ADD Classified -------------------- */
.admin-wrap.event-steps {
  width: 600px;
}

.display-address .custom-control {
  display: inline-flex;
  margin-right: 20px;
}

.re-image .image_upload_wrap {
  height: 100%;
  border-right: 1px solid #cacaca;
  margin-right: 8px;
}

.re-added-img {
  margin: 0 -10px; /* display: flex;align-items: center;flex-wrap: wrap; */
}

.re-added-img-item {
  height: 210px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.re-added-img-item img {
  min-height: 210px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.re-added-img-item .main-img {
  position: absolute;
  right: 5px;
  top: 5px;
  min-height: auto;
  font-size: 30px;
  color: #cacaca;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}
.re-added-img-item .main-img:hover {
  color: #FFDF00;
}
.re-added-img-item .main-img.active {
  color: #FFDF00;
}
.re-added-img-item label {
  position: absolute;
}
.re-added-img-item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.re-added-img-item.image_upload_wrap:after {
  position: relative;
}

.add-img-col {
  padding: 0 10px;
}

.re-add-img-btn {
  margin-top: 20px;
}

.re-display-option h5 {
  font-weight: 700;
  color: #503F67;
}
.re-display-option h6 {
  margin-top: 20px;
  font-weight: 700;
}
.re-display-option ul {
  padding-left: 15px;
}

.common-checkbox.call-for-price {
  margin-top: 28px;
}
.common-checkbox.call-for-price label {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
}

.heading-re-item {
  width: 70%;
  margin: 25px auto;
}
.heading-re-item h5 {
  font-weight: 700;
  color: #114B8E;
}
.heading-re-item .form-control {
  margin-top: 10px;
}

.image_upload_wrap.re-agency-logo-upload label {
  width: 150px;
  margin: 20px 0;
}

.star-indicates {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 20px;
}
.star-indicates b {
  font-size: 15px;
}

.more-info {
  color: #8BB024;
  font-size: 14px;
  text-decoration: underline;
}
.more-info:hover {
  color: #114B8E;
  text-decoration: underline;
}

.re-preview-save-btn {
  margin-top: 20px;
}

/* -------------REAL ESTATE PREVIEW--------------- */
/******Real Estate Details*******/
#re-details {
  margin: 30px 0 70px;
}

.re-details-large-item {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.re-details-large-item:focus {
  outline: 0;
}

.re-details-thumbnail-item {
  width: 100%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.re-details-thumbnail-item:focus {
  outline: 0;
}

.re-map {
  margin-top: 10px;
}
.re-map iframe {
  width: 100%;
  height: 320px;
}

.re-thumbnail-img-slider {
  margin: 0 -3px;
}
.re-thumbnail-img-slider .slick-slide {
  margin-left: 3px;
  margin-right: 3px;
}
.re-thumbnail-img-slider .slick-rgt-arrow {
  position: absolute;
  right: 5px;
  top: 42%;
  display: block;
  cursor: pointer;
}
.re-thumbnail-img-slider .slick-rgt-arrow:hover {
  opacity: 0.7;
}
.re-thumbnail-img-slider .slick-lft-arrow {
  position: absolute;
  left: 5px;
  top: 42%;
  z-index: 10;
  cursor: pointer;
}
.re-thumbnail-img-slider .slick-lft-arrow:hover {
  opacity: 0.7;
}

.re-full-details .p-location {
  display: flex;
  align-items: center;
}
.re-full-details h2 {
  font-family: "Merriweather", serif;
}
.re-full-details h2.p-location-name {
  margin: 10px 0;
}
.re-full-details .p-contact {
  border-top: 1px solid #C1BDBD;
  padding: 20px 0;
  margin-top: 20px;
}
.re-full-details .p-contact h3 {
  font-family: "Merriweather", serif;
}
.re-full-details .p-contact address {
  margin: 10px 0;
  color: #9c9c9c;
}
.re-full-details .p-contact span {
  display: flex;
  align-items: center;
}
.re-full-details .p-contact span a {
  color: #9c9c9c;
  display: flex;
  align-items: center;
}
.re-full-details .p-contact span a:first-child {
  margin-right: 15px;
}
.re-full-details .p-contact span a:hover {
  color: #114B8E;
}
.re-full-details .p-facility {
  padding: 15px 0;
  border: 1px solid #C1BDBD;
  border-width: 1px 0 1px 0;
  display: flex;
  justify-content: space-between;
}
.re-full-details .p-facility .facility-item {
  width: 25%;
  padding: 10px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #8C8C8C;
}
.re-full-details .p-facility .facility-item label {
  padding-bottom: 10px;
  display: block;
  color: #8C8C8C;
}
.re-full-details .p-facility .facility-item span {
  display: flex;
  align-items: center;
}
.re-full-details .p-facility .facility-item:last-child {
  border-right: 0;
}
.re-full-details .p-aminities {
  margin: 20px 0;
  border-bottom: 1px solid #C1BDBD;
  padding-bottom: 30px;
}
.re-full-details .p-aminities h4 {
  margin-bottom: 22px;
}
.re-full-details .p-aminities ul {
  line-height: 23px;
}
.re-full-details .p-aminities ul li {
  padding: 3px 0;
  padding-left: 28px;
  margin-right: 15px;
  color: #747474;
  background-image: url("../images/aminities-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  text-transform: capitalize;
  float: left;
}
.re-full-details .p-description h4 {
  margin-bottom: 15px;
}
.re-full-details .p-description p {
  line-height: 23px;
  color: #747474;
}

.re-green-btn {
  width: 235px;
  height: 50px;
  margin-top: 20px;
  font-size: 1.125rem;
  background-color: #8BB024;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.re-green-btn:hover {
  background-color: #114B8E;
  color: #fff;
}

/* .reg_details .form-group .form-control{background-image: url('../images/calendar-icon-grey.svg');background-repeat: no-repeat;background-position: right 10px center;} */
/******Real Estate Details*******/
/* -------------REAL ESTATE PREVIEW--------------- */
/* ----------------- ADMIN-1 CSS -------------------- */
#sidebar {
  width: 280px;
  float: right;
  border: 1px solid #000;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  font-weight: 700;
}
#sidebar table {
  margin-bottom: 0;
}
#sidebar table td {
  border: none;
}
#sidebar .total {
  background-color: #8AAE2D;
  color: #fff;
}

#sidebar table tbody tr td:first-child {
  font-weight: 400;
}

.top-header {
  padding: 0 !important;
  background-color: #fff;
}

.login_box {
  max-width: 450px;
  padding: 30px;
  border: 1px solid #D5D5D5;
}
.login_box h2 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #4A4A4A;
}
.login_box p {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0;
}
.login_box p a {
  color: #38579A;
}
.login_box .fb_link {
  color: #fff;
  background-color: #3A5998;
  padding: 15px;
  margin: 10px 0 0;
  display: block;
  font-weight: 600;
  border-bottom: 2px solid #000;
}
.login_box .fb_link img {
  float: right;
  margin-top: -3px;
}
.login_box .login_line_or {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.login_box .login_line_or span {
  position: absolute;
  width: 50px;
  background-color: #fff;
  color: #939393;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 12px;
}
.login_box form .form-group {
  margin-bottom: 20px;
}
.login_box form .form-group .form-control {
  border-radius: 0;
  min-height: 50px;
  border: 1px solid #D5D5D5;
  box-shadow: none !important;
  outline: none !important;
}
.login_box form .form-check {
  display: block;
  margin: 10px 0 20px;
}
.login_box form .form-check .form-check-input {
  float: left;
  margin-top: 0px;
  border-radius: 0 !important;
}
.login_box form .form-check .custom-control-label {
  color: #939393;
  text-transform: capitalize;
  font-weight: 400;
}
.login_box form a {
  margin: 10px 0;
  float: right;
  color: #38579A !important;
}
.login_box .btn {
  width: 100%;
  margin-bottom: 10px;
}

.my_account { /*margin-top: 20px;*/ }
.my_account .login_box {
  border-radius: 5px;
  max-width: 100% !important;
  margin-bottom: 0;
  height: 100%;
}
.my_account .login_box ul {
  margin: 20px 0;
}
.my_account .login_box ul li {
  line-height: 36px;
  font-size: 14px;
  color: #9C9C9C;
}
.my_account .login_box ul li span {
  min-width: 130px;
  display: inline-block;
  color: #000;
}
.my_account .login_box .form-check {
  margin: 20px 0 5px;
}
.my_account .login_box .form-check .form-check-label {
  color: #000;
}
.my_account .login_box .btn {
  display: inline-flex;
  width: auto;
  padding: 0px 30px;
  height: 30px;
  font-size: 14px;
  align-items: center;
  color: #fff;
}
.my_account .login_box .btn:focus {
  outline: 0;
  box-shadow: none;
}
.my_account .login_box .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.my_account .subscribe .common-checkbox {
  margin-top: 25px;
}
.my_account .subscribe .common-checkbox .custom-control {
  margin-bottom: 0;
}
.my_account .subscribe .common-checkbox .custom-control label {
  text-transform: capitalize;
}
.my_account .subscribe ul {
  margin-bottom: -5px;
  margin-top: 10px;
}
.my_account .subscribe ul li {
  line-height: 60px;
  border-top: 1px solid #D5D5D5;
  font-size: 14px;
  color: #000;
}
.my_account .subscribe ul li b {
  font-weight: 600;
}
.my_account .subscribe ul li .btn {
  float: right;
  margin-top: 15px;
}
.my_account .table {
  margin-top: 20px;
  margin-bottom: -10px;
}
.my_account .table th {
  border-top: 0;
  font-weight: 600;
  padding-left: 0;
  border-bottom: 3px solid #dee2e6;
}
.my_account .table th:first-child {
  width: 120px;
}
.my_account .table td {
  padding-left: 0;
  line-height: 20px;
  font-size: 14px;
  padding: 20px 10px;
}

.form-control:focus {
  border-color: #114B8E !important;
}

.my_events {
  margin: 30px 0;
}
.my_events h3 {
  margin-bottom: 30px;
}
.my_events h3 .btn {
  float: right;
  height: 30px;
  font-size: 14px;
}
.my_events .table {
  margin-top: 20px;
}
.my_events .table th {
  font-weight: 600;
  padding-left: 0;
  background-color: #F3F3F3;
  height: 60px;
  vertical-align: middle;
}
.my_events .table th:nth-child(1) {
  width: 10%;
}
.my_events .table th:nth-child(2) {
  width: 20%;
}
.my_events .table th:nth-child(3) {
  width: 40%;
}
.my_events .table th:nth-child(4) {
  width: 15%;
}
.my_events .table th:nth-child(5) {
  width: 10%;
}
.my_events .table th:nth-child(6) {
  width: 5%;
  font-size: 30px;
}
.my_events .table td:nth-child(6) {
  font-size: 40px;
  letter-spacing: 3px;
  color: #ccc;
  font-weight: 600;
  vertical-align: top;
}
.my_events .table td:nth-child(2) span {
  display: inline-block;
  border-radius: 50%;
  background-color: #9bc52a;
  color: #fff;
  padding: 5px;
  margin-left: 3px;
  font-size: 13px;
}
.my_events .table td:nth-child(5) .paid {
  display: inline-block;
  border-radius: 10%;
  background-color: #9bc52a;
  color: #fff;
  padding: 3px;
}
.my_events .table td {
  padding-left: 0;
  height: 50px;
  font-size: 14px;
  vertical-align: middle;
}
.my_events .table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}

.event-e-d button {
  height: auto;
  border: 0;
  cursor: pointer;
  padding: inherit;
  background-color: transparent;
}
.event-e-d button:focus {
  outline: 0;
}
.event-e-d .dropdown-toggle::after {
  display: none;
}
.event-e-d .dropdown-menu {
  min-width: auto;
  border-radius: 0;
}
.event-e-d .dropdown-item {
  padding: 0.25rem 1rem;
  font-size: 12px;
  letter-spacing: 2px;
}
.event-e-d .dropdown-item.active, .event-e-d .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #8bb40a;
}

.add_event {
  margin-top: 50px;
}
.add_event .container {
  max-width: 750px;
  position: relative;
}
.add_event h3 {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 30px;
}
.add_event h3 span {
  color: #fff;
  background-color: #114B8E;
  display: inline-block;
  padding: 10px 17px;
  margin-right: 15px;
  font-weight: 300;
}
.add_event.classifieds-ad-add .container {
  max-width: 1140px;
}

h3.step-add {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 30px;
}
h3.step-add span {
  color: #fff;
  background-color: #114B8E;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
}

.form_wrap {
  max-width: 550px;
  margin: 20px 0;
}
.form_wrap .form-group .btn-secondary {
  font-size: 0.875rem;
  color: #000;
  background-color: #ffffff;
  border-color: #d7d7d7;
  width: 100%;
  text-align: left;
  height: 40px;
  display: flex;
  align-items: center;
}
.form_wrap .form-group .btn-secondary:focus {
  box-shadow: none;
}
.form_wrap .form-group .btn-secondary:not(:disabled):not(.disabled).active, .form_wrap .form-group .btn-secondary:not(:disabled):not(.disabled):active, .form_wrap .form-group .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #ffffff;
  border-color: #114B8E;
}
.form_wrap .form-group .btn-secondary:not(:disabled):not(.disabled).active:focus, .form_wrap .form-group .btn-secondary:not(:disabled):not(.disabled):active:focus, .form_wrap .form-group .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.form_wrap .form-group .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
}
.form_wrap .form-group .dropdown-item.active, .form_wrap .form-group .dropdown-item:active {
  background-color: #8BB024;
}
.form_wrap .form-group .dropdown-item:focus, .form_wrap .form-group .dropdown-item:hover {
  background-color: #dadada;
}
.form_wrap .form-group .dropdown-toggle::after {
  border: 0;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  transition: all 0.4s ease;
}
.form_wrap .form-group .dropdown.select-extended-element.show .dropdown-toggle::after {
  transform: rotateZ(180deg);
}
.form_wrap .form-group .dates {
  margin-bottom: 15px;
}
.form_wrap .form-group .dates .each-date {
  display: inline-block; /*float: left; */
  font-size: 14px;
  margin-right: 10px;
  background-color: #000;
  color: #fff;
  padding: 13px 7px 9px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.form_wrap .form-group .dates .each-date a {
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}
.form_wrap .form-group .dates .date-picker-btn {
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
  font-size: 0;
}
.form_wrap .form-group small {
  font-size: 12px;
  display: block;
  color: #503F67;
  margin: 3px 0;
}
.form_wrap .form-group .custom-radio label {
  font-size: 14px;
  text-transform: inherit;
  margin: 7px 0;
  font-weight: 400;
}
.form_wrap .form-group .custom-radio label span {
  color: #D0021B;
}
.form_wrap .form-group .custom-control-label {
  text-transform: inherit;
  font-size: 14px;
  font-weight: 400;
}
.form_wrap h4 {
  text-transform: uppercase;
  margin: 15px 0 15px;
  font-weight: 500;
}
.create_date.select-date-btn {
  float: none !important;
}

.add-options .form-group {
  margin-bottom: 2px;
}
.add-options .form-group label {
  font-weight: 500;
}

.image_upload_wrap {
  position: relative;
}
.image_upload_wrap label {
  cursor: pointer;
}
.image_upload_wrap #image_upload {
  opacity: 0;
  height: 0;
  width: 0;
}
.image_upload_wrap small {
  font-size: 13px;
  line-height: 16px;
  float: left;
  color: #9B9B9B;
  font-family: "Lato", sans-serif;
}

.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #114B8E;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}

.order_summary .table {
  border: 1px solid #000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
.order_summary .table tr td {
  border-top: 0;
  text-align: center;
}
.order_summary .table tr td:first-child {
  text-align: left;
}
.order_summary .table .subtotal {
  background-color: #fff;
}
.order_summary .table .subtotal td {
  border-top: 1px solid #000;
  padding-bottom: 5px;
}
.order_summary .table .total {
  background-color: #fff;
}

.classified-add-payment .form_wrap .btn {
  margin-top: 10px;
}

.ad-options {
  max-width: 100% !important;
}

/* ----------------- ADMIN-1 CSS -------------------- */
.show_more_dates {
  cursor: pointer;
  text-transform: capitalize;
}

.list-thumb {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

#forgot_page {
  margin: auto;
}

.login_box .form-control:focus {
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .admin-wrap {
    margin: 20px 0;
  }
  #register {
    margin: 20px auto;
  }
  #register h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .register-form h4 {
    margin-bottom: 20px;
  }
  .reg-subscriber .reg-subscriber-detail {
    margin-bottom: 10px;
  }
  .form-box {
    height: 40px;
  }
  .zipcode .btn-secondary {
    height: 40px;
  }
  .form-green-btn {
    height: 40px;
  }
  .register-form .form-green-btn {
    width: 180px;
    margin-top: 15px;
  }
  .yard-sale .admin-border-wrap h5 {
    margin-bottom: 15px;
  }
  .yard-sale .form-green-btn {
    margin-top: 0;
  }
  .yard-date h6 {
    margin-bottom: 15px;
  }
  .yard-date .yard-select-date .yard-selected-item {
    height: 40px;
    padding: 0 6px;
    padding-right: 25px;
    font-size: 12px;
  }
  .yard-date .yard-select-date .yard-selected-item img {
    width: 15px;
  }
  .common-radio .custom-control-label::after {
    background-size: 43% 42%;
  }
  .choose-plan .custom-control {
    margin-bottom: 15px;
  }
  .choose-plan .yard-date {
    padding-left: 0;
  }
  .classified-ad-info {
    margin-top: 0;
  }
  .classified-ad-text {
    margin: 15px 0;
  }
  /*.event-details-img{height: 280px;}*/
  .event-title {
    line-height: 25px;
  }
  .event-title h2 {
    font-size: 24px;
  }
  .event-title .event-date {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .event-title .event-date b {
    font-size: 30px;
  }
  .add-event-preview .event-full-data {
    padding: 20px 15px;
  }
  .add-event-preview h3 {
    padding-bottom: 0;
  }
  .admin-wrap .form-group {
    margin-bottom: 20px;
  }
  /* ----------------- ADD Classified -------------------- */
  .choose-ad-option h6 {
    font-size: 12px;
  }
  .choose-ad-option .red-label {
    font-size: 12px;
  }
  .form-green-btn.classified-save-btn {
    width: 160px;
    height: 35px;
  }
  .steps-ad-display .btn-link {
    font-size: 11px;
  }
  .steps-ad-display .print-current-copy .form-box {
    height: 130px !important;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
  }
  .card-details .card-number-detail {
    display: block;
  }
  .card-details .cardholder-name, .card-details .card-number-detail .form-control.card-number {
    width: 100%;
  }
  .classified-payment-wrap h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .admin-wrap.add_event.classifieds-ad-add .form-group {
    margin-bottom: 15px;
  }
  .classified-payment-wrap .coupon-btn button {
    font-size: 8px;
    padding: 0 8px;
  }
  .print-current-copy .custom-control-label {
    font-size: 12px !important;
  }
  /* ----------------- ADD Classified -------------------- */
  .heading-re-item {
    width: 90%;
  }
  .re-image .image_upload_wrap {
    height: auto;
    border-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .re-added-img-item {
    height: 150px;
  }
  .re-added-img-item img {
    min-height: 150px;
  }
  .re-added-img-item .main-img {
    font-size: 20px;
  }
  /* -------------REAL ESTATE PREVIEW--------------- */
  #re-details {
    margin: 20px 0 40px;
  }
  .re-details-large-item {
    height: 220px;
  }
  .re-details-thumbnail-item {
    height: 75px;
  }
  .re-map iframe {
    display: none;
  }
  .re-full-details h2.p-location-name, .re-full-details h2 {
    font-size: 22px;
  }
  .re-full-details .p-contact {
    padding: 15px 0;
    margin-top: 15px;
  }
  .re-full-details .p-facility {
    padding: 10px 0;
  }
  .re-full-details .p-facility .facility-item {
    padding: 5px 0;
  }
  .re-full-details .p-facility .facility-item label {
    padding-bottom: 5px;
  }
  .re-full-details .p-facility .facility-item img {
    height: 18px;
  }
  .re-full-details .p-aminities {
    margin: 15px 0;
    padding-bottom: 15px;
  }
  .re-full-details .p-aminities h4 {
    margin-bottom: 15px;
  }
  .re-full-details .p-aminities ul {
    line-height: 23px;
  }
  .re-full-details .p-aminities ul li {
    padding: 3px 0;
    padding-left: 22px;
    margin-right: 15px;
    background-size: 16px;
  }
  .re-full-details .p-description h4 {
    margin-bottom: 10px;
  }
  .re-full-details .p-description p {
    line-height: 23px;
    color: #747474;
  }
  .re-green-btn {
    width: 150px;
    height: 35px;
    margin-top: 15px;
  }
  /* -------------REAL ESTATE PREVIEW--------------- */
  /* ----------------- ADMIN-1 CSS -------------------- */
  .my_account .login_box {
    height: auto;
  }
  .login_box {
    padding: 20px;
    margin: 20px 0;
  }
  .btn.green_btn {
    height: 40px;
    padding: 0 15px;
    font-size: 10px;
  }
  .my_account .login_box ul {
    margin: 10px 0;
  }
  .table_wrap {
    width: 100%;
    overflow: scroll;
  }
  .admin-wrap .table_wrap table {
    width: 600px;
  }
  .admin-wrap .table_wrap table.yard-list-table {
    width: 100%;
  }
  .admin-wrap .table_wrap table.real-estate-listing {
    width: 100%;
  }
  .admin-wrap .form_wrap {
    margin-bottom: 0;
  }
  .header-top {
    display: flex;
    align-items: center;
  }
  .header-top h1 {
    margin-top: 0;
    font-size: 18px;
  }
  .header-top .btn {
    padding: 0px 4px !important;
    font-size: 9px;
    height: 22px;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 10px;
  }
  .header-top .btn:first-child {
    margin-right: 0;
  }
  .header-bottom {
    padding: 10px 10px;
  }
  .header-bottom ul li {
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .header-bottom ul li span {
    width: 15px;
    height: 15px;
    font-size: 9px;
    margin-right: 3px;
  }
  .add_event {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .add_event h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .add_event h3 span {
    padding: 2px 12px;
  }
  h3.step-add {
    margin-bottom: 10px;
    font-size: 13px;
  }
  h3.step-add span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 12px;
  }
  .order_summary {
    width: 100%;
    overflow: scroll;
  }
  .order_summary table {
    width: 600px;
  }
  .yard-sale-ad-option .form_wrap {
    padding-bottom: 400px;
    line-height: 20px;
  }
  .classifieds-ad-add .ad-options {
    padding-bottom: 350px;
  }
  #sidebar {
    bottom: 0;
    width: 100%;
  }
  .my_events {
    margin-top: 10px;
  }
  .my_events h3 {
    margin-bottom: 0px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .my_events h3 .btn {
    float: none;
    margin-top: 0px;
    font-size: 12px;
  }
  .my_events .table {
    margin-top: 10px;
  }
  .my_events .table th {
    font-size: 12px;
  }
  .footer-wt-btn {
    padding-bottom: 48px;
  }
  /* ----------------- ADMIN-1 CSS -------------------- */
  .my_events .table td {
    font-size: 11px;
    line-height: 15px;
  }
  .list-thumb {
    height: 50px;
  }
  .my_account .subscribe ul li {
    line-height: 20px;
    padding: 14px 0;
  }
  .my_account .subscribe ul li .btn {
    float: none;
    display: block;
    margin-bottom: 0;
    background-color: red;
  }
  #forgot_page {
    margin: auto;
  }
  .image_upload_wrap small {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom ul li {
    font-size: 14px;
    margin-right: 10px;
  }
  .header-bottom ul li span {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .event-title { /*line-height: 28px; padding: 10px 10px 10px 15px;*/ }
  .event-title h2 {
    font-size: 25px;
  }
  .yard-sale .form-green-btn {
    margin-top: 15px;
  }
  .steps-ad-display .btn-link {
    font-size: 13px;
  }
  /* ----------------- ADMIN-1 CSS -------------------- */
  .table_wrap {
    width: 100%;
    overflow: scroll;
  }
  .admin-wrap .table_wrap table {
    width: 1000px;
  }
  .my_account .login_box {
    margin: 10px 0;
  }
  #sidebar {
    right: 15px;
  }
  .my_account, .my_events {
    margin-top: 130px !important;
  }
  /* ----------------- ADMIN-1 CSS -------------------- */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .my_account .login_box {
    padding: 20px 10px;
    margin: 20px 0;
  }
  #sidebar {
    position: absolute;
    right: 0;
  }
  .add_event, .my_account, .my_events {
    margin-top: 130px !important;
  }
}
@media screen and (min-width: 992px) {
  .header-top .btn {
    width: 170px;
  }
  .yard-sale-ad-option {
    line-height: 22px;
  }
  .yard-sale-ad-option .form_wrap {
    max-width: 100%;
  }
  .yard-sale-ad-option .form_wrap .online-option-box {
    padding: 15px;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
  }
}/*# sourceMappingURL=admin.css.map */