/*
Theme Name: Boxmedia
Theme URI: https://boxmedia.online
Author: Ankit Busa
Author URI: https://codeziweb.com
Description: A WordPress theme for boxmedia.online
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: boxmedia
*/
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
* {
  font-family: "Epilogue", sans-serif;
}
body {
  background-color: #fffcf7;
  margin: 0;
}
p {
  margin: 0;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.w-full {
  width: 100%;
}
.flex-col {
  flex-direction: column;
}
.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
header {
  display: block;
  padding: 0;
}
header .container {
  padding: 1.5rem 1.5rem 0 1.5rem;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
}
.tw-button-primary {
  color: #fff;
  line-height: 15.37px;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 24px;
  background-color: #000000;
  border-radius: 0.125rem;
  cursor: pointer;
  -webkit-appearance: button;
  background-image: none;
  text-decoration: none;
  display: flex;
  max-height: 47px;
  align-self: center;
}
.tw-button-primary:hover {
  background-color: rgb(199 150 53);
  border: 0px solid;
}
.bg-borderColor {
  background-color: rgb(220 220 220);
  width: 100%;
  height: 1px;
}
footer {
  background-color: #fff;
  padding: 1.25rem;
}
.footer-main {
  gap: 0.25rem;
}
.fm-left {
  gap: 17.38px;
}
.fm-left p {
  font-size: 15px;
  line-height: 25.6px;
  font-weight: 400;
}
.fm-left img {
  display: block;
  vertical-align: middle;
}
.fm-right {
  align-items: center;
  gap: 0.5rem;
}
.fmr-p {
  font-weight: 400;
  line-height: 25.6px;
  font-size: 15px;
  text-decoration: underline;
}
footer p {
  color: #000000;
}
footer a {
  color: #000000;
  text-decoration: underline;
}

footer a:hover {
  color: #c79635;
}
.hidden {
  display: none;
}
/*plp*/
.container-fluid {
  padding: 2rem;
}
.plp {
  background: #e4e1d1;
}
.personalised-landing-page .container {
  flex-direction: column;
  padding: 0 1.5rem 1.5rem 1.5rem; /*0 1.5rem 1.5rem 1.5rem*/
  font-size: 1rem;
}
.plp .container h2 {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 1rem;
}
.plp-video-row {
  background: #000;
  display: flex;
  align-items: center;
}
.text-center {
  text-align: center;
}
.phpvr-left {
  width: 66.66%;
  float: left;
}
.phpvr-right {
  width: 33.33%;
  float: left;
}
.outer-form {
  padding: 0 1.5rem;
}
.outer-form h3 {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 1.5rem;
}
.outer-form h3 strong {
  display: block;
}
.plp-description {
  gap: 20px;
  line-height: 1.6rem;
}
.plp-description h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.plp-form {
  padding: 0 2.5rem;
}
.plp-form input {
  padding: 0.5rem 0.75rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  width: 100% !important;
  line-height: 1.75 !important;
  border-width: 1px !important;
  border-radius: 0.25rem !important;
}
#lemlist-embed-sign-up {
  background-color: #fdc428;
  font-weight: 600;
  cursor: pointer;
  padding: 0.85rem;
  border: 0;
  line-height: normal !important;
  margin: 0;
  padding-inline: 0;
}

#lemlist-embed-sign-up:hover {
  background-color: #f7a209;
}
.plp-form .lemlist-field-group {
  margin-bottom: 1rem;
}
.plp-form br {
  display: none;
}
.calendar-link {
  background-color: #846017ff;
  border: 0px none #ffffff;
  border-radius: 1px;
  padding: 5px 10px 5px 10px;
  white-space: normal;
  width: 100%;
  box-shadow: 0px 0px 0px 0px #ffffff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  display: block;
  line-height: 1.7;
}
.calendar-link:hover {
  background-color: #c79635 !important;
}
@media screen and (max-width: 1024px) {
  .plp-video-row {
    flex-direction: column;
  }
  .phpvr-left {
    width: 100%;
  }
  .phpvr-right {
    width: 100%;
    padding: 2rem 0;
  }
  .container-fluid {
    padding: 2rem 0.5rem;
  }
  .outer-form {
    padding: 0;
  }
  footer a {
    font-size: 0.875rem;
  }
  .plp-form {
    padding: 0 1.8rem;
  }
}
/*plp*/

@media (min-width: 1025px) {
  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1534px) {
  .container {
    max-width: 1534px;
  }
  .personalised-landing-page .container {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 1550px) and (min-width: 1350px) {
  .container {
    max-width: 1320px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  header .container {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .footer-main {
    text-align: center;
  }
}
/* 6 august 2025 */
.plp-h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  padding: 0.5rem;
}

@media screen and (max-width: 768px) {
  .plp-h1 {
    font-size: 2rem;
  }
}
