/*!
Theme Name: musicalligator
Theme URI: http://underscores.me/
Author: Alligator.
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: musicalligator
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/






@font-face {
    font-family: 'Inter';
    src: local('Inter Extra Light BETA'), local('Inter-ExtraLightBETA'),
        url('./assets/fonts/inter/Inter-ExtraLightBETA.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Light BETA'), local('Inter-LightBETA'),
        url('./assets/fonts/inter/Inter-LightBETA.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
	font-family: 'Inter';
    src: local('Inter Medium'), local('Inter-Medium'),
        url('./assets/fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Black'), local('Inter-Black'),
        url('./assets/fonts/inter/Inter-Black.woff2') format('woff2'),
        url('./assets/fonts/inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

* {
    -webkit-overflow-scrolling: touch;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: normal;
	font-weight: bold;
	letter-spacing: -.02em;
}

p {
	margin: 0 0 10px 0;

	font-size: 1.3125rem;
    font-weight: 300;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #272b30;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #fff;
	text-decoration: none;
}


a:hover {
	color: #00d27a;
}

a:hover,
a:active {
	outline: 0;
}

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

input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link, .custom-logo-link img {
	display: block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	-ms-grid-columns: (1fr)[5];
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	-ms-grid-columns: (1fr)[8];
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[9];
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*gutenberg */
.alignfull > div {
    max-width: 1140px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.alignfull{
    width: 100vw;
    max-width: 100vw;
    margin-left: -webkit-calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.alignfull .wp-block-columns, .alignfull .wp-block-image {
    margin-bottom: 0;
}



/*comments*/

.post-img img {
    margin: auto;
    display: block;
    max-height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
article .content{
	font-size: 18px;
}
footer.comment-meta {
    background: none;
    color: #1a1d1f;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer.comment-meta a {
    color: #1a1d1f;
}
.comment-metadata > a {
    padding-right: 10px;
}
a.comment-reply-link, .form-submit input#submit {
    display: inline-block;
    background: #111213;
    -webkit-border-radius: var(--gen-border-radius);
            border-radius: var(--gen-border-radius);
    color: #fff;
    padding: .5rem 1.5rem;
    font-weight: 700;
    font-size: 16px;
    border: none;
}
a.comment-reply-link{
    background: #8fa2e0;
    padding: .4rem 1.5rem;
    text-decoration: none;
}
.comment-respond {
    margin-top: 2rem;
    padding-top: 1rem;
}
.logged-in-as > a {
    color: #1a1d1f;
    font-size: 1rem;
    text-decoration: underline;
}


.comment-content {
    margin-top: 1rem;
    color: #1a1d1f;
}
#reply-title small{
	margin-left: 10px;
}
h3#reply-title{
	font-size: 1.5rem; 
}
span.required-field-message {
    width: 100%;
    font-size: 12px;
}
.comment {
    margin: 20px 0;
}
.comment-author.vcard img.avatar {
    margin: 0 10px 0 0;
}
.comment-metadata{
	font-size: .7rem;
}
ol.comment-list {
    list-style: none;
    padding: 0;
}
textarea#comment {
    -webkit-border-radius: var(--gen-border-radius);
            border-radius: var(--gen-border-radius);
    margin: 10px 0;
    height: 100px;
    padding: 1rem;
    outline: 0;
    border: 1px solid #111213;
}
.comment-author.vcard, .comment-metadata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
form#commentform input {
    -webkit-border-radius: var(--gen-border-radius);
            border-radius: var(--gen-border-radius);
    padding: 1rem;
    display: block;
    outline: 0;
    border: 1px solid #111213;
}
.comment-form-cookies-consent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
input#wp-comment-cookies-consent {
    margin-right: 10px;
}
.post-img {
    margin-bottom: 30px;
}
.comment-body {
    background: #f5f5f5;
    padding: 1.5rem;
}
.cat-name, .meta {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #717171;
}
.sep {
    width: 6px;
    height: 6px;
    background: #9e9e9e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 10px;
}
.bg-dark a.comment-reply-link, .bg-dark .form-submit input#submit{
	background: #fff;
	color: #1a1d1f;
}
.blog-item .btn:hover{
	color: #00d27a;
	background: transparent;
}
.blog-item .btn{
	transition: none;
}
.blog-item{
	height: 100%;
}
.blog-item__date, .blog-item__author{
	font-size: 14px;
	color: #545454;
	font-weight: 300;
}
.blog-item__title {
    font-size: 24px;
    font-weight: 500;
}
.single-article__author{
	color: #545454;
	font-size: 14px;
}
.blog-item__excerpt p{
	font-size: 14px;
	color: #6f767e;
}







form#searchform {
    border: 1px solid #656565;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    max-width: 260px;
    width: 100%;
    padding-left: 4px;
}
button#searchsubmit {
    background: transparent;
    cursor: pointer;
}
input#s {
    border: none;
  	width: 100%;
    padding: 10px;
}




.nav-links span, .nav-links a {
    padding: 4px 13px;
    display: block;
    min-width: 10px;
    background: var(--primary);
    margin: 10px;
    color: #ffffff;
   	-webkit-border-radius: 4px;
   	        border-radius: 4px;
}
.nav-links span{
	background: #1a1d1f;
	color: #fff;
}
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}


.wp-block-embed__wrapper { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site{
	padding-top: 120px;
}
body.home .site{
	padding-top: 0;
}
body{
	background-color: #111213;
	font-family: 'Inter';
	line-height: 1.45;
	color: #fff;
	margin: 0;
}
#wpadminbar{
	z-index: 9999;
}
body.admin-bar .fixed-top{
	top: 32px;
}


.navbar-brand img{
	max-width: 180px;
	width: 100%;
}

body.home h1{
	font-family: 'Inter', sans-serif;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 54px;
	line-height: 1.55;
	color: white;
}

#breadcrumbs a{
	color: #fff;
}

.text-dark p#breadcrumbs a{
	color: #ffffff;
}
.bg-dark .logged-in-as > a{
	color: #fff;
}
.payments-icons img{
	max-width: 50px;
	height: 26px;
	width: 100%;

}

.main__items {
	text-align: center;
	margin-bottom: 20px;
}

.main__item {
    color: white;
    font-weight: 400;
	text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-right: 5px;
}

.icon__green-checkmark {
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 3px;
    vertical-align: middle;
}

.site-footer a{
	color: #6f767e;
	opacity: .67;
}
.site-footer a:hover{
	text-decoration: underline;
	opacity: 1;
	color: #00d27a;
}
.site-footer p{
	font-size: 1.0625rem;
}
.site-footer{
	padding: 30px 0;
	font-size: 1.0625rem;
	font-weight: 300;
	color: #6f767e;

	line-height: 1.55;
}
.site-footer__inner {
    border-top: 1px solid #272b30;
    padding-top: 74px;
}
.footer-copyright{
	padding-top: 100px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #939393;
	font-weight: 300;
}
.bg-main{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	z-index: -1;
}

.navbar-nav a{
    padding: .5rem 1.5rem;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.headroom--not-top.headroom--pinned, .headroom--not-top{
	background: #1a1d1f;
}
nav.navbar.active{
	background: #1a1d1f;
}

.arrow-icon{
	width: 20px;
	height: 20px;
}
#more_partners.active .arrow-icon{
	stroke: #00d27a;
	-webkit-transform: scale(1, -1);
	    -ms-transform: scale(1, -1);
	        transform: scale(1, -1);
}
#more_partners{
	border: none;
	background: transparent;
	color: #C4C4C4;
	font-size: 17px;
	text-decoration: underline;
	font-weight: normal;
	padding: 4px 0;
}
.shape {
    position: relative;
    color: #111213;
}
.shape_wrap svg {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
}
.shape_wrap {
    overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 99;
}
.wp-block-button__link:hover{
	background: #32d979 !important;
	color: #1a1d1f !important;
}
.current-menu-item a{
	color: #32d979;
}


body .esab__collapse svg{
	fill: #fff !important;
	width: 15px !important;
}
body .esab__expand svg{
	width: 15px !important;
	fill: #32d979 !important;
}
body .wp-block-esab-accordion .esab__icon{
	line-height: 30px !important;
}
body .wp-block-esab-accordion-child{
	border: none !important;
	border-top: 1px solid #33383f!important;
	background: transparent !important;
}
.wp-block-esab-accordion .wp-block-esab-accordion-child:last-child{
	border-bottom: 1px solid #33383f!important;
}
body .wp-block-esab-accordion .esab__container{
	row-gap: 0 !important;
}
body .wp-block-esab-accordion-child.esab__active_accordion .esab__heading_tag{
	color: #fff !important;
	background: transparent !important;
}
.wp-block-esab-accordion .esab__head .esab__heading_txt{
	font-size: 22px;
}
.esab__body p{
	font-size: 20px;
}
.esab__heading_tag{
	font-size: 22px;
	color: #fff;
}
.esab__body{
	font-size: 20px;
	color: #6f767e;
	border-top: none !important;
	padding: 0 !important;

}
.wp-block-esab-accordion .esab__head{
	padding: 20px 0 !important;
}

.wp-block-button .wp-block-button__link.is-style-outline, 
.wp-block-button.is-style-outline>.wp-block-button__link {
    border: 1px solid;
    font-size: 17px;
    font-weight: 500;
    padding: 0.8125rem 1.55rem;
    border-radius: 6px !important;
}
blockquote.wp-block-quote p{
	color: #fff;
}
blockquote.wp-block-quote {
    border-left: 1px solid #fff;
    padding: 0 0 0 1.5em;
    margin: 1rem 0;
}


.social-links svg {
    fill: #6f767e;
}
.social-links a {
    width: 24px;
}
.social-vk:hover svg{
	fill: #07f;
}
.social-tg:hover svg{
	fill: #4ea4f6;
}


.landing {

}

.landing__mainScreen {
	width: 100%;
	min-height: 600px;
    padding: 70px 0;
}

.landing__mainTitle {
	font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 700;
	color: #32D979;
    text-transform: uppercase;
	margin-bottom: 50px;
	text-align: center;
}

.landing__mainScreen .landing__paragraph {
	max-width: 685px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.landing__sectionTitle,
.elementor-heading-title {
	text-align: center;
	margin-bottom: 30px;
	color: #32D979;
}

.landing__paragraph {
    font-size: 18px;
	font-weight: 300;
    font-family: 'Roboto', sans-serif;
	text-align: left;
	margin-bottom: 10px;
}

.landing__secondScreen--top .landing__paragraph {
	text-align: center;
    max-width: 700px;
    margin: 20px auto 50px;
}

.landing__secondScreen--top {
	padding-top: 100px;
}

/* .landing__secondScreen--bottom {
	padding-bottom: 100px;
} */

.landing__secondScreen,
.landing__fourthScreen,
.landing__sixScreen,
.landing__FAQScreen {
	padding: 100px 0;
}

.landing__thirdScreen {
	padding-top: 100px;
}

/* .landing__thirdScreen,
.landing__testimonials {
	background: #efefef;
} */

.landing__thirdScreen h2 {
	color: #00d27a;
	text-align: center;
}

.landing__thirdScreen .landing__listItem::marker {
	border: 1px solid #32D979;
	border-radius: 100%;
	padding: 10px;
}

.landing__thirdScreen .landing__list {
	margin: 30px auto;
}

.landing__list--clear {
	list-style: none;
	padding-left: 0;
}

.landing__itemTitle {
	font-size: 1.3rem;
    text-transform: none;
    color: #32D979;
}

.landing__thirdScreen .landing__listItem {
	font-size: 18px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

.landing__paragraph,
.landing__thirdScreen .landing__list,
.landing__testimonials .elementor-testimonial__text,
.landing__testimonials .elementor-testimonial__name {
	color: #e5e5e5 !important;
}

.landing__sectionItem {
	margin-bottom: 50px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 3px;
    min-height: 230px;
	text-align: center;
}

.landing2__sectionItem {
	margin-bottom: 50px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 3px;
    min-height: 245px;
	text-align: center;
}

.landing__sectionItemTitle {
	font-size: 18px;
	font-weight: 700;
	color: #e5e5e5 !important;
	min-height: 45px;
}

.landing__sectionItemText {
	font-size: 17px;
	font-weight: 400;
	color: #e5e5e5;
}

.landing__accordionText {
	font-weight: 300;
	font-size: 18px;
}

.landing__sectionItemIcon {
	margin-bottom: 25px;
}

.landing__signupButton {
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #32d979;
    font-size: 17px;
    font-weight: 500;
    padding: 0.8125rem 1.55rem;
	margin: 50px auto;
	border: 1px solid;
    border-radius: 8px !important;
	background: transparent;
}

.landing__signupButton:hover,
.landing__signupButton:active {
	background: #32d979 !important;
    color: #1a1d1f !important;
	box-shadow: none;
    text-decoration: none;
	outline: 0;
}

.elementor-accordion .elementor-accordion-item {
	border-radius: 3px;
	margin-bottom: 20px;
}

.elementor-accordion .elementor-tab-content {
	border-top: none;
	color: #e5e5e5 !important;
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-top: 1px solid #d5d8dc !important;

}

.elementor-widget-accordion .elementor-accordion-title {
	font-size: 22px;
	font-weight: 400 !important;
	color: #e5e5e5 !important
}

.elementor-accordion .elementor-tab-title {
	padding: 20px;
	font-weight: 400;
}



@media screen and (max-width: 991px){
	body.home h1{
		font-size: 42px;
	}
	.navbar-collapse.show{
		height: 100vh;
	}
	.navbar-nav a{
		padding: 1rem 0 1rem 1rem;
	}
	.landing__mainTitle {
		font-size: 42px;
	}
}
@media screen and (max-width: 782px){
	body.admin-bar header.fixed-top{
		top: 46px;
	}
	body.home h1{
		font-size: 38px;
	}
	.site {
	    padding-top: 50px;
	}
	.landing__mainTitle {
		font-size: 38px;
	}
}



@media screen and (max-width: 600px){
	body #wpadminbar {
	    position: fixed;
	}

	body.home h1, h1{
		font-size: 28px;
		line-height: 1.5;
	}
	.wp-block-esab-accordion .esab__head .esab__heading_txt{
		font-size: 18px;
	}
	.esab__body{
		font-size: 16px;
	}
	.hero-section ul li:before{
		margin-top: -5px;
	}

	.landing__mainTitle {
		font-size: 32px;
	}

	.elementor-widget-accordion .elementor-accordion-title {
		font-size: 17px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 380px){
	body.home h1, h1 {
		font-size: 25px;
		line-height: 1.5;
	}
}