/*!
Theme Name: Webalive (Clubeez)
Theme URI: https://wwebalive.com
Author: Md. Webalive
Author URI: https://wwebalive.com
Description: A WordPress theme for Clubeez
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webalive
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 with others.

Webalive is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

@font-face { /* bold */
	font-family: 'Gilroy';
	src: url('assets/fonts/Gilroy-Bold.eot');
	src: url('assets/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Gilroy-Bold.woff2') format('woff2'),
	url('assets/fonts/Gilroy-Bold.woff') format('woff'),
	url('assets/fonts/Gilroy-Bold.ttf') format('truetype'),
	url('assets/fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face { /* regular */
	font-family: 'Gilroy';
	src: url('assets/fonts/Gilroy-Regular.eot');
	src: url('assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Gilroy-Regular.woff2') format('woff2'),
	url('assets/fonts/Gilroy-Regular.woff') format('woff'),
	url('assets/fonts/Gilroy-Regular.ttf') format('truetype'),
	url('assets/fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face { /* medium */
	font-family: 'Gilroy';
	src: url('assets/fonts/Gilroy-Medium.eot');
	src: url('assets/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Gilroy-Medium.woff2') format('woff2'),
	url('assets/fonts/Gilroy-Medium.woff') format('woff'),
	url('assets/fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face { /* semebold */
	font-family: 'Gilroy';
	src: url('assets/fonts/Gilroy-SemiBold.eot');
	src: url('assets/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Gilroy-SemiBold.woff2') format('woff2'),
	url('assets/fonts/Gilroy-SemiBold.woff') format('woff'),
	url('assets/fonts/Gilroy-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/Gilroy-Thin.eot');
	src: url('assets/fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Gilroy-Thin.woff2') format('woff2'),
	url('assets/fonts/Gilroy-Thin.woff') format('woff'),
	url('assets/fonts/Gilroy-Thin.ttf') format('truetype'),
	url('assets/fonts/Gilroy-Thin.svg#Gilroy-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #2c3039;
	font-family: 'Gilroy';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Gilroy';
	font-weight: 700;
}

p {
	margin-bottom: 1rem;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #3cc5f1;
	border-radius: 3px;
	background: #3cc5f1;
	color: rgb(255, 255, 255);
	font-size: 18px;
	line-height: 1;
	padding: 0.75em 4em 0.75em;
	font-weight: 600;
	cursor: pointer;
}
button:hover, input[type="button"]:hover,  input[type="submit"]:hover{
	background-color: #2c3039;
}
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 #f0f0f0;
	border-radius: 3px;
	padding: 10px;
	background-color: #f0f0f0;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #f0f0f0;
	background-clip: padding-box;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3cc5f1;
}

a:visited {
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}



.feature-item .icon {
	margin-bottom: 12px;
}
.feature-item h4 {
	margin-bottom: 5px;
}
.icon {
	width: 40px;
	height: 40px;
	background: url(assets/img/icons.png);
	background-position: -13px -13px;
}
.team-icon {
	background-position: -13px -13px;
}
.reg-icon{
	background-position: -82px -13px;
}
.group-icon {
	background-position: -11px -141px;
}
.scheduling-icon {
	background-position: -145px -77px;
}
.attendance-icon{
	background-position: -79px -76px;
}
.sharing-icon{
	background-position: -79px -142px;
}


/* Base CSS */
.btn-primary {
	background-color: #3cc5f1;
	border-color: #3cc5f1;
	padding: 10px 40px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(60, 197, 241, 0.5);
	color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(44, 48, 57, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2c3039;
	border-color: #2c3039;
}
.btn-primary:hover {
	color: #fff;
	background-color: #2c3039;
	border-color: #2c3039;
}
.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 2rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 4px;
}
.base-padding{
	padding-top: 120px;
	padding-bottom: 120px;
}

/* Site Menu */
nav#site-navigation {
	padding-top: 20px;
	padding-bottom: 20px;
}
.menu-main-menu-container {
	margin-left: auto;
	margin-right: 20px;
}
#menu-main-menu li {
	margin: 0 15px;
}
#menu-main-menu li a {
	color: #2c3039;
	font-size: 17px;
	font-weight: 500;
}
#menu-main-menu li a:hover, #menu-main-menu li a:focus{
	color: #3cc5f1;
	outline: 0;
}
#menu-main-menu li.current-menu-item a {
	color: #3cc5f1;
}
/* Home Page Style Start */
.home-section{
	background: url("assets/img/banner-image.jpg") center ;
	background-size: cover;
	padding-top: 130px;
	text-align: center;
	position: relative;
}
.intro-text {
	max-width: 880px;
	margin: 0 auto 40px;
}
.intro-text h1{
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 15px;
	margin-top: 0;
}
.intro-text p{
	margin-bottom: 22px;
}
.section-title {
	margin-bottom: 50px;
}
.section-title h2::after {
	content: "";
	width: 50px;
	height: 3px;
	background: #35cc6d;
	position: absolute;
	left: 0;
	bottom: 0;
}
.section-title h2 {
	margin-bottom: 15px;
	padding-bottom: 20px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #686d77;
}

.section-title p {
	font-size: 30px;
}
.features-section .col-md-4 {
	margin-bottom: 30px;
}
.feature-item {
	padding: 35px 35px 40px 35px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	height: 100%;
}
.feature-item p {
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
}
.features-section .container, .lg-container {
	max-width: 1380px;
	width: 100%;
}
.lg-container-blog{
	max-width: 1310px;
	width: 100%;
}

.how-it-work-section{
	background: #fafafa;
}
.how-it-work-section .container{
	max-width: 970px;
}
.how-item .btn {
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
	white-space: normal;
	margin-bottom: 40px;
}
.how-item {
	max-width: 415px;
	margin-top: 40px;
}
.how-item .btn, .how-item .btn:hover, .how-item .btn:focus {
	background: none;
	outline: 0;
	box-shadow: none;
	border: 0;
	color: #212529;
}
.tab-text, .tab-number{
	display: inline-block;
	vertical-align: top;
}
.how-item button.btn:last-child .tab-number::after {display: none;}
.how-item button.btn .tab-number::after {
	height: 100px;
	position: absolute;
	content: "";
	width: 2px;
	background: #35cc6d;
	top: 43px;
	left: 50%;
	margin-left: -1px;
}
.how-item button.btn.collapsed .tab-number::after{
	background: #c6c6c6;
}
.how-item span.tab-text {
	width: calc(100% - 50px);
	padding-left: 25px;
}
.how-item span.tab-text p{
	font-size: 15px;
}

.how-item button.btn .tab-number {
	width: 45px;
	height: 45px;
	background: #35cc6d;
	text-align: center;
	line-height: 45px;
	font-weight: 700;
	color: #fff;
	border: 2px solid #35cc6d;
	border-radius: 50%;
	position: relative;
}
.how-item button.btn.collapsed .tab-number {
	background: #fff;
	color: #969696;
	border: 2px solid #c6c6c6;
}
.how-it-work-section .app-screen{
	max-width: 290px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 28px 10px rgba(171, 171, 171, 0.1);
}
.how-it-work-section .section-title{
	margin-bottom: 30px;
}
.custom-dev-section .section-title{
	margin-bottom: 30px;
}
.custom-dev-text ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin-top: -10px;
}
.custom-dev-text p {
	font-size: 15px;
}
.custom-dev-text {
	max-width: 595px;
}
.custom-dev-text ul li {
	padding: 15px 0px;
	font-size: 16px;
	border-bottom: 1px solid #f3f3f3;
	line-height: 24px;
	background: url(assets/img/list-icon.png) no-repeat 0 15px;
	padding-left: 35px;
}
.button-wrap {
	margin-top: 30px;
}
.testimonial-section{
	background: #fafafa;
	text-align: center;
	padding: 100px 0 100px;
}
.testimonial-section h2{
	font-weight: 500;
}

.testimonial-item{
	margin: 30px auto 0;
	max-width: 740px;
}
.testimonial-img {
	display: inline-block;
	width: 95px;
	height: 95px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	margin-bottom: 10px;
}
.testimonial-img::after {
	content: url(assets/img/quote.png);
	position: absolute;
	width: 37px;
	height: 30px;
	bottom: -20px;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial-item p {
	font-size: 20px;
	margin-top: 20px;
}

.testimonial-item h5 {
	font-weight: normal;
	font-size: 15px;
	display: inline-block;
	padding-left: 50px;
	position: relative;
}
.testimonial-item h5 span{
	font-weight: 600;
}
.testimonial-item h5::before {
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	background: #c6c6c6;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

/* Why Clubeez */
.choose-clubeez-area {
	width:100%;
	position:relative;
	padding-bottom: 50px;
}
.choose-clubeez-area .section-title {
	margin-bottom: 30px;
}
.choose-clubeez-area .container{
	max-width:1380px;
	width:100%;
	position:relative;
}
.clubeez-left-text>p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.single-clubeez {
	position: relative;
	margin-bottom: 20px;
	vertical-align: top;
}
.single-clubeez .text{
	width: calc(100% - 70px);
	padding:0 0 0 20px;
	position: relative;
	display:inline-block;
}
.single-clubeez .icon {
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
}

.single-clubeez .icon.free {
	background-position: 0px -3px;
}
.single-clubeez .icon.multi{
	background-position: -67px -3px;
}
.single-clubeez .icon.branded{
	background-position: 1px -132px;
}
.single-clubeez .icon.device {
	background-position: -132px -67px;
}
.single-clubeez .icon.save-time {
	background-position: -66px -67px;
}
.right-club-pic {
	width: 100%;
	position: relative;
	display: block;
	margin-top: -50px;
}
.right-club-pic img {
	width: 100%;
}

.get-started-section {
	padding-top: 0px;
	padding-bottom: 70px;
}
.get-started-section hr {
	background-color: #ebebeb;
	border: 0;
	height: 1px;
	margin-bottom: 2.5rem;
}
.get-started-section h3{
	font-weight: 600;
	margin-bottom: 15px;
}
.get-started-section a.btn.btn-primary.btn-lg {
	font-size: 20px;
	padding: 15px 60px;
	letter-spacing: 0.4px;
}
footer.webalive-footer {
	padding: 90px 0 50px;
	background: #2c3039;
	color: #fff;
}
.footer-item ul {
	list-style-type: none;
	padding: 0;
}
.footer-item h5 {
	color: rgba(255,255,255,0.9);
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 8px;
}
.footer-item ul li {
	display: inline;
	margin-right: 17px;
}
.footer-item ul li a {
	color: rgba(255,255,255,0.9);
	font-size: 15px;
	line-height: 27px;
}
.social-icons, .store-icons{
	display: inline-block;
}
.social-icons{
	margin-left: 20px;
}
.store-icons a {
	display: inline-block;
	margin: 0 5px;
}
.social-icons a {
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	background: #565961;
	vertical-align: middle;
	line-height: 45px;
	border-radius: 50%;
	color: #2c3039;
	font-size: 22px;
	margin: 5px;
	transition: 0.2s all;
}
.social-icons a:hover {
	background: #3cc5f1;
}
.copyright-text {
	border-top: 1px solid #42454d;
	padding-top: 30px;
	font-size: 14px;
	color: rgba(255,255,255,0.65);
}
.top-footer-row {
	padding-bottom: 30px;
}


#primary{
	padding-bottom: 100px;
	padding-top: 130px;
	background-color: #fafafa;
}
#primary{
	background: url(assets/img/banner-image.jpg) center;
	min-height: 500px;
	background-repeat: repeat-y;
	background-size: cover;
}

header.entry-header {
	padding-bottom: 50px;
	text-align: center;
}
header.entry-header h1 {
	margin: 0 0 10px;
	font-size: 45px;
}
header.entry-header p{
	font-size: 17px;
	line-height: 27px;
}

.contact-address .box-wrap a {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	transition: all 0.5s ease 0s;
	text-decoration: none;
}
.contact-address .box-wrap a:hover {
	color: #3cc5f1;
}
.contact-address .content-wrap {
	text-align: center;
}
.contact-address .content-wrap .text-wrap {
	text-align: center;
}
.contact-address .content-wrap .email, .contact-address .content-wrap .map, .contact-address .content-wrap .phone {
	text-align: center;
	position:relative;
	display:block;
	padding-bottom: 40px;
}
.contact-address .content-wrap .email:before {
	background: url(assets/img/contact-sprite.png) no-repeat;
	content: '';
	background-position: -6px 0px;
	position: absolute;
	top: 0px;
	left: 47%;
	width: 28px;
	height: 28px;
}

.contact-address .content-wrap .map:before {
	background: url(assets/img/contact-sprite.png) no-repeat;
	content: '';
	background-position: -6px -37px;
	position: absolute;
	top: 0px;
	left: 47%;
	width: 28px;
	height: 32px;
}
.contact-address .content-wrap .phone:before {
	background: url(assets/img/contact-sprite.png) no-repeat;
	content: '';
	background-position: -6px -74px;
	position: absolute;
	top: 0px;
	left: 47%;
	width: 28px;
	height: 28px;
}

.contact-address .text-wrap p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
}
.contact-address .btn-wrap {
	margin-top: 45px;
	text-align: center;
}
.contact-address .btn-wrap a {
	background: #fff200 none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Gilroy';
	line-height: 30px;
	margin: 0 auto;
	padding: 8px 47px;
	transition: all 0.5s ease 0s;
}
.contact-address .btn-wrap a:hover {
	background: #000;
	color: #fff;
}
.contact-address .box-wrap {
	position: relative;
	text-align: center;
	height: 102px;
}
.contact-address .email .box-wrap {
	padding-left: 30px;
}
.container.contact-address > .row {
	max-width: 600px;
	margin: 0 auto;
}
.container.contact-address > .row > .col-sm-6::before {
	background: #dee0e4;
	content: "";
	height: 90px;
	position: absolute;
	right: 0;
	width: 1px;
}
.container.contact-address > .row > .col-sm-6:last-child::before{
	display:none;
}
.contact-address  header.entry-header{
	padding-bottom: 60px;
	text-align: center;
}
.contact-bottom-bar hr{
	background-color: #e5e6e9;
}
.container.contact-address{
	max-width: 890px;
}




/* Pricing Page CSS start */
.pricing-box-area .container{
	max-width:1160px;
	width:100%;
	position:relative;
}
.page-id-23 header.entry-header {
	padding-bottom: 30px;
}
.pricing-box-area .col-md-4 {
	margin:0;
	padding:0;
}
.pricing-box-area .pricing-box {
	position: relative;
	display: block;
	min-height: 705px;
}
.pricing-box-area .top-area {
	padding: 90px 0 40px 0;
	height: 295px;
}

.pricing-box-area .top-area h3 {
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.pricing-box-area .top-area h2 {
	font-weight: 100;
	font-size: 60px;
	text-align: center;
	margin-bottom: 8px;
}
.pricing-box-area .top-area h2 sub {
	bottom: 0;
	font-size: 50%;
}
.pricing-box-area .top-area p {
	font-size: 15px;
	text-align: center;
	padding: 5px 19px;
	line-height: 25px;
	color: #2c3039;
}
.pricing-box-area .top-area h6 {
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 27px;
}
.pricing-box-area .service-area {
	position: relative;
	display: block;
}
.pricing-box-area .service-area .service-row {
	position: relative;
	display: block;
	padding: 7px 10px;
	font-size: 17px;
	line-height: 30px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
	min-height: 45px;
	color: #2c3039;
}
.pricing-box-area .col-md-4:nth-child(2) .pricing-box {
	background:#edf9f2;
}

.pricing-box-area  .col-md-4:nth-child(2) .pricing-box  .top-area {
	 padding: 50px 0 50px 0;
 }
.pricing-box-area .pricing-box .service-row:nth-child(1) {
	border-top: 0px solid #e7e7e7;
}
.pricing-box .custom-contact {
	position: relative;
	display: block;
	padding: 5px 40px;
	text-align: center;
	margin-top: 30px;
	font-size: 17px;
}
.pricing-box .custom-contact a{
	font-weight: 600;
}
.pricing-box .sign-up-button {
	display: block;
	position: absolute;
	margin: 0 auto;
	bottom: 65px;
	left: 0;
	width: 100%;
	right: 0;
	text-align: center;
}
.pricing-box .sign-up-button a.btn.btn-primary{
	min-width: 185px;
	margin: 0 auto;
}














/* 404 Page */
section.error-404.not-found {
	text-align: center;
}
section.error-404.not-found h1 {
	font-size: 70px;
	color: #3cc5f1;
	margin-bottom: 10px;
}
section.error-404.not-found h3 {
	letter-spacing: 0.5px;
	font-weight: 500;
}
section.error-404.not-found p a{
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0.4px;
}
/* Blog CSS */
.blog-signup{

}
.blog-signup .mc-field-group > div {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 -4px;
}
.blog-signup .newsletter-input {
	text-align: center;
	max-width: 460px;
	margin: 25px auto 0;
}
.blog-signup .newsletter-input input[type="email"] {
	background: #fafafa;
	border: 2px solid #b5b5b5;
	border-radius: 4px;
	width: 300px;
	height: 47px;
	line-height: 50px;
	padding: 5px 15px;
	margin: 0;
	color: #2c3039;
	font-size: 16px;
	text-align: left;
}
.blog-signup #mc-embedded-subscribe {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 47px;
	font-size: 14px;
	margin: 0;
	background: #3cc5f1;
	color: #fff;
	border-color: #3cc5f1;
}
.blog-signup .newsletter-input input[type="submit"]{
	padding: 5px 20px;
	font-weight: 600;
}
.blog-signup .newsletter-input input[type="submit"]:hover, .blog-signup .newsletter-input input[type="submit"]:focus{
	color: #fff;
	background: #27a2d1;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.blog-signup .newsletter-input input[type="email"].error{
	border: 2px solid #dc0000;
}
.blog-signup  label.error {
	background: #dc0000;
	border-radius: 5px;
	color: #ffffff;
	font-size: 12px;
	margin: 40px 0 0 -200px;
	padding: 2px 6px;
	position: absolute;
	text-align: center;
}

.each-blog a:hover,  .blog-recent-post a:hover{
	text-decoration: none;
}
.left-sidebar {
	padding-right: 60px;
}

.left-sidebar .each-blog {
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;
}
.left-sidebar .each-blog .author-area, .blog-recent-post .author-area {
	font-weight: 500;
	color: #8c8c8c;
}
.left-sidebar .each-blog h3 {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 8px;
	font-weight: 600;
}
.left-sidebar .each-blog .post-thumbnail {
	margin: 0 0 20px;
}
.left-sidebar .each-blog:hover h3{color: #27a2d1}

.left-sidebar .each-blog a.post-thumbnail:hover{
	opacity: 1;
}
.item-blog-wrapper {
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	min-height: 390px;
	border-radius: 4px;
	overflow: hidden;
}
.blog_right {
	padding: 30px;
}
.left-sidebar .each-blog h3 a {
	color: #2c3039;
}
.left-sidebar .each-blog:hover h3 a{
	color: #3cc5f1;
}
.blog-recent-post {
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.recent-post-content-wrap {
	padding: 35px 30px;
}
.blog-recent-post img{
	width: 100%;
}
.blog-recent-post a:hover img,
.each-blog  .post-thumbnail:hover img{
	opacity: 0.7;
}
.blog-recent-post h2 {
	font-size: 25px;
	text-transform: inherit;
	margin-top: 0;
	margin-bottom: 7px;
	font-weight: 600;
}
.blog-recent-post h2 a{
	color: #2c3039;
}
.right-sidebar .sidebar {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-right: 0;
	position: relative;
}
.search-form{
	position: relative;
}
.search-form label {
	clear: both;
	display: block;
}
.search-form  .screen-reader-text {
	display: none;
}
.search-form  input.search-field {
	border: 2px solid #dddddd;
	border-radius: 4px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 3px 35px 2px 15px;
	text-transform: none;
	width: 100% !important;
	font-family: "proxima_nova_regular",sans-serif;
}
.search-form  button.search-submit {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("images/serach-icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: medium none;
	display: block;
	font-size: 0;
	height: 16px;
	line-height: 13px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 16px;
}

.sidebar .widget {
	border: 0;
	padding-top: 0;
}
.sidebar .widget ul {
	margin-left: 0;
}
.sidebar .widget ul li{
	list-style: none;
	background: transparent;
	padding-left: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 17px;
}
.right-sidebar .widget .widget-title {
	margin-bottom: 10px;
	font-size: 24px;
}

.single.single-post .left-sidebar  .post-thumbnail img{
	width: 100%;
}
.single.single-post .left-sidebar .entry-content{
	float: none;
	width: 100%;
	padding-top: 0;
	padding-left: 0px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}
.single.single-post .left-sidebar .entry-content ul li{
	list-style: none;
}
.single.single-post .left-sidebar .entry-content h2{
	font-size: 28px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 38px;
	text-transform: inherit;
}
.single.single-post .left-sidebar .entry-content h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 32px;
}
.single.single-post .left-sidebar .entry-content h4{
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 28px;
	text-transform: inherit;
}
.single.single-post .left-sidebar .entry-content h5{
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 20px;
	text-transform: inherit;
}
.single.single-post .left-sidebar .entry-title {
	font-size: 30px;
	text-align: left;
	line-height: 36px;
	font-weight: 600;
}
.single.single-post .left-sidebar  .entry-meta {
	text-align: left;
}
.single.single-post .left-sidebar  header.entry-header {
	padding-bottom: 20px;
}
.single.single-post .left-sidebar .entry-content h6{
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 12px;
	line-height: 20px;
	text-transform: inherit;
	font-style: normal;
}
.left-sidebar .author-area span {
	color: rgba(0,0,0,0.7);
	display: inline-block;
	font-size: 16px;
}
.left-sidebar .author-name span,
.left-sidebar .author-area span.date{
	color: rgba(0,0,0,0.5);
	margin-right: 5px;
}
.left-sidebar .author-area {
	padding: 3px 0 0;
	text-align: left;
}
.left-sidebar .author-area .author-name:first-of-type {
	text-transform: capitalize;
	margin-right: 5px;
}
.left-sidebar .author-area .author-name span {
	text-transform: none;
}

.blog .site-content-inner,
.single-post .site-content-inner{
	padding: 100px 0;
}
.single-post  .entry-content  .heateorSssSharingArrow{
	display: none;
}
.detaials-blog-meta{
	text-align: left;
}
.detaials-blog-meta > span {
	color: #555;
	text-align: left;
	margin-right: 7px;
	padding-right: 7px;
	display: inline-block;
	position: relative;
}
.detaials-blog-meta > span:first-child::after{
	content: '|';
	position: absolute;
	right: -4px;
}
.fixed-content-bottom{
	position: relative;
	margin-top: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
}
.fixed-our-logo {
	position: absolute;
	left:0;
	width: 102px;
	height: 102px;
}
.fixed-our-logo img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width:100%;
	border-radius: 50%;
}
.fixed-our-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin: 0 0 0 130px;
	padding: 30px;
	position: relative;
}
.fixed-our-content:before {
	position: absolute;
	top: 26px;
	left: -10px;
	display: inline-block;
	content: " ";
	height: 20px;
	width: 20px;
	border:1px solid #dfdfdf;
	background: #fff;
	transform: rotate(225deg);
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.fixed-our-content {
	padding-left: 45px;
}
.fixed-our-content h4{
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 20px;
}
.single.single-post .left-sidebar .entry-content .fixed-our-content h4{
	margin-top: 0;
	margin-left: 0;
	letter-spacing: normal;
}
.fixed-our-content p{
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}
.fixed-our-content p,.fixed-our-content p a{
	color: rgba(17,16,17,0.80);
	box-shadow: none;
}
.search-results  .page-header{
	border-top: none;
}
/* comment box css*/
.no-results.not-found .page-header  .page-title,
.search-results  .page-header  .page-title{
	color: rgba(0, 0, 0, 0.8);
	font-size: 32px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.widget ul li a {
	color: #000;
	font-size: 17px;
	outline: 0;
	font-weight: 500;
}
.widget ul li a:hover {
	color: #3cc5f1;
	font-size: 17px;
	text-decoration: underline;

}
.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin-bottom: 10px;
}

#wpcomm .avatar{
	border: 0!important;
}
#wpcomm .wc-field-submit {
	padding: 7px 0 0 5px;
}
#wpcomm .wc-field-submit .wc_comm_submit {
	display: block;
	width: 100%;
	margin-top: 5px;
}
#wpcomm .wc-form-wrapper{
	background: transparent!important;
	border: 0;
	padding: 0!important;
}
#wpcomm .wpd-form-row .wpdiscuz-item {
	padding: 8px 0px 7px 0px!important;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon{
	display: none!important;
}
#wpcomm .wpd-form-row .wpd-has-icon .wpd-field{
	padding-left: 10px;
	border: 2px solid #888!important;
	border-radius: 4px;
	font-family: "proxima_nova_regular",sans-serif;
}
#wpcomm .wc-field-textarea textarea{
	border: 2px solid #888!important;
	border-radius: 4px;
	height: 100px!important;
	font-size: 15px;
	padding-top: 12px;
	font-family: "proxima_nova_regular",sans-serif;
}
#wpcomm .wpd-form-row .wpdiscuz-item input[type="text"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="email"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="url"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="color"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="date"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="month"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="number"], #wpcomm .wpd-form-row .wpdiscuz-item input[type="time"]{
	height:40px;
}
#wpcomm .wc-field-comment {
	margin: 5px auto 7px auto!important;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wc-captcha-input input[type="text"]{
	height:40px;
	border: 2px solid #888!important;
	border-radius: 4px;
	padding-left: 10px;
}
#wpcomm .wc_notification_checkboxes {
	padding: 13px 0 24px 0;
	text-align: left;
}
#wpcomm .wc-label-comment-notify {
	font-size: 15px;
	vertical-align: top;
}
#wpcomm .wc_notification_checkboxes input[type="checkbox"], #wpcomm .wc_notification_checkboxes input[type="radio"] {
	overflow: hidden;
	width: inherit;
	font-size: 13px;
	padding: 0;
	display: inline;
	clear: both;
	float: none;
	max-height: 20px;
	margin: 2px 3px 0 0;
}
#comments input[type="submit"] {
	width: 100%;
	background-color: #2c3039;
	border-radius: 4px;
	color: #fff;
	padding: 16px 30px 16px;
	vertical-align: bottom;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
#comments input[type="submit"]:hover{
	background: #27a2d1;
}
#wpcomm .wc-blog-guest > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-guest > .wc-comment-right .wc-comment-author a {
	color: #27a2d1!important;
}
#wpcomm .wc-blog-guest > .wc-comment-left .wc-comment-label {
	background: transparent!important;
	display: none;
}
#wpcomm .wc-comment-label span{
	color: #2e2e2e!important;
	font-size: 14px!important;
}
#wpcomm .wc-blog-guest > .wc-comment-left .wc-comment-label span {
	color: #2e2e2e!important;
	font-size: 16px!important;
}
#wpcomm .wc-blog-post_author > .wc-comment-left .wc-comment-label{
	background: transparent!important;
	display: none;
}
#comments #wpcomm .wpf-cta:hover {
	color: #fff!important;
	background: #27a2d1!important;
	border: 1px solid #27a2d1!important;
}
#comments #wpcomm .wc-comment-right .wc-comment-text {
	padding: 0px 10px 10px!important;
}
#comments #wpcomm .wc-cta-active{
	background: transparent!important;
	border: 1px solid #fff!important;
}
.wpdiscuz-front-actions {
	background: #ffffff!important;
	border: 0;
	border-bottom: 1px solid #e7e6e6 !important;
}
#wpcomm .wc-comment-footer {
	border-bottom: 1px solid #e7e6e6;
}
#wpcomm .wpdiscuz-sort-button-active{
	color: #27a2d1!important;
}
#wpcomm .wc-reply .wc-comment-right {
	background: #ffffff!important;
}
#wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author, #wpcomm .wc-blog-post_author > .wc-comment-right .wc-comment-author a{
	color: #27a2d1!important;
}
#wpcomm .wc-comment-text p{
	padding: 0!important;
}
#wpcomm .wc-comment-footer .wc-vote-link{
	border: 0!important;
}
#wpcomm .wc-cta-button{
	background: transparent !important;
	color: #888!important;
	border: 1px solid #fff!important;
}
#comments  #wpcomm .wc-cta-button:hover{
	background: transparent!important;
	border: 1px solid #fff!important;
	color: #27a2d1!important;
}
#wpcomm .wc-vote-result{
	border: 0!important;
}
#wpcomm{
	border: 0;
	padding: 0;
	margin: 0;
}
.wpdiscuz-subscribe-bar{
	display: none;
}
#wc-comment-header {
	padding: 0;
	font-size: 22px;
}
#wpcomm .wc-comment-title {
	font-size: 16px;
	text-align: right;
	color: rgba(17,16,17,0.57);
	font-weight: 300;
	border: 0;
	padding-top: 0;
}
#wpcomm input, #wpcomm  textarea{
	background: #fff;
	font-family: "proxima_nova_regular",sans-serif;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_img {
	height: 30px;
	border-bottom: 0;
	margin-top: 4px;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wc-captcha-label .wc_captcha_refresh_img img{
	border: 0;
	background: transparent;
}
#wc_show_hide_loggedin_username {
	padding: 10px 5px 5px 5px;
	font-size: 13px;
	margin: 0 auto;
	max-width: 950px;
	padding: 0;
	color: #bbb;
}
div.heateorSssTotalShareCount {
	font-weight: normal!important;
	word-wrap: normal!important;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000;
	font-size: 24px!important;
	font-family: 'ProximaNova-Regular',"Segoe UI", "Arial Narrow", "Trebuchet MS" !important;
}
div.heateorSssTotalShareText{
	font-family: 'ProximaNova-Regular',"Segoe UI", "Arial Narrow", "Trebuchet MS" !important;
	color: #000;
	font-size: 16px!important;
}
.wpdiscuz-loading-bar {
	position: static;
	right: 0;
	border: 0;
	background: transparent;
	z-index: 999999;
	display: none;
	text-align: center;
	width: 100%;
	bottom: 0;
	top: auto !important;
	left: 0;
}
.heateor_sss_vertical_sharing {
	z-index: 1!important;
}
#wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap{
	border: 0;
}

/*start:pagination*/
.pagination:before,
.pagination:after,
.pagination  .screen-reader-text,
.pagination  .nav-links:before,
.pagination  .nav-links:after{
	display: none;
}
.pagination .nav-links{
	padding: 0;
}
.pagination{
	width: 100%;
	border: none;
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	padding-top: 20px;
	margin:60px 0 30px;
}
.pagination .page-numbers{
	color: rgba(0, 0, 0, 0.9);
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	color: rgba(0, 0, 0, 1.0);
	text-decoration: none;
}
.pagination .page-numbers.current{
}
.pagination .prev,
.pagination .next,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .prev:focus,
.pagination .next:focus{
	background-color: transparent;
}

.pagination .prev, .pagination .next{
	width: auto;
	padding-top: 10px;
	color: rgba(0, 0, 0, 0.9);
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
}
.pagination .prev::before, .pagination .next::before {
	font-size: 20px;
	height: 20px;
	line-height: 35px;
	position: relative;
	width: auto;
	color: rgba(0, 0, 0, 0.9);
}
.pagination .prev:hover::before, .pagination .next:hover::before {
	color: rgba(0, 0, 0,1.0);
	text-decoration: none;
}
.pagination .next {
	padding-right: 20px;
}
.pagination .next::before {
	right: -63px;
	top: -8px;
}


.pagination .prev {
	left: 0;
	right: auto;
}
.pagination .prev::before {
	left: -4px;
	top: -8px;
}

/*end:pagination*/


#comments {
	padding-left: 0px;
}
div.wpcf7 .row {
	margin-bottom: 20px;
}
.contact-form h2 {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 70px;
}
.contact-form {
	max-width: 860px;
	margin: 0 auto;
}
.contact-form label{
	margin-bottom: 5px;
}
span.wpcf7-form-control-wrap.Message .form-control {
	height: 145px;
}
.row.btn-row {
	text-align: center;
}

.page-id-80 header.entry-header {
	display:none
}
.page-id-80 .home-section {
	padding:0
}
.page-id-80 .intro-text h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;

}
.page-id-80 .heateor_sss_sharing_container{
	display: none
}
@media screen and (max-width: 1199px) {
	.pricing-box .sign-up-button{
		bottom: 0;
	}
	.pricing-box .sign-up-button a.btn.btn-primary {
		margin: 0 auto 20px;
	}
	.pricing-container{
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	header.entry-header h1 {
		font-size: 35px;
	}
	.base-padding {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.top-footer-row .store-icons {
		margin-bottom: 10px;
	}

	.top-footer-row .store-icons a img {
		max-width: 150px;
	}
	#primary {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}
@media screen and (max-width: 991px) {
	.contact-address header.entry-header {
		padding-bottom: 30px;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0,0,0,.5);
		border-color: rgba(0,0,0,.1);
		background: #fff;
	}
	nav#site-navigation > .container {
		padding: 0;
	}
	.header-signup .btn-primary {
		padding: 7px 20px;
		border-radius: 3px;
		font-size: 15px;
		vertical-align: top;
	}
	.navbar-light .navbar-brand{
		min-width: 200px;
	}
	#menu-main-menu li {
		margin: 0 7px;
	}
	.menu-main-menu-container {
		margin-right: 10px;
	}
	#menu-main-menu li a {
		font-size: 15px;
	}
	header.entry-header p br{
		display: none;
	}
	.left-sidebar {
		padding-right: 15px;
	}
	.intro-text h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.intro-text h1 br, .intro-text p br{
		display: none;
	}
	.home-section {
		padding-top: 90px;
	}
	.single-clubeez .text {
		width: 100%;
		padding: 0;
		display: block;
		margin-top: 20px;
	}
	.feature-item {
		padding: 25px 25px;
	}
	.item-blog-wrapper{
		min-height: 0;
	}
	header.entry-header {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.single.single-post .left-sidebar .entry-title {
		font-size: 24px;
		line-height: 30px;
	}
	.blog-signup .newsletter-input input[type="email"]{
		width: 100%;
	}
	.recent-post-content-wrap , .blog_right{
		padding: 25px 20px;
	}
	.blog-recent-post h2 {
		font-size: 20px;
	}
	.header-signup{
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: height 0.1s ease-in;
	}
	.menu-main-menu-container {
		margin-top: 15px;
		margin-right: 0;
		border-top: 1px solid #f3f3f3;
	}
	.navbar-light .navbar-toggler {
		border-color: rgba(0,0,0, 0);
		margin-right: -5px;
		outline: 0;
	}
	#menu-main-menu li {
		margin: 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.header-signup a{
		margin-top: 25px;
		display: block;
		width: 100%;
	}
	.header-signup {
		width: 100%;
	}
	.navbar-collapse.collapse.show + .header-signup{
		height: 60px;
		opacity: 1;
		overflow: visible;
	}
	button.navbar-toggler {
		margin-left: auto;
		margin-right: 15px;
	}
	#primary {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	header.entry-header h1 {
		font-size: 27px;
	}
	header.entry-header p {
		font-size: 15px;
		line-height: 25px;
	}
	.intro-text h1 {
		font-size: 24px;
		line-height: 32px;
	}
	.home-section {
		padding-top: 50px;
	}
	.base-padding {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	h2 {
		font-size: 25px;
	}
	.right-club-pic {
		margin-top: 20px;
	}
	.testimonial-item h5:before{
		display: none;
	}
	.testimonial-item h5{
		padding-left: 0;
	}
	.section-title p {
		font-size: 20px;
	}
	.clubeez-left-text>p {
		font-size: 16px;
		line-height: 24px;
	}
	.custom-dev-img{
		margin-top: 30px;
	}
	.top-footer-row .col-md-6.col-sm-12.text-right {
		text-align: left !important;
	}
    .top-footer-row .store-icons a img {
        margin-top: 10px;
        max-width: 100%;
    }
    .top-footer-row .social-icons {
        margin-left: 0;
    }
	header.entry-header p br {
		display: none;
	}
	.pricing-box-area .pricing-box {
		min-height: 0;
		margin-bottom: 40px;
	}
	.pricing-box .sign-up-button{
		position: relative;
		margin: 0 auto 60px;
	}
	.pricing-box-area .col-md-4 .pricing-box .top-area {
		padding: 0px 0 10px 0;
		height: auto;
	}
	.pricing-box-area .col-md-4:nth-child(2) .pricing-box .top-area {
		padding: 40px 0 10px 0;
	}
	.pricing-box .custom-contact {
		padding: 5px 0px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.pricing-box .sign-up-button a.btn.btn-primary {
		margin: 0 auto 0px;
	}
	.pricing-box-area .top-area h3 {
		font-size: 24px;
	}
	.pricing-box-area .col-md-4:nth-child(2) .pricing-box .sign-up-button {
		padding-bottom: 40px;
	}
	.pricing-box-area .top-area h2 {
		font-weight: 300;
		font-size: 42px;
	}
	.testimonial-item p {
		font-size: 16px;
	}
	.how-item .btn{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 415px) and (max-width: 575px) {
	.single-clubeez .text {
		width: calc(100% - 95px);
		display: inline-block;
		margin-top: 0;
		margin-left: 20px;
		vertical-align: top;
	}

}
@media screen and (max-width: 575px) {
	.contact-address .email .box-wrap {
		padding-left: 0;
	}
	.container.contact-address > .row > .col-sm-6::before{
		display: none;
	}
	.contact-address header.entry-header {
		padding-bottom: 20px;
	}
	.contact-form h2 {
		margin-top: 40px;
	}
	div.wpcf7 .row .col-sm-6, div.wpcf7 .row .col-sm-12{
		margin-bottom: 20px;
	}
	div.wpcf7 .row {
		margin-bottom: 0;
	}
	.store-icons a{
		margin: 0;
	}
}
@media screen and (max-width: 415px) {
	.single-clubeez {
		position: relative;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	header.entry-header p {
		font-size: 14px;
		line-height: 24px;
	}

}