/*
 Theme Name:   Live Your Message
 Theme URI:    https://liveyourmessage.com
 Description:  Live Your Message site theme
 Author:       Denis B.
 Author URI:   https://denis@kaizen-design.ru
 Template:     generatepress
 Version:      0.1
*/

/* Bely */
@font-face {
  font-display: swap;
  font-family: 'Bely';
  font-style: normal;
  font-weight: 400;
  src: url('../woff2/bely-display-w00-regular.woff2') format('woff2');
}

/* Larsseit-300 */
@font-face {
  font-display: swap;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 300;
  src: url('../woff2/larsseit-light.woff2') format('woff2');
}


/* Larsseit-400 */
@font-face {
  font-display: swap;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 400;
  src: url('../woff2/larsseit.woff2') format('woff2');
}

/* Larsseit-500 */
@font-face {
  font-display: swap;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 500;
  src: url('../woff2/larsseit-medium.woff2') format('woff2');
}

/* Larsseit-700 */
@font-face {
  font-display: swap;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  src: url('../woff2/larsseit-bold.woff2') format('woff2');
}

/* Indigo */
@font-face {
  font-family: 'Indigo';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../woff2/caveat-variablefont_wght.woff2') format('woff2');
}

/* Hide Pippity on dev pages */
/*.page-id-18780 .pippity.gb-container,
.page-id-18988 .pippity.gb-container, 
.single-careers .pippity.gb-container,
.page-id-19309 .pippity.gb-container,
.page-id-19385 .pippity.gb-container,
.page-id-19571 .pippity.gb-container {
	display: none;
}*/

html b, html strong{
	font-weight: 500;
}

html {
	overflow-x: hidden;
}
body {
	box-shadow: 0px 1px 27px 1px #D0DADD;
    /*max-width: 2019px;*/
	margin: 0 auto;
}

/*Spacing*/
.pl-0{ padding-left: 0 !important; }
.pl-1{ padding-left: .25rem !important; }
.pl-2{ padding-left: .5rem !important; }
.pl-3{ padding-left: 1rem !important; }
.pl-4{ padding-left: 1.5rem !important; }
.pl-5{ padding-left: 3rem !important; }

.pr-0{ padding-right: 0 !important; }
.pr-1{ padding-right: .25rem !important; }
.pr-2{ padding-right: .5rem !important; }
.pr-3{ padding-right: 1rem !important; }
.pr-4{ padding-right: 1.5rem !important; }
.pr-5{ padding-right: 3rem !important; }

.ml-0{ margin-left: 0 !important; }
.ml-1{ margin-left: .25rem !important; }
.ml-2{ margin-left: .5rem !important; }
.ml-3{ margin-left: 1rem !important; }
.ml-4{ margin-left: 1.5rem !important; }
.ml-5{ margin-left: 3rem !important; }

.mr-0{ margin-right: 0 !important; }
.mr-1{ margin-right: .25rem !important; }
.mr-2{ margin-right: .5rem !important; }
.mr-3{ margin-right: 1rem !important; }
.mr-4{ margin-right: 1.5rem !important; }
.mr-5{ margin-right: 3rem !important; }

.ratio {
	margin-bottom: 20px;
}

.show-768-block{ display: none; }
.show-1024-block{ display: none; }
.show-480-block{ display: none; }

.opa0{ opacity: 0; }

.comment-form input[name="url"] {
	display: none!important;
}

.full-width-content .container.grid-container {
	padding: 0;
}

.page-id-3339 .describe-section:before {
	content: none;
}

.wpgb-facet-6 .wpgb-facet-title,
.wpgb-facet-7 .wpgb-facet-title {
	display: none;
}

.wpgb-facet.wpgb-facet-6 .wpgb-load-more {
	background: transparent;
	color: #313139;
	text-align: center;
	font-family: Larsseit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
	letter-spacing: 4px;
	text-transform: uppercase;
	border-radius: 0;
}
.wpgb-facet.wpgb-facet-6 .wpgb-load-more:hover {
	color: #fff;
	background: #313139;
}

.wpgb-facet.wpgb-facet-7 .wpgb-reset {
	margin: 0;
	background: transparent;
	color: #313139;
	padding: 0;
}

.logo-grid figure,
.about-lym-stripe-gallery figure {
	margin: 0;
}

#hiringthing-jobs a{
	font-size: 19px;
}

/*Custom Countdown*/
.timer-area {
    display: inline-block;
    vertical-align: middle;
}

.timer-area .countdown-timer{
	padding: 0;
	margin: 0;
	list-style: none;
}

.timer-area .countdown-timer li{
	display: inline-block;
    color: #fff;
    padding: 6px 2px 4px;
    width: 40px;
    height: 42px;
    background: #2D1804;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    line-height: 15px;
}

.timer-area .countdown-timer li span.number-box{
	display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

@media(min-width: 1920px) {
	.site-footer .footer-image-gallery .gb-block-image,
	.about-lym-stripe-gallery .gb-block-image {
		flex-grow: 1;
	}	
	.site-footer .footer-image-gallery .gb-block-image img,
	.about-lym-stripe-gallery .gb-block-image img {
		width: 100%;
	}
}


/*.pippity.gb-container.pippity-up {
	display: none;
}*/

.d-none {
	display: none!important;
}    

.blog-post-caption {
	background: #fff!important;
}

.gb-query-loop-pagination {
	margin-top: 50px!important;
}

.top-message-bar .wp-block-heading {
  	margin-bottom: 0;
    line-height: 1;
    letter-spacing: 1.5px;
    position: relative;
	top: 2px;
}

.main-navigation a {
	display: initial;
}
.main-navigation ul ul {
    padding: 1rem 0;
  	/*border-radius: 15px;*/
	background: rgba(251, 248, 246, 0.85);
	box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.10);
}
.main-navigation .main-nav ul ul li a {
    padding: 10px 30px 10px 30px;
    font-weight: 300;
    letter-spacing: 0.25px;
	color: #2B2B34!important;
}

.frontpage-hero:before {
  	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(93deg, #2454FF 17.06%, rgba(96, 130, 239, 0.67) 34.07%, rgba(142, 166, 226, 0.41) 40.18%, rgba(217, 217, 217, 0.00) 46.28%);
}

.frontpage-hero .go-down-arrow {
	position: absolute;
    bottom: 20px;
    left: 50%;
    background: url('../png/shape.png') no-repeat center center;
    width: 34px;
    height: 17px;
    margin-left: -17px;
}

.frontpage-hero .hero-name {
	position: absolute;
    bottom: 40px;
    right: 15%;
    font-family: 'Indigo';
    font-size: 55px;
    color: white;
}

.option__box .gb-button-text {
 	position: relative;
    top: 2px;
}

.founder-section .has-decoration:after {
	content: '';
	width: 83px;
	height: 2px;
	background: #7A93F4;
	display: block;
	margin-bottom: 30px;
	margin-top: 25px;
}

.founder-section .has-arrow:after {
	content: '';
	width: 160px;
	height: 189px;
	background: url('../png/arrow.png') no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: -250px;
}

.describe-section:before {
	content: '';
	width: 41px;
	height: 43px;
	background: url('../png/polygon-5.png') no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -20.5px;
	top: -7px;
}
.describe-card a {
	border-bottom: 1px solid;
	text-decoration: none;
}
.team-executive-card .gb-button-text {
	border-bottom: 1px solid;
}
.team-executive-card a {
	text-decoration: none;
}
.describe-card .has-link:hover .gb-icon svg path {
	fill: #ccff1a;
}
.careers-button .gb-button-text {
	border-bottom: 1px solid;
}
.careers-button:hover .gb-icon svg path {
	fill: #662d50;
}
.blog-post-block-container {
	/*min-height: 420px;*/
}
.blog-side-single-contain{
	/*height: 100%;*/
}
.blog-featured-post .blog-post-caption {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.blog-featured-post figure {
	width: 100%;
	height: 100%;
}
.blog-featured-post .gb-grid-wrapper {
	height: 100%;
}

.story-card figure {
	margin: 0;
	height: auto!important;
}
.success-story-link {
	text-decoration: underline;
	cursor: pointer;
}
.success-story-link:hover {
	color: #6b1edd;
}

.success-story-modal .modal-dialog {
	max-width: 820px!important;
}

.block-editor-block-list__block.modal.fade {
	/*display: none!important;*/
}

/** Pippity **/
.pippity.gb-container{
	/*position: fixed;*/
	display: block;
    bottom: 0;
    left: 0;
    right: 0;
	transition: all 1.25s;
}

.editor-styles-wrapper .pippity.gb-container{
	position: relative;
}

.pippity.gb-container.pippity-up{
	
}

.pippity.gb-container.pippity-down{
	/*bottom: -180px;*/
	transform: translateY(75%)
}

.pippity.gb-container > .gb-container{
	
}

.pippity.gb-container .slide-btn{
	position: absolute;
	cursor: pointer;
	top: auto;
    bottom: 70%;
    right: 5%;
    left: auto;
}

#subscribeModal{
	z-index: 99999999;
}

#subscribeModal .modal-dialog{
	width: 1000px;
    max-width: 90%;
}

#subscribeModal .modal-dialog .modal-body{
	padding: 28px;
}

.modal-dialog .close {
    width: 37px;
    height: 37px;
    background: #fff;
    box-shadow: 0px 2px 2px #d5d8e4;
    border: dashed 1px #f7f7f7;
    border-radius: 100%;
    position: absolute;
    top: -18px;
    right: -18px;
    opacity: 1;
    z-index: 1;
	cursor: pointer;
}

.modal-dialog .close:before, .modal-dialog .close:after {
    position: absolute;
    content: "";
    display: block;
    height: 1.25px;
    width: 14px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .25s all;
}

.modal-dialog .close:after {
    transform: rotate(-45deg);
}

.modal-dialog .close:hover:before {
    transform: rotate(135deg);
}
.modal-dialog .close:hover:after {
    transform: rotate(45deg);
}

#subscribeModal .modal-content{
	width: 100%
}

#subscribeModal .form-group-contain,
.embed-content .form-group-contain{
	display: flex;
    max-width: 100%;
    width: 640px;
	justify-content: space-between;
}

#subscribeModal input.form-control,
.embed-content input.form-control{
	box-shadow: 4px 4px 12px 4px rgba(0,0,0,.08);
	height: 58px;
    max-width: 100%;
}

#subscribeModal .form-group,
.embed-content .form-group{
	margin-bottom: 24px;
	width: 48%;
}

#subscribeModal label.control,
.embed-content label.control{
	position: relative;
    display: block;
	border-radius: 5px;
    padding: 14px 20px 14px 66px;
	margin: 0 auto 15px;
    text-align: left;
    z-index: 1;
    cursor: pointer;
    max-width: 100%;
    width: 690px;
}

#subscribeModal .control input,
.embed-content .control input
{
	display: none;
}

#subscribeModal .control .control__indicator,
.embed-content .control .control__indicator{
	position: absolute;
    top: 15px;
    bottom: 0;
    left: 15px;
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: solid 2px #e3e5d8;
}

#subscribeModal .control input:checked ~ .control__indicator,
.embed-content .control input:checked ~ .control__indicator{
	border: 4px solid #bfe31e;
}

#subscribeModal .control .control__indicator:after,
.embed-content .control .control__indicator:after{
    top: -15px;
    left: 2px;
    height: 38px;
    width: 38px;
    background: url(../svg/chk-big-grn.svg) no-repeat;
    background-size: auto;
	position: absolute;
    content: "";
	display: none;
}
#subscribeModal .control input:checked ~ .control__indicator:after,
.embed-content .control input:checked ~ .control__indicator:after{
    display: block;
}

#subscribeModal .control .control_bg,
.embed-content .control .control_bg{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2f3f5;
    background: #fff;
    z-index: -1;
    transition: 0.25s all;
	box-shadow: 4px 4px 12px 4px rgba(0,0,0,.08);
}

#subscribeModal .btn-contain,
.embed-content .btn-contain{
	text-align: center;
}
#subscribeModal .btn-contain .btn,
.embed-content .btn-contain .btn{
	background: #ccff1a;
}
#subscribeModal .btn-contain .btn:HOVER,
.embed-content .btn-contain .btn:HOVER{
	background: #6b1edd;
	color: #fff;
}

@media(max-width: 1024px) {
	.pippity.gb-container .slide-btn{
		bottom: 90%;
	}
	
	.pippity.gb-container.pippity-down{
		/*bottom: -210px;*/
		transform: translateY(90%)
	}
}

.pippity.gb-container .slide-btn .slide-btn-ico{
	position: absolute;
	background: url(../svg/arr-v-tri-2-up-wht.svg) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 12px;
	margin: auto;
	transform: scaley(-1);
}

.pippity-pop-initial{ animation: pipity-move-up 4s 1; }

@keyframes pipity-move-up {
	0% { transform: translatey(100%); }
	50% { transform: translatey(100%); }
	100% { transform: translatey(0); }
}

.footer-top-separator > .gb-block-image {
	background-color: #24292f;
    display: inline-flex;
}

.site-footer .wp-block-separator {
	border-width: 2px;
	width: 51px;
	margin: 21px 0 26px;
}

.footer-menu {
	gap: 13px;
}

.footer-menu li {
	font-size: 14px;
}
.footer-menu li a:hover {
	color: #e8ff68!important;
}

.site-footer .bottom-menu {
	gap: 62px;
}
.site-footer .bottom-menu li {
	font-size: 11.5px;
	font-weight: 600;
	line-height: 113.043%;
	letter-spacing: 2.326px;
	text-transform: uppercase;
}
.site-footer .bottom-menu li a:hover {
	color: #e8ff68!important;
}
.footer-image-gallery::-webkit-scrollbar,
.about-lym-stripe-gallery::-webkit-scrollbar {
	width: 0;
	height: 0;
    background: transparent;
}
.footer-image-gallery img {
	min-width: 218px;
}

.text-center {
	text-align: center;
}
.d-block {
	display: block;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
}
p.has-emoji img.emoji:last-child {
	display: none!important;
}

.footer-link-container:hover p {
	color: #e8ff68;
}

/* On Bucket Stuff*/
.bucket-resources-img-contain{}
.bucket-resources-img-contain img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* LYM page */
@media(max-width: 767px) {
	.about-us-hero-section {
		background-position: center right 40%!important;
	}
	.exp-epm-formula-section + .describe-section:before {
		content: none;
	}
	.bg-yellow-mobile {
		background: #EAFF72!important;
	}
	.logo-columns {
		margin-bottom: 0!important;
		gap: 8px 30px!important;
	}
	
	.pippity.gb-container .slide-btn{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.logo-grid img {
		max-width: 90px;
	}
}
@media(min-width: 768px) {
	.about-lym-principles-section:before {
		content: '';
		width: 41px;
		height: 43px;
		background: url('../png/polygon-5-1.png') no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		top: -2px;
	}
}


/* CONTACT FORM */
.wp-block-social-links .wp-social-link {
	background-color: transparent!important;
}
.contact-form .gfield_label {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 112.5%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.contact-form .gfield_label .gfield_required {
	display: none;
}
.contact-form .gfield {
	margin-bottom: 24px;
}
.contact-form .gfield_validation_message {
	margin-top: 6px;
  	color: red;
}
.contact-form input[type="text"], 
.contact-form input[type="email"], 
.contact-form input[type="url"], 
.contact-form input[type="password"], 
.contact-form input[type="search"], 
.contact-form input[type="tel"], 
.contact-form input[type="number"], 
.contact-form textarea, 
.contact-form select {
	background: transparent;
	border-color: rgba(0, 0, 0, 0.1839);
	border: none;
	border-bottom: 1px solid;
	width: 100%;
	padding: 6.5px 0;
	outline: none;
	font-size: 20px;
	color: #242C2F;
}
.contact-form textarea {
	height: 150px;
}
.contact-form .gform_button {
	background: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.contact-form .gform_button: hover, 
.contact-form .gform_button: focus,
.contact-form .gform_button: active {
	background: #ccff1a;
	color: #313139;
}

/* SIDEBAR MENU */
.sidebar-menu {
	gap: 20px;
}
.sidebar-menu li {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	/*line-height: 108.333%;*/
	letter-spacing: 2.326px;
	text-transform: uppercase;
}
.sidebar-menu li a {
	opacity: 0.4001;
}
.sidebar-menu li a:hover {
	opacity: 1;
}
.sidebar-menu li.current-menu-item a {
	opacity: 1;
	border-bottom: 1px solid;
	cursor: default;
}

/* LEGAL CONTENT */
.legal-content h1 {
	font-family: 'Bely';
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 108%; 
	color: #6B1EDD;
	margin-bottom: 24px;
}
.legal-content h2 {
	font-family: 'Bely';
	font-size: 41px;
	font-style: normal;
	font-weight: 400;
	line-height: 121.951%;
	color: #6B1EDD;
	margin-bottom: 24px;
}
.legal-content h2:not(:first-child) {
	margin-top: 64px;
}
.legal-content h3 {
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 107.692%;
	color: #313139;
	margin-top: 42px;
	margin-bottom: 16px;
}
.legal-content h4 {
	color: #444454;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 121.739%;
	margin-top: 32px;
	margin-bottom: 24px;
}
.legal-content p {
	font-family: Montserrat;
	font-size: 16px;
	color: #313139;
	line-height: 125%;
	margin-bottom: 16px;
}
.legal-content ul, 
.legal-content ol {
	margin-bottom: 16px;
	margin-left: 32px;
}
.legal-content ul li, 
.legal-content ol li {
	font-family: Montserrat;
	font-size: 16px;
	color: #313139;
	line-height: 125%;
}
.legal-content ul li:not(:last-child), 
.legal-content ol li:not(:last-child) {
	margin-bottom: 8px;
}

/* BLOG */
.blog-categories-list {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
}
.blog-categories-list li {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 108.333%;
	letter-spacing: 2.326px;
}
.blog-categories-list li a {
	color: #313139;
}
.blog-categories-list li a:hover {
	color: #000;
}
.blog-categories-list li a:before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #313139;
	display: inline-block;
	margin-right: 7px;
}
.blog-categories-list li:nth-child(1) a:before {
	background: #662D50; 
}
.blog-categories-list li:nth-child(2) a:before {
	background: #247466; 
}
.blog-categories-list li:nth-child(3) a:before {
	background: #6B1EDD; 
}
.blog-categories-list li:nth-child(4) a:before {
	background: #18DF7C; 
}
.blog-categories-list li:nth-child(5) a:before {
	background: #190D32; 
}
.blog-categories-list li:nth-child(6) a:before {
	background: #2454FF; 
}
.blog-categories-list li:nth-child(7) a:before {
	background: #F29408; 
}
.blog-categories-list li:nth-child(8) a:before {
	background: #CCFF1A;
}

body.category-branding .blog-category-title:before {
	background: #662D50;
}
body.category-course-creation .blog-category-title:before {
	background: #247466;
}
body.category-impact .blog-category-title:before {
	background: #6B1EDD;
}
body.category-lifestyle .blog-category-title:before {
	background: #18DF7C;
}
body.category-marketing .blog-category-title:before {
	background: #190D32;
}
body.category-mindset .blog-category-title:before {
	background: #2454FF;
}
body.category-strategy .blog-category-title:before {
	background: #F29408;
}
body.category-the-experience-formula .blog-category-title:before {
	background: #CCFF1A;
}

.blog-categories-list.h {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
}
.blog-category-title {
	margin: 72px 0;
	font-size: 50px;
	line-height: 51px;
	font-family: 'Bely';
	color: #313139;	
	display: flex;
	align-items: center;
}
.blog-category-title:before {
	content: '';
	margin-right: 21px;
	width: 9px;
	height: 51px;
	display: inline-block;
	background: #313139;
	position: relative;
	top: 3.5px;
}

/* POST */
.post-author-name:before {
	content: 'By ';
}
.single-post-content h2 {
	font-size: 36px;
	line-height: 116%;
	margin-bottom: 16px;
}
.single-post-content h2:not(:first-child),
.single-post-content h3:not(:first-child) {
	margin-top: 32px;
}
.single-post-content h3 {
	font-size: 23px;
	line-height: 122%;
	margin-bottom: 16px;
}
.single-post-content p {
	font-size: 16px;
	line-height: 133%;
	font-family: Montserrat;
}
.single-post-content ul, 
.single-post-content ol {
	margin-bottom: 20px;
	margin-left: 32px;
}
.single-post-content ul li, 
.single-post-content ol li {
	font-family: Montserrat;
	font-size: 16px;
	color: #313139;
	line-height: 125%;
}
.single-post-content ul li:not(:last-child), 
.single-post-content ol li:not(:last-child) {
	margin-bottom: 8px;
}

.wp-block-comments > .wp-block-comment-template {
	margin-left: 0;
}

.w-100 {
	width: 100%;
}
.h-100 {
	height: 100%;
}

.bucket-card figure, .gb-query-loop-item figure {
	width: 100%;
	height: 100%;
}

/* CAREERS */
.careers-post-content h2 {
	font-size: 36px;
	line-height: 116%;
	margin-bottom: 24px;
}
.careers-post-content h2:not(:first-child),
.careers-post-content h3:not(:first-child) {
	margin-top: 48px;
}
.careers-post-content h3 {
	font-size: 23px;
	line-height: 122%;
	margin-bottom: 24px;
}
.careers-post-content p {
	font-size: 16px;
	line-height: 128%;
	font-family: Montserrat;
}
.careers-post-content ul, 
.careers-post-content ol {
	margin-bottom: 20px;
	margin-left: 0;
}
.careers-post-content ul li, 
.careers-post-content ol li {
	font-family: Montserrat;
	font-size: 16px;
	color: #313139;
	line-height: 125%;
}
.careers-post-content ul li::marker {
	color: #6B1EDD;
	font-size: 20px;
}
.careers-post-content ul li:not(:last-child), 
.careers-post-content ol li:not(:last-child) {
	margin-bottom: 16px;
}

.has-pink-arrow-section:after {
	content: '';
	width: 86px;
	height: 32px;
	background: url('../png/triangle-1.png') no-repeat center center;
	position: absolute;
	left: 50%;
	bottom: -31px;
	transform: translatex(-50%);
}

.arrow-link-white .gb-button-text {
	border-bottom: 1px solid;
}

@media(max-width: 1024px) {
	.hide-1024{ display: none; }
	.show-1024-block{ display: block; }
	
	.legal-content h1 {
		font-size: 32px;
		line-height: 112%; 
		margin-bottom: 24px;
	}
	.legal-content h2 {
		font-size: 32px;
		line-height: 112%;
		margin-top: 48px;
		margin-bottom: 24px;
	}
	.legal-content h3 {
		font-size: 18px;
		font-weight: 500;
		line-height: 133%;
		margin-top: 32px;
	}
	.legal-content h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 130%;
		margin-top: 24px;
		margin-bottom: 16px;
	}
	.legal-content p {
		font-size: 14px;
		font-weight: 300;
		line-height: 128%;
	}
	.newsletter-box {
		background-image: none!important;
	}
	.blog-categories-list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.blog-categories-list.h {
		gap: 20px;
	}
	.single-post-content h2 {
		font-size: 23px;
		line-height: 122%;
		margin-bottom: 16px;
	}
	
	.single-post-content h3 {
		font-size: 18px;
		line-height: 122%;
		margin-bottom: 16px;
		margin-top: 24px;
	}
	.single-post-content p {
		
	}
}
@media(max-width: 768px) {
	.font-montserrat-mobile {
		font-family: 'Montserrat';
	}
	.font-larseit-mobile {
		font-family: 'Larsseit';
	}
	.logo-columns.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 20%!important;
	}
	.hide-768{ display: none; }
	.show-768-block{ display: block; }
	
	.legal-content h1 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.legal-content h2 {
		font-size: 24px;
		margin-top: 32px;
		margin-bottom: 24px;
	}
	.legal-content h3 {
		margin-top: 24px;
	}
	.post-hero-image:before {
		content: '';
		position: absolute;
		top: 50%;
		left: -16px;
		right: -15px;
		bottom: 0;
		background: #f5f5f5;
	}
	.blog-hero {
		background: url('../webp/component-1-1.jpg.webp') no-repeat bottom right!important;
	}
	.blog-category-title {
		font-size: 21px;
		margin: 32px 0;
	}
	
	/*Gravity Form*/
	.contact-form .gform_button {
		display: block;
		margin: 0 auto;
	}
}

@media(min-width: 768px) {
	.about-us-key-section:after {
		content: '';
		width: 195px;
		height: 208px;
		background: url('../png/group-46.png') no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 50%;
		transform: translatex(-50%);
		bottom: -104px;
	}
	.has-arrows-btn:before {
		content: '';
		width: 46px;
		height: 22px;
		background: url('../png/fill-31-copy-2.png') no-repeat center center;
		background-size: cover;
		position: absolute;
		left: -55px;
		transform: translatey(50%);
		bottom: 50%;
	}
	.has-arrows-btn:after {
		content: '';
		width: 46px;
		height: 22px;
		background: url('../png/fill-31-copy.png') no-repeat center center;
		background-size: cover;
		position: absolute;
		right: -55px;
		transform: translatey(50%);
		bottom: 50%;
	}
}

@media(min-width: 1025px) {
	.about-lym-principles-section .gb-container.has-border:before {
		content: '';
		position: absolute;
		left: 32px;
		right: 32px;
		bottom: 0;
		height: 1px;
		background: #EDEEE6;
		z-index: 1;
	}
	.about-lym-principles-section .gb-container.has-arrow:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -42px;
		background: url('../png/group-23.png') no-repeat center center;
		width: 156px;
		height: 135px;
		z-index: 2;
		transform: translatex(-50%) translatey(50%);
	}	
	.my-story-video {
		bottom: -64px;
	}
	.contact-section:before {
		right: 50%!important;
	}
	.contact-section:after {
		content: '';
		position: absolute;
		z-index: 0;
		left: 50%;
		top: -30px;
		bottom: -100px;
		right: 0;
		background: #f1f3fb url('../png/object-4-1.png') no-repeat top right;
		background-size: 65%;
	}
	.post-title-container:before {
		content: '';
		background: #f5f5f5;
		position: absolute;
		top: -32px;
		bottom: -32px;
		right: 0;
		left: 30%;
	}
}

@media(max-width: 2019px) {
	.site-footer > .gb-container {
		margin: 0;
	}
}

@media(max-width: 1280px) {
    .frontpage-hero .hero-name {
    	right: 40px;
    }
}

@media(max-width: 992px) {
	.blog-section .newsletter-box {
		background-image: none!important;
		text-align: center;
		padding-right: 30px;
	}
}

@media(max-width: 767px) {
	.bucket-hero-section {
		background-size: 33%!important;
		
	}
	.bucket-container {
		background-size: 33%!important;
		background-position: center top 20px!important;
	}
	.contact-section .contact-form-container {
		background-image: url('../png/object-2-1-1.png');
		background-position: top right;
		background-repeat: no-repeat;
	}
	.work-with-us-hero {
		background-image: url('../jpg/component-6-1.jpg')!important;
	}
	.lym-video {
		background-image: none!important;
	}
    .hidden-sm {
    	display: none;
    }
    .top-message-bar .wp-block-heading {
    	font-size: 13px!important;
    }
    .main-navigation .menu-toggle {
    	padding-right: 0;
    }
    .frontpage-hero {
          background-image: url('../webp/banner-1.jpg.webp')!important;
    }
	.about-exp-formula-hero {
          background-image: url('../jpg/hero-banner-2-1.jpg')!important;
    }
	.speaking-hero-section {
	      background-image: url('../jpg/20230305_marisa-lym-day-3_272-2-1.jpg')!important;
	}
	.contact-hero-section {
	      background-image: url('../jpg/group-31-1.jpg')!important;
	}
	.about-marisa-hero-section {
		  background-image: url('../webp/20230305_marisa-lym-day-3_272-2-3.jpg.webp')!important;
	}
	.legal-hero-section {
	      background-image: url('../jpg/hero-3.jpg')!important;
	}
	.lym-video {
		background-size: 50%!important;
	}
    .frontpage-hero:before {
		content: none;
    }
    .frontpage-hero .hero-name {
    	font-size: 35px;
    }
    .frontpage-hero .text-has-shadow {
    	font-size: 24px;
    }
	.frontpage-hero .hero-name {
    	right: 15px;
        left: 15px;
        text-align: center;
        bottom: 60px;
    }
	.frontpage-hero h3 + p {
		font-size: 14px;
	}
	.founder-section {
		background-image: url('../jpg/a-word-1.jpg')!important;
		padding-bottom: 300px;
	}
	.describe-section h3 em {
		font-style: normal;
	}
	.founder-section .has-arrow:after {
		content: none;
	}
	.blog-section .blog-featured-post figure {
		height: auto;
	}
	.blog-featured-post .blog-post-caption {
		position: static;
	}
	.newsletter-box {
		background-image: none!important;
		text-align: center;
	}
	.site-footer .footer-image-gallery {
		/*justify-content: flex-start;*/
	}
	.footer-image-gallery img, 
	.about-lym-stripe-gallery img {
		max-width: 25vw;
		min-width: auto;
		height: auto;
	}
	.about-lym-principles-section + .about-lym-stripe-gallery img {
		max-width: 50vw;
	}
	.about-lym-exp-formula-section {
		background: #fff!important;
	}
	.site-footer .bottom-menu {
		gap: 16px 24px;
		justify-content: center;
	}
	.site-footer .gb-grid-wrapper .gb-grid-wrapper {
		width: 100%;
	}
	.homepage-blog-section figure {
		width: 100%;
	}
    .option__box {
    	position: relative;
    }
    .option__box .gb-button {
    	position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        opacity: 0;
    }
	.wp-block-comment-template :where(.wp-block-columns.is-layout-flex) {
		gap: 16px;
	}
}

@media(min-width: 768px) {
    .d-lg-none {
    	display: none;
    }
}

@media(max-width: 768px) {
	
}

h4.wp-block-heading.time__title.has-text-color {
    padding-top: 30px;
}
.hundreds__box h5.wp-block-heading.has-text-color {
    line-height: 30px !important;
    margin: 0;
}
.builf__tiitle{
	color:#313139;
}
	.option__box h3 {
    font-size: 20px;
}
.option__box span:hover span svg path {
    fill: #FFF !important;
}



@media(max-width:767px){

body .home__banner {
    background: url(../png/group-657.png)  !important;
    background-position: center center;
    min-height: 630px !important;
    height: auto !important;
	 background-repeat:no-repeat !important;
	    background-size: cover !important;
}
			.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /*flex-basis: 30% !important;*/
}
.site-logo .header-image {
    width: 220px;

}
.builf__tiitle {
    font-size: 14px !important;
    max-width: 60%;
  	margin-bottom: 35px!important;
}
}

@media(max-width:575px){
		.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /*flex-basis: 30% !important;*/
}
		.business__section:after, .business__section:before {
		display:none;
	}
	.home__banner	.home__subtile {
		margin:10px 0;
	}
	.home__grow__title{
		line-height:20px !important;
	}
	.home__banner_title{
		margin:10px 0;
	}
	h4.wp-block-heading.time__title.has-text-color, .res__time__title {
    font-size: 30px !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /*flex-basis: 20% !important;*/
}

	.option__box h3 {
    	font-size: 18px !important;
    	margin: 0 !important;
		line-height:20px !important;
		flex:2;
	}
	.counter__text {
    	font-size: 29px;
	}
}

}

@media(max-width: 1023px){
	.home__grow__title{
		margin:0;
		font-size:20px;
	}
	.home__banner_title{
		font-size:20px
	}
	 .home__banner {
    background: url(../png/group-657-2.png)  !important;
    background-position: center center;
    height: 637px !important;
    background-repeat: no-repeat !important;
background-size: contain !important;
}
.cliient_logo_wrapper {
   flex-wrap:wrap !important;
	justify-content:center !important;
}
		.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    /*flex-basis: 16% ;*/
}
	
	.option__box h3 {
    font-size: 16px;
}
	h4.wp-block-heading.time__title.has-text-color {
    padding-top: 20px;
    font-size: 30px !important;
    margin-bottom: 10px;
}
	.res__time__title{
		  font-size: 30px !important;
	}
	.inside-header {
    flex-direction: row !important;
	}
}

}


@media(max-width:480px){
	.show-480-block{ display: block; }
}