html {
    font-size: 10px;
    scroll-behavior: smooth;
}

blockquote {
    font-size: 17px !important;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 10px !important;
}

.blognewsec {
    padding: 40px 30px;
}

.blognewsec h1 {
    text-align: center;
    padding-bottom: 10px;
}

.news-container-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.news-div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 3fr));
    gap: 40px;
}

.news-div .item {
    background: #fff;
    position: relative;

}

.news-div .item .news-image-box {
    height: 190px;
    position: relative;
}

.news-div .item .news-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.3s ease-in-out;
}


.news-div .item .news-image-box .tag-pic {
    position: absolute;
    bottom: -18px;
    left: 18px;
    z-index: 9;
}

.news-div .item .news-image-box .tag-pic img {
    border-radius: 36px;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    object-fit: cover;
}

.news-div .item .description-bx {
    padding: 20px 10px 20px 10px;
    background-color: #f7f8f9;
}

.news-div .item .description-bx .news-date {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 12px;
    color: #3a3a3a;
}

.news-div .item .description-bx .news-date::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 4px;
    background-color: #2D5CAA;
    transition: width 0.25s ease-out;
}

.news-div .item .description-bx .news-date:hover::before {
    width: 100%;
}

.news-div .item .description-bx .news-heading {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 6px;
    color: #222222;
    font-weight: 600;
}

.news-div .item .description-bx p {
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 0px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 1.5;
}

.news-div .item:hover img {
    filter: none;
    transition: all 0.3s ease-in-out;
}

a.read-more {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #0366d6 !important;
    color: #ffffff;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.30)) !important;
}

a.read-more:hover,
a.read-more:focus,
a.read-more:active {
    color: #ffffff !important;
    background-color: #0366d6;
    text-decoration: none;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.30)) !important;
}

.page-numbers_pagination {
    width: 100%;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers_pagination a {
    margin: 0 7px;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    transition: background-color 0.3s
}

.page-numbers_pagination span.current {
    border-radius: 5px;
    background-color: #0366d6;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.next-btn-bx a {
    line-height: 50px !important;
    font-weight: 600;
    height: 50px;
    margin: 0 0 30px 0;
    padding: 0 40px 0 20px !important;
    background-color: #0b80ff;
    color: #ffffff;
    border-radius: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0b80ff url(https://www.andrewplimmer.com/wp-content/uploads/2024/09/arrow.png) no-repeat 80% center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.next-btn-bx a:hover {
    background: #0b80ff url(https://www.andrewplimmer.com/wp-content/uploads/2024/09/arrow.png) no-repeat 80% center;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .25);
}

.post-1114 .entry-content {
    background: #dbdbdb;
}

.content-pane-grid {
    background: #fff;
}

.content-pane-grid .post {
    margin: 0 !important;
}

.content-pane-grid .gb-block-image {
    position: relative;
    z-index: 99;
}

.content-pane-grid .gb-container-fc1bccb8 {
    position: absolute;
    z-index: 111;
    margin: -18px 0 0 0;
}

.business-div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.business-div2 {
    padding-top: 0;
    padding-bottom: 20px;
}

.heading-box {
    padding: 5px 15px !important;
    margin: 0;
    text-align: center;
}

.ap-logo {
    text-align: center;
    margin-top: -150px;
    margin-bottom: 30px;
}

.main-navigation {
    margin-bottom: 0;
}


/* Image Slider starts*/
@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
        animation-delay: 18s;
    }
}

div#slider {
    overflow: hidden;
    margin: 20px 20px 0 20px;
    border: 20px solid #0087b4;
    height: 300px;
}

div#slider figure img {
    width: 20%;
    float: left;
    object-fit: cover;
    height: 300px;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 25s slidy infinite;
}

/* Image Slider ends*/

/* Blog Image Slider ends*/

.btn-area {
    margin-top: 30px;
}

.menu-latestblog_menu-container {
    margin: 0;
    padding: 0;
}

.menu-latestblog_menu-container ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.menu-latestblog_menu-container ul li {
    margin: 0;
    padding: 0 20px;
    position: relative;
}

.menu-latestblog_menu-container ul li::after {
    content: "|";
    position: absolute;
    right: 0;
    width: 2px;
}

.menu-latestblog_menu-container ul li:last-child::after {
    display: none;
}

.menu-latestblog_menu-container ul li a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.menu-latestblog_menu-container ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #106cbc;
    transition: width 0.25s ease-out;
}

.menu-latestblog_menu-container ul li a:hover::before {
    width: 80%;
}


/* .inside-right-sidebar .wp-block-tag-cloud a{font-size:17px !important;} */

/* Image area */
.images-area {
    overflow: hidden;
    margin: 20px 20px 0 20px;
    padding: 20px;
    background: #f0f0f0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.img_holder {
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.images-area .img_holder:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: scale(1.04);
}

.img_holder .heading {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
}

.img_holder a {
    display: block;
}

.widget-area .widget {
    padding: 15px !important;
}

.sib-form {
    padding: 0 !important;
}

.sib-form #sib-container {
    padding: 0 !important;
}

.sib-form .input {
    padding: 10px !important;
}

.page-id-7988 aside#block-18 {
    display: none;
    visibility: hidden;
}

.wp-container-core-column-is-layout-3 .has-text-align-center {
    padding: 0 20px;
}

.wp-container-core-column-is-layout-3 .sib-form {
    padding: 20px !important;
}

.videobtn {
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
}

.videobtn a {
    color: #fff !important;
    text-decoration: none !important;
}

.sib-form .entry__field {
    width: 100%;
    border-radius: 10px !important;
}

.sib-form .entry__field input {
    border-radius: 10px !important;
}


/* ==================== top slide text starts*/
.top-slide-area {
    background-color: #0366d6;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    /* margin-bottom: 24px; */
    font-size: 15px;
}
.top-slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-text {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: slideanim 10s infinite;
}

.slide-text a{color: #fff !important;
    font-weight: 400;}

.slide-text a span {
    color: #0decf8!important;
    font-weight: 700;
}


.slide-text:nth-child(1) {
  animation-delay: 0s;
}
.slide-text:nth-child(2) {
  animation-delay: 2s;
}
.slide-text:nth-child(3) {
  animation-delay: 4s;
}
.slide-text:nth-child(4) {
  animation-delay: 6s;
}
.slide-text:nth-child(5) {
  animation-delay: 8s;
}

@keyframes slideanim {
  0% { opacity: 0; }
  5% { opacity: 1; }
  20% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; }
}

/* top slide text ends*/


/* marque */
.marque-area {
    background-color: #0366d6;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    /*    margin-bottom: 24px;*/
    font-size: 15px;
}

.marque-area .container {
    background: transparent !important;
}

.marque-area p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.marque-area p a {
    color: #fff;
    transition: all .3s ease;
    font-weight: 500;
}

.marque-area ul {
    width: 100%;
    height: 35px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.marque-area li {
    width: 980px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    list-style: none;
}


.carousel-field {
    width: 100%;
}

.carousel-field .marquee-carousel {
    width: 100%;
}

.carousel-field .marquee-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}


.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content span {
    color: #0decf8;
    font-weight: 700;
}

.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content a {
    color: #fff;
    font-weight: 400;
}


.carousel-field .marquee-carousel .swiper-wrapper .swiper-slide .content a span {
    color: #0decf8;
    font-weight: 700;
}


/*============ fade-slider ============*/

#fade-div {
    position: relative;
    padding: 10px 0;
}

.subtext {
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;

}


.subtext span {
    color: #0decf8;
    font-weight: 700;
}

.subtext a {
    color: #fff;
    font-weight: 400;
}


.subtext a span {
    color: #0decf8;
    font-weight: 700;
}

/*========== popup ==========*/
/* Modal Background */
.ap-pop-modal.modal h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: #004869;
    text-transform: uppercase;
    font-family: "Anton", serif;
    letter-spacing: 1px;
}


.ap-pop-modal.modal p {
    color: #0087B6;
    text-transform: uppercase;
    font-weight: 600;
}

.ap-pop-modal.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.ap-pop-modal.modal .modal-content {
    position: absolute;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    width: 50%;
    max-width: 650px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 8px solid #0087B6;
}

/* Close Button */
.ap-pop-modal.modal .close-btn {
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    top: -10px;
    right: -20px;
    position: relative;
}

.ap-pop-modal.modal .close-btn:hover {
    color: red;
}

/* Button Styling */
.ap-pop-modal.modal .open-modal-btn {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

.ap-pop-modal.modal .open-modal-btn:hover {
    background-color: #0056b3;
}

.ap-pop-modal.modal .ap-form-area {
    background: #ECF1F8;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.ap-pop-modal.modal .ap-form-area #sib-container {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.ap-pop-modal.modal .ap-form-area #sib-container div {
    width: 100%;
    text-align: center;
}

.ap-pop-modal.modal .ap-form-area #sib-container form {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}


.ap-pop-modal.modal .ap-form-area #sib-container div.sib-form-block button {
    background: #ff9900 !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    display: block;
    margin: 0 auto;
    padding: 10px 33px;
    height: 50px;
}

.ap-pop-modal.modal .ap-form-area h3 {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000;
    text-transform: none;
}

.ap-pop-modal.modal .ap-form-area h3 span {
    color: #000;
}

.ap-pop-modal.modal .tag-line {
    font-size: 16px;
    line-height: 22px;
    padding: 0 100px 20px 100px;
    margin-bottom: 0;
    color: #000;
}

.ap-pop-modal.modal .tag-line h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #000;
    font-family: "Anton", serif;
    letter-spacing: 1px;
}

.ap-pop-modal.modal .tag-line h3 span {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0087B6;
}

.ap-pop-modal.modal .earnings {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px dashed #FF9900;
    margin-bottom: 10px;
    font-weight: bold;
}

.ap-pop-modal.modal .earnings span {
    background: #FFF1DB;
    border: 2px solid #fff;
    padding: 5px 10px;
}

#sib-container {
    padding: 0 !important;
}

#sib-container input {
    border-radius: 10px;
    width: 100%;
}

/*================================= 7dayshift Page Starts*/
.sib-form-mobile {
    background: none !important;
}

.sib-form-mobile #sib-container {
    padding: 20px 0 0 0;
    background: none !important;
    border: none !important;
    margin: 0;
}

.sib-form-mobile .entry__field {
    border-radius: 10px !important;
}

.sib-form-mobile .entry__field input {
    border-radius: 10px !important;
    width: 100%;
}

.sib-form-mobile .sib-form-mobile-block__button {
    background: #ff9900 !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    display: inline-flex;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    color: #FFFFFF;
}


.dayshift-btn {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    height: 55px;
    padding: 0 25px;
    border-radius: 10px;
    text-wrap: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FF9900 !important;
    background: transparent;
    border: 2px solid #FF9900;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.dayshift-btn a {
    color: #FF9900 !important;
}

.dayshift-btn:hover {
    background: transparent !important;
    border: 2px solid #D58205;
    text-decoration: none;
    color: #D58205 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

.dayshift-btn:active {
    background: transparent !important;
    border: 2px solid #D58205;
    text-decoration: none;
    color: #D58205 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

.dayshift-btn:focus {
    background: transparent !important;
    border: 2px solid #D58205;
    text-decoration: none;
    color: #D58205 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}


/* marque */
.top-marque {
    background-color: #0c80ff;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    font-size: 15px;
}

.top-marque .container {
    background: transparent !important;
}

.top-marque p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top-marque p a {
    color: #fff;
    transition: all .3s ease;
    font-weight: 500;
}

.top-marque ul {
    width: 100%;
    height: 35px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.top-marque li {
    width: 980px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 100%;
    text-align: center;
    list-style: none;
}

/*================================= landing Page Starts*/

/*======================= 7dayshift page ends*/

/*======================= 7dayshift-2 page starts*/
.page-id-14093 .grid-container {
    max-width: 100%;
}

.page-id-14093 .site-content {
    padding: 0;
}

/*======================= 7dayshift-2 page ends*/


/*======================= ghost page starts*/
.page-id-14030 .grid-container {
    max-width: 100%;
}

.page-id-14030 .site-content {
    padding: 0;
}

/*======================= ghost page ends*/

/*======================= ghost-2 page starts*/
.page-id-14107 .grid-container {
    max-width: 100%;
}

.page-id-14107 .site-content {
    padding: 0;
}

/*======================= ghost-2 page ends*/


/*======================= dss page starts*/
.page-id-16086 .grid-container {
    max-width: 100%;
}

.page-id-16086 .site-content {
    padding: 0;
}

/*======================= dss page ends*/

/*
body.page-id-10832 {
    background: #000000;
    font-family: "Poppins", serif;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}

.page-id-10832 .site-content {
    background: #000000;
}
*/

.page-id-10832 .grid-container {
    max-width: 100%;
}

.page-id-10832 .site-content {
    padding: 0;
}

.page-id-10832 .inside-navigation {
    max-width: 1200px;
    margin: 0 auto;
}

.land-page-one {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.land-heading-area {
    text-align: center;
    padding: 0 100px;
    margin-bottom: 60px;
}

.land-heading-area h1 {
    font-size: 60px;
    line-height: 55px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}


.land-heading-area h1 span {
    color: #FF9900;
    font-size: 45px;
    margin-top: 20px;
    display: block;
}

.land-heading-area p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0 15%;
}


.land-heading-area p span {
    color: #FF9900;
}

.land-heading-area .lyticesmobile {
    margin-top: 30px;
}

.land-heading-area .lyticesmobile #document iframe html body {
    background-color: transparent !important;
}

.land-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.land-area ul {
    margin: 0;
    padding: 0 0 20px 0;
}

.land-area ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

.land-area ul li ol {
    margin: 0;
}

.land-area ul li strong {
    color: #000;
}

.land-area ul.innerul {
    list-style-type: decimal !important;
    padding: 0 0 30px 15px;
    margin: 0;
}

.land-area ul.innerul li {
    list-style-type: decimal;
}

.land-area ul.innerul ol {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

.land-area ul.innerul ol li {
    list-style-type: none;
}

.land-left {
    width: 75%;
    padding-right: 50px;
}

.land-left p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
    padding-bottom: 20px;
    margin: 0;
}

.land-left h2 {
    color: #000 !important;
}

.land-left h3 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.land-left h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.land-left .wp-block-image img {
    border-radius: 10px;
}

ul.tick {
    margin: 0;
    padding: 0
}

ul.tick li {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #000;
}

ul.tick li strong {
    color: #000;
}

ul.tick li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/01/tick.webp) no-repeat;
    width: 22px !important;
    height: 22px;
}


.land-right {
    width: 30%;
}

.form-area {
    background: #082a4f;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.form-area h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: center !important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    font-family: "Anton", serif;
}

.form-area h3 span {
    color: #05e0eb;
}

.form-area .weightsec {
    background: #00284D;
    color: #fff;
    border-radius: 7px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    margin: 10px auto;
    display: inline-flex;
}


.form-area ul {
    margin: 0;
    padding: 0 15px;
    list-style-type: none;
}

.form-area ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.form-area ul li span {
    font-weight: 600;
}

.form-area ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/06/new-tick.png) no-repeat;
    width: 16px !important;
    height: 16px;
}

.form-area .sib-form .sib-form-block {
    color: #1e72bd !important;
    padding: 0 !important;
    text-align: center !important;
}

.form-area .starttoday {
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

.form-area .videobtn {
    text-align: center;
}

.page-id-10832 .sib-form .sib-form-block__button {
    background: #ff9900 !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    display: inline-flex;
}

.page-id-10832 .sib-form .entry__field {
    border-radius: 10px;
}


.ap-video-area {
    background: #212121;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
}

.ap-video-area-img {
    border-radius: 10px;
    position: relative;
}

.ap-video-area-img img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.img-box-area {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    border-radius: 10px;
}

.img-box-area img {
    border-radius: 10px;
    object-fit: cover;
}

.video-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.ap-btn-area {
    text-align: center;
    padding: 35px 0;
}

.ap-btn1 {
    font-size: 15px;
    line-height: 60px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
    padding: 0 30px;
    border-radius: 10px;
    text-wrap: nowrap;
    cursor: pointer;
    color: #fff !important;
    background: #FF9900;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 0 !important;
    border: none !important;
    position: relative;
    display: inline-flex;
}

.ap-btn1:hover {
    background: #D58205;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

.land-page-cover {
    padding: 80px 0;
    background: #fff;
    display: none;
    visibility: hidden;
}

.land-page-two {
    max-width: 1200px;
    margin: 0 auto;
}

.land-page-two h2 {
    font-size: 60px;
    line-height: 67px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}

.land-page-two p {
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    text-align: center;
}


/*Carousel Section*/

.review-area-sec {
    margin: 40px 0 0 0;
}

.review-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.review-pane {
    position: relative;
}

.review-pane img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.review-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
}

.overlay {
    position: absolute;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    border-radius: 10px;
    width: 100%;
    height: 98%;
    /* Full height (cover the whole page) */
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2662380870316877) 37%, rgba(0, 0, 0, 0.7480308041185224) 100%);
    /* Black background with opacity */
    z-index: 99;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

/*FAQ Section*/

.faq-sec {
    padding: 60px 15px;
    background: #E9F3FF;
}

.faq-sec h2 {
    font-size: 60px;
    line-height: 67px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}

.faq-sec p {
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

ul.accordion-list {
    position: relative;
    display: block;
    max-width: 1200px;
    height: auto;
    margin: 40px auto;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    background-color: hsl(0deg 0% 100% / 74%);
    padding: 20px;
    margin: 0 auto 15px auto;
    border-radius: 10px;
    cursor: pointer;
}

ul.accordion-list li.active {
    background-color: #fff;
}

ul.accordion-list li.active h3:after {
    transform: rotate(180deg);
}

ul.accordion-list li.active h3 {
    color: #000000 !important;
}

ul.accordion-list li h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    letter-spacing: 0.01em;
    cursor: pointer;
}

ul.accordion-list li h3:after {
    content: "";
    font-family: "material-design-iconic-font";
    position: absolute;
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/02/plus.webp) no-repeat 0 center;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}

ul.accordion-list li.active h3:after {
    content: "";
    font-family: "material-design-iconic-font";
    position: absolute;
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/02/minus.webp) no-repeat 0 center;

    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    color: #000000;
    font-weight: 400;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 18px;
    margin: 0 0 15px 0;
    font-size: 13px;
    text-align: left;
}

/*================================= NEW FREEDOM PAGE =========================*/
.freedom-toppart {
    padding: 80px 15px;
    max-width: 100%;
    margin: 0 auto;
    background: #082a4f;
}

.freedom-heading {
    max-width: 1130px;
    margin: 0 auto;
    text-align: center
}

.freedom-heading h1 {
    font-size: 60px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.freedom-heading h1 span {
    color: #8cf9ff;
    font-size: 45px;
    margin-top: 20px;
    font-weight: 500;
    display: block;
}

/*======================= 7dayshift page ends*/

/*======================= Home page form*/

.page-id-1114 .sib-form #sib-container {
    padding: 20px !important;
}

.page-id-1114 .videobtn {
    color: #000 !important;
    text-align: center;
}

.page-id-1114 .sib-form .sib-form-block__button {
    background: #ff9900 !important;
    border-radius: 0 !important;
    text-transform: capitalize !important;
    display: block;
    margin: 0 auto;
    padding: 10px 33px;
    height: 50px;
}

/*============================ Blog form*/
.inside-right-sidebar #block-18 {
    background: #1E72BD !important;
    padding: 20px !important;
    border-radius: 10px;
    text-align: center;
}

.inside-right-sidebar #block-18 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    text-align: center !important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    font-family: "Anton", serif;
}

.inside-right-sidebar #block-18 ul {
    padding: 0 15px;
}

.blue-form-bx ul {
    margin: 0;
    padding: 0
}

.blue-form-bx ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    text-align: left;
}

.blue-form-bx ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/02/green-tick.webp) no-repeat;
    width: 16px !important;
    height: 15px;
}

.sib-form-block {
    padding: 0 !important;
}

/*================================= landing Page ends*/

/* category area */
.categosysubdesc {
    padding: 25px;
    margin-bottom: 30px;
    background: #C5F0FF;
}

.categosysubdesc .taxonomy-description {
    border: 1px solid #3F859C;
    border-radius: 0;
    padding: 20px;
}

.categosysubdesc .taxonomy-description h4 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
}

.categosysubdesc .taxonomy-description p {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* =============== Home page */
.home-mar-div {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
}

.head-txt-head {
    color: #004869;
}

.sub-head-txt {
    color: #1E72BD;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sub-head-txt-btm {
    color: #000;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

.home-ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 25px;
}

/* =============== Home page Form */
.home-form .sib-form {
    background: #1E72BD !important;
    padding: 20px !important;
    border-radius: 10px;
    text-align: center;
    margin-left: 40px;
}

.home-form .sib-form h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    text-align: center !important;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    font-family: "Anton", serif;
}

.home-form .sib-form ul {
    padding: 0 15px;
    list-style-type: none;
}


.home-form .sib-form ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    text-align: left;
}

.home-form .sib-form ul li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/02/green-tick.webp) no-repeat;
    width: 16px !important;
    height: 15px;
}

.home-form .starttoday {
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

/* =============== Contact page */
.contact-panel {
    padding: 40px 20px;
}

#conct-grid img {
    width: 100%;
}

.contact-detail-box {
    padding: 25px;
    margin-bottom: 30px;
    background: #C5F0FF;
    text-align: center;
}

#conct-grid .weightsec {
    background: #00284D;
    color: #fff;
    border-radius: 7px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
}

.ap-contact-form form input {
    border-radius: 10px !important;
    border: 1px solid #1E72BD !important;
    height: 40px !important;
    background: #fff !important;
    line-height: 40px !important;
}

.ap-contact-form form textarea {
    border-radius: 10px !important;
    border: 1px solid #1E72BD !important;
    height: 120px !important;
    background: #fff !important;
    resize: none !important;
    line-height: 26px !important;
}

.ap-contact-form form input[type=submit] {
    transition: all .5s;
    font-size: 16px;
    line-height: 30px !important;
    text-align: left;
    font-weight: 700;
    color: #FFFFFF !important;
    background-color: #ff9900 !important;
    border-radius: 10px;
    border-width: 0px;
    padding: 0 20px !important;
    border: none !important;
}

.ap-contact-form form input[type=submit]:hover {
    color: #FFFFFF;
    background-color: #d08515 !important;
}

/* =============================Freedom Page starts*/


.page-id-14033 .grid-container {
    max-width: 100%;
}

.page-id-14033 .site-content {
    padding: 0;
}

.freedom-area {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.freedom-area .freedom-panel .lyticesdesktop {
    width: 44%;
    margin: 0 auto;
    display: block;
}

.freedom-area .freedom-panel .lyticesdesktop .form-area {
    padding: 30px 50px !important;
}

.freedom-area .freedom-panel .lyticesdesktop .form-area .videobtn {
    margin-bottom: 0;
}

.freedom-area .freedom-panel .lyticesdesktop .form-area h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: center !important;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
    font-family: "Anton", serif;
}

.freedom-area .freedom-panel .lyticesdesktop .form-area p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.freedom-area .freedom-panel .lyticesdesktop .form-area .sib-form-block__button {
    background: #ff9900 !important;
}

.freedom-heading-area {
    text-align: center;
    padding: 0 100px;
    margin-bottom: 30px;
}

.freedom-heading-area h2 {
    font-size: 60px;
    line-height: 67px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.freedom-heading-area h3 {
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.freedom-heading-area p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0 160px;
}

.freedom-heading-area p span {
    color: #FF9900;
}

.freedom-heading-area p span {
    color: #FF9900;
}

.freedom-heading-area .lyticesmobile {
    margin-top: 30px;
}

.freedom-heading-area .lyticesmobile #document iframe html body {
    background-color: transparent !important;
}

.freedom-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}


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

.freedom-panel ul li {
    list-style-type: none;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

.freedom-panel ul li strong {
    color: #000;
}

.boxsection {
    background: #1B64A6;
}

.box-content-area {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.box-content-area h3 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.box-content-area p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 15px 200px 0 200px;
}

.box-content-area p span {
    color: #FF9900;
    font-weight: bold;
}

/* =============================Freedom Page ends*/


/* =============================Freedom-2 Page starts*/
body.page-id-13782 {
    background: #fff;
}

.page-id-13782 .grid-container {
    max-width: 100%;
}

.page-id-13782 .site-content {
    padding: 0;
}

/* =============================Freedom-2 Page ends*/


/* =============================healthbiz Page starts*/

.page-id-14412 .grid-container {
    max-width: 100%;
}

.page-id-14412 .site-content {
    padding: 0;
}

/* =============================healthbiz Page ends*/

/* =============================retire Page starts*/

.page-id-14444 .grid-container {
    max-width: 100%;
}

.page-id-14444 .site-content {
    padding: 0;
}

/* =============================retire Page ends*/

/* =============================livegood Page starts*/

.page-id-14553 .grid-container {
    max-width: 100%;
}

.page-id-14553 .site-content {
    padding: 0;
}


.page-id-15133 .grid-container {
    max-width: 100%;
}

.page-id-15133 .site-content {
    padding: 0;
}

.livegood1 {
    padding: 80px 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.livegood1-top {
    text-align: center;
}

.livegood1-top h2 {
    font-size: 60px;
    line-height: 67px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.livegood1-top p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 0 160px;
}

.video-area {
    text-align: center;
    margin-top: 25px;
}

.video-area video {
    height: 468px;
    width: 850px;
    margin: 40px auto;
    box-sizing: border-box;
    border-radius: 8px;

}

.guide {
    margin-top: 25px;
}

.guide p {
    font-size: 29px;
    line-height: 39px;
    color: #000;
    padding: 0 160px 20px 160px;
    font-weight: bold;
    margin: 0;
}

.guide p span {
    color: #FF9900;
}

.getstarted {
    background: #00284D;
    border-radius: 8px;
    color: #fff;
    font-size: 30px;
    padding: 8px 15px;
    margin: 0;
    display: inline-block;
}

.getstarted a {
    color: #fff;
}

.getstarted:hover {
    background: #035199;
}

.guide-step-box {
    padding: 80px 80px 0 80px;
}

.guide-step-box h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.guide-step-box h3 span {
    border: 1px solid #000000;
    background: #076DDB;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 100%;
}

.guide-step-box h4 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 300;
    color: #000;
    padding-bottom: 10px;
    margin: 0;
}

.guide-step-box p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.guide-step-box p span {
    color: #FF9900;
}

.guide-step-box p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.guide-step1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.flip-box {
    flex-direction: row-reverse;
}

.flip-box .guide-left {
    text-align: center;
}

.guide-left {
    width: 50%;
    text-align: center;
}

.guide-right {
    width: 50%;
    padding-top: 15px;
}

.bottom-livegood {
    text-align: center;
}

.bottom-livegood p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding: 0 160px;
    font-weight: 300;
    margin: 0 0 15px 0;
}


/* =============================livegood Page ends*/

/* =============================livegood-2 Page starts*/

.page-id-14600 .grid-container {
    max-width: 100%;
}

.page-id-14600 .site-content {
    padding: 0;
}

.formbelow {
    margin-top: 40px;
}

.formbelow p {
    margin: 0;
    padding-bottom: 15px;
}

.formbelow h3 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.formbelow h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 0;
}

.formbelow ul {
    list-style-type: none;
    padding: 0 0 30px 0;
    margin: 0;
}

.formbelow ul.innerul {
    list-style-type: decimal !important;
    padding: 0 0 30px 30px;
    margin: 0;
}


.formbelow ol {
    list-style-type: none;
}

/*.formbelow ul.innerul ol li:before{display: none;}*/

/* =============================livegood-2 Page ends*/


/* =============================404 Page starts*/
.errorpage {
    padding: 100px 0;
    text-align: center;
}

.errorpage h2 {
    font-size: 150px;
    line-height: 150px;
    font-weight: 500;
    color: #19284A;
    text-shadow: -7px 7px 0px rgba(145, 197, 255, 0.92);
    text-transform: uppercase;
    font-family: "Anton", serif;
}

.errorpage p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}

.top-heading {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.error-btn {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-weight: 700;
    color: #FFFFFF !important;
    background-color: #ff9900;
    border-radius: 5px;
    padding: 20px 55px;
    border: none;
    display: inline-flex;
    box-shadow: 0px 2px 6px 0px rgb(119 119 119 / 63%);
    transition: all 0.3sease-in-out !important;
    -webkit-transition: all 0.3sease-in-out;
}

.error-btn:hover {
    background: #d88100;
    text-decoration: none;
    color: #fff !important;
    transition: all 0.3sease-in-out !important;
    -webkit-transition: all 0.3sease-in-out;
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.25);
}

/* =============================404 Page ends*/




.lyticesmobile {
    display: none;
}

.sub-heading .gb-headline-text {
    display: block;
}

.sib-form-block__button {
    background-color: #ff9900 !important;
}

/*-------- blog page share option--------*/

.blog-author-details {
    padding-bottom: 12px;
    margin-bottom: 25px;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}

.blog-author-details .blog-author-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    gap: 8px;
    margin-right: 12px;
}

.blog-author-details .blog-author-name span {
    color: #757575;
}

.blog-author-details .blog-post {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    gap: 8px;
    margin-right: 12px;
}

.blog-author-details .blog-post a {
    position: relative;
    display: inline-block;
}

.blog-author-details .blog-post a span {
    color: #757575;
}

.blog-author-details .blog-post.shareing {
    position: relative;
}

.blog-author-details .blog-post.shareing .social_share_new {
    display: none;
}

.blog-author-details .blog-post.shareing:hover .social_share_new {
    display: block;
    position: absolute;
    top: 22px;
    right: -40px;
    background-color: #fff;
    padding: 15px;
    width: 140px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(150, 50, 50, 0.6);
    -moz-box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.6);
    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.6);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.blog-author-details .blog-post.shareing:hover .social_share_new ul {
    margin: 0;
    padding: 0;
}

.blog-author-details .blog-comment {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em;
}

.blog-menu-area {
    margin: 20px 20px 0 20px;
}


/* Blog page calender, comment, share*/
.blog-author-details {
    padding-bottom: 12px;
    margin-bottom: 25px;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
}

.blog-author-details .blog-author-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    gap: 8px;
    margin-right: 12px;
}

.blog-author-details .blog-author-name span {
    color: #757575;
}

.blog-author-details .blog-post {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    gap: 8px;
    margin-right: 12px;
}

.blog-author-details .blog-post a {
    position: relative;
    display: inline-block;
}

.blog-author-details .blog-post a span {
    color: #757575;
}

.blog-author-details .blog-post.shareing {
    position: relative;
}

.blog-author-details .blog-post.shareing .social_share_new {
    display: none;
}

.blog-author-details .blog-post.shareing:hover .social_share_new {
    display: block;
    position: absolute;
    top: 22px;
    right: -40px;
    background-color: #fff;
    padding: 15px;
    width: 140px;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(150, 50, 50, 0.6);
    -moz-box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.6);
    box-shadow: 0px 0px 6px 0px rgba(204, 204, 204, 0.6);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.blog-author-details .blog-post.shareing:hover .social_share_new ul {
    margin: 0;
    padding: 0;
}

.blog-author-details .blog-comment {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #545454;
    letter-spacing: .06em;
}

.loadmore-btn {
    font-size: 14px;
    line-height: 42px;
    font-weight: bold;
    text-transform: capitalize;
    height: 53px;
    padding: 0 30px;
    margin: 30px auto 0 auto;
    border-radius: 5px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    background: #ff9900;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: fit-content !important;
}

.loadmore-btn::after {
    content: "";
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/07/spinner.png) no-repeat 0 0 !important;
    margin: 0 0 0 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
}

.page-template-template-blogarchive.one-container .site-content {
    padding: 0;
}

/* blog-archive page */
.news-divz ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    columns: 2;
    gap: 60px;
}

.news-divz ul li {
    color: #3a3a3a;
    position: relative;
    padding: 0 0 10px 22px;
}

.news-divz ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    background: url(https://www.andrewplimmer.com/wp-content/uploads/2025/07/tick.png) no-repeat;
    width: 12px !important;
    height: 12px;
}

.news-divz ul li a {
    color: #3a3a3a;
}

.news-divz ul li a:hover {
    color: #106cbc !important;
}


@media (min-width:1024px) and (max-width: 1440px) {
    .sub-heading {
        display: block;
        clear: both;
        margin-left: 100px !important;
        margin-right: 100px !important;
    }

    .menu-latestblog_menu-container ul li {
        padding: 0 15px;
    }

    .menu-latestblog_menu-container ul li a {
        font-size: 14px;
    }

}

@media (min-width:768px) and (max-width: 1024px) {

    .blognewsec {
        padding: 30px;
    }

    .news-div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(40%, 2fr));
        gap: 40px;
    }

    .menu-latestblog_menu-container {
        margin-bottom: 20px;
    }

    .menu-latestblog_menu-container ul {
        margin: 0;
    }

    .menu-latestblog_menu-container ul li {
        padding: 0 7px;
    }

    .menu-latestblog_menu-container ul li a {
        font-size: 12px;
        text-transform: capitalize;
    }

    .land-heading-area {
        padding: 0 30px;
    }

    .land-page-one,
    .faq-sec {
        padding: 40px 20px;
        max-width: 100%;
        margin: 0;
    }

    ul.accordion-list li {
        width: auto;
    }

    .page-id-10832 .sib-form .sib-form-block__button {
        padding: 10px 18px;
    }

    .home-form .sib-form {
        margin-left: 0;
    }

    .freedom-heading-area,
    .freedom-heading-area p {
        padding: 0;
    }

    .box-content-area p {
        padding: 15px 0 0 0;
    }

    .freedom-area .freedom-panel .lyticesdesktop {
        width: 65%;
    }

    .video-area video {
        width: 100%;
    }

    .guide-step-box {
        padding: 40px 0 0 0;
    }

    .guide p,
    .livegood1-top p,
    .bottom-livegood p {
        padding: 0;
    }

    .land-left {
        width: 60%;
    }

    .land-right {
        width: 40%;
    }

}

@media (min-width: 770px) and (max-width: 800px) {
    .main-navigation a {
        font-size: 14px !important;
    }

    .footer-link,
    .foot-anch-link {
        flex-direction: column;
    }
}


@media (max-width: 767px) {

    .home-mar-div {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }

    .lyticesmobile {
        display: block;
    }

    .lyticesdesktop {
        display: none;
    }

    h1 {
        font-size: 38px !important;
        line-height: 46px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    h3 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .land-heading-area h1 {
        font-size: 36px !important;
        line-height: 40px !important;
        color: #000;
        font-weight: bold;
        margin: 0;
        padding-bottom: 30px;
    }

    .land-heading-area h1 span {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .land-heading-area p {
        padding: 0;
    }

    .blognewsec {
        padding: 30px;
    }

    .news-div {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 40px;
    }

    .ap-logo {
        text-align: center;
        margin-top: -50px;
        margin-bottom: 30px;
    }

    div#slider {
        overflow: hidden;
        border: 10px solid #0087b4;
        height: auto;
        margin: 20px 30px 0 30px;
    }

    div#slider figure img {
        height: auto;
    }

    .digital-heading {
        padding: 0 20px;
        font-size: 30px !important;
    }

    h1.content-pane-grid {
        font-size: 25px;
    }

    .menu-latestblog_menu-container {
        margin-bottom: 30px;
    }

    .menu-latestblog_menu-container ul {
        margin: 0;
        padding: 0;
        display: grid;
        grid-column: 3;
        grid-template-columns: 1fr 1fr;
    }

    .menu-latestblog_menu-container ul li::after {
        display: none;
        visibility: hidden;
    }

    .menu-latestblog_menu-container ul li {
        padding: 0;
        margin: 0;
    }

    .menu-latestblog_menu-container ul li a {
        font-size: 12px;
        text-transform: capitalize;
    }

    .images-area {
        display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr);
    }

    .sib-form .sib-form-block__button {
        padding: 10px 20px;
    }

    .footer-link,
    .foot-anch-link {
        flex-direction: column;
    }

    /* ==== popup ======*/

    .ap-pop-modal.modal h2 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .ap-pop-modal.modal .ap-form-area h3 {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    .ap-pop-modal.modal .modal-content {
        width: 70%;
        top: 55%;
    }


    .ap-pop-modal.modal .tag-line {
        padding: 0 0 20px 0;
    }

    .ap-pop-modal.modal .ap-form-area #sib-container {
        padding: 0 !important;
    }

    .ap-pop-modal.modal .ap-form-area #sib-container input {
        padding: 5px 15px;
    }

    .ap-pop-modal.modal .close-btn {
        top: 0px;
    }

    .ap-pop-modal.modal .ap-form-area #sib-container div.sib-form-block {
        padding: 0;
    }

    .land-page-one,
    .faq-sec {
        padding: 40px 20px;
        max-width: 100%;
        margin: 0;
    }

    .land-heading-area {
        padding: 0;
        margin-bottom: 30px;
    }

    .land-area {
        flex-direction: column;
    }

    .land-left {
        width: 100%;
        padding-right: 0;
    }

    .land-right {
        width: 100%;
    }

    ul.accordion-list li {
        width: auto;
        padding: 10px 20px;
    }

    ul.accordion-list li h3 {
        font-size: 16px !important;
    }

    .page-id-10832 .sib-form-block {
        padding: 0;
    }

    .form-area .weightsec {
        font-size: 20px;
    }

    .home-form .sib-form {
        margin-left: 0;
    }

    .ap-pop-modal.modal .tag-line h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }

    .form-area .sib-form-mobile-block {
        text-align: center !important;
    }

    .freedom-area {
        padding: 40px 15px;
    }

    .freedom-heading-area p {
        padding: 0;
    }

    .freedom-area .freedom-panel .lyticesdesktop {
        width: 100%;
    }

    .form-area h3 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .dayshift-btn {
        text-wrap: auto;
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }

    .errorpage h2 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

    .freedom-heading-area,
    .freedom-heading-area p {
        padding: 0;
    }

    .box-content-area p {
        padding: 15px 0 0 0;
    }

    .freedom-area .freedom-panel .lyticesdesktop .form-area {
        padding: 30px !important;
    }

    .livegood1 {
        padding: 40px 15px;
    }

    .video-area video {
        width: 100%;
        height: 100%;
    }

    .guide-step-box {
        padding: 40px 0 0 0;
    }

    .guide p,
    .livegood1-top p,
    .bottom-livegood p {
        padding: 0;
    }

    .getstarted {
        font-size: 20px;
        margin: 20px 0;
    }

    .guide-step1 {
        flex-direction: column;
    }

    .guide-left,
    .guide-right {
        width: 100%;

    }

    .guide-step-box h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .livegood1 .video-area {
        margin-top: 30px;
    }

    .livegood1 .video-area iframe {
        width: 100%;
        height: 260px;
    }

    .form-area ul li {
        font-size: 15px;
    }

    .marque-area p a {
        width: 100%;
        display: block;
    }

    .subtext {
        font-size: 12px;
    }

    .blog-menu-area {
        margin: 20px 30px 0 30px;
    }

    .ap-pop-modal.modal .ap-form-area #sib-container div.sib-form-block button {
        padding: 10px 14px;

        /*================================= NEW FREEDOM PAGE =========================*/
        .freedom-toppart {
            padding: 40px 15px;
        }

        .freedom-heading h1 span {
            color: #8cf9ff;
            font-size: 30px;
            line-height: 40px;
            margin-top: 20px;
            font-weight: 500;
            display: block;
        }

        .news-divz ul {
            columns: 1;
        }
    }