/*!
Theme Name: Omnilife
Author: Insightful
Author URI: https://insightfulux.co.uk/
Description: Omnilife Theme
Version: 0.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Zilla+Slab:ital,wght@0,400;0,500;1,500&display=swap');

/*START RESET STYLES*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

span.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Remove default margin */
body {
    margin: 0;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0 0 1rem 0;
}

a {
    color: #2F2F2F;
}

a:focus,
a:active,
a:hover {
    color: #46A1DA;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
    list-style: none;
}

ul,
ol {
    margin: 2rem 0;
    list-style: square;
}

li {
    margin-bottom: 0.8rem;
}

li::marker {
    color: #2F2F2F;
}

li a {
    color: #2F2F2F;
}

li a:hover {
    text-decoration: none;
    color: #2F2F2F;
}

html,
body {
    max-width: 100%;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    text-rendering: optimizeSpeed;
}

.home div#page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

div#page {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
}

small {
    font-size: 70%;
    line-height: inherit;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

::-webkit-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
}

::-moz-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
}

:-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
}

::-ms-input-placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
}

::placeholder {
    /* Firefox, Chrome, Opera */
    color: #000;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

b,
strong {
    font-weight: bold;
}

/*END RESET STYLES*/


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    position: relative;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;

}

.sub-title {}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {}

address {}

pre {
    background: #eeeeee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {}

abbr,
acronym {
    border-bottom: 1px dotted #666666;
    cursor: help;
}

mark,
ins {
    background: #CCCCCC;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/* font-size */
h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 18px;
}

table * {
    font-size: 18px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr,
.wp-block-separator {
    background-color: #cccccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
}

td,
th,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #cccccc;
    padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #502878;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 16px;
    line-height: 17px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-decoration: none;
    border-radius: 6px;
}

.navigation .nav-links a:hover,
.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #F08B3A;
    color: #fff;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    color: #666666;
    border: 1px solid #cccccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #aaaaaa;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 10px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666666;
    border: 1px solid #cccccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}

.btn {
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0.5pt;
    padding: 9px 20px;
}

.btn-primary {
    background: #502878;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
    border: transparent;

    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #F08B3A;
}

.btn-link {
    font-size: 30px;
    line-height: 34px;
    color: #502878;
    font-weight: 900;
    text-decoration: none;
}

.btn-link-mini {
    font-size: 16px;
    line-height: 18px;
    color: #502878;
    font-weight: 500;
    text-decoration: none;
}


.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link-mini:hover,
.btn-link-mini:active,
.btn-link-mini:focus {
    color: #F08B3A;
    text-decoration: none;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
    color: #242424;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #502878;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

a:focus {
    outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.tg-container:after,
.tg-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
    clear: both;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
    font-size: 16px;
}

.widget-title {
    font-family: 'Zilla Slab', serif;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0.6pt;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}

/* Search widget */

.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

/* Blogroll page */
.featured-img-main {
    min-height: 300px;
    height: 23vw;
    background-size: cover;
    background-position: center center;
}

.article-text {
    font-size: 19px;
}

.blog-thumbnail {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.post_tags a {
    text-decoration: none;
    border: solid 1px #2F2F2F;
    margin-right: 10px;
    padding: 10px;
    font-size: 1.4rem;
}

.post-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.post-date,
.post-author,
.post-counter {
    font-size: 16px;
    line-height: 18px;
    color: #999;
    margin-bottom: 20px;
}

.blog-intro {
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 120px;
    height: auto;
}

.blog-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.blog-intro-xl {
    font-size: 19px;
    margin-bottom: 50px;
    height: auto;
}

.blog-item-xl {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 700px) {
    .blog-item-xl {
        max-width: 85%;
    }
}

.post-title-xl {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

.page-numbers.current {
    border: solid 1px #F08B3A;
    color: #F08B3A;
    border-radius: 6px;
    line-height: 16px;
    font-size: 16px;
    line-height: 17px;
    padding: 7px 13px;
}

.page-numbers {
    margin-right: 5px;
}

.single-blog-content {
    padding-bottom: 40px;
    border-bottom: solid 1px #967DAE;
}

.lprev {
    position: relative;
    padding-left: 95px;
}

.lprev:before {
    display: inline-block;
    content: 'Previous: ';
    position: absolute;
    left: 10px;
    top: -2px;
    font-size: 20px;
    color: #999;
    font-family: 'Zilla Slab', serif;
}

.rnext {
    position: relative;
    padding-right: 52px;
}

.rnext:after {
    display: inline-block;
    content: ':Next';
    position: absolute;
    right: 0px;
    top: -2px;
    font-size: 20px;
    color: #999;
    font-family: 'Zilla Slab', serif; 
}

.single-post-title {
    margin-bottom: 40px;
     font-family: 'Zilla Slab', serif;  
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments i {
    font-size: 16px;
    color: #aaaaaa;
    padding-right: 10px;
}

.comments-title {
    font-size: 24px;
}

.comment-content a {
    word-wrap: break-word;
}

.comment-navigation {
    margin-bottom: 15px;
}

.bypostauthor {}

#comments .comments-title {
    margin-bottom: 10px;
}

.avatar {
    border-radius: 50%;
    float: left;
}

.comments-area article header {
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
    display: block;
    margin-left: 100px;
    color: #999999;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
    color: #289dcc;
}

.comments-area .comment-author-link a {
    color: #999999;
}

.comments-area .comment-author-link a:hover {
    color: #289dcc;
}

.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #32c4d1;
    color: #ffffff;
    border-radius: 3px;
}

.comment-content {
    padding: 15px 15px 25px;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.comment {
    margin-bottom: 20px;
}

.comment ul,
.comment ol {
    margin: 0 0 20px 20px;
}

.comment ul {
    list-style: square outside none;
}

.comment .comment-reply-link {
    float: right;
    color: #aaaaaa;
}

.comment .comment-reply-link:hover {
    color: #289dcc;
}

.comment-list {
    margin-bottom: 25px;
}

.comment-list .children {
    margin-left: 20px;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

.nav-previous,
.nav-next {
    margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
}

.nav-previous a {
    float: left;
}

.nav-next a {
    float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}

/* text colours */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #502878;
    font-weight: 400;
}

/* backgrounds */
.bg-ash {
    background-color: #FBFBFB;
}

.bg-plum {
    background: #502878;
}

.bg-plum * {
    color: #fff;
}

/* borders */
.border-ash {
    border: 1px solid #EDEDED;
}

/* misc. global */
.boxed-layout {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.light-shadow {
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}

.w-70 {
    width: 70%;
}

.divider {
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Header css
--------------------------------------------------------------*/
.top-line {
    background: linear-gradient(90deg, #502878 30.35%, #967DAE 95.58%);
    height: 8px;
    width: 100%;
    display: block;
}

.logo-container img {
    height: auto;
    max-height: 38px;
}


.top-bar-widget li {
    float: left;
    list-style-type: none;
    /* Remove bullets */
    margin-left: 20px;
}

/* spacing */
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
Menu css
--------------------------------------------------------------*/
.navbar>.container {
    display: block;
}

.navbar {
    padding: 16px 0px 16px 0px;
}

.navbar-nav li {
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px 10px 20px;
}

.navbar-toggler {
    font-size: 20px;
}

.site-head {
    border-bottom: 1px solid #EDEDED;
}

.site-head input[type=text] {
    background-color: #F9F9F9 !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 6px !important;
    padding-left: 20px !important;
    font-size: 17px;
    height: 47px !important;
    width: 230px;
}

.site-head form span {
    height: 48px;
    font-size: 30px;
    margin-right: 10px;
}

.site-head .btn svg {
    margin-right: 10px;
}

/*--------------------------------------------------------------
## sub-Menu css
--------------------------------------------------------------*/
.dropdown-toggle::after {
    margin-left: .455em;
    vertical-align: .155em;
}

.dropdown-menu {
    font-size: 16px;
    border-radius: 0;
}

.dropdown-item {
    font-weight: 300;
    padding: 5px 30px;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: transparent;
    color: #F08B3A;
}

/*--------------------------------------------------------------
    footer css
--------------------------------------------------------------*/
.site-footer {
    background: linear-gradient(273.71deg, rgba(240, 139, 58, 0.2) 0.66%, rgba(80, 40, 120, 0.2) 78.55%), #502878;
    color: #fff;
    margin-top: 60px;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #fff;

}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #F08B3A;
}

.top-footer {
    padding-bottom: 10px;
    padding-top: 80px;
}

.primary-fcol img {
    max-width: 210px !important;
}

.primary-fcol {
    max-width: 80%;
}

.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 27px;
}

.bottom-footer * {
    font-size: 16px;
}

.site-footer .menu-item,
.site-footer .page_item,
.site-footer .cat-item {
    font-size: 16px;
    list-style-type: none;
}

.site-footer li {
    margin-bottom: 0;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
    Sidebar css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    404-error css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
   Social Link css
--------------------------------------------------------------*/

.breadcrumbs {
    margin-top: 34px;
    margin-bottom: 34px;
}

/*--------------------------------------------------------------
   ACF css
--------------------------------------------------------------*/
.acf-widget-title {
    background-color: #502878;
    border: 1px solid #502878;
    color: #fff;
    font-size: 30px;
    padding: 16px;
}

/* Heros */
.hero-primary {
    padding-top: 14rem;
    padding-bottom: 16rem;
    border-bottom: 1px solid #EDEDED;
    height: calc(33vw + 18px);
}

.hero-secondary {
    padding-top: 2.2rem;
    padding-bottom: 2.1rem;
    border-bottom: 1px solid #EDEDED;
}

.page-header * {
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    font-size: calc(30px + 1.2vw); 
    line-height: calc(32px + 1.2vw); 
    text-align: center;
    margin-bottom: 4px;
}

.wop-gradient {
    background: linear-gradient(118.01deg, rgba(240, 139, 58, 0.14) 36%, rgba(255, 255, 255, 0.14) 61.96%), linear-gradient(98.53deg, #502878 -0.65%, #502878 -0.65%, rgba(80, 40, 120, 0) 47%);
}

.hero-bg-img {
    background-size: cover;
    background-position: top center;
}

.hero-title-panel {
    border-radius: 5px;
    padding: 35px 30px 20px 30px;
    max-width: 540px;
    text-align:center;
}

.hero-title-panel h1 {
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    font-size: calc(30px + 1.2vw); 
    margin-left: auto;
    margin-right: auto;
    line-height: calc(32px + 1.2vw);
}

.hero-title-panel h2 {
    font-weight: 400;
    font-size: calc(24px + 1.2vw);
    line-height: calc(26px + 1.2vw);
}

/* latest news */
.latest {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #ffc107;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 131, 12, 0.6)
  }
  100% {
    box-shadow: 0 0 0 20px rgba(245, 153, 39, 0);
  }
}



.latest-title {
    border-right: 1px solid #E7E7E7;
}

.latest-title-text {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 30px;
    font-weight: 500;
    color: #242424;
}

@media (min-width: 540px) {
    .latest-content {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.latest-content p {
    padding: 0;
    margin: 0;
}

/* simple row and page intro */
.simple-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 960px) {

    .simple-row,
    .simple-page-intro {
        padding-right: 20%;
    }

}

/* keep full screen for these templates */
.transfer-page .simple-row,
.policyholder-page .simple-row,
.boxed-layout.simple-row {
    padding-right: 0;
}


.simple-row-title,
.simple-page-title {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.simple-row-content,
.page-intro {
    padding-top: 30px;
    padding-bottom: 30px;
}

.simple-row-content td,
.simple-row-content th {
   padding: 20px;
   border-color:#EDEDED;
}
.simple-row tbody tr:nth-child(odd){
  background-color: #FBFBFB;
}
.simple-row tbody tr:nth-child(even){
  background-color: #FBFBFB;
}
/* accordion */
.accordion * {
    box-shadow: none !important;
}

.accordion-button {
    background-color: #FBFBFB;
    color: #502878;
    font-weight: 500;
    padding: 25px;
    font-size: 18px;
    line-height: 24px;
}

.accordion-button:hover {
    background-color: #EDEDED;
    color: #502878;
}

.accordion-button {
    border-radius: 0 !important;
       
}

.accordion-button * {
    margin: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #FBFBFB;
    color: #502878;
}

.accordion-body {
    background-color: #F2F2F2;
    padding: 25px 25px 8px 25px;
     line-height: 25px;
}

.accordion-body p,
{
font-size: 16px !important;
}

.accordion-body h1,
.accordion-body h2,
.accordion-body h3 {
    font-size: 20px !important;
}

.accordion-item {
    border-radius: 0 !important;
}

.accordion-button:focus {
    border-color: transparent;
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23502878' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' clip-rule='evenodd'/></svg>");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23502878' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z' clip-rule='evenodd'/></svg>");
}

a.doc-link {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    line-height: 60px;
}
/*simple cards */

@media (min-width:992px)  {
.simple-card-col:nth-of-type(odd) {
    padding-right: 30px !important;
}
.simple-card-col:nth-of-type(even) {
    padding-left: 30px !important;
}
}

.simple-card {
    padding: 40px;
}

/* timeline */
.timeline-container {
    background-color: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 55px 40px;
}

.timeline-title {
    margin-bottom: 50px;
}

.t-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 37px;
    color: #502878;
    margin-bottom: 40px;
}

.t-subheading {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 30px;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin-top: 150px;
    margin-left: 0;
    margin-right: 0;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 1px;
    margin-left: -3px;
    content: "";
    /* background-color: #e9ecef;   */
    border: 2px dashed #DDCEEB;
    margin-bottom: 170px;
    /* height of the container - set max height to it */
}

.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    padding: 30px;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-top: -80px;
    margin-bottom: 37px;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    width: 60px;
    height: 60px;
    margin-left: 0px;
    text-align: center;
    color: white;
    border-radius: 100%;
    background-color: #ccc;
}

.timeline-image svg {
    width: 60px;
    height: 60px;
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 90%;
    }

    .timeline>li {
        min-height: 100px;
        margin-bottom: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 69%;
    }

    .timeline>li .timeline-image {
        left: 90%;
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }

    .timeline-image svg {
        width: 80px;
        height: 80px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
}

@media (max-width:767.8px) {
    .timeline-panel {
        margin-left: 80px;
    }
}

@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        margin-left: 0;
    }

    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline-image svg {
        width: 100px;
        height: 100px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        margin-left: 0;
    }

    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline-image svg {
        height: 100px;
        width: 100px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        margin-top: 40px;
    }
}

.timeline-heading {
    font-weight: 900;
    font-size: 23px;
    line-height: 27px;
    color: #502878;
    margin-bottom: 14px;
}

.timeline-date {

    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.11em;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
}


.seperator {
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 1px;
}

.timeline-body {
    margin-top: 12px;
}

.timeline-status {
    font-size: 18px;
    letter-spacing: 0.15rem;
}

.timeline-status span {
    text-transform: capitalize;
}

.timeline-info {
    font-size: 16px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .timeline-info {
        font-size: 14px;
        line-height: 16px;
    }

    .timeline-status {
        font-size: 15px;
        letter-spacing: 0.10rem;
    }

    .timeline-heading {
        font-size: 16px;
        line-height: 18px;
    }

}
/* horizontal timeline */

.horizontal-timeline-title {
    font-family: 'Zilla Slab', serif;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0.7pt;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 5rem;
    border-bottom: solid 1px #967DAE;
    max-width: 800px;
}
.horizontal-timeline-subheading  {
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0.5pt;
    font-weight: 500;
    margin-bottom: 20px;
    max-width: 800px; 
    margin-top: -10px;
    opacity: 0.5;
}



.block-item {
    position: relative;
    margin-bottom: 4rem;
}
@media (min-width: 992px)   {
.block-item:nth-of-type(2):before {
    display: block;
    background-color: #DDCEEB;
    width: 90px;
    content: ' ';
    height: 2px;
    position: absolute;
    top: 100px;
    left: -45px;
}
.block-item:nth-of-type(3):before {
    display: block;
    background-color: #DDCEEB;
    width: 90px;
    content: ' ';
    height: 2px;
    position: absolute;
    top: 100px;
    left: -45px;
}
.block-item {
    margin-bottom: 0;
}
}

.small-frame .horizontal-timeline-description * {
    font-size: 16px;
    opacity: 0.7;
}

.small-frame .horizontal-timeline-description {
    padding: 30px;
    border: 1px solid #EDEDED;
 }
.small-frame .widget-title {
    margin-top: 20px;
}


.horizontal-timeline-description {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}

/* help box content */
.profile-image {
    height: 190px;
    width: 190px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('/wp-content/themes/omnilife/dist/assets/img/user.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #EDEDED;
}
.help-box-intro {
    font-size: 19px;
}
.help-box-content p {
    margin-bottom: 0;
}

.help-box-content svg {
    height: 60px;
    margin-right: 30px;
    fill: #502878;
}

.edit-link * {
    color: #fff;
    text-decoration: none;
}

/* message centre */
.carousel-control-prev:hover,
.carousel-control-next:hover {
    cursor: pointer;
}
.vertical.carousel .carousel-item {
    overflow: hidden;
    min-height: 190px;
    height: auto;
 -webkit-transition: all 1s -0.25s ease-out;
     -moz-transition: all 1s -0.25s ease-out;
       -o-transition: all 1s -0.25s ease-out;
      -ms-transition: all 1s -0.25s ease-out;
          transition: all 1s -0.25s ease-out;
}
.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next   {
             position: relative;
             color:#242424;
             display: block;
             height: auto !important;
                padding-top: 15px;   
     
}
.vertical.carousel .carousel-control-next {
                 border-top: 1px solid #afafaf;  
              
}
.vertical.carousel .carousel-control-prev {
                 border-bottom: 1px solid #afafaf; 
                 padding-bottom: 15px;      
}


.vertical.carousel .carousel-control-prev > span,
.vertical.carousel .carousel-control-next  > span {
    padding-left: 4px;
    padding-right: 4px;
}


.vertical.carousel .carousel-item-next:not(.carousel-item-start),
.vertical.carousel .active.carousel-item-end {
    transform: translateY(100%);
}

.vertical.carousel .carousel-item-prev:not(.carousel-item-end),
.vertical.carousel .active.carousel-item-start {
    transform: translateY(-100%);
}

.vertical.carousel .carousel-indicators {
    top: 0;
    left: unset;

    margin-left: unset !important;
    margin-right: 1rem;

    flex-direction: column;
}

.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 30px;
    width: 3px;
}

.vertical.carousel .carousel-control-prev,
.vertical.carousel .carousel-control-next {
    width: 100%;
    height: 60px;
}

.vertical.carousel .carousel-control-prev-icon,
.vertical.carousel .carousel-control-next-icon {
    transform: rotateZ(90deg);
}

.vertical.carousel .carousel-control-next {
    top: unset;
    bottom: 0;
}
