.page-id-118126 .et_pb_button {
	width: 100%;
}

button.button.order-now:hover {
	background-color: #fff;
	color: #303D4D;
}

.book-order-popup-con {
	display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1010;
  width: 100%;
  width: 320px;
  max-width: 100%;
  height: 920px;
  max-height: 96%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 640px) {
.book-order-popup-con {
      width: 420px;
      height: 935px;
}
}
@media (min-width: 1024px) {
.book-order-popup-con {
      width: 850px;
      height: 670px;
}
}
/* @media (min-width: 1440px) {
.book-order-popup-con {
      width: 980px;
      height: 790px;
}
}*/

@media (min-width: 1920px) {
.book-order-popup-con {
      width: 980px;
      height: 790px;
}
}
.popup-overlay {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.book-order-inner-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.book-order-inner-con .close-popup {
		position: absolute;
    top: 19px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: none;
    border: none;
    color: #000;
    z-index: 110;
    cursor: pointer;
    font-size: 20px;
}
@media (min-width: 640px) {
.book-order-inner-con .close-popup {
        width: 24px;
        height: 24px;
}
}

@media (max-width: 1023px) {
.book-order-inner-con .close-popup {
        color: #fff;
}
}


@media (min-width: 1920px) {
.book-order-inner-con .close-popup {
        width: 29px;
        height: 29px;
}
}

.book-order-inner-con .book-order-popup-body {
    display: grid;
    grid-template-rows: 100% 100%;
}
@media (min-width: 640px) {
.book-order-inner-con .book-order-popup-body {
        grid-template-rows: 100% 85%;
}
}
@media (min-width: 1024px) {
.book-order-inner-con .book-order-popup-body {
        grid-template-columns: auto 40%;
}
}
@media (min-width: 1920px) {
.book-order-inner-con .book-order-popup-body {
        grid-template-columns: auto 40%;
}
}
.book-order-inner-con .book-order-popup-body .book-order-popup-col-1 {
      position: relative;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      height: 100%;
      background-color: #fff;
      background-image: url(https://bemorewithless.com/wp-content/uploads/2019/11/project-333-book.png);
      background-repeat: no-repeat;
      background-position: center;
		background-size: contain;
}
@media (min-width: 1024px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-1 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
}
}

.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 {
      padding: 55px 12px 35px;
      text-align: center;
      background-color: #303d4d;
}
@media (min-width: 640px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 {
          padding: 60px 12px 25px;
}
}
@media (min-width: 1024px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 50px 12px 20px;
}
}
@media (min-width: 1440px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 {
          padding: 75px 12px 25px;
}
}
@media (min-width: 1920px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 {
          padding: 60px 12px 35px;
}
}
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-title {
        margin-bottom: 15px;
        font-style: italic;
        font-family: 'kepler-std', sans-serif;
        font-size: 32px;
        font-weight: 500;
        line-height: 1;
	color: #fff;
}
@media (min-width: 640px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-title {
            margin-bottom: 20px;
            font-size: 45px;
}
}
@media (min-width: 1024px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-title {
            margin-bottom: 15px;
            font-size: 37px;
}
}
@media (min-width: 1440px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-title {
            margin-bottom: 20px;
            font-size: 42px;
}
}
@media (min-width: 1920px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-title {
            margin-bottom: 35px;
            font-size: 60px;
}
}
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-subtitle {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 800;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.26em;
				color: #fff;
}
@media (min-width: 640px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-subtitle {
            margin-bottom: 25px;
            font-size: 12px;
}
}
/* @media (min-width: 1024px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-subtitle {
            font-size: 9px;
}
}
@media (min-width: 1440px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-subtitle {
            font-size: 11px;
}
} */
@media (min-width: 1920px) {
.book-order-inner-con .book-order-popup-body .book-order-popup-col-2 .order-now-subtitle {
            font-size: 15px;
}
}
.order-now-links {
  max-width: 152px;
  margin: auto;
}
@media (max-width: 639px) {
.order-now-links {
      max-width: 90%;
}
}
@media (min-width: 640px) {
.order-now-links {
      max-width: 360px;
}
}
@media (min-width: 1024px) {
.order-now-links {
      max-width: 180px;
}
}
@media (min-width: 1440px) {
.order-now-links {
      max-width: 200px;
}
}
@media (min-width: 1920px) {
.order-now-links {
      max-width: 285px;
}
}
.order-now-links ul {
    padding: 0;
    margin: 0;
}
@media (max-width: 1023px) {
.order-now-links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
}
.order-now-links ul li {
/*       padding: 5px 0; */
      list-style: none;
/*       border-bottom: 1px solid #acacac; */
}
.order-now-links ul li:last-child {
        border-bottom: none;
}
@media (max-width: 1023px) {
.order-now-links ul li {
          width: 50%;
}
.order-now-links ul li:nth-child(odd) {
            border-right: 2px solid #fff;
}
}
@media (min-width: 1024px) {
.order-now-links ul li {
          padding: 2px 0;
}
}
.order-now-links ul li .book-link {
        position: relative;
        display: block;
}
.order-now-links ul li .book-link img {
          width: 99px;
}
@media (min-width: 640px) {
.order-now-links ul li .book-link img {
              width: 45px;
              height: 45px;
}
}
@media (min-width: 1024px) {
.order-now-links ul li .book-link img {
              width: 70px;
              height: 70px;
}
}
@media (min-width: 1440px) {
.order-now-links ul li .book-link img {
              width: 85px;
              height: 85px;
}
}
@media (min-width: 1920px) {
.order-now-links ul li .book-link img {
              width: 99px;
              height: 99px;
}
}
.order-now-links ul li .book-link:hover {
          background-color: #6DC2C7;
}
.order-now-links ul li .book-link::after, .order-now-links ul li .book-link::before {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          content: '';
          background-color: white;
}
.order-now-links ul li .book-link::after {
          bottom: 0;
					height: 0;
}
.order-now-links ul li .book-link::before {
          top: 0;
}