/*!
Theme Name: Lanetalk
Theme URI: http://underscores.me/
Author: Joakim Han
Author URI: http://underscores.me/
Description: 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: lanetalk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lanetalk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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 {
	max-width: 100%;
	
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #fff;
}
a.greenLink:visited {
	color: #43d767;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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: flex;
}

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	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 {
	display: inline-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: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-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);
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-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;
}
.aligncenter-mini {
	display: unset;
  margin-left: auto;
  margin-right: 4px;
  margin-bottom: 0.5em;
}
/*================================================================*/

#centers-new .row.gap-y.foo-bottom {
	padding-bottom: 30px;
}

.foo-bottom .social {
	padding-bottom: 40px;
} 
.pos-end {
	align-self: flex-end;
}


/*----------------[Header Menu]-----------------*/

.topbar-right .topbar-nav li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 1.5rem;
}
.topbar-right .topbar-nav li:first-child {
	margin-left: 0;
}

.topbar-right .topbar-nav li a {
    font-family: 'SFProDisplay';
    font-weight: 600;
    line-height: 33px;
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .6;
    padding: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -webkit-box-flex: 1;
    flex-grow: 1;
    white-space: nowrap;
    display: block;
    touch-action: manipulation;
}
.topbar-right .topbar-nav li a:hover, .topbar-right .topbar-nav li.current-menu-item a {
	opacity: 1;
}

.body-scrolled .topbar-right .topbar-nav li a {
	color: #535353;
}

.body-scrolled .topbar-right .topbar-nav li a:hover, .body-scrolled .topbar-right .topbar-nav li.current-menu-item a {
	opacity: 1;
}


.gray-bg {
	background-color: #f4f5f5;
}
.blue-bg {
	background: #0f2640;
	color: #fff !important;
font-size: 20px !important;
}
.darkblue-bg {
  background: #171b29;
  color: #fff !important;
  font-size: 20px !important;
	margin-top: -10px;
}
.blue-bg a, .darkblue-bg a  {
	text-decoration: none !important}
/*------------------[Footer-menu]----------------*/

.site-footer ul.nav li {
	padding-left: 10px;
    padding-right: 10px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.site-footer ul.nav li:first-child {
	padding-left: 0;
}
.site-footer ul.nav li a {
	text-decoration: none;
	font-family: 'SFProDisplay';
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 2px 0;
    white-space: nowrap;
    display: block;
}
/*=================================[CTA section]============================*/
.cta-section {
	padding: 70px 0;
	background-color: #0f2640;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	font-size: 25px;
	line-height: 32px;
	color: #000;
	font-weight: 500;
}
#centers-new .cta-section h2 {
	font-family: 'Futura Std';
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 62px;
	padding: 0;
	margin: 0 0 20px;
}
#centers-new .cta-section h3 {
	font-family: 'Futura Std';
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 50px;
	padding: 0;
	margin: 0 0 30px;
}

#centers-new .cta-section .light-text, 
#centers-new .cta-section .light-text h2, 
#centers-new .cta-section .light-text h3 {
	color: #fff;
}


.small-width .container {
	max-width: 780px;
}

.small-width .container p {
	max-width: 540px;
	margin: 0 auto 20px;
}

.cta-section .btn-area {
	text-align: center;
} 

.cta-section .btn-area .btn {
	background-color: transparent;
	border: #fff 2px solid;
	color: #fff;
	letter-spacing: 1px;
	min-width: 350px;
	transition: ease-in-out 0.3s background-color, ease-in-out 0.3s border-color;
	-webkit-transition: ease-in-out 0.3s background-color, ease-in-out 0.3s border-color-color;
}
.cta-section .btn-area .btn:hover {
	background-color: #46da60;
	border-color: #46da60;
}

.small-width .Stylecenter {
	text-align: center;
}
.small-width .Stylecenter p {
display: inline-block;
text-align: left;
	max-width: 100%;
}
/*============================[CTA video section]==============================*/

.cta-video-section-bg {
	background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
	
	height: 427px;
}


.cta-video-section {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6ebe4+0,e7ece5+4,e6ece2+6,e8ede6+6,e8ede6+12,ecf1ea+18,ebf0e9+21,eef3ec+23,ebf2ea+24,e9f3ea+27,edf3e7+29,eef4ea+32,ecf2e8+35,f0f3ea+36,edf3e9+37,eef6eb+37,edf5ea+40,eff7ec+42,eff7ec+50,eef6e9+53,eff7ec+54,f2f8ec+61,f1f7eb+73,f3f9ed+76,f1f7eb+78,f2f8ec+85,f0f6ea+86,eff7ea+94,f2f8ee+96,f2f8ee+98,f1f7eb+99,f1f7eb+100 */
background: #e6ebe4; /* Old browsers */
background: -moz-linear-gradient(left,  #e6ebe4 0%, #e7ece5 4%, #e6ece2 6%, #e8ede6 6%, #e8ede6 12%, #ecf1ea 18%, #ebf0e9 21%, #eef3ec 23%, #ebf2ea 24%, #e9f3ea 27%, #edf3e7 29%, #eef4ea 32%, #ecf2e8 35%, #f0f3ea 36%, #edf3e9 37%, #eef6eb 37%, #edf5ea 40%, #eff7ec 42%, #eff7ec 50%, #eef6e9 53%, #eff7ec 54%, #f2f8ec 61%, #f1f7eb 73%, #f3f9ed 76%, #f1f7eb 78%, #f2f8ec 85%, #f0f6ea 86%, #eff7ea 94%, #f2f8ee 96%, #f2f8ee 98%, #f1f7eb 99%, #f1f7eb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e6ebe4 0%,#e7ece5 4%,#e6ece2 6%,#e8ede6 6%,#e8ede6 12%,#ecf1ea 18%,#ebf0e9 21%,#eef3ec 23%,#ebf2ea 24%,#e9f3ea 27%,#edf3e7 29%,#eef4ea 32%,#ecf2e8 35%,#f0f3ea 36%,#edf3e9 37%,#eef6eb 37%,#edf5ea 40%,#eff7ec 42%,#eff7ec 50%,#eef6e9 53%,#eff7ec 54%,#f2f8ec 61%,#f1f7eb 73%,#f3f9ed 76%,#f1f7eb 78%,#f2f8ec 85%,#f0f6ea 86%,#eff7ea 94%,#f2f8ee 96%,#f2f8ee 98%,#f1f7eb 99%,#f1f7eb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e6ebe4 0%,#e7ece5 4%,#e6ece2 6%,#e8ede6 6%,#e8ede6 12%,#ecf1ea 18%,#ebf0e9 21%,#eef3ec 23%,#ebf2ea 24%,#e9f3ea 27%,#edf3e7 29%,#eef4ea 32%,#ecf2e8 35%,#f0f3ea 36%,#edf3e9 37%,#eef6eb 37%,#edf5ea 40%,#eff7ec 42%,#eff7ec 50%,#eef6e9 53%,#eff7ec 54%,#f2f8ec 61%,#f1f7eb 73%,#f3f9ed 76%,#f1f7eb 78%,#f2f8ec 85%,#f0f6ea 86%,#eff7ea 94%,#f2f8ee 96%,#f2f8ee 98%,#f1f7eb 99%,#f1f7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ebe4', endColorstr='#f1f7eb',GradientType=1 ); /* IE6-9 */

}
.cta-video-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.cta-video-row .video-holder {
	width: 38.5%;
	position: relative;
}
.cta-video-row .video-holder a {
	display: block;
	position: relative;
}

.cta-video-row .video-holder a:after, .cta-video-row .video-holder-whole a:after {
	content: "";
	background: url(img/lanetalk/play-btn-icon.png) no-repeat 0 0;
	width: 104px;
	height: 104px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}


.cta-video-row .video-content {
	width: 59%;
	font-size: 25px;
	color: #0f2640;
	line-height: 30px;
}

#centers-new .cta-video-row .video-content h2 {
	font-family: 'Futura Std';
	font-size: 60px;
	line-height: 62px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #43d767;
	padding: 0;
	margin: 0 0 5px;
}

/*==========================[feature-list-section]=======================*/
.feature-list-section {
	padding: 60px 0;
	background: linear-gradient(#f2f3f3, #dedfe0);
	ont-size: 18px;
    font-weight: 500;
    font-family: 'SF Pro Display';
    line-height: 24px;
    color: #010101;
}

#centers-new .feature-list-section h2 {
	font-family: 'Futura Std';
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -1px;
	color: #0f2640;
	padding: 0;
	margin: 0 0 20px;
}

#centers-new .feature-list-section ul {
	padding: 0;
	margin: 8px 0 32px;;
	list-style: none;
}
#centers-new .feature-list-section ul li {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    display: block;
    position: relative;
    color: #010101;
    line-height: normal;
    padding-left: 28px;
    font-family: 'SF Pro Display';
}

#centers-new .feature-list-section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/lanetalk/close-icon.png) no-repeat 0 0;
    height: 24px;
    width: 21px;
}


#centers-new .feature-list-section .btn-xl.btn-fls {
	min-width: 320px;
}

.inner-hero {
	width: 100%;
	padding: 120px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #2e1a05;
	color: #fff;
	text-align: center;
}
.xtraHeight {height:500px;padding: 160px 0;}
.green {color: #43d767 !important;}
#centers-new .inner-hero h1 {
	font-size: 90px;
	line-height: 92px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.small-container.container {
	width: 734px;
}

.titc-section {
	padding: 50px 0;
	background-color: #fff;
}

.titc-section.gradient-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bec0c1+0,fafafb+29,fafafb+74,fafafb+74,fafafb+77,bfc1c3+100 */
background: #bec0c1; /* Old browsers */
background: -moz-linear-gradient(left,  #bec0c1 0%, #fafafb 29%, #fafafb 74%, #fafafb 74%, #fafafb 77%, #bfc1c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.titc-section .top-img-area {
	max-width: 416px;
	margin: 0 auto 35px;
	position: relative;
}

.titc-section .top-img-area .img-caption {
	font-family: 'SF Pro Display';
	width: 177px;
	height: 177px;
	border-radius: 50%;
	text-align: center;
	background-color: #43d767;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 25px;
	line-height: 27px;
	font-size: 700;
	position: absolute;
	top: -20px;
	right: -126px;
	z-index: 2;
}

.titc-row {
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #010101;
}

#centers-new .titc-section h2 {
	font-family: 'Futura Std';
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -2px;
	color: #43d767;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 50px;
}

#centers-new .titc-row h3 {
	font-family: 'SF Pro Display';
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	color: #0f2640;
	padding: 0;
	margin: 0 0 20px;
}

#centers-new .titc-row.left-icon h3 {
	padding: 0 0 0 32px;
	margin-bottom: 12px;
	position: relative;
}
#centers-new .titc-row.left-icon h3:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/lanetalk/close-icon.png) no-repeat 0 0;
    height: 24px;
    width: 21px;	
}
#centers-new .titc-row p {
	padding: 0;
	margin: 0 0 27px;
}

#centers-new .titc-row ul {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
#centers-new .titc-row ul li {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    display: block;
    position: relative;
    color: #010101;
    line-height: normal;
    padding-left: 28px;
    margin-bottom: 15px;
    font-family: 'SF Pro Display';
}

#centers-new .titc-row ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/lanetalk/close-icon.png) no-repeat 0 0;
    height: 24px;
    width: 21px;
}

#centers-new .titc-row a, #centers-new .titc-row p a {
	color: #36be57;
}


.titc-btn-area {
	padding: 20px 0 30px;
	text-align: center;
}
.white-bg .titc-btn-area {
	padding: 50px 0 30px;
}


#centers-new .titc-btn-area .btn-xl {
	min-width: 355px;
}

#centers-new .outline-button .btn-xl {
	background-color: transparent;
	color: #0f2640;
	border-color: #0f2640;
}
#centers-new .outline-button .btn-xl:hover {
	background-color: #46da60;
	border-color: #46da60;
	color: #fff;
}

.tciwl-section {
	padding: 100px 0;
	background-color: #fff;
}
.tciwl-section.gradient-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bec0c1+0,fafafb+29,fafafb+74,fafafb+74,fafafb+77,bfc1c3+100 */
background: #bec0c1; /* Old browsers */
background: -moz-linear-gradient(left,  #bec0c1 0%, #fafafb 29%, #fafafb 74%, #fafafb 74%, #fafafb 77%, #bfc1c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tciwl-section .icon-holder {
	height: 97px;
	margin-bottom: 48px;
	text-align: center;
}
.tciwl-section .icon-holder img {
	width: auto;
	height: 97px;
}

.tciwl-module, .price_module {
	text-align: center;
	padding-bottom: 20px;
}

#centers-new .tciwl-module .btn-xl {
	width: 338px;
	padding: 0;
	font-size: 20px;
}

.tournaments-row .tournaments-col img { /*max-height: 620px; */}


.bwi-hero {
	width: 100%;
	background-color: #0f2640;
	padding: 60px 0;
	text-align: center;
}
.bwi-hero.first-element {
	padding-top: 125px;
}

.bwi-hero .bwi-icon {
	text-align: center;
	height: 86px;
	margin-bottom: 40px;
}
.bwi-hero .bwi-icon img {
	width: auto;
	height: 86px;
}

#centers-new .bwi-hero h1 {
	text-align: center;
	font-family: 'Futura Std';
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 50px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.video-fullwidth {
	background-color: #fff;
	padding: 88px 0 60px;
}

.video-fullwidth.gradient-bg {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bec0c1+0,fafafb+29,fafafb+74,fafafb+74,fafafb+77,bfc1c3+100 */
background: #bec0c1; /* Old browsers */
background: -moz-linear-gradient(left,  #bec0c1 0%, #fafafb 29%, #fafafb 74%, #fafafb 74%, #fafafb 77%, #bfc1c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.video-fullwidth .container {
	max-width: 798px;
}

.video-frame {
	display: block;
	position: relative;
	margin-bottom: 55px;
}

.video-frame:after {
	content: "";
	background: url(img/lanetalk/play-btn-icon.png) no-repeat 0 0;
	width: 104px;
	height: 104px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

#centers-new .hisspitch.gradient-bg {
	background: #bec0c1;
	background: -moz-linear-gradient(left,  #bec0c1 0%, #fafafb 29%, #fafafb 74%, #fafafb 74%, #fafafb 77%, #bfc1c3 100%);
	background: -webkit-linear-gradient(left,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%);
	background: linear-gradient(to right,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%);
}

.basic-text {
	font-size: 16px;
	line-height: 24px;
	color: #1c1c1c;
}
.basic-text ol {
	margin: 0 0 20px 15px;
	padding: 0;
}
.basic-text ol li {
	font-size: 16px;
	line-height: 22px;
	color: #1c1c1c;
	padding: 0 0 10px 16px;
}

.basic-text ol li a {
	color: #36be57;
}

#centers-new .how-to-join .btn-xl {
	color: #fff;
}
#centers-new .btn-xl.outline-btn {
	background-color: transparent;
	color: #0f2640;
	border-color: #0f2640;
}
#centers-new .btn-xl.outline-btn:hover {
	background-color: #43d767;
	color: #fff;
	border-color: #43d767;
}
.better-bowler-col .btn-xl.outline-btn {
	
		background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
}

/*======================[FAQ]====================*/
.faq-section {
	margin: 80px 0;
}

#centers-new .faq-section h2 {
	font-family: 'Futura Std';
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 48px;
	color: #43d767;
	text-align: center;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 0 0 40px;
}

#centers-new h4.accordion-toggle {
	 font-family: 'SF Pro Display';
	background-color: #0f2640;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	line-height: 28px;
	padding: 20px 80px 20px 35px;
	margin-bottom: 1px;
	position: relative;
	cursor: pointer;
}
#centers-new h4.accordion-toggle:after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background: url(img/lanetalk/accordian-arrow.jpg) no-repeat 0 0;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -20px;
	z-index: 3;
}
#centers-new h4.accordion-toggle.active:after {
	background-position: 0 -38px;
}


.accordion-content { 
	display: none;
	padding: 20px 45px 32px 32px;
	background-color: #e3e3e3;
	font-size: 16px;
	line-height: 20px;
	color: #1c1c1c;
}
.accordion-content.default {display: block;}

/*============================[two-col-feature]=================================*/

.two-col-feature {
	padding: 70px 0;
	background-color: #fff;
}

.two-col-feature.default-top-gap { padding-top: 50px; }
.two-col-feature.large-top-gap { padding-top: 70px; }
.two-col-feature.small-top-gap { padding-top: 20px; }
.two-col-feature.no-top-gap {  padding-top: 0px;}
.two-col-feature.default-bottom-gap { padding-bottom: 50px; }
.two-col-feature.large-bottom-gap { padding-bottom: 70px; }
.two-col-feature.small-bottom-gap { padding-bottom: 20px; }

.feature-bowler-module.center {margin:auto;}
.two-col-feature.gradient-bg {
	background: #bec0c1;
	background: -moz-linear-gradient(left,  #bec0c1 0%, #fafafb 29%, #fafafb 74%, #fafafb 74%, #fafafb 77%, #bfc1c3 100%);
	background: -webkit-linear-gradient(left,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%);
	background: linear-gradient(to right,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%);
}

#centers-new .two-col-feature h2 {
	font-family: 'Futura Std';
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    line-height: 62px;
    padding: 0;
    margin: 0 0 60px;
	color: #43d767;
}

.feature-bowler-module {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	  padding-right: 27px !important;
  padding-left: 27px !important;
	/*text-align: center;*/
}
.feature-bowler-module  a { color: #36be57;} 
.feature-bowler-module  p {
    margin-right: 10px;
}
.feature-bowler-module img {
	margin-bottom: 12px;
}

#centers-new .feature-bowler-module h4{
	font-family: 'SF Pro Display';
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px;
}

.tcc-btn-area {
	padding: 30px 0;
	text-align: center;
}

#centers-new .hisspitch h4 {
	font-family: 'SF Pro Display';
	font-weight: 700;
	font-size: 25px;
	line-height: 27px;
	color: #1c1c1c;
	padding: 0;
	margin: 0 0 20px;
}


.app-buttons-section {
	padding: 65px 0;
	background-color: #fff;
}
.app-buttons-section.gradient-bg {
	background: #bec0c1;
	background: -moz-linear-gradient(left,  #bec0c1 0%, #fafafb 29%, #fafafb 74%, #fafafb 74%, #fafafb 77%, #bfc1c3 100%);
	background: -webkit-linear-gradient(left,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%);
	background: linear-gradient(to right,  #bec0c1 0%,#fafafb 29%,#fafafb 74%,#fafafb 74%,#fafafb 77%,#bfc1c3 100%);
}

.app-buttons-section .container {
	font-family: 'SFProText';
	max-width: 756px;
	font-size: 18px;
	color: #1c1c1c;
	line-height: 22px;
}

.app-buttons-section .container p {
	padding: 0;
	margin: 0 0 20px;
}


#centers-new .app-buttons-section h4 {
	font-family: 'SF Pro Display';
	font-weight: 700;
	font-size: 25px;
	color: #1c1c1c;
	padding: 0;
	margin: 0 0 25px;

}

.apps-btn-row {
	max-width: 426px;
	margin: 0 auto;
}

.special-heading {
	background-color: #0f2640;
	color: #4bd46c;
	padding: 15px 12px;
	text-align: center;
	margin-bottom: 22px;
	margin-top: 65px;
}

.special-heading h3 {
	font-family: 'SF Pro Display';
	font-size: 25px;
	color: #4bd46c;
	line-height: 27px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

/*============================[Download section]========================*/
.download{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	row-gap: 30px;
	padding-top:25px;
}
.downloadblock {
	width: 25%;
	text-align: left;
	
}
.download-section {
text-align: center;
	padding-bottom:110px;
}
.download-section h2{
  font-size: 64px;
  line-height: 64px;
  color: #0f2640;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: 'Futura Std' !important;
  margin-bottom: 40px;
}
.download-section p{
  width: 60%;
  margin: auto;
	padding-bottom:30px;
}

.downloaddesc {
  width: 100% !important;
  margin: auto;
  padding-bottom: 0px !important;
}
.downloadblock a:visited {
  color: #36be57;
}
.downloadblock img{
max-width: 252px;
}
/*============================[Mobile menu]========================*/
.slide-menu.mobile-menu {
	background-color: rgba(0, 0, 0, 0.6);
	color: #000;
	width: 100vw;
}	

.slide-menu .controls {
	width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    font-size: 25px;
    line-height: 40px;
    border: #fff 1px solid;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
}
.slide-menu-area {
	width: 320px;
	height: 100vh;
	padding: 25px;
	background-color: #fff;
}

.slide-menu ul li {
	color: #535353;
	font-family: 'SFProDisplay';
    font-weight: 600;
    line-height: 33px;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.slide-menu ul li a {
	text-decoration: none;
	color: #535353;
}

.slide-menu ul li a:hover, .slide-menu ul li.current-menu-item a {
	color: #43d767;
}


.body-scrolled .topbar.topbar-inverse.topbar-sticky {box-shadow: rgb(0 0 0 / 20%) 0 2px 8px;}
/*=================================================================
[Landing-page]
=====================================================================*/

#desktop-Video {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: none;
  min-width: 100%; 
  min-height: 100%;
  z-index: 1;
}
#mob-Video {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: none;
  min-width: 100%; 
  min-height: 100vh;
  z-index: 1;
}

.landing-container {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 92px 0;
	z-index: 3;
}

.landing-logo {
	width: 189px;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -94px;
	z-index: 2;
}

.landing-wrapper {
	max-width: 780px;
	padding: 0 20px;
	height: calc(100vh - 184px);
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.landing-wrapper .landing-content {
	font-family: 'SFProDisplay';
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
}

.landing-wrapper .landing-content h1 {
	font-family: 'Futura Std';
	font-size: 90px;
	line-height: 94px;
	color: #fff;
	font-weight: 900;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 10px;
}

.landing-wrapper .landing-content p {
	padding: 0;
	margin: 0 0 25px;
}

.landing-content-wrap {
	max-width: 496px;
	margin: 0 auto;
}

.landing-btn-area {
	display: flex;
	justify-content: center;
}
.landing-btn-area .btn {
	margin: 0 12px;
}

.landing-btn-area .btn-transparent {
	background-color: transparent;
	border-color: #4bd56c;
	font-weight: 700;
	font-size: 21px;
	line-height: 34px;
	padding: 12px 60px;
	letter-spacing: normal;
	text-transform: capitalize;
	color: #4bd56c;
	transition: ease-in-out 0.3s background-color, ease-in-out 0.3s color;
	-webkit-transition: ease-in-out 0.3s background-color, ease-in-out 0.3s color;
	border: 2px solid #4bd56c;
}


.landing-btn-area .btn-transparent:hover {
	background-color: #2dd54a;
	color: #fff;
}
.landing-logo-area {margin-top: 40px;}
.desktop-only { display: block; }
.mobile-only { display: none; }
body.page-template-template-landing { background-color: #000; }


/**/
.feature-module-gallery{

}
.feature-module-gallery img{
	height: 230px;
    object-fit: cover;
}
.slick-prev{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(img/lanetalk/arrow_left.png) no-repeat 0 0;
	background-size: cover;
	border: 0;
	text-indent: -9999px;
	width: 43px;
    height: 43px;
	cursor: pointer;
	z-index: 2;
}
.slick-next{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: url(img/lanetalk/arrow_right.png) no-repeat 0 0;
	background-size: cover; 
	border: 0;
	text-indent: -9999px;
	width: 43px;
    height: 43px;
	cursor: pointer;
	z-index: 2;
}

.icon-tag{
	margin-bottom: 15px;
}
.icon-tag img{
	max-height: 24px;
	margin: 0 5px 0 0;
}


/*Custom header footer*/
.header-custom{
	padding-top: 40px;
}
.page-id-3493 .header{
	padding-top: 50px;
}

.footer-custom{
	text-align: center;
	padding: 40px 0 122px;
}
.footer-custom span{
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #020202;
	margin-bottom: 13px;
}
.footer-custom-logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-custom-logo img{
	max-height: 63px;
	display: block;
	margin: 0 16px;
}
.footer-custom-logo a:first-child img{
	height: 53px;
}



/*====================================================================
[Responsive]
=====================================================================*/

@media only screen and (min-width:1920px){
	.tournaments-row .tournaments-col img { /*max-height: 500px;*/ }

}
@media only screen and (max-width:1440px){
	#centers-new .h-fullscreen.hero-style-1 .style1-hero-img { width: 60%; }
	#centers-new .hero-style-1 h1 { font-size: 75px; line-height: 75px; }
	
}
@media only screen and (max-width:1100px){
	#centers-new .hero-style-1 h1 { font-size: 65px; line-height: 65px; }
	
}


@media only screen and (max-width:767px){
	#centers-new .app-buttons-section h4 {line-height: 26px;}
	.topbar-expand-sm .topbar-right .topbar-nav li {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
	    -webkit-box-align: start;
	    align-items: flex-start;
	    flex-shrink: 0;
	    line-height: 2.5;
	    margin-bottom: 16px;
	    margin-left: 0;
	}
	.topbar-expand-sm .topbar-right .topbar-nav li a {
		color: #535353;
		font-size: 17px;
		opacity: 1;
	}
	.inner-hero.mobile	{
	padding: 160px 0;
	}
	.cta-video-section-bg {
		background-position: 50% 0;}
	.topbar-expand-sm .topbar-backdrop {
	    background-color: rgba(0, 0, 0, 0.5);
	}
	#centers-new.topbar-reveal .topbar { height: auto; }

	.topbar-reveal .topbar-backdrop::after {
	    content: "X";
	    font-family: themify;
	    font-size: 20px;
	    color: #b5b9bf;
	    opacity: .7;
	    position: absolute;
	    top: 10px;
	    right: 20px;
	}
	.apps-btn-row { text-align: center; }
	.apps-btn-row .col-12 { padding-bottom: 15px; }
	#centers-new .cta-section h2 { font-size: 40px; line-height: 44px; }
	.cta-video-row .video-holder { width: 100%; }
	.cta-video-row .video-content { width: 100%; padding: 20px 0; text-align: center; }
	#centers-new .cta-video-row .video-content h2 { font-size: 40px; line-height: 42px; }
	.cta-section { font-size: 16px; line-height: 20px; }
	#centers-new .site-footer .row ul.nav { justify-content: center; }
	.foo-bottom .copyright { text-align: center; }
	.small-container.container { width: 100%; }
	/*--------------------[02-09-2021]-------------------------*/
	.tournaments-col .download-app-center { margin: 0; }
	.tournaments-col .download-app-center a img { height: auto; }
	.film-och-tournaments .tournaments-row .get-the-app { padding-top: 50px; }
	#centers-new h4.accordion-toggle { font-size: 20px; }
	#centers-new .feature-list-section ul { text-align: left; display: inline-block; }
	.basic-text img { height: auto;}
	/* new landing page */
	.landing-wrapper .landing-content { font-size: 16px; line-height: 20px; }
	.landing-wrapper .landing-content h1 { font-size: 46px; line-height: 52px; }
	.landing-btn-area { flex-wrap: wrap; justify-content: space-between; }
	.landing-btn-area .btn { width: 48%; margin: 0; padding: 10px 0; }
	.desktop-only { display: none; }
	.mobile-only { display: block; }
	.icon-tag {display: flex;  flex-direction: row;}
	.footer-custom-logo img { height: 44px !important;}
	.page-id-3493 .header { padding-top: 150px;}
}