@media (max-width: 767px) {

/****** 00 GENERAL CLASSES *******/

html,
body,
main {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    font-size: 20px;
}

html {
    margin-top: 0 !important;
}

.hide-mobile {
    display: none !important;
}

/*** Grid ***/

.container {
    padding: 0 30px;
    max-width: 100%;
}

/****** HEADER *******/

/** Logo **/

header .custom-logo-link {
    max-width: 155px;
}

/** Menu switch **/

header {
    z-index: 4 !important;
}

.header-rightpart {
    align-items: flex-end; justify-content: flex-end;
}

#nav-icon1 {
    width: 39px;
    height: 28px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0px
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
    width: 24px
}

#nav-icon1 span:nth-child(3) {
    top: 22px
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

/** Menu slide **/

.topmain-navigation {
    position: absolute;
    top: -80px; right: -140%; bottom: 0;
    width: 100vw; height: 100vh;
    display: flex;
    align-items: center; justify-content: center;
    background: #172770;
    z-index: 1;
    flex-direction: column;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}

.topmain-navigation.on {
    right: -30px;
}

.admin-bar .topmain-navigation {
    top: -112px;
    padding-top: 75px;
}

.topmain-navigation ul {
    display: flex;
    flex-direction: column;
}

.topmain-navigation ul li:not(:last-of-type) {
    margin-right: initial;
}

.topmain-navigation li a {
    font-size: 32px; line-height: 55px;
}

.lang-switcher-wrapper li:first-of-type {
    position: relative;
    right: initial; top: initial;
    opacity: initial; pointer-events: initial;
}

.topmain-navigation ul li a:after,
.lang-switcher-wrapper li:first-of-type:before,
.lang-switcher-wrapper li:last-of-type a:before{
    display: none;
}

header .wpml-ls-legacy-list-vertical ul {
    display: flex; flex-direction: row;
}

header .wpml-ls-legacy-list-vertical ul li a {
    line-height: 35px;
}

.lang-switcher-wrapper {
    margin-top: 25px;
}

.lang-switcher-wrapper li:first-of-type {
    padding-top: initial;
    margin-right: 15px !important;
}

/****** FOOTER ******/

.site-footer:before {
    width: 100%;
    border-top-left-radius: 65px;
}

.row-footer-top {
    flex-direction: column-reverse;
}

.bottom-navigation {
    margin-right: 0; margin-bottom: 25px;
}

footer .sm-list {
    margin-bottom: 35px;
}

footer .sm-list li svg {
    width: 42px; height: 42px;
}

.sm-list li:not(:last-of-type) {
    margin-right: 12px;
}

.copyright-www {
    margin-bottom: 15px;
}

/****** T01 HOME ******/
/***** T01S01 CLAIM *****/

.claim-wrapper {
    padding-top: 225px; padding-bottom: 75px;
}

.claim-bg {
    width: 100%;
}

.claim-wrapper article {
    max-width: 100%;
}

.claim-wrapper article h1 {
    font-size: 35px; line-height: 42px;
}

.claim-wrapper article p {
    line-height: 27px;
}

/***** T01S02 MORE INFORMATION *****/

.home-moreinfo-wrapper {
    padding: 75px 0;
}

.home-moreinfo-wrapper article {
    max-width: 100%;
}

.home-moreinfo-wrapper article h2, 
.home-moreinfo-wrapper article h2 a {
    font-size: 32px; line-height: 40px;
}

.home-moreinfo-wrapper article h2 a {
    width: fit-content;
    white-space: nowrap;
}

.home-moreinfo-wrapper article p a,
.home-moreinfo-wrapper article p, 
.home-moreinfo-wrapper article li {
    font-size: 20px; line-height: 27px;
}

.home-moreinfo-wrapper article h2 {
    margin-bottom: 45px;
}

/***** T01S03 PACKAGES GRID *****/

.packages-wrapper-home {
    padding-top: 0;
}

.packages-list {
    grid-template-columns: repeat(1, 1fr); grid-template-rows: 1fr;
    grid-column-gap: 0px; grid-row-gap: 35px;
}

.package-block a {
    min-height: fit-content;
    padding: 75px 35px;
}

.package-block a span {
    font-size: 35px; line-height: 42px;
}

.package-block a svg {
    right: 20px; bottom: 20px;
    width: 40px; height: 40px;
}

/***** T01S04 BLOGPOST GRID *****/

.news-wrapper {
    padding-top: 75px;
}

.default-header {
    font-size: 35px; line-height: 42px;
}

.blogposts-defaultgrid-threecols {
    padding-top: 35px;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px; grid-row-gap: 35px;
}

.blogpost-block {
    min-height: fit-content;
}

.blogpost-block .title-wrapper {
    display: block;
    min-height: fit-content;
    overflow: initial;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
    margin-bottom: 45px;
}

/***** T01S05 TEAM LISTING GRID *****/

.tm-wrapper-home {
    padding-top: 75px;
}

.tm-defaultgrid-twocols {
    padding-top: 35px;
    grid-template-columns: repeat(1, 1fr); grid-template-rows: 1fr;
    grid-column-gap: 0px; grid-row-gap: 35px;
}

.row-tm {
    flex-direction: column-reverse;
}

.rightcol-tm-meta,
.row-tm picture {
    max-width: 100%;
}

.rightcol-tm-meta {
    padding-bottom: 25px;
}

/***** T01S06 CONTACT FORM *****/

.contactform-wrapper {
    padding-top: 75px;
    margin-bottom: 75px;
}

.form-box-wrap {
    padding: 25px;
}

.row-cf-general {
    flex-direction: column;
}

.row-cf-general .col-half {
    width: 100%;
}

.row-cf-general .col-half:first-of-type {
    margin-bottom: 15px;
}

/****** T02 SINGLE PACKAGE ******/
/***** T02S01 INTRO *****/

.package-intro-wrapper {
    padding-top: 225px;
    padding-bottom: 75px;
}

.package-intro-wrapper article {
    max-width: 100%;
}

.package-intro-wrapper article h1 {
    font-size: 35px; line-height: 42px;
    margin-bottom: 25px;
}

.package-intro-wrapper article p, 
.package-intro-wrapper article li {
    font-size: 20px; line-height: 27px;
}

/***** T02S02 MORE INFO *****/

.packagetxt-info-wrapper {
    padding-top: 75px; padding-bottom: 75px;
}

.packagetxt-info-wrapper blockquote, 
.packagetxt-info-wrapper blockquote p {
    font-size: 25px; line-height: 32px;
}

/***** T02S03 SERVICES LIST *****/

.packages-grid-wrapper article {
    margin-bottom: 60px;
}

.packages-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px; grid-row-gap: 30px;
}

.packages-grid > li {
    padding: 25px;
}

.package-title {
    font-size: 25px; line-height: 32px;
}

.package-desc * {
    font-size: 17px; line-height: 25px;
}

.package-desc ul {
    padding-left: 20px;
}

/***** T02S04 STEP BY STEP *****/

.darkblue-box {
    padding: 25px;
}

.stepbystep-grid li:after,
.stepbystep-grid:before,
.stepbystep-grid li:nth-of-type(odd):before,
.stepbystep-grid li:nth-of-type(odd):after,
.stepbystep-grid li:nth-of-type(even):before{
    display: none;
}

.stepbystep-grid {
    margin-top: 45px;
}

.stepbystep-grid li {
    max-width: 100%;
    text-align: center !important
}

.stepbystep-grid li:not(:last-of-type) {
    margin-bottom: 35px;
}

.stepbystep-grid li h3 {
    font-size: 23px; line-height: 30px;
}

.stepbystep-grid li p {
    font-size: 17px; line-height: 25px;
}

/***** T02S05 WORTH *****/

.whyworth-wrapper {
    padding-top: 75px;
}

.row-why {
    flex-direction: column-reverse;
}

.rightcol-why {
    max-width: 100%;
}

.rightcol-why article, .rightcol-why article * {
    font-size: 17px; line-height: 25px;
}

.why-leftcol-img {
    max-width: 100%;
    margin-top: 35px;
    width: 100%;
}

.row-why picture {
    height: 350px; max-width: 100%;
}

/***** T02S06 TRUST *****/

.trust-wrapper {
    padding-top: 75px;
}

.trust-infoblocks-grid {
    padding-top: 45px;
}

.blocktype-50 {
    max-width: 100%;
}

.trust-infoblocks-grid li {
    padding: 25px;
}

.trust-ib-title {
    font-size: 25px; line-height: 32px;
}

.trust-infoblocks-grid li p {
    font-size: 17px; line-height: 25px;
}

.trust-twocols-desc {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px; grid-row-gap: 25px;
}

/***** T02S07 AWARDS *****/

.awards-wrapper {
    padding: 75px 0;
}

/***** T02S08 FAQS *****/

.faq-wrapper .accordion {
    max-width: 100%;
}

.faq-wrapper .accordion__intro {
    font-size: 25px; line-height: 32px;
    padding-right: 35px;
}

.faq-wrapper .accordion__intro:after {
    width: 25px; height: 25px;
    top: 5px;
}

.faq-wrapper .accordion__content, 
.faq-wrapper .accordion__content p {
    font-size: 17px; line-height: 25px;
}

/****** T03 BLOGPOSTS ******/

.reverse-header #nav-icon1 span {
    background: #172770;
}

.reverse-header #nav-icon1.open span {
    background: #fff;
}

.reverse-header .header-rightpart *,
.reverse-header .lang-switcher-wrapper li a {
    color: #fff;
}

.single-post footer {
    margin-top: 75px
}

/***** T03S01 INTRO *****/

.bw-header-wrap {
    position: relative;
    margin-top: 225px;
    padding-top: 25px;
}

.bw-header-wrap .bw-title {
    max-width: 100%;
    margin-top: 15px;
    font-size: 25px; line-height: 32px;
    padding: 20px 0;
}

.row-event-info {
    padding-top: 15px;
}

.newtime-override {
    position: relative;
    top: initial; right: initial;
    margin-left: auto;
    color: #172770;
    display: block;
    text-align: right;
    width: fit-content;
    font-size: 17px; line-height: 20px;
}

/***** T03S02 CONTENT *****/

.leftcol-txt-content {
    max-width: 100%;
}

.leftcol-txt-content p, 
.leftcol-txt-content ol li, 
.leftcol-txt-content ul li {
    font-size: 17px; line-height: 25px;
}

.tm-list-event {
    margin-top: 35px;
}

.single-small-person {
    flex-direction: column-reverse;
}

.single-small-person picture,
.rightcol-meta-small {
    max-width: 100%;
}

.rightcol-meta-small {
    padding-left: 0;
    width: 100%;
    margin-bottom: 25px;
}

/***** T03S03 SHARE *****/

.sm-share-wrapper {
    padding: 25px;
}

/***** T03S04 GO BACK BUTTON *****/

.buttons-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px
}

/****** T04 BLOG / ARCHIVE ******/


}