/*
 Theme Name:   Clickawill Theme
 Theme URI:    https://clickawill.com/
 Description:  Clickawill  theme.
 Author:       Zegal
 Author URI:   https://zegal.com/clickawil
 Template:     twentytwenty
 Version:      1.0
*/

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');

:root {
  --color-grey: #3F3F3F;
  --primary: #163A34;
  --primary-light: #3E5D58;
  --primary-lighter: #59605D;
  --secondary: #3E5D58;
  --text-default: #000000;
  --text--primary: #3E5D58;
  --white: #ffffff;
  --selected: #48D06E;
}

body {
    /* font-size: 16px; */
    background: #fbfafb;
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

* {
    word-break: keep-all;
    word-wrap: unset;
}

.color-accent, .color-accent-hover:focus, .color-accent-hover:hover {
    color: #062d92;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6, .faux-heading {
    text-transform: inherit;
    letter-spacing: normal;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h1.entry-title, h2.entry-title {
  font-weight: 600;
}
h4, .h4, h5 {
  font-weight: 500;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, .h1, .heading-size-1 {
    font-size: 60px;
}

h2, .h2, h2.entry-title {
    font-size: 48px;
}

h3, .h3 {
    font-size: 36px;
}

h4, .h4 {
    font-size: 30px;
}

h5, .h5 {
    font-size: 24px;
}

h6, .h6 {
    font-size: 20px;
}
small, .small {
  font-size: 15px;
}

.entry-content {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 4rem auto 3rem;
}

ul, ol {
    margin-left: 0;
}

.hide {
    display: none !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0!important;
}

.font-bold, .font-bold * {
    font-weight: bold;
    font-weight: 900;
    text-shadow: 1px 0 #000000;
    letter-spacing: 0.1px;
}

.section-banner .font-lato strong, .section-darkmode.font-lato strong, .section-darkmode .font-lato strong {
    color: #fff;
}

.entry-content > .alignfull .wp-block-group__inner-container{
    max-width: 1240px;
}

/* .entry-content .font-lato p, .entry-content .font-lato li, .font-lato {
    font-size: 1.8rem;
} */

.hide-mobile, .hide-on-mobile {
    display: none;
}

.hide-desktop, .hide-on-desktop {
    display: block;
}

a {
    color: inherit;
}

:root .has-background-color {
    color: #fff;
}

.bg-primary {
    background-color: #3BD23D;
}

.text-primary {
    color: #3BD23D;
}

.text-grey {
    color: #808080;
}

.bg-primary-btn a {
    background-color: #3BD23D !important;
}

.page-template-default #site-header {
    transition: all 200ms ease;
    background: #ffffff!important;
}


body.sticky-header #site-header {
    position: fixed;
    width: 100%;
    z-index: 800;
    /* opacity: 0.95; */
    /*top:20px; OLLIE EDIT */
    top:0;
}
body.sticky-header{
    padding-top: 38px;
}

/*body.sticky-header #site-header .header-inner {
    padding: 2rem 0;
}*/

body.sticky-header #site-header .header-inner .site-logo img {
    max-height: 3rem;
}

/** vertical floating dot menu **/
body:not(.home) #floating-dot-menu {
    display: none;
}

.btn-with-underline a {
    background: transparent !important;
    color: #3cd23e !important;
    box-shadow: none !important;
    padding: 0 0 5px;
    border-bottom: 2px solid #3cd23e;
    border-radius: 0;
    font-size: 18px;
}

.btn-bordered a {
    background: transparent !important;
    color: #3cd23e !important;
    box-shadow: none !important;
    border: 2px solid #3cd23e;
    border-radius: 0;
	min-width: 150px;
    border-radius: 3px;
}

.vertical-floating-dot-menu {
    /*fix the navigation*/
    position: fixed;
    right: 40px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 9;
}

.vertical-floating-dot-menu a span {
    float: right;
    /*scale down navigation dots and labels*/
    transform: scale(0.6);
}

.vertical-floating-dot-menu li {
    position: relative;
    top: 8px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    /*background-color: #59514D;*/
    margin-bottom: 2rem;
    transition: transform .2s, background-color .5s;
    transform-origin: 50% 50%;
    list-style: none;
    transform: scale(.8);
}

.vertical-floating-dot-menu li a {
    position: relative;
    /*margin-left: -10px;
    top: -11px;*/
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-size: 0;
    transition: transform .2s, opacity .2s;
    /*opacity: 0;*/
    /*transform-origin: 100% 50%;*/
    display: block;
    width: 12px;
    height: 12px;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.vertical-floating-dot-menu li a:before {
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #59514D;
    display: block;
    position: relative;
    opacity: 100%;
    top: 0;
}

.vertical-floating-dot-menu li a:before:hover, .vertical-floating-dot-menu li a.current-menu-item {

    transform: scale(1);
    transition: transform .2s, border .5s;
}

.vertical-floating-dot-menu li a:hover:before, .vertical-floating-dot-menu li a.current-menu-item:before {
    background-color: #3BD23D;
}

.vertical-floating-dot-menu li a.current-menu-item:after {
    content: '';
    border: 1px solid #3BD23D;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;

}

.no-touch #vertical-nav a:hover span {
    /*scale up navigation dots and labels*/
    transform: scale(1);
}

.no-touch #cd-vertical-nav a:hover .cd-label {
    /*show labels*/
    opacity: 1;
}

.hide-on-vertical-nav {
    display: none;
}

@media only screen and (max-width: 600px) {
    .vertical-floating-dot-menu {
        display: none;
    }
}

.section-wrapper {
    margin: 0;
    padding: 0;
}

/* Main column width */
.wp-block {
    max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}

.fullscreen-video {
    display: none;
}

.home .fullscreen-video {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: -1;
    width: auto !important;
}

.entry-content > .alignfull.gb-layout-hero-1 {
    padding: 12% 0 !important;
}

.gb-layout-hero-1 h1 {
    margin: 0 !important;
}

.header-inner .search-toggle {
    display: none;
}

.entry-header {
    display: none;
}

.header-inner {
    padding: 2rem 0;
    transition: all 200ms ease;
}

.site-logo a {

}

.site-title a {
    background: url(images/logo.png) no-repeat;
    text-indent: -9999px;
    height: 6.5rem;
    width: 27rem;
    padding: 2rem;
}

/*:target {
    padding-top: 70px;
    margin-top: -70px;
}*/

/* #why-us:before {
   content: "";
   display: block;
   padding-top: 100px;
   margin-top: -50px;
   visibility: hidden;
}  */
.toggle.mobile-nav-new-toggle {
    display: none;
}


.why-us h2 {font-size: 32px;}

@media (max-width: 1000px) {
    .toggle.mobile-nav-new-toggle {
        display: block;
    }

    .mobile-navigation-wrapper {
        background: #fff;
        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        top: 0;
        padding: 1rem 0;
    }

    .mobile-navigation-wrapper .primary-menu-wrapper, ul.primary-menu {
        display: block;
    }

    body:not(.overlay-header) .primary-menu > li.my-account {
        display: inline-block !important;
        padding-left: 2.25rem;
        padding-top: 1.5rem;
        border-bottom: none;
    }

    body:not(.overlay-header) .primary-menu > li {
        border-bottom: 1px solid #dedfdf;
    }

    body:not(.overlay-header) .primary-menu > li a {
        padding: 2rem 2.5rem;
        font-size: 1.5rem;
    }

    .header-inner .nav-toggle {
       color: #FFF;
    }

    header .header-titles-wrapper {
        /*padding-right: 0;*/
        padding-left: 4rem;
        justify-content: space-between !important;
    }

    .site-logo img {
        max-height: 4rem;
    }

    .nav-toggle .toggle-inner {
        padding: 0;
    }

    .toggle-inner .toggle-text {
        top: calc(100% + -1rem);
        left: 0;
    }

    .mobile-menu .modal-menu li a, .mobile-menu .modal-menu li .ancestor-wrapper a {
        text-decoration: none;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 1.5rem;
        font-weight: normal;
        text-transform: uppercase;
    }

    .mobile-menu .modal-menu li.current-menu-item a {
        color: #3BD23D;
    }

    /* :target {
        padding-top: 70px;
        margin-top: -70px;
    } */
    /* body.sticky-header :target {
        padding-top: 70px;
        margin-top: -70px;
    } */

    .lang-select {
      position: absolute;
      right: 0;
      top: 28px;
    }
    .sticky-header .lang-select {
      top: 15px;
    }
    .why-us h2 {font-size: 22px;}
}

@media (max-width: 600px) {
    .header-titles-wrapper .header-titles {
        /* margin: 0 auto; */
    }

    body.sticky-header #site-header .header-inner .extra-mobile.menu ul {
        margin: .5rem 0;
    }

    .site-logo img {
        max-height: 3rem;
    }

    .home .section-banner .wp-block-genesis-blocks-gb-columns {
        padding: 0 !important;
        margin-bottom: -12rem;
    }

    .section-banner .wp-block-genesis-blocks-gb-columns figure {
        padding: 0 2rem;
    }

    .section-banner .wp-block-genesis-blocks-gb-columns figure img {
        margin: 0 auto;
    }

    .home .wp-block-genesis-blocks-gb-columns.section-wrapper-1 {
        padding-top: 7rem;
    }
}


#site-content, article.hentry, .post-inner, .entry-content {
    margin: 0;
    padding: 0;
}

.section-inner {
    max-width: 1300px;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: none;
}

ul.primary-menu {
    align-items: baseline;
    justify-content: space-between;
}

body:not(.overlay-header) .primary-menu > li > a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

body:not(.overlay-header) .primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    color: #fff;
    text-decoration: none;
}

body:not(.overlay-header) .primary-menu > li.current-menu-item.menu-item-type-custom > a {
    color: #fff;
}

body:not(.overlay-header) .primary-menu > li.current-menu-item.menu-item-type-custom > a.current-custom-item {
    color: #fff;
}

body:not(.overlay-header) .primary-menu > li.btn-nav {
    /*display: flex;
    justify-content: flex-end;
    flex: 1 0 auto;*/
}

body:not(.overlay-header) .primary-menu > li.btn-nav > a,
.mobile-menu .modal-menu li.my-account a,
.extra-mobile.menu li.my-account a, .btn-bdr {
    color: #000 !important;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 45px;
    padding: .5rem 2rem;
    font-weight: bold;
    box-shadow: none;;
}
.mobile-menu .modal-menu li.my-account a {
  width: auto;
  margin: 2rem 2rem;
}

.extra-mobile.menu ul {
    margin: 2rem 0 2rem 0;
}

.extra-mobile.menu li {
    list-style: none;
    margin: 0;
    text-align: center;;
}

.extra-mobile.menu li.my-account a {
    font-size: 1rem;
    text-decoration: none;
    padding: .5rem 1rem;
    text-transform: uppercase;
}

.gb-block-button a {
    box-shadow: .42px 1.96px 6px 0px rgba(0, 0, 0, 0.6);
}

.gb-button-size-small {
    padding: 1.5rem 3rem;
}

/***** **/
.entry-content p, .entry-content li {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.3;
}

.entry-content ul {
    margin: 0 0 3rem 1rem;
}

.entry-content ul li {

}

.title-with-hr:after {
    border-bottom: 4px solid #3BD23D;
    content: '';
    margin: 2rem auto;
    max-width: 7rem;
    display: block;
}

.section-banner-wrapper {
    background-position: center;
}

.home .section-banner-wrapper {
    background-color: rgba(38, 24, 3, 0.84);
}

.section-banner .gb-block-button {
    margin-top: 6rem;
}

.section-banner .gb-block-button a {
    padding: 2rem 5rem;
    min-width: 300px;
}

.section-banner p {

}

.home .section-banner .wp-block-group {
    margin: 0;
    max-width: 60%;
}


.entry-content .alignwide {
    /* width: 980px; */
    max-width: 1240px;
}

.text-white {
    color: #fff;
}

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

.text-spacing-small {
    letter-spacing: .25px;
}

.text-spacing-mid {
    letter-spacing: .75px;
}

.text-spacing-large {
    letter-spacing: 1.25rem;
}

.header-large {
    font-size: 3rem;
}

.header-mid {
    font-size: 2.5rem;
}

.header-small {
    font-size: 2rem;
}

.entry-content > .alignfull, .alignnone, .aligncenter, .alignleft, .alignright, .alignwide {
    margin-top: 0;
    margin-bottom: 0;
}

.post-inner {
    padding-top: 0;
}

.bg-fixed > div {
    background-attachment: fixed;
}

.wp-block-image {
    margin: 2rem 0;
}

.feature-list img {
    height: 50px;
    width: auto;
}

.feature-list .width-30 img:first-child {
    width: 29px;
}

.testimonial-inner {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-bx {
    background-color: #3BD23D;
    padding: 9rem 1rem 1.5rem;
    font-size: 16px;
    font-weight: 200;
    background-image: url(images/svg/quote.svg);
    background-repeat: no-repeat;
    background-position: center 4rem;
    background-size: 40px;
    position: relative;
    margin: 0;
}

.testimonial-bx:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border: solid transparent;
    border-width: 10px 10px 0;
    border-top-color: rgba(245, 78, 27, 1);
}


.entry-content .testimonial-bx {

}


input.wpcf7-submit {
    background: #3BD23D;
}

ul.tick-list li {
    background: url(images/svg/tick.svg) no-repeat left top;
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 14px;
    padding-left: 2.5rem;
    padding-bottom: 0.5rem;
    list-style: none;
    margin-left: 0;
}

/*** for doucment page ***/
.section-doucment-banner-wrapper .banner-text-block {

}

.document-lists {
    font-size: 1.8rem;
}

.section-wrapper-documents .document-lists p {
    margin-bottom: .25rem;
}

.section-wrapper-resources ul {
    text-align: center;
    list-style-position: inside;
}

.section-wrapper-resources ul li {
    margin: 0 0 2rem;
}

.entry-content .wp-block-columns h1, .entry-content .wp-block-columns h2, .entry-content .wp-block-columns h3, .entry-content .wp-block-columns h4, .entry-content .wp-block-columns h5, .entry-content .wp-block-columns h6 {
    margin-top: 0;
}


/** modal popup custom **/
/* 1. Ensure this sits above everything when visible */
svg.icon-close {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    fill: currentcolor;
}

.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0;
}

.modal.is-visible .modal-transition {
    top: 0;
    left: 0;
    opacity: 1;
    padding-bottom: 4rem;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    z-index: 9;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.popup-modal-wrap .flex-row {
    flex-direction: row-reverse;
}

.popup-modal-wrap .owl-item:last-child .flex-row {
    align-items: center;
}

.popup-modal-wrap .flex-col:first-child {
    padding: 1rem 2rem 6rem;
}

.popup-modal-wrap .popup-title {
    margin-top: 1rem;
}

.popup-modal-wrap .owl-stage p {
  font-size: 16px;
}

.popup-modal-wrap .popup-title:before {
    border-bottom: 4px solid #3BD23D;
    content: '';
    margin: 0 0 2rem 0;
    max-width: 7rem;
    display: block;
}

.popup-modal-wrap button {
    font-size: 1.25rem;
    padding: 1rem 5rem;
}

.popup-modal-wrap .owl-nav {
    position: unset;
    text-align: center;
    padding: 2rem 0;
}

.popup-btn-wrap .wp-block-button a {
    position: relative;
    border-radius: 5px;
    box-shadow: 0.42px 1.96px 6px 0px rgb(0 0 0 / 60%);
}

.popup-btn-wrap .wp-block-button a {
    font-family: 'Source Sans Pro', sans-serif;
}

.popup-btn-wrap .wp-block-button a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 200px rgb(255 255 255 / 15%);
}

.popup-btn-wrap .gb-block-button {
    padding-bottom: 25px;
}

.popup-btn-wrap .gb-block-button:after, .popup-btn-wrap .wp-block-button .wp-block-button__link:after {
    content: '';
    background: url(images/svg/arrow.svg) no-repeat left top;
    height: 30px;
    width: 15px;
    position: absolute;
    transform: translate(-50%, 0) rotate(90deg);
    top: 50px;
    right: 40%;
}

.popup-btn-wrap .wp-block-button:last-of-type .wp-block-button__link:after {
    content: none;
}

.popup-btn-wrap > div > div:last-child .gb-block-button:after {
    display: none;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    display: none;
}



@media only screen and (min-width: 600px) {
    .modal {
        overflow: unset;
    }

    .modal-wrapper {
        max-width: 850px;
    }

    .modal-transition {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 100%;
    }

    .modal.is-visible .modal-transition {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .modal-close {
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
        transform: unset;
        width: auto;
    }

    .popup-modal-wrap .owl-nav {
        position: absolute;
        left: 52%;
        bottom: 0;
        padding: 1rem 0;
    }
}

.doc-types-box .wp-block-column {
    padding: 25px 25px 15px ;
    border: 2px solid #ebebeb;
    border-radius: 10px;
}
.doc-types-box .wp-block-column ul {
	margin: 0;
}

.doc-types-box .wp-block-column:last-of-type {
    padding: 0;
    border: none;
}

.doc-types-box .wp-block-column h2 {
    margin-top: 0;
}

.cta-footer {
    padding: 45px;
    border: 2px solid #ebebeb;
}

.cta-footer h2 {
    margin-top: 0 !important;
    line-height: 35px;
}

/*** widget **/
.widget-content {
    font-size: 1.4rem;
}

.widget_text p, .widget_text ol, .widget_text ul {
    font-family: 'Proxima Nova', sans-serif;
}

/** footer section */
.footer-widgets-outer-wrapper {
    border: none;
}

.footer-top-visible .footer-nav-widgets-wrapper{
    margin-top: 0;
    background: var(--primary-light);
    color: #ffffff;
    font-size: 1rem;
}

.footer-widgets {
    font-size: 1.4rem;
    padding-top: 5rem;
}

.footer-widgets:first-child {
    /* padding-top: 200px;
    background : url(images/footer-logo.png) no-repeat left top;
    background-size: 160px; */
    width: 100%;
}

.icon-text {
    padding-left: 30px;
    position: relative;
}

.icon-text:before {
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    transform: translate(0, -50%);
    top: 50%;
}

.icon-text.icon-tel:before {
    background-image: url(images/call.png);
}

.icon-text.icon-address:before {
    background-image: url(images/place.png);
}

.icon-text.icon-email:before {
    background-image: url(images/email.png);
}

.icon-text.icon-linkedin:before {
    background-image: url(images/linkedin.png);
}

.footer-widgets .icon-text {
    margin-bottom: 3rem;
}

#site-footer {
    background: #2d2d2d;
    padding: 1rem 0;
}

#site-footer .section-inner {
    justify-content: center;;
}

.footer-nav-widgets-wrapper {

}

.footer-copyright {
    font-weight: normal;
    font-size: 1.4rem;
    color: #808080;
}

.to-the-top {
    position: absolute;
    right: 2rem;
}

/** **/


@media (min-width: 600px) {
    .hide-mobile, .hide-on-mobile {
        display: block;
    }

    .hide-desktop, .hide-on-desktop {
        display: none;
    }

    .header-inner {
        /* padding: 5.5rem 0; */
        /*display: flex;
        align-items: center;
        justify-content: space-between; */
    }

    .extra-mobile.menu ul {
        margin: 0;
    }

    .home .section-banner-wrapper .gb-block-layout-column-inner {
        padding-bottom: 10rem;
    }

    .home .section-banner-wrapper {
        background-color: rgba(38, 24, 3, 0.54);
    }

    .home .section-banner-wrapper:not(.section-banner-wrapper-mineo) {
        background-image: none !important;
    }

    .hero-img .gb-block-layout-column-inner {
        position: unset;
    }

    .hero-img figure {
        position: absolute;
        top: 0;
        right: -50%;
        width: 100%;
    }

    .section-document-banner-wrapper h1 {
        margin-top: 2rem;
    }

    /** using flex **/
    .flex-row {
        display: flex;
    }

    .flex-col-50 {
        width: 50%;
    }

    .header-large {
        font-size: 4.5rem;
    }

    .header-mid {
        font-size: 3.6rem;
    }

    .header-small {
        font-size: 2rem;
    }

    .popup-btn-wrap .gb-block-button {
        padding-bottom: 0;
    }

    .wp-block-buttons.popup-btn-wrap .wp-block-button {
        margin-right: 80px;
    }

    .popup-btn-wrap .wp-block-button:last-of-type {
        margin-right: 0 !important;
    }

    .popup-btn-wrap .gb-block-button:after, .popup-btn-wrap .wp-block-button .wp-block-button__link:after {
        content: '';
        margin: 0;
        max-width: 7rem;
        display: inline-block;
        background: url(images/svg/arrow.svg) no-repeat left top;
        height: 30px;
        width: 15px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        right: -60px;
    }

    .wp-block-group.price-package {
        max-width: 50%;
        padding: 3rem;
    }

    .entry-content .price-text {
        font-size: 5.8rem;;
    }

    .footer-widgets:first-child {
        padding-top: 0;
        /* padding-left: 200px;
        background : url(images/footer-logo.png) no-repeat left top;
        background-size: 160px; */
    }

    .footer-widgets {
        width: 40%;
        padding-top: 0;
    }

    .footer-widgets:first-child {

    }

    .footer-widgets .widget {
        margin-top: 0;
        padding-left: 20px;
    }

    .wp-block-columns.alignwide + .wp-block-columns.alignwide, .wp-block-columns.alignfull + .wp-block-columns.alignfull {
        margin-top: 3rem;
    }

    /** added **/
    #section-banner {
      margin-bottom: 0;
    }
    #section-children-cared {
      margin-top: 0;
    }
    #section-children-cared .children-cared {
      margin-top: -230px;
      margin-bottom: 0;
      margin-left: -50px;
    }
    #section-children-cared .children-cared img {
      max-width: 630px;
    }
    .children-cared-text-col {
      position: relative;
    }
    .children-cared-text-col .wp-block-group__inner-container {
      position: absolute;
      bottom: 0;
    }

}

@media (min-width: 700px) {
  h1, .h1, .heading-size-1 {
      font-size: 60px;
  }

  h2, .h2, h2.entry-title {
      font-size: 48px;
  }

  h3, .h3 {
      font-size: 36px;
  }

  h4, .h4 {
      font-size: 30px;
  }

  h5, .h5 {
      font-size: 24px;
  }

  h6, .h6 {
      font-size: 20px;
  }
  small, .small {
    font-size: 15px;
  }

  .site-logo img {
      max-height: 3rem;
      transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
  }

  .entry-content {
      font-size: 20px;
  }

  .testimonial-bx {
      min-height: 250px;
  }
  .footer-widgets-wrapper {
    display: block;
  }
  .footer-widgets {
    width: 100%;
    margin-left: 0;
  }

  .footer-widgets:first-child {

  }
}

@media only screen and (min-width: 782px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide, .wp-block-columns.alignfull + .wp-block-columns.alignfull {
      margin-top: 60px;
  }
}

@media only screen and (min-width: 1000px) {
  .hide-on-medium {
      display: none;
  }

  .header-toggles {
      display: none;
  }

  .header-titles-wrapper {
      margin-right: 2rem;
  }

  .header-navigation-wrapper {
      width: calc(100% - 27%);
  }

  .btn-large-padding a {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
  }
}

@media only screen and (min-width: 1220px) {
  .primary-menu > li {
      margin-left: 2rem;
  }
  .wp-block-column.how-work {
    padding-left: 140px;
  }
  .how-work figure {
    padding: 30px;
    width: 90px;
  }
  .how-work .wp-block-media-text .wp-block-media-text__content {
    padding: 32px;
  }
  .how-work .wp-block-group__inner-container {;
    padding: 10px 0 10px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .entry-content > .alignwide {
    max-width: 1240px;
    width: 1240px;
  }
}

@media only screen and (min-width: 1440px) {
  .header-large {
      font-size: 6rem;
  }

  .header-mid {
      font-size: 4.6rem;
  }

  .header-small {
      font-size: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .wp-block-buttons.popup-btn-wrap .wp-block-button {
      margin-right: 40px;
	transition: all 200ms ease;
  }
.popup-btn-wrap .gb-block-button:after, .popup-btn-wrap .wp-block-button .wp-block-button__link:after {
	right: -42px;
	transition: all 200ms ease;
}

.footer-mineo .section-inner-row {
      display: block;
  }

  .footer-mineo .section-inner-row .col-1 {
      margin-right: 0;
      margin-bottom: 30px;
  }

  .footer-mineo .section-inner-row .address-detail p:last-of-type {
      margin-bottom: 0;
  }
}

@media (max-width: 768px) {
    .entry-content .alignwide.popup-btn-wrap {
		width: 100%;
	}
	.wp-block-buttons.popup-btn-wrap .wp-block-button {
		margin-right: 20px;
		transition: all 200ms ease;
	}
	.wp-block-buttons.popup-btn-wrap .wp-block-button a {
		padding: 1.1rem 1.2rem;
		transition: all 200ms ease;
	}
	.popup-btn-wrap .gb-block-button:after, .popup-btn-wrap .wp-block-button .wp-block-button__link:after {
		right: -31px;
		transition: all 200ms ease;
	}
	.pt4rem {
      margin-top: 4rem !important;
  }

  .wp-block-columns.alignwide + .wp-block-columns.alignwide {
      margin-top: 4rem !important;
  }

  .footer-mineo .section-inner-row .col-1, .footer-mineo .section-inner-row .col-2, .footer-mineo .section-inner-row .address-detail {
      display: block;
  }
}

@media (max-width: 599px) {
    .popup-btn-wrap {
        text-align: center;
    }
	.wp-block-buttons.popup-btn-wrap .wp-block-button {
		margin-right: 0;
	}
	.wp-block-buttons.popup-btn-wrap .wp-block-button a {
		padding: 1.1em 1.4em;
	}
	.popup-btn-wrap .gb-block-button:after, .popup-btn-wrap .wp-block-button .wp-block-button__link:after {
		right: 40%;
	}

  .cta-footer {
      margin-bottom: 6rem !important;
  }

  .popup-btn-wrap .wp-block-button {
      width: 100%;
      margin-bottom: 30px;
  }

  .popup-btn-wrap .gb-block-button:after, .popup-btn-wrap .wp-block-button .wp-block-button__link:after {
      top: 67px;
  }
}

/*nested order list */
/*ol {
  counter-reset: item
}
li {
  display: block
}
li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}
*/

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #ebebeb;
}

table {
    font-size: 16px !important;
}

table th, td {
    line-height: 28px;
}

.entry-content ul, .entry-content ol {
    margin-left: 0;
}

.wp-block-table.is-style-stripes table {
	margin-top: 15px;
    margin-bottom: 0px;
}

.wp-block-columns.pricing .wp-block-column {
	padding: 35px 25px;
    border: 1px solid #ebebeb;
}

.wp-block-columns.pricing .wp-block-column .price {
	margin-bottom: 0px;
}

.wp-block-columns.pricing .wp-block-column ul li {
    list-style: none;
    position: relative;
    padding-left: 0;
    margin-left: 30px;
}

.wp-block-columns.pricing .wp-block-column ul li:before {
    content: '';
    background-image: url(images/tick.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: -30px;
    top: 8px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
/* for lang-select */
.dropbtn {
  width: 60px;
}
.dropbtn:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-135deg);
  vertical-align: middle;
  margin: -7px 0 0 8px;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 60px;
    overflow: auto;
    background-color: #ffffff;
    z-index: 9;
}
.lang-select {
    margin-left: 30px;
    width: 60px;
    display: block;
}
.lang-select:hover {
  background-color: #ffffff;
  /*box-shadow: -5px 0px 65px 0px rgba(0, 0, 0, 0.18);*/
}
.lang-select a, .dropbtn {
    text-decoration: none;
    display:block;
    margin: 0;
    padding: 5px 7px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    font-weight: normal;
}
.lang-select:hover .dropdown-content {
  display: block;
}
.modal-menu ul li {
    border-left: none;
}