 @charset "UTF-8";

/*
	Theme Name: Eventchamp
	Theme URI: themeforest.net/user/gloriathemes
	Author: Gloria Themes
	Author URI: gloriathemes.com
	Description: Eventchamp – Multiple Event & Conference WordPress Theme
	License: GNU General Public License v2 or later
	License URI: www.gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, featured-images, custom-header, custom-menu
	Text Domain: eventchamp
	Version: 1.7.4
*/

/* ========================

[Index]
1. Global
	1.1 General
	1.2 System Core
	1.3 Loader
		1.3.1 Style 1
		1.3.2 Style 2
		1.3.3 Style 3
		1.3.4 Style 4
	1.4 Pagination
2. Pages
3. Page Builder Elements
4. Widgets
5. Header
6. Footer
7. Comments
8. Event Post Type
9. Archives
10. Plugins
11. Mobile Menu
12. Responsive

======================== */

/*======
*
* 1. Global
*
======*/
	/*====== 1.1 General ======*/
	html {
		font-size: 13px;
	}

	body {
		font-family:'Poppins';
		font-size:13px;
		color: #888888;
		line-height: 1.7;
	}

	a,
	a:visited {
		color: #888888;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
		outline:0;
	}

	a:hover,
	a:focus {
		text-decoration:none;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
		outline:0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 30px 0px 15px;
	    font-weight: 600;
		line-height: 1.1;
		color: #4a4a4a;
	}

	h1 {
		font-size:42px;
	}

	h2 {
		font-size:32px;
	}

	h3 {
		font-size:24px;
	}

	h4 {
		font-size:18px;
	}

	h5 {
		font-size:16px;
	}

	h6 {
		font-size:15px;
	}

	.plyr,
	pre,
	div.wpb_button,
	div.wpb_content_element,
	ul.wpb_thumbnails-fluid>li,
	p {
		margin-bottom:28px;
	}

	.wp-caption {
		clear: both;
		margin-bottom:28px !important;
	}

	ol, ul {
		margin-bottom: 30px;
	}

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

	img:hover {
	}

	hr {
	    margin-top: 45px;
	    margin-bottom: 45px;
	    border-top: 1px solid #eae6e6;
	}

	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="text"],
	input[type="time"],
	input[type="week"],
	input[type="search"],
	input[type="month"],
	input[type="datetime"],
	input[type="date"],
	textarea,
	textarea.form-control,
	select,
	.woocommerce form .form-row .select2-container .select2-choice,
	.upload-input,
	.select2-dropdown,
	.select2-search--dropdown .select2-search__field,
	.select2-container--default .select2-search--dropdown .select2-search__field,
	.select2-container--default .select2-selection--single,
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.form-control,
	div.cs-select,
	.cs-select {
		display: block;
		width: 100%;
	    padding: 15.5px 20px;
		font-size: 13px;
		background-color: #fff;
		background-image: none;
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		border: 1px solid #eae6e6;
		color: #666;
		box-shadow: none;
		line-height: normal;
		height: auto;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		border-radius: 5px;
		outline: 0;
	}

	div.cs-select,
	.cs-select {
		padding: 1px 0px;
		max-width: 100%;
	}

	div.cs-select.cs-active,
	.cs-select.cs-active {
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.cs-select .cs-placeholder {
		color: #aaaaaa;
		padding: 11px 20px;
	}

	.cs-select > span::after {
		right: 20px;
		content: "\f078";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-size: inherit;
		text-rendering: auto;
		font-size: 11px;
		margin-top: 2px;
	}

	.cs-select .cs-options {
		border: 1px solid rgb(234, 230, 230);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		width: calc(100% - -2px);
		margin-left: -1px;
		max-height: 500px;
		overflow: auto;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		opacity: 0;
	}

	.cs-select.cs-active .cs-options {
		opacity: 1;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}

	.cs-select ul {
		padding: 7.5px 0px;
	}

	.cs-select ul li {
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;		
	}

	.cs-select ul span {
		padding: 7.5px 20px;
	}

	input::-webkit-input-placeholder { color: #aaaaaa; }
	input::-moz-placeholder { color: #aaaaaa; }
	input:-ms-input-placeholder { color: #aaaaaa; }
	input:-moz-placeholder { color: #aaaaaa; }

	.form-control::-webkit-input-placeholder { color: #aaaaaa; }
	.form-control::-moz-placeholder { color: #aaaaaa; }
	.form-control:-ms-input-placeholder { color: #aaaaaa; }
	.form-control:-moz-placeholder { color: #aaaaaa; }

	textarea::-webkit-input-placeholder { color: #aaaaaa; }
	textarea::-moz-placeholder { color: #aaaaaa; }
	textarea:-ms-input-placeholder { color: #aaaaaa; }
	textarea:-moz-placeholder { color: #aaaaaa; }

	select::-webkit-input-placeholder { color: #aaaaaa; }
	select::-moz-placeholder { color: #aaaaaa; }
	select:-ms-input-placeholder { color: #aaaaaa; }
	select:-moz-placeholder { color: #aaaaaa; }

	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	button,
	input[type="submit"] {
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		border: 0px;
		text-transform: uppercase;
		outline: 0;
		padding: 13px 30px;
		font-size: 14px;
		font-weight: 500;
		color: #FFFFFF;
		border: 1px solid #EEEEEE;
	    border-radius: 5px;
		cursor: pointer;
	}

	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover,
	.woocommerce #respond input#submit:hover,
	.woocommerce a.button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover,
	button:hover, input[type="submit"]:hover,
	button:active, input[type="submit"]:active,
	button:active:hover, input[type="submit"]:active:hover,
	button:active:focus, input[type="submit"]:active:focus,
	button:active:visited, input[type="submit"]:active:visited,
	button:focus, input[type="submit"]:focus {
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition:0.2s;
		border: 1px solid #EEEEEE;
		outline: 0;
		background: transparent;
	}

	table {
		max-width: 100%;
	}

	th {
		text-align: left;
	}

	table {
		width: 100%;
		margin-bottom: 27px;
	}

	table > thead > tr > th,
	table > tbody > tr > th,
	table > tfoot > tr > th,
	table > thead > tr > td,
	table > tbody > tr > td,
	table > tfoot > tr > td {
		padding: 8px;
		line-height: 1.428571429;
		vertical-align: top;
		border-top: 1px solid #eae6e6;
	}

	table > thead > tr > th {
		vertical-align: bottom;
		border-bottom: 2px solid #eae6e6;
	}

	table > caption + thead > tr:first-child > th,
	table > colgroup + thead > tr:first-child > th,
	table > thead:first-child > tr:first-child > th,
	table > caption + thead > tr:first-child > td,
	table > colgroup + thead > tr:first-child > td,
	table > thead:first-child > tr:first-child > td {
		border-top: 0;
	}

	table > tbody + tbody {
		border-top: 2px solid #eae6e6;
	}

	table .table {
		background-color: #fff;
	}

	dl {
		margin-top: 0;
		margin-bottom: 27px;
	}

	dt {
		font-weight: 700;
	}

	dd {
		margin-left: 0;
	}

	dd, dt {
		margin-bottom: 7px;
	}

	.form-group {
		margin-bottom: 10px;
	}

	.close:focus,
	.close:hover,
	.close:active,
	.close:active:hover,
	.close:active:focus,
	.close:active:visited {
		background: transparent;
	}

	.btn {
		font-size: 13px;
	}

	blockquote {
		border: 0px;
		font-size: 13px;
		padding: 0;
		text-align: center;
		margin: 0px 8% 28px;
	}

	blockquote:before {
		content: '“';
		font-size: 78px;
		line-height: 77px;
		height: 17px;
		overflow: hidden;
		display: block;
		margin-bottom: 21px;
	}

	.container-fluid {
		padding-right: 70px;
		padding-left: 70px;
	}

	.container-fluid.container-fluid-multi-column {
		padding-right: 55px;
		padding-left: 55px;
	}

	.eventchamp-wrapper {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		background-color: #F6F6F6;
	}

	.eventchamp-wrapper.boxed-true {
		max-width: 1200px;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
	}

	.eventchamp-wrapper.boxed-wrapper {
		width: 1170px;
	}

	.site-sub-content-wrapper {
		padding-top:135px;
	}

	/*====== 1.2 System Core ======*/
	.hide {
		display: none !important;
	}

	.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	.alignright {
	    float:right;
	    margin: 5px 0 30px 30px;
	}

	.alignleft {
	    float: left;
	    margin: 5px 30px 30px 0;
	}

	a img.alignright {
	    float: right;
	    margin: 5px 0 30px 30px;
	}

	a img.alignnone {
	    margin: 5px 30px 30px 0;
	}

	a img.alignleft {
	    float: left;
	    margin: 5px 30px 30px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%;
	    padding: 5px 3px 10px;
	    text-align: center;
	}

	.wp-caption.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
	    margin: 5px 0 20px 20px;
	}

	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 14px 0px 0px;
		padding: 0 4px 5px;
	}

	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.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;
		color: #FB5F84;
		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; 
	}

	.rtl {}
	.home {}
	.blog {}
	.archive {}
	.date {}
	.search {}
	.paged {}
	.attachment {}
	.error404 {}
	.single postid-(id) {}
	.attachmentid-(id) {}
	.attachment-(mime-type) {}
	.author {}
	.author-(user_nicename) {}
	.category {}
	.category-(slug) {}
	.tag {}
	.tag-(slug) {}
	.page-parent {}
	.page-child parent-pageid-(id) {}
	.page-template page-template-(template file name) {}
	.search-results {}
	.search-no-results {}
	.logged-in {}
	.paged-(page number) {}
	.single-paged-(page number) {}
	.page-paged-(page number) {}
	.category-paged-(page number) {}
	.tag-paged-(page number) {}
	.date-paged-(page number) {}
	.author-paged-(page number) {}
	.search-paged-(page number) {}
	.post-id {}
	.post {}
	.page {}
	.attachment {}
	.sticky {}
	.hentry {}
	.category-misc {}
	.category-example {}
	.tag-news {}
	.tag-wordpress {}
	.tag-markup {}
	.format-image {}
	.format-gallery {}
	.format-chat {}
	.format-link {}
	.format-quote {}
	.format-status {}
	.format-video {}
	#header .main-menu{}
	#header .main-menu ul {}
	#header .main-menu ul ul {}
	#header .main-menu li {}
	#header .main-menu li a {}
	#header .main-menu li ul {}
	#header .main-menu li li {}
	#header .main-menu li li a {}
	.current_page_item{}
	.current-cat{}
	.current-menu-item{}
	.menu-item-type-taxonomy{}
	.menu-item-type-post_type{}
	.menu-item-type-custom{}
	.menu-item-home{}
	.wp-smiley {}
	blockquote.left {}
	blockquote.right {}
	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}
	.size-full {}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}
	.widget {}
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	.commentlist .reply {}
	.commentlist .reply a {}
	.commentlist .alt {}
	.commentlist .odd {}
	.commentlist .even {}
	.commentlist .thread-alt {}
	.commentlist .thread-odd {}
	.commentlist .thread-even {}
	.commentlist li ul.children .alt {}
	.commentlist li ul.children .odd {}
	.commentlist li ul.children .even {}
	.commentlist .vcard {}
	.commentlist .vcard cite.fn {}
	.commentlist .vcard span.says {}
	.commentlist .vcard img.photo {}
	.commentlist .vcard img.avatar {}
	.commentlist .vcard cite.fn a.url {}
	.commentlist .comment-meta {} 
	.commentlist .comment-meta a {}
	.commentlist .commentmetadata {}
	.commentlist .commentmetadata a {}
	.commentlist .parent {}
	.commentlist .comment {}
	.commentlist .children {}
	.commentlist .pingback {}
	.commentlist .bypostauthor {}
	.commentlist .comment-author {}
	.commentlist .comment-author-admin {}
	.commentlist {}
	.commentlist li {}
	.commentlist li p {}
	.commentlist li ul {}
	.commentlist li ul.children li {}
	.commentlist li ul.children li.alt {}
	.commentlist li ul.children li.byuser {}
	.commentlist li ul.children li.comment {}
	.commentlist li ul.children li.depth-{} {}
	.commentlist li ul.children li.bypostauthor {}
	.commentlist li ul.children li.comment-author-admin {}
	#cancel-comment-reply {}
	#cancel-comment-reply a {}
	#respond { } 
	#reply-title { } 
	#cancel-comment-reply-link { }
	#commentform { } 
	#author { } 
	#email { } 
	#url { } 
	#comment 
	#submit
	.comment-notes { } 
	.required { }
	.comment-form-author { }
	.comment-form-email { } 
	.comment-form-url { }
	.comment-form-comment { } 
	.form-allowed-tags { } 
	.form-submit {}

	.edit-link {
		display: block;
		clear: both;
	}

	.edit-link:after,
	.edit-link:before {
		content: '';
		display: block;
		clear: both;
	}

	.edit-link a, 
	.edit-link a:visited {
		color: #FFF;
		margin-right: 15px;
		display: inline-block;
		font-weight: 500;
		padding: 6px 20px;
		border-radius: 25px;
		border: 1px solid transparent;
	}

	.edit-link a:last-child, 
	.edit-link a:last-child:visited {
		margin-right: 0px;
	}

	.edit-link a.comment-edit-link {
		margin-bottom: 0px;
		margin-top: 15px;
	}

	.gallery dt {
		float: none;
		clear: none;
		text-align: center;
		width: auto;
	}

	.gallery dd {
		text-align: center;
		margin: 10px 0px 0px;
	}

	/*====== 1.3 Loaders ======*/
	.loader-wrapper {
		opacity:1;
		visibility:visible;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:10000000;
		background: #FFFFFF;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.loaded .loader-wrapper {
		opacity:0;
		visibility:hidden;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.spinner {
		background: #ffffff;
		margin: 100px auto;
		left: 0;
		margin: 0px auto;
		position: relative;
		top: calc(50% - 20px);
		text-align: center;
	}

		/*====== 1.3.1 Style 1 ======*/
		.loader-style1 .spinner {
			width: 40px;
			height: 40px;
		}

		.loader-style1 .double-bounce1,
		.loader-style1 .double-bounce2 {
			width: 100%;
			height: 100%;
			border-radius: 50%;
			opacity: 0.6;
			position: absolute;
			top: 0;
			left: 0;
			-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
			animation: sk-bounce 2.0s infinite ease-in-out;
		}

		.loader-style1 .double-bounce2 {
			-webkit-animation-delay: -1.0s;
			animation-delay: -1.0s;
		}

		@-webkit-keyframes sk-bounce {
			0%, 100% { -webkit-transform: scale(0.0) }
			50% { -webkit-transform: scale(1.0) }
		}

		@keyframes sk-bounce {
			0%, 100% { 
				transform: scale(0.0);
				-webkit-transform: scale(0.0);
			 } 50% { 
				transform: scale(1.0);
				-webkit-transform: scale(1.0);
			}
		}

		/*====== 1.3.2 Style 2 ======*/
		.loader-style2 .spinner {
			width: 70px;
			height: 70px;
		}

		.loader-style2 .spinner > div {
			width: 18px;
			height: 18px;
			border-radius: 100%;
			display: inline-block;
			-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
			animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		}

		.loader-style2 .spinner .bounce1 {
			-webkit-animation-delay: -0.32s;
			animation-delay: -0.32s;
		}

		.loader-style2 .spinner .bounce2 {
			-webkit-animation-delay: -0.16s;
			animation-delay: -0.16s;
		}

		@-webkit-keyframes sk-bouncedelay {
			0%, 80%, 100% { -webkit-transform: scale(0) }
			40% { -webkit-transform: scale(1.0) }
		}

		@keyframes sk-bouncedelay {
			0%, 80%, 100% { 
				-webkit-transform: scale(0);
				transform: scale(0);
			} 40% { 
				-webkit-transform: scale(1.0);
				transform: scale(1.0);
			}
		}

		/*====== 1.3.3 Style 3 ======*/
		.loader-style3 .spinner {
			width: 40px;
			height: 40px;
			-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
			animation: sk-rotateplane 1.2s infinite ease-in-out;
		}

		@-webkit-keyframes sk-rotateplane {
			0% { -webkit-transform: perspective(120px) }
			50% { -webkit-transform: perspective(120px) rotateY(180deg) }
			100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
		}

		@keyframes sk-rotateplane {
			0% { 
				transform: perspective(120px) rotateX(0deg) rotateY(0deg);
				-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
			} 50% { 
				transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
				-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
			} 100% { 
				transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
				-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
			}
		}

		/*====== 1.3.4 Style 4 ======*/
		.loader-style4 .sk-fading-circle {
			width: 60px;
			height: 60px;
			position: relative;
			margin: 100px auto;
			left: 0;
			margin: 0px auto;
			position: relative;
			top: calc(50% - 20px);
			text-align: center;
		}

		.loader-style4 .sk-fading-circle .sk-circle {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
		}

		.loader-style4 .sk-fading-circle .sk-circle:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			border-radius: 100%;
			-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
			animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
		}

		.loader-style4 .sk-fading-circle .sk-circle2 {
			-webkit-transform: rotate(30deg);
			-ms-transform: rotate(30deg);
			transform: rotate(30deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle3 {
			-webkit-transform: rotate(60deg);
			-ms-transform: rotate(60deg);
			transform: rotate(60deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle4 {
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			transform: rotate(90deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle5 {
			-webkit-transform: rotate(120deg);
			-ms-transform: rotate(120deg);
			transform: rotate(120deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle6 {
			-webkit-transform: rotate(150deg);
			-ms-transform: rotate(150deg);
			transform: rotate(150deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle7 {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle8 {
			-webkit-transform: rotate(210deg);
			-ms-transform: rotate(210deg);
			transform: rotate(210deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle9 {
			-webkit-transform: rotate(240deg);
			-ms-transform: rotate(240deg);
			transform: rotate(240deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle10 {
			-webkit-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			transform: rotate(270deg);
		}

		.loader-style4 .sk-fading-circle .sk-circle11 {
			-webkit-transform: rotate(300deg);
			-ms-transform: rotate(300deg);
			transform: rotate(300deg); 
		}

		.loader-style4 .sk-fading-circle .sk-circle12 {
			-webkit-transform: rotate(330deg);
			-ms-transform: rotate(330deg);
			transform: rotate(330deg); 
		}

		.loader-style4 .sk-fading-circle .sk-circle2:before {
			-webkit-animation-delay: -1.1s;
			animation-delay: -1.1s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle3:before {
			-webkit-animation-delay: -1s;
			animation-delay: -1s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle4:before {
			-webkit-animation-delay: -0.9s;
			animation-delay: -0.9s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle5:before {
			-webkit-animation-delay: -0.8s;
			animation-delay: -0.8s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle6:before {
			-webkit-animation-delay: -0.7s;
			animation-delay: -0.7s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle7:before {
			-webkit-animation-delay: -0.6s;
			animation-delay: -0.6s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle8:before {
			-webkit-animation-delay: -0.5s;
			animation-delay: -0.5s; 
		}

		.loader-style4 .sk-fading-circle .sk-circle9:before {
			-webkit-animation-delay: -0.4s;
			animation-delay: -0.4s;
		}

		.loader-style4 .sk-fading-circle .sk-circle10:before {
			-webkit-animation-delay: -0.3s;
			animation-delay: -0.3s;
		}

		.loader-style4 .sk-fading-circle .sk-circle11:before {
			-webkit-animation-delay: -0.2s;
			animation-delay: -0.2s;
		}

		.loader-style4 .sk-fading-circle .sk-circle12:before {
			-webkit-animation-delay: -0.1s;
			animation-delay: -0.1s;
		}

		@-webkit-keyframes sk-circleFadeDelay {
			0%, 39%, 100% { opacity: 0; }
			40% { opacity: 1; }
		}

		@keyframes sk-circleFadeDelay {
			0%, 39%, 100% { opacity: 0; }
			40% { opacity: 1; } 
		}



		/*====== 1.4 Pagination ======*/
		.eventchamp-pagination {
			margin: 25px 0 50px;
			list-style:none;
			padding:0px;
			float:right;
			clear:both;
			color: #FFFFFF;
		}

		.eventchamp-pagination:after,
		.eventchamp-pagination:before {
			content:'';
			display:block;
			clear:both;
		}

		.eventchamp-pagination > li > a,
		.eventchamp-pagination > li > a:visited {
			display: block;
			text-align: center;
			color: #FFFFFF;
			font-size: 15px;
			border:1px solid transparent;
			padding: 9px 17.5px;
			font-weight: 600;
		}

		.eventchamp-pagination > li > a:hover,
		.eventchamp-pagination > li > a:focus {
			background: #FFFFFF;
		}

		.eventchamp-pagination > li {
			float: left;
			margin-right:6px;
		}

		.eventchamp-pagination > li:last-child {
			margin-right:0px;
		}

		.eventchamp-pagination > li.eventchamp-pagination-nav {
			color: #FFFFFF;
			font-size: 15px;
			border:1px solid transparent;
		}

		.eventchamp-pagination > li.eventchamp-pagination-nav ul {
			list-style:none;
			padding:0px;
			margin:0px;
		}

		.eventchamp-pagination > li.eventchamp-pagination-nav ul li {
			float: left;	
		}

		.eventchamp-pagination > li.eventchamp-pagination-nav ul li.center {
			border-right: 1px solid #FFFFFF;
			width: 1px;
			padding: 12px 0px;
			margin: 9px 0px;
		}

		.eventchamp-pagination > li.eventchamp-pagination-nav ul li a,
		.eventchamp-pagination > li.eventchamp-pagination-nav ul li a:visited {
			padding: 9px 10px;
			display: block;
			color: #FFFFFF;
		}

		.eventchamp-pagination > li.noborder:after,.eventchamp-pagination > li.noborder:before {
			border:0px;
		}

		.eventchamp-pagination > li.noborder a,.eventchamp-pagination > li.noborder a:visited {
			color:#CACACA;
			font-size:28px;
		    line-height: 25px;
		}

		.eventchamp-pagination > li:last-child {
			margin-right:0px;
		}

/*======
*
* 2. Pages
*
======*/
	.visible {
		overflow: visible !important;
	}

	.error404 .site-sub-content .content-title-element {
		margin: 150px auto;
	}

	.site-sub-content:after,
	.site-sub-content:before,
	.page-content:after,
	.page-content:before {
		content: '';
		display: block;
		clear: both;
	}

	.eventchamp-dropdown .panel-group {
		margin-bottom: 15px;
	}

	.eventchamp-dropdown .panel-group:last-child {
		margin-bottom: 0px;
	}

	.eventchamp-dropdown .panel-group .panel {
	    border: 0;
	    box-shadow: none;
	    border-radius: 0;
	    background: #FFFFFF;
	    overflow: hidden;
	    margin-bottom: 15px;
	}

	.eventchamp-dropdown .panel-group .panel:last-child {
		margin-bottom: 0;
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading {
		color: #666666;
		background: transparent;
		padding: 0px;
		font-size: 13px;
		font-weight: 600;
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited {
		color: #666666;
		display: block;
		position: relative;
		padding: 23px 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border: 1px solid #EEEEEE;
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a.collapsed,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a.collapsed:visited {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a > div,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div {
		display: inline-block;
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.date,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.date {
		margin-right: 9px;
		font-weight: 400
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.time,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.time {
		font-weight: 400
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.title,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.title {
		margin-left: 22px;
	}

	.eventchamp-dropdown .panel-group .panel > .panel-heading a > i,
	.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > i {
		text-align: right;
		color: #a9a9a9;
		font-size: 12px;
		line-height: 10px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
		height: 8px;
	}

	.eventchamp-dropdown .panel-group .panel-collapse {
		border: 1px solid #EEEEEE;
		border-top: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	.eventchamp-dropdown .panel-group .panel-heading+.panel-collapse>.list-group,
	.eventchamp-dropdown .panel-group .panel-heading+.panel-collapse>.panel-body {
		padding: 30px;
	}

	.eventchamp-dropdown .panel-body .text {
		margin-bottom: 0px;
	}

	.eventchamp-dropdown .panel-body .speakers {
		margin-top: 28px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		align-items: center;
	}

	.eventchamp-dropdown .panel-body .speakers .title {
		font-weight: 600;
		display: inline-block;
		margin-right: 15px;
	}

	.eventchamp-dropdown .panel-body .speakers .list {
		display: inline-block;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul {
		list-style: none;
		padding: 0px;
		margin: 0px 0px -15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: 15px;
		margin-bottom: 15px;
		overflow: hidden;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li:last-child {
		margin-right: 0px;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li a,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:visited {
		background: #f7f7f7;
		padding: 15px;
		display: block;
		color: #666666;
		border-radius: 5px;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li .image {
		display: inline-block;
		margin-right: 10px;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li .image img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li .desc {
		display: inline-block;
		vertical-align: middle;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li .desc .name {
		font-weight: 600;
		line-height: 13px;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li .desc .company,
	.eventchamp-dropdown .panel-body .speakers .list ul li .desc .profession {
		color: #888888;
		font-size: 10px;
		line-height: 10px;
		margin-top: 5px;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li a:hover .name,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:focus .name,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:hover .company,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:focus .company,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:hover .profession,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:focus .profession,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:hover,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:focus {
		color: #FFFFFF;
	}

	.nopadding {
		padding:0px;
	}

	.nopaddingleft {
		padding-left:0px;
	}

	.nopaddingright {
		padding-right:0px;
	}

	.fixed {
		position:fixed !important;
	}

	#html5box-html5-lightbox #html5-pause,
	#html5box-html5-lightbox #html5-play {
		margin-right: 10px;
	}

	#html5box-html5-lightbox #html5-pause img,
	#html5box-html5-lightbox #html5-play img {
		height: 23px;
	}

	#html5box-html5-lightbox #html5-text {
		font-size: 12px;
	}

/*======
*
* 3. Page Builder Elements
*
======*/
	.vc_row.backgroundtopright,
	.backgroundtopright .vc_column-inner {
		background-position:top right !important;
	}

	.vc_row.backgroundtopleft,
	.backgroundtopleft .vc_column-inner {
		background-position:top left !important;
	}

	.vc_row.backgroundtopcenter,
	.backgroundtopcenter .vc_column-inner {
		background-position:top center !important;
	}

	.vc_row.backgroundbottomright,
	.backgroundbottomright .vc_column-inner {
		background-position:bottom right !important;
	}

	.vc_row.backgroundbottomleft,
	.backgroundbottomleft .vc_column-inner {
		background-position:bottom left !important;
	}

	.vc_row.backgroundbottomcenter,
	.backgroundbottomcenter .vc_column-inner {
		background-position:bottom center !important;
	}

	.vc_row.backgroundcenterright,
	.backgroundcenterright .vc_column-inner {
		background-position:center right !important;
	}

	.vc_row.backgroundcenterleft,
	.backgroundcenterleft .vc_column-inner {
		background-position:center left !important;
	}

	.vc_row.backgroundcentercenter,
	.backgroundcentercenter .vc_column-inner {
		background-position:center center !important;
	}

	.bgfixed,
	.bgfixed .vc_column-inner {
		background-attachment:fixed;
		background-size:cover;
	}

	.vc_row.full-area-container-content-left {
		width: 569px;
		float: left;
		clear: both;
		max-width: 100%;
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.vc_row.full-area-container-content-right {
		width: 569px;
		float: right;
		clear: both;
		max-width: 100%;
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.speakers-list {
		margin: 0px -15px -30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.speakers-list .item {
		padding: 0px 15px 30px;
	}

	.speakers-list.column-1 .item {
		width: 100%;
	}

	.speakers-list.column-2 .item {
		width: 50%;
	}

	.speakers-list.column-3 .item {
		width: 33.33333333333333%;
	}

	.speakers-list.column-4 .item {
		width: 25%;
	}

	.speakers-list.column-5 .item {
		width: 50%;
	}

	.speakers-list .item .image {
		position: relative;
	}

	.speakers-list .item .image a,
	.speakers-list .item .image a:visited {
		position: relative;
		display: block;
	}

	.speakers-list .item .image > a:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

	.speakers-list .item .image img {
		width: 100%;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
	}

	.speakers-list .item .content {
		background: #FFFFFF;
		padding: 25px 30px;
		border: 1px solid #eee;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.speakers-list .item .name {
		font-size: 19px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.speakers-list .item .name a,
	.speakers-list .item .name a:visited {
		color: #222222;
	}

	.speakers-list .item .excerpt {
		max-height: 63px;
		overflow: hidden;
		margin-bottom: 17px;
		font-size: 13px;
	}

	.speakers-list .item .details ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.speakers-list .item .details ul li {
		display: inline-block;
		font-size: 14px;
		margin: 1.5px 5px;
	}

	.speakers-list .item .details ul li a,
	.speakers-list .item .details ul li a:visited {
		color: #888888;
		display: block;
	}

	.speakers-list .item .details ul li a i,
	.speakers-list .item .details ul li a:visited i {
		vertical-align: middle;
	}

	.pricing-table:after,
	.pricing-table:before {
		content: '';
		display: block;
		clear: both;
	}

	.pricing-table {
		margin: 0px -15px -30px;
	}

	.pricing-table .pricing-table-item {
		padding: 0px 15px 30px;
		width: 50%;
		float: left;
	}

	.pricing-table.column-1 .pricing-table-item {
		width: 100%;
		float: none;
	}

	.pricing-table .pricing-table-item .wrapper {
		border: 1px solid #EEEEEE;
		padding: 30px;
		color: #666666;
		border-radius: 5px;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.pricing-table .pricing-table-item .wrapper .left {
		width: 120px;
		margin-right: 20px;
	}

	.pricing-table .pricing-table-item .wrapper .left .title {
		text-transform: uppercase;
		font-weight: 600;
		color: #666666;
		font-size: 19px;
		margin-bottom: 1px;
	}

	.pricing-table .pricing-table-item .wrapper .left .price {
		font-weight: 600;
		font-size: 46px;
		line-height: 46px;
		margin: 0 0 7px;
	}

	.pricing-table .pricing-table-item .wrapper .left .price del {
		display: none;
	}

	.pricing-table .pricing-table-item .wrapper .left .price ins {
		text-decoration: none;
	}

	.pricing-table .pricing-table-item .wrapper .left .button,
	.pricing-table .pricing-table-item .wrapper .left .button:visited {
		border: 1px solid #EEEEEE;
		border-radius: 25px;
		display: inline-block;
		color: #FFFFFF;
		font-size: 12px;
		text-transform: uppercase;
		padding: 6px 20px;
		font-weight: 500;
		position: relative;
		z-index: 2;
	}

	.pricing-table .pricing-table-item .wrapper .right {
		width: calc(100% - 140px);
		padding-top: 5px;
	}

	.pricing-table .pricing-table-item .wrapper .right .content p {
		margin: 0px 0px 10px;
		color: #888888;
	}

	.pricing-table .pricing-table-item .wrapper .right .content p:before {
		content: "\f058";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		font-size: inherit;
		text-rendering: auto;
		font-size: 16px;
		margin-right: 10px;
	}

	.pricing-table.column-2 .pricing-table-item .wrapper .right .content {
		margin: 0px -10px;
	}

	.pricing-table.column-2 .pricing-table-item .wrapper .right .content p {
		padding: 0px 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.pricing-table .pricing-table-item .wrapper .right .content p:last-child {
		margin-bottom: 0px;
	}

	.latest-events-slider .slider-wrapper {
		background-size: cover;
		background-position: center;
		position: relative;
		background-color: #FFFFFF;
	}

	.latest-events-slider .slider-wrapper > .container > .opacity,
	.latest-events-slider .slider-wrapper > .container > .opacity:visited {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000000;
		opacity: 0.3;
		left: 0;
		top: 0;
	}

	.latest-events-slider .slider-wrapper .container {
		display: table;
		height: 100%;
	}

	.latest-events-slider .slider-wrapper .content {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		color: #FFFFFF;
		position: relative;
		z-index: 2;
	}

	.latest-events-slider .slider-wrapper .content .feature {
		max-width: 900px;
		margin: 0 auto;
	}

	.latest-events-slider .slider-wrapper .content .category {
		list-style: none;
		bottom: 30px;
		left: 30px;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 6px 27px;
		border-radius: 25px;
		font-weight: 500;
		display: table;
		margin: 0 auto 30px;
	}

	.latest-events-slider .slider-wrapper .content .category li {
		display: inline-block;
	}

	.latest-events-slider .slider-wrapper .content .category li:after {
		content: ',';
		margin-right: 4px;
	}

	.latest-events-slider .slider-wrapper .content .category li:last-child:after {
		display: none;
	}

	.latest-events-slider .slider-wrapper .content .category a,
	.latest-events-slider .slider-wrapper .content .category a:visited {
		color: #FFFFFF;
	}

	.latest-events-slider .slider-wrapper .content .title {
		font-size: 60px;
		line-height: 70px;
		font-weight: 700;
		color: #FFFFFF;
		margin-bottom: 30px;
	}

	.latest-events-slider .slider-wrapper .content .information {
		list-style: none;
		padding: 0px;
		margin: 0px auto 55px;
		display: table;
		text-transform: uppercase;
	}

	.latest-events-slider .slider-wrapper .content .information li {
		display: inline-block;
		margin-right: 30px;
	}

	.latest-events-slider .slider-wrapper .content .information li:last-child {
		margin-right: 0px;
	}

	.latest-events-slider .slider-wrapper .content .information li i {
		font-size: 18px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: top;
	}

	.latest-events-slider .pagination-left,
	.latest-events-slider .pagination-right {
		position: absolute;
		z-index: 5;
		height: 50px;
		line-height: 50px;
		top: 0;
		bottom: 0;
		margin: auto;
		color: #FFF;
		font-size: 35px;
		cursor: pointer;
		padding: 0 30px;
	}

	.latest-events-slider .pagination-left {
		left: 0;
	}

	.latest-events-slider .pagination-right {
		right: 0;
	}

	.eventchamp-event-counter .buttons a,
	.eventchamp-event-counter .buttons a:visited,
	.latest-events-slider .slider-wrapper .content .buttons a,
	.latest-events-slider .slider-wrapper .content .buttons a:visited {
		background: transparent;
		border: 2px solid #FFFFFF;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 500;
		padding: 10px 38px;
		display: inline-block;
		border-radius: 27px;
		margin-right: 45px;
	}

	.eventchamp-event-counter .buttons a:last-child,
	.eventchamp-event-counter .buttons a:visited:last-child,
	.latest-events-slider .slider-wrapper .content .buttons a:last-child,
	.latest-events-slider .slider-wrapper .content .buttons a:visited:last-child {
		margin-right: 0px;
	}

	.eventchamp-event-counter .buttons a i,
	.latest-events-slider .slider-wrapper .content .buttons a i {
		font-size: 17px;
		margin-right: 15px;
		display: inline-block;
		vertical-align: text-top;
	}

	.eventchamp-event-counter .buttons a span.content,
	.latest-events-slider .slider-wrapper .content .buttons a span.content {
		font-weight: 400;
		text-transform: none;
	}

	.eventchamp-event-counter .buttons a:hover,
	.eventchamp-event-counter .buttons a:focus,
	.latest-events-slider .slider-wrapper .content .buttons a:hover,
	.latest-events-slider .slider-wrapper .content .buttons a:focus {
		color: #FFFFFF;
	}

	.latest-events-slider .swiper-pagination {
		text-align: center;
		bottom: 52px;
		width: 100%;
	}

	.latest-events-slider > .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		background: transparent;
		border: 1px solid #FFFFFF;
		border-radius: 50%;
		margin-right: 10px;
		opacity: 1;
		margin: 0 5px;
	}

	.latest-events-slider .swiper-pagination .swiper-pagination-bullet:last-child {
		margin-right: 0px;
		opacity: 1;
	}

	.latest-events-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #FFFFFF;
	}

	.content-title-element.center {
		text-align: center;
	}

	.content-title-element.left {
		text-align: left;
	}

	.content-title-element.right {
		text-align: right;
	}

	.content-title-element:before,
	.content-title-element:after {
		content: '';
		display: block;
		clear: both;
	}

	.content-title-element .title {
		font-size: 42px;
		color: #666666;
	}

	.content-title-element .title span {
		font-weight: 600;
	}

	.content-title-element .separate {
		display: inline-block;
		margin: 15px auto;
	}

	.content-title-element .separate:before,
	.content-title-element .separate:after {
		content: '';
		display: block;
		height: 1px;
		width: 121px;
		background: #eae6e6;
	}

	.content-title-element .separate:before {
		float: left;
	}

	.content-title-element .separate:after {
		float: left;
	}

	.content-title-element .separate i {
		font-size: 20px;
		float: left;
		color: #eae6e6;
		margin: -10px 15px 0px;
	}

	.content-title-element.white .description,
	.content-title-element.white .separate i,
	.content-title-element.white .title {
		color: #FFFFFF;
	}

	.content-title-element.white .separate:before,
	.content-title-element.white .separate:after  {
		background: #FFFFFF;
	}

	.content-title-element .description {
		color: #888888;
	}

	.content-title-element.size2 {
	    font-weight: 700;
	    text-transform: uppercase;
	}

	.content-title-element.size2 .title span {
	    font-weight: 700;
	}

	.content-title-element.size2 .title {
		font-size: 20px;
	}

	.content-title-element.size2 .separate {
		display: none;
		text-transform: uppercase;
	}

	.event-search-tool {
		background: #f9f9f9;
		border-top: 1px solid #eae6e6;
		border-bottom: 1px solid #eae6e6;
		padding: 45px 0px;
		z-index: 10;
	}

	.event-search-tool .no-result-page {
		margin: 0;
	}

	.event-search-tool .title {
		font-size: 16px;
		font-weight: 600;
		color: #666666;
		text-transform: uppercase;
	}

	.event-search-tool .search-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.event-search-tool .search-content div.title {
		width: 130px;
		margin-right: 20px;
		align-items: center;
	}

	.event-search-tool .search-content div.columns {
		width: calc( 100% - 160px );
		margin: 0px -10px;
		height: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.event-search-tool.title-true .search-content div.columns {
		width: calc( 100% - 300px );
	}

	.event-search-tool .search-content div.columns .column {
		padding: 0px 10px;
		height: 100%;
	}

	.event-search-tool .search-content div.columns .column input,
	.event-search-tool .search-content div.columns .column select {
		height: 100%;
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}

	.event-search-tool.column-8 .search-content div.columns .column {
		width: 12.5%;
	}

	.event-search-tool.column-7 .search-content div.columns .column {
		width: 14.28571428571429%;
	}

	.event-search-tool.column-6 .search-content div.columns .column {
		width: 16.66666666666667%;
	}

	.event-search-tool.column-5 .search-content div.columns .column {
		width: 20%;
	}

	.event-search-tool.column-4 .search-content div.columns .column {
		width: 25%;
	}

	.event-search-tool.column-3 .search-content div.columns .column {
		width: 33.33333333333333%;
	}

	.event-search-tool.column-2 .search-content div.columns .column {
		width: 50%;
	}

	.event-search-tool.column-1 .search-content div.columns .column {
		width: 100%;
	}

	.event-search-tool .search-content button {
		width: 150px;
		margin-left: 20px;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.event-search-tool .search-content button i {
		margin-right: 15px;
		font-size: 16px;
	}

	.event-search-tool.dark {
		background-image: url(/wp-content/themes/eventchamp/include/assets/img/breadcrumbs-bg.jpg);
		color: #FFFFFF;
		border: 0px;
		position: relative;
		padding: 90px 0px;
		z-index: 10;
	}

	.event-search-tool.dark .cs-select .cs-placeholder {
		color: #FFFFFF;
	}

	.event-search-tool.dark:before {
		content: '';
		display: block;
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0.75;
	}

	.event-search-tool.dark .container {
		position: relative;
		z-index: 2;
	}

	.event-search-tool.dark select,
	.event-search-tool.dark div.cs-select,
	.event-search-tool.dark .cs-select,
	.event-search-tool.dark input[type="text"] {
		background: transparent;
		border-color: #FFFFFF;
		color: #FFFFFF;
	}

	.event-search-tool.dark input[type="text"]::-webkit-input-placeholder { color: #FFFFFF; }
	.event-search-tool.dark input[type="text"]::-moz-placeholder { color: #FFFFFF; }
	.event-search-tool.dark input[type="text"]:-ms-input-placeholder { color: #FFFFFF; }
	.event-search-tool.dark input[type="text"]:-moz-placeholder { color: #FFFFFF; }

	.event-search-tool.dark .cs-select .cs-options {
		color: #666;
	}

	.event-search-tool.dark .title {
		color: #FFFFFF;
	}

	.venue-list-style-1,
	.event-list-style-1 {
		position: relative;
	}

	.venue-list-style-1 .image,
	.event-list-style-1 .image {
		position: relative;
		margin-bottom: 20px;
	}

	.venue-list-style-1 .image > a,
	.venue-list-style-1 .image > a:visited,
	.event-list-style-1 .image > a,
	.event-list-style-1 .image > a:visited {
	    position: relative;
	    height: 100%;
	    width: 100%;
	    display: block;
	}

	.venue-list-style-1 .image > a:before,
	.event-list-style-1 .image > a:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 6px;
	}

	.venue-list-style-1 .image img,
	.event-list-style-1 .image img {
		width: 100%;
		display: block;
		border-radius: 6px;
	}

	.venue-list-style-1 .image .location,
	.venue-list-style-1 .image .status,
	.event-list-style-1 .image .status {
		position: absolute;
		z-index: 1;
		bottom: 20px;
		left: 20px;
		font-size: 12px;
		text-transform: uppercase;
		list-style: none;
		margin: 0px;
		background: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
	}

	.venue-list-style-1 .image .price,
	.event-list-style-1 .image .price {
		position: absolute;
		z-index: 1;
		bottom: 20px;
		right: 20px;
		font-size: 12px;
		text-transform: uppercase;
		list-style: none;
		margin: 0px;
		color: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
	}

	.venue-list-style-1 .title,
	.event-list-style-1 .title {
		color: #222222;
		font-size: 19px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.venue-list-style-1 .title a,
	.venue-list-style-1 .title a:visited,
	.event-list-style-1 .title a,
	.event-list-style-1 .title a:visited {
		color: #222222;
	}

	.white .venue-list-style-1 .title a,
	.white .venue-list-style-1 .title a:visited {
		color: #FFFFFF;
	}

	.white .venue-list-style-1 .excerpt {
		color: #FFFFFF;
	}

	.event-list-style-1 .details:after,
	.event-list-style-1 .details:before {
		content: '';
		display: block;
		clear: both;
	}

	.event-list-style-1 .details {
		margin-bottom: 5px;
		width: 100%;
	}

	.event-list-style-1 .details .category {
		font-size: 12px;
		text-transform: uppercase;
	}

	.event-list-style-1 .details .category .post-categories {
		list-style: none;
		margin: 0px;
		color: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
	}

	.event-list-style-1 .details .category .post-categories li {
		display: inline-block;
		display: none;
	}

	.event-list-style-1 .details .category .post-categories li:first-child {
		display: block;
	}

	.event-list-style-1 .details .category .post-categories li:after {
		content: ',';
		margin-right: 3px;
		display: none;
	}

	.event-list-style-1 .details .category .post-categories li:last-child:after {
		display: none;
	}

	.event-list-style-1 .details .category .post-categories a,
	.event-list-style-1 .details .category .post-categories a:visited {
		color: #FFFFFF;
	}

	.event-list-style-1 .details .date,
	.event-list-style-1 .details .location,
	.event-list-style-1 .details .venue {
		font-size: 12px;
		color: #888888;
		align-items: center;
	}

	.event-list-style-1 .details > div {
		margin-right: 20px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.event-list-style-1 .details > div:last-child {
		margin-right: 0;
	}

	.event-list-style-1 .details .date:last-child {
		margin-right: 0;
	}

	.event-list-style-1 .details .date i,
	.event-list-style-1 .details .location i,
	.event-list-style-1 .details .venue i {
		font-size: 15px;
		margin-right: 8px;
		display: inline-block;
		vertical-align: middle;
	}

	.event-list-style-3 {
		position: relative;
	}

	.event-list-style-3 .image {
		position: relative;
		margin-bottom: 21px;
	}

	.event-list-style-3 .image > a,
	.event-list-style-3 .image > a:visited {
	    position: relative;
	    height: 100%;
	    width: 100%;
	    display: block;
	}

	.event-list-style-3 .image > a:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 6px;
	}

	.event-list-style-3 .image img {
		width: 100%;
		display: block;
		border-radius: 6px;
	}

	.event-list-style-3 .title {
		color: #222222;
		font-size: 19px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.event-list-style-3 .title a,
	.event-list-style-3 .title a:visited {
		color: #222222;
	}

	.event-list-style-3 .details {
		width: 100%;
	}

	.event-list-style-3 .content {
		background: #FFFFFF;
		position: relative;
		z-index: 2;
		margin: -80px 20px 0;
		padding: 20px;
		border-radius: 6px;
		overflow: hidden;
		border-top: 3px solid #fb0;
	}

	.event-list-style-3 .excerpt {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.event-list-style-3 .details .category {
		text-transform: uppercase;
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 10px;
		vertical-align: unset;
	}

	.event-list-style-3 .details .category .post-categories {
		list-style: none;
		margin: 0px;
		color: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
		font-size: 12px;
	}

	.event-list-style-3 .details .category .post-categories li {
		display: inline-block;
		display: none;
	}

	.event-list-style-3 .details .category .post-categories li:first-child {
		display: block;
	}

	.event-list-style-3 .details .category .post-categories li:after {
		content: ',';
		margin-right: 3px;
		display: none;
	}

	.event-list-style-3 .details .category .post-categories li:last-child:after {
		display: none;
	}

	.event-list-style-3 .details .category .post-categories a,
	.event-list-style-3 .details .category .post-categories a:visited {
		color: #FFFFFF;
	}

	.event-list-style-3 .details > .price,
	.event-list-style-3 .details > .status,
	.event-list-style-3 .details > .date,
	.event-list-style-3 .details > .location,
	.event-list-style-3 .details > .venue {
		font-size: 12px;
		color: #888888;
		margin-right: 20px;
		display: inline-block;
		align-items: center;
		margin-bottom: 10px;
	}

	.event-list-style-3 .details > .status .status {
		margin-bottom: 0px;
	}

	.event-list-style-3 .details > .date {
		padding: 3px 0px 0;
	}

	.event-list-style-3 .details > .price > div,
	.event-list-style-3 .details > .status > div,
	.event-list-style-3 .details > .date > div,
	.event-list-style-3 .details > .location > div,
	.event-list-style-3 .details > .venue > div {
		display: inline-block;
	}

	.event-list-style-3 .details > .date:last-child {
		margin-right: 0px;
	}

	.event-list-style-3 .details > .price i,
	.event-list-style-3 .details > .status i,
	.event-list-style-3 .details > .date i,
	.event-list-style-3 .details > .location i,
	.event-list-style-3 .details > .venue i {
		font-size: 16px;
		margin-right: 8px;
		display: inline-block;
		position: relative;
		top: 1px;
	}

	.event-list-style-3 .details > .price span,
	.event-list-style-3 .details > .status span,
	.event-list-style-3 .details > .date span,
	.event-list-style-3 .details > .location span ,
	.event-list-style-3 .details > .venue span {
		display: inline-block;
	}

	.event-list-style-4 {
		position: relative;
	}

	.event-list-style-4 .image {
		overflow: hidden;
	}

	.event-list-style-4 .image > a,
	.event-list-style-4 .image > a:visited {
	    position: relative;
	    height: 100%;
	    width: 100%;
	    display: block;
	}

	.event-list-style-4 .image > a:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 );
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
	}

	.event-list-style-4 .image img {
		width: 100%;
		display: block;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
	}

	.event-list-style-4 .title {
		color: #222222;
		font-size: 19px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 12px;
	}

	.event-list-style-4 .title a,
	.event-list-style-4 .title a:visited {
		color: #222222;
	}

	.event-list-style-4 .details {
		width: 100%;
	}

	.event-list-style-4 .content {
		background: #FFFFFF;
		padding: 25px 30px 15px;
		border: 1px solid #eee;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}

	.event-list-style-4 .excerpt {
		margin-bottom: 14px;
		font-size: 12px;
		margin-top: 5px;
	}

	.event-list-style-4 .details .category {
		font-size: 12px;
		text-transform: uppercase;
		margin-right: 20px;
		margin-bottom: 10px;
		display: inline-block;
		vertical-align: unset;
	}

	.event-list-style-4 .details .category .post-categories {
		list-style: none;
		margin: 0px;
		color: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
	}

	.event-list-style-4 .details .category .post-categories li {
		display: inline-block;
		display: none;
	}

	.event-list-style-4 .details .category .post-categories li:first-child {
		display: block;
	}

	.event-list-style-4 .details .category .post-categories li:after {
		content: ',';
		margin-right: 3px;
		display: none;
	}

	.event-list-style-4 .details .category .post-categories li:last-child:after {
		display: none;
	}

	.event-list-style-4 .details .category .post-categories a,
	.event-list-style-4 .details .category .post-categories a:visited {
		color: #FFFFFF;
	}

	.event-list-style-4 .details > .price,
	.event-list-style-4 .details > .status,
	.event-list-style-4 .details > .date,
	.event-list-style-4 .details > .venue,
	.event-list-style-4 .details > .location {
		font-size: 12px;
		color: #888888;
		margin-right: 20px;
		display: inline-block;
		align-items: center;
		margin-bottom: 10px;
	}

	.event-list-style-4 .details > div:last-child {
		margin-right: 0;
	}

	.event-list-style-4 .details > .status .status {
		margin-bottom: 0px;
	}

	.event-list-style-4 .details > .date {
		padding: 3px 0px 0;
	}

	.event-list-style-4 .details > .price > div,
	.event-list-style-4 .details > .status > div,
	.event-list-style-4 .details > .date > div,
	.event-list-style-4 .details > .venue > div,
	.event-list-style-4 .details > .location > div {
		display: inline-block;
	}

	.event-list-style-4 .details > .date:last-child {
		margin-right: 0px;
	}

	.event-list-style-4 .details > .price i,
	.event-list-style-4 .details > .status i,
	.event-list-style-4 .details > .date i,
	.event-list-style-4 .details > .venue i,
	.event-list-style-4 .details > .location i {
		font-size: 16px;
		margin-right: 8px;
		display: inline-block;
		position: relative;
		top: 1px;
	}

	.event-list-style-4 .details > .price span,
	.event-list-style-4 .details > .status span,
	.event-list-style-4 .details > .date span,
	.event-list-style-4 .details > .venue span,
	.event-list-style-4 .details > .location span {
		display: inline-block;
	}

	.event-list {
		margin: 0px -15px -30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.event-list .event-list-style-1,
	.event-list .event-list-style-4,
	.event-list .event-list-style-3 {
		padding: 0px 15px 30px;
		width: 50%;
	}

	.event-list .event-list-style-3 {
		padding-bottom: 10px;
	}

	.event-list.column-1 .event-list-style-2,
	.event-list.column-1 .event-list-style-1 {
		padding-bottom: 60px;
	}

	.event-list.column-1 .event-list-style-3 {
		padding-bottom: 45px;
	}

	.event-list.column-1 .event-list-style-1,
	.event-list.column-1 .event-list-style-4,
	.event-list.column-1 .event-list-style-3 {
		width: 100%;
	}

	.event-list.column-2 .event-list-style-1,
	.event-list.column-2 .event-list-style-4,
	.event-list.column-2 .event-list-style-3 {
		width: 50%;
	}

	.event-list.column-3 .event-list-style-1,
	.event-list.column-3 .event-list-style-4,
	.event-list.column-3 .event-list-style-3 {
		width: 33.33333333333333%;
	}

	.event-list.column-4 .event-list-style-1,
	.event-list.column-4 .event-list-style-4,
	.event-list.column-4 .event-list-style-3 {
		width: 25%;
	}

	.event-list.column-2 .events-list-carousel .event-list-style-1,
	.event-list.column-2 .events-list-carousel .event-list-style-4,
	.event-list.column-2 .events-list-carousel .event-list-style-3 {
		width: 100%;
	}

	.event-list.column-3 .events-list-carousel .event-list-style-1,
	.event-list.column-3 .events-list-carousel .event-list-style-4,
	.event-list.column-3 .events-list-carousel .event-list-style-3 {
		width: 100%;
	}

	.event-list.column-4 .events-list-carousel .event-list-style-1,
	.event-list.column-4 .events-list-carousel .event-list-style-4,
	.event-list.column-4 .events-list-carousel .event-list-style-3 {
		width: 100%;
	}

	.categorized-events .nav {
		border: 0px;
		text-align: center;
		margin-bottom: 45px;
		display: block;
	}

	.categorized-events .nav.center {
		text-align: center;
	}

	.categorized-events .nav.left {
		text-align: left;
	}

	.categorized-events .nav.right {
		text-align: right;
	}

	.categorized-events .nav > li {
		float: none;
		padding: 0px;
		margin: 0px 7.5px 0px;
		display: inline-block;
		position: relative;
	}

	.categorized-events .nav > li:first-child {
		margin-left: 0px;
	}

	.categorized-events .nav > li:last-child {
		margin-right: 0px;
	}

	.categorized-events .nav > li>a,
	.categorized-events .nav > li>a:visited {
		padding: 0;
		margin: 0;
		display: block;
		border-radius: 25px;
		font-weight: 500;
		text-transform: uppercase;
		color: #ffffff;
		border: 1px solid #EEEEEE;
		padding: 6px 20px;
	}

	.categorized-events .nav > li > a.active,
	.categorized-events .nav > li > a.active:visited,
	.categorized-events .nav > li>a:hover,
	.categorized-events .nav > li>a:focus {
		background: #FFFFFF;
	}

	.eventchamp-latest-posts-carousel .pagination-left,
	.eventchamp-latest-posts-carousel .pagination-right,
	.eventchamp-latest-posts-carousel .all-button,
	.eventchamp-latest-posts-carousel .all-button:visited,
	.venues-list-carousel .pagination-left,
	.venues-list-carousel .pagination-right,
	.venues-list-carousel .all-button,
	.venues-list-carousel .all-button:visited,
	.events-list-carousel .pagination-left,
	.events-list-carousel .pagination-right,
	.events-list-carousel .all-button,
	.events-list-carousel .all-button:visited,
	.categorized-events .all-button,
	.categorized-events .all-button:visited {
		color: #aaaaaa;
		font-size: 12px;
		text-transform: uppercase;
		border: 1px solid #eae6e6;
		display: table;
		font-weight: 500;
		padding: 9px 25px;
		border-radius: 5px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}

	.categorized-events .all-button {
		clear: both;
	}

	.venues-list-carousel.white .pagination-left,
	.venues-list-carousel.white .pagination-right,
	.venues-list-carousel.white .all-button,
	.venues-list-carousel.white .all-button:visited {
		background: transparent;
		border-color: #FFFFFF;
		color: #FFFFFF;
	}

	.eventchamp-latest-posts-carousel .pagination-left:hover,
	.eventchamp-latest-posts-carousel .pagination-left:focus,
	.eventchamp-latest-posts-carousel .pagination-right:hover,
	.eventchamp-latest-posts-carousel .pagination-right:focus,
	.eventchamp-latest-posts-carousel .all-button:hover,
	.eventchamp-latest-posts-carousel .all-button:focus,
	.venues-list-carousel.white .pagination-left:hover,
	.venues-list-carousel.white .pagination-left:focus,
	.venues-list-carousel.white .pagination-right:hover,
	.venues-list-carousel.white .pagination-right:focus,
	.venues-list-carousel.white .all-button:hover,
	.venues-list-carousel.white .all-button:focus,
	.events-list-carousel .pagination-left:hover,
	.events-list-carousel .pagination-left:focus,
	.events-list-carousel .pagination-right:hover,
	.events-list-carousel .pagination-right:focus,
	.events-list-carousel .all-button:hover,
	.events-list-carousel .all-button:focus,
	.categorized-events .all-button:hover,
	.categorized-events .all-button:focus {
		color: #FFFFFF;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.eventchamp-latest-posts-carousel .pagination,
	.venues-list-carousel .pagination,
	.categorized-events .pagination,
	.events-list .pagination,
	.events-list-carousel .pagination {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 30px auto 0;
		text-align: center;
	}

	.eventchamp-latest-posts-carousel .pagination-left,
	.eventchamp-latest-posts-carousel .pagination-right,
	.venues-list-carousel .pagination-left,
	.venues-list-carousel .pagination-right,
	.events-list-carousel .pagination-left,
	.events-list-carousel .pagination-right {
		font-size: 11px;
		padding: 0 15px;
		cursor: pointer;
		height: 38px;
		line-height: 38px;
	}

	.eventchamp-latest-posts-carousel .pagination > div,
	.venues-list-carousel .pagination > div,
	.events-list-carousel .pagination > div {
		margin-right: 15px;
	}

	.eventchamp-latest-posts-carousel .pagination > div:last-child,
	.venues-list-carousel .pagination > div:last-child,
	.events-list-carousel .pagination > div:last-child {
		margin-right: 0px;
	}

	.eventchamp-banner {
		position: relative;
		background-size: cover;
		background-position: center;
		border-radius: 5px;
		overflow: hidden;
	}

	.eventchamp-banner a,
	.eventchamp-banner a:visited {
		display: block;
		height: 100%;
		width: 100%;
		color: #FFFFFF;
		background: rgba(0, 0, 0, 0.30);
	}

	.eventchamp-banner a:before {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(2,0,5,0) 2%, rgba(102,0,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(2,0,5,0) 2%,rgba(102,0,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(2,0,5,0) 2%,rgba(102,0,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#6600ff',GradientType=0 ); /* IE6-9 */
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.4;
	}

	.eventchamp-banner .content {
		display: block;
		border: 1px dashed #FFFFFF;
		border-radius: 5px;
		color: #FFFFFF;
		padding: 55px 15px;
		margin: 10px;
		font-size: 30px;
		text-transform: uppercase;
		text-align: center;
		position: relative;
		z-index: 2;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.eventchamp-banner .content .italic {
		font-weight: 400;
		display: block;
	    line-height: 40px;
	    margin-bottom: -4px;
	}

	.eventchamp-banner .content .bold {
		font-weight: 600;
	    line-height: 40px;
		display: block;
	}

	.eventchamp-banner:hover a,
	.eventchamp-banner:focus a:visited {
		background: rgba(0, 0, 0, 0);
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.related-venues-wrapper:after,
	.related-venues-wrapper:before {
		content: '';
		display: block;
		clear: both;
	}

	.venue-list,
	.venues-list-grid {
		margin: 0px -15px -30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.venue-list .venue-list-style-1 {
		padding: 0px 15px 30px;
	}

	.venue-list.column-2 .venue-list-style-1 {
		width: 50%;
	}

	.venue-list.column-3 .venue-list-style-1 {
		width: 33.33333333333333%;
	}

	.venue-list.column-4 .venue-list-style-1 {
		width: 25%;
	}

	.eventchamp-service-box {
		text-align: center;
	}

	.eventchamp-service-box i {
		width: 115px;
		height: 115px;
		line-height: 115px;
		border-radius: 50%;
		text-align: center;
		font-size: 35px;
		border: 2px solid #EEEEEE;
		margin-bottom: 22px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		position: relative;
	}

	.eventchamp-service-box:hover i {
		color: #FFFFFF;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}

	.eventchamp-service-box .title {
		text-transform: uppercase;
		font-size: 19px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.eventchamp-service-box p {
		color: #888888;
		margin: 0px;
	}

	.eventchamp-testimonials-carousel .content {
		width: 100%;
		float: none;
		text-align: center;
		position: relative;
		position: relative;
		padding: 0 5%;
	}

	.eventchamp-testimonials-carousel .content p {
		margin: 0px 0px 20px;
		color: #888888;
	}

	.eventchamp-testimonials-carousel .content:before {
		content: '“';
		display: block;
		height: 100px;
		font-size: 530px;
		margin-bottom: 15px;
		line-height: 530px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -46px;
		z-index: 0;
		color: rgba(0, 0, 0, 0.04);
	}

	.eventchamp-testimonials-carousel .content .name {
		font-weight: 600;
	}

	.eventchamp-testimonials-carousel .image {
	    float: none;
	    text-align: center;
	    margin-bottom: 30px;
	}

	.eventchamp-testimonials-carousel .image img {
		border: 2px solid #EEEEEE;
		border-radius: 50%;
		padding: 2px;
		width: 100px;
		height: 100px;
	}

	.eventchamp-testimonials-carousel .swiper-pagination {
		position: relative;
		left: 0;
		text-align: center;
		margin: 30px auto 0px;
	}

	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		border: 1px solid #d0d0d0;
		background: transparent;
		opacity: 1;
		margin: 0px 10px 0px 0px;
		position: relative;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:hover,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:focus,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:before {
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
		content: '';
		border-radius: 50%;
	}

	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		width: 19px;
		height: 19px;
		border-radius: 50%;
		border: 1px solid #EEEEEE;
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		left: -3px;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}

	.eventchamp-counter {
		text-align: center;
	}

	.eventchamp-counter .number {
		width: 115px;
		height: 115px;
		line-height: 115px;
		border-radius: 50%;
		text-align: center;
		font-weight: 700;
		font-size: 27px;
		border: 2px solid #EEEEEE;
		margin-bottom: 22px;
		display: inline-block;
	}

	.eventchamp-counter .title {
		text-transform: uppercase;
		font-size: 19px;
		font-weight: 600;
	}

	.eventchamp-counter.white .number {
		border-color: #FFFFFF;
		color: #FFFFFF;
	}

	.eventchamp-counter.white .title {
		color: #FFFFFF;
	}

	.eventchamp-contact-box .contact-row {
		margin-bottom: 13px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.eventchamp-contact-box .contact-row.about-text {
		margin-bottom: 28px;
	}

	.eventchamp-contact-box .contact-row.about-link {
		margin: 28px 0px 0px;
	}

	.eventchamp-contact-box .about-more-link, 
	.eventchamp-contact-box .about-more-link:visited {
		color: #FFF;
		display: inline-block;
		font-weight: 500;
		padding: 6px 20px;
		border-radius: 25px;
		border: 1px solid transparent;
		text-transform: uppercase;
		font-size: 12px;
	}

	.eventchamp-contact-box .about-more-link:focus,
	.eventchamp-contact-box .about-more-link:hover {
		background: transparent;
	}

	.eventchamp-contact-box i {
		font-size: 18px;
		width: 31px;
	}

	.eventchamp-app-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0px -10px;
	}

	.eventchamp-app-box .app-item {
		padding: 0px 10px;	
		overflow: hidden;
		width: 50%;
	}

	.eventchamp-app-box .app-item a,
	.eventchamp-app-box .app-item a:visited {
		padding: 11px 15px;
		border: 1px solid #eae6e6;
		border-radius: 5px;
		width: 100%;
		margin-bottom: 20px;
		font-size: 12px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.eventchamp-app-box .app-item i {
		font-size: 24px;
		color: #888;
		margin-right: 15px;
		align-items: center;
		display: inline-block;
	}

	.eventchamp-app-box .app-item .description>span {
		line-height: 1.4;
		display: block;
	}
	.eventchamp-app-box .app-item .description .app-name {
		font-weight: 600;
	}

	.eventchamp-app-box .app-item a:hover,
	.eventchamp-app-box .app-item a:focus {
		color: #FFFFFF;
	}

	.eventchamp-app-box .app-item a:hover i,
	.eventchamp-app-box .app-item a:focus i {
		color: #FFFFFF;
	}

	.eventchamp-event-counter {
		position: relative;
		color: #FFFFFF;
		display: table;
		width: 100%;
	}

	.eventchamp-event-counter .event-counter-slider {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.eventchamp-event-counter .event-counter-slider .bg-image {
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.eventchamp-event-counter .event-counter-slider .bg-image:before {
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000000;
	    opacity: 0.3;
	    left: 0;
	    top: 0;
	    content: '';
	}

	.eventchamp-event-counter .counter-content {
		z-index: 10;
		color: #fff;
		width: 1020px;
		max-width: 100%;
		text-align: center;
		margin: auto;
		height: auto;
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}

	.eventchamp-event-counter .counter-content .address-date {
		color: #ffffff;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 500;
		margin-top: -100px;
	}

	.eventchamp-event-counter .counter-content .title {
		margin: 25px 0px 30px;
	}

	.eventchamp-event-counter .counter-content .title .white,
	.eventchamp-event-counter .counter-content .title .colored {
		color: #ffffff;
		font-size: 55px;
		text-transform: uppercase;
		font-weight: 700;
	}

	.eventchamp-event-counter .counter-content .title .opacity-title {
		font-size: 150px;
		text-transform: uppercase;
		font-weight: 700;
		opacity: 0.15;
		position: absolute;
		z-index: 1;
		width: 100%;
		color: white;
		margin-top: 10px;
		line-height: 68px;
	}

	.eventchamp-event-counter .counter-content .title .colored {
		margin-left: 15px;
	}

	.eventchamp-event-counter .counter-content .excerpt {
		width: 1020px;
		max-width: 100%;
		margin: 0 auto;
		font-size: 15px;
	}

	.eventchamp-event-counter .counter-content .buttons {
		margin-top: 56px;
	}

	.eventchamp-event-counter .counter {
		width: 100%;
		padding: 40px 15px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
		text-align: center;
		overflow: hidden;
		background: rgba(0, 0, 0, 0.40);
	}

	.eventchamp-event-counter .counter:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0.65;
		position: absolute;
		top: 0;
		left: 0;
	}

	.eventchamp-event-counter .counter .getting-started {
		position: relative;
		z-index: 10;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.eventchamp-event-counter .counter .getting-started > div {
		border-right: 1px solid rgba(255, 255, 255, 0.30);
		padding-right: 45px;
		margin-right: 45px;
	}

	.eventchamp-event-counter .counter .getting-started > div:last-child {
		border-right: 0px;
		padding-right: 0px;
		margin-right: 0px;
	}

	.eventchamp-event-counter .counter .count {
		font-size: 50px;
		line-height: 50px;
		font-weight: 600;
		margin-bottom: 2px;
	}

	.eventchamp-event-counter .counter .title {
		font-size: 13px;
		text-transform: uppercase;
		line-height: 13px;
		font-weight: 600;
	}

	.eventchamp-event-counter .counter .counter-opacity-title {
		font-size: 105px;
		text-transform: uppercase;
		font-weight: 700;
		opacity: 0.15;
		position: absolute;
		z-index: 1;
		width: 100%;
		color: white;
		margin-top: 10px;
	}

	.slider-with-search-tool {
		display: table;
		height: 100%;
		width: 100%;
	}

	.slider-with-search-tool-slides {
		position: absolute;
		left: 0;
		right: 0;
	}

	.slider-with-search-tool .bg-image {
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.slider-with-search-tool .bg-image:before {
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #000000;
	    opacity: 0.3;
	    left: 0;
	    top: 0;
	    content: '';
	}

	.slider-with-search-tool .event-search-tool {
		background: transparent;
		border: 0px;
		position: relative;
		z-index: 3;
		margin: auto;
		align-items: normal;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.slider-with-search-tool .cs-select,
	.slider-with-search-tool input[type="email"],
	.slider-with-search-tool input[type="number"],
	.slider-with-search-tool input[type="password"],
	.slider-with-search-tool input[type="tel"],
	.slider-with-search-tool input[type="url"],
	.slider-with-search-tool input[type="text"],
	.slider-with-search-tool input[type="time"],
	.slider-with-search-tool input[type="week"],
	.slider-with-search-tool input[type="search"],
	.slider-with-search-tool input[type="month"],
	.slider-with-search-tool input[type="datetime"],
	.slider-with-search-tool input[type="date"] {
		background: transparent;
		border-color: #FFFFFF;
	}

	.slider-with-search-tool .cs-select .cs-placeholder,
	.slider-with-search-tool input[type="email"],
	.slider-with-search-tool input[type="number"],
	.slider-with-search-tool input[type="password"],
	.slider-with-search-tool input[type="tel"],
	.slider-with-search-tool input[type="url"],
	.slider-with-search-tool input[type="text"],
	.slider-with-search-tool input[type="time"],
	.slider-with-search-tool input[type="week"],
	.slider-with-search-tool input[type="search"],
	.slider-with-search-tool input[type="month"],
	.slider-with-search-tool input[type="datetime"],
	.slider-with-search-tool input[type="date"] {
		color: #FFFFFF;
	}

	.slider-with-search-tool ::-webkit-input-placeholder { color: #FFFFFF; }
	.slider-with-search-tool ::-moz-placeholder { color: #FFFFFF; }
	.slider-with-search-tool :-ms-input-placeholder { color: #FFFFFF; }
	.slider-with-search-tool :-moz-placeholder { color: #FFFFFF; }

	.slider-with-search-tool .event-search-tool .search-content {
		background: rgba(0, 0, 0, 0.42);
		padding: 30px;
		border-radius: 5px;
		margin: 0 5%;
		width: auto;
	}

	.slider-with-search-tool .event-search-tool .search-content .no-result-page {
		position: relative;
		color: #FFFFFF;
		z-index: 1;
	}

	.eventchamp-event-content .sponsors ul {
		list-style: none;
		padding: 0px;
		margin: 0px -15px -30px;
		text-align: center;
	}

	.eventchamp-event-content .sponsors ul li {
		display: inline-block;
		padding: 0px 15px 30px;
	}

	.eventchamp-event-content .sponsors ul li img {
		-webkit-transition:0.4s;
		-moz-transition:0.4s;
		-o-transition:0.4s;
		-ms-transition:0.4s;
		transition:0.4s;
	}

	.eventchamp-event-content .sponsors ul li img:hover {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition:0.4s;
		-moz-transition:0.4s;
		-o-transition:0.4s;
		-ms-transition:0.4s;
		transition:0.4s;
	}

	.eventchamp-event-content .sponsors ul li a,
	.eventchamp-event-content .sponsors ul li a:visited {
		display: block;
		padding: 2px;
		border: 1px solid #f5f5f5;
		border-radius: 5px;
	}

	.eventchamp-button {
		display: inline-block;
		margin: 0px 15px 15px;
	}

	.eventchamp-button a,
	.eventchamp-button a:visited {
		background: transparent;
		border: 1px solid #EEEEEE;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 500;
		padding: 11px 30px;
		display: inline-block;
		border-radius: 25px;
		font-size: 13px;
		cursor: pointer;
		-webkit-appearance: none;
	}

	.eventchamp-button a i {
		font-size: 18px;
		margin-right: 15px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		vertical-align: middle;
	}

	.eventchamp-newsletter-element .newsletter-content {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}

	.eventchamp-newsletter-element .mc4wp-alert {
		margin-top: 20px;
	}

	.eventchamp-newsletter-element .newsletter-content div.title {
		font-size: 16px;
		font-weight: 600;
		color: #666666;
		text-transform: uppercase;
		margin-right: 20px;
		align-items: center;
		width: 105px;
	}

	.eventchamp-newsletter-element .newsletter-content .title i {
		font-size: 18px;
		margin-right: 15px;
		margin-top: -3px;
	}

	.eventchamp-newsletter-element .newsletter-content div.columns {
		width: calc( 100% - 325px );
		margin: 0px -10px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.eventchamp-newsletter-element .newsletter-content div.columns .column {
		padding: 0px 10px;
		width: 50%;
	}

	.eventchamp-newsletter-element .newsletter-content button {
		width: 200px;
		margin-left: 20px;
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.eventchamp-newsletter-element .newsletter-content button i {
		margin-right: 15px;
		font-size: 16px;
	}

	.eventchamp-newsletter-element .newsletter-content button:hover,
	.eventchamp-newsletter-element .newsletter-content button:focus {
		background: transparent;
	}

	.eventchamp-newsletter-element.dark .mc4wp-alert,
	.eventchamp-newsletter-element.dark .newsletter-content div.title {
		color: #FFFFFF;
	}

	.eventchamp-newsletter-element.dark select,
	.eventchamp-newsletter-element.dark div.cs-select,
	.eventchamp-newsletter-element.dark .cs-select,
	.eventchamp-newsletter-element.dark input[type="text"],
	.eventchamp-newsletter-element.dark input[type="email"] {
	    background: transparent;
	    border-color: #FFFFFF;
	    color: #FFFFFF;
	}

	.eventchamp-newsletter-element.dark input[type="text"]::-webkit-input-placeholder { color: #FFFFFF; }
	.eventchamp-newsletter-element.dark input[type="text"]::-moz-placeholder { color: #FFFFFF; }
	.eventchamp-newsletter-element.dark input[type="text"]:-ms-input-placeholder { color: #FFFFFF; }
	.eventchamp-newsletter-element.dark input[type="text"]:-moz-placeholder { color: #FFFFFF; }

	.eventchamp-newsletter-element.dark input[type="email"]::-webkit-input-placeholder { color: #FFFFFF; }
	.eventchamp-newsletter-element.dark input[type="email"]::-moz-placeholder { color: #FFFFFF; }
	.eventchamp-newsletter-element.dark input[type="email"]:-ms-input-placeholder { color: #FFFFFF; }
	.eventchamp-newsletter-element.dark input[type="email"]:-moz-placeholder { color: #FFFFFF; }

	.wpb_single_image {
		overflow: hidden;
	}

	div.pp_default .pp_description {
		font-size: 13px !important;
		font-weight: 500 !important;
		line-height: 14px !important;
		margin-top: 13px !important;
	}

	.modal {
		text-align: center;
		padding: 0!important;
	}

	.modal:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -4px;
	}

	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}

	.eventchamp-modal .modal-content {
		border-radius: 5px;
		overflow: hidden;
	}

	.eventchamp-modal .modal-body {
		padding: 0px;
		border-radius: 4px;
		overflow: hidden;
	}

	.eventchamp-modal .modal-body .content {
		padding: 30px;
	}

	.eventchamp-modal .modal-body .content p:last-child {
		margin-bottom: 0px;
	}

	.eventchamp-modal .modal-body iframe,
	.eventchamp-modal .modal-body embed {
		display: block;
		border-radius: 4px;
		overflow: hidden;
	}

	.eventchamp-modal .close {
	    right: 15px;
	    top: 15px;
	    z-index: 20;
	    font-size: 30px;
	    opacity: 0.5;
	    text-shadow: none;
	    position: absolute;
	}

	.eventchamp-modal .close:focus,
	.eventchamp-modal .close:hover,
	.eventchamp-modal .close:active,
	.eventchamp-modal .close:active:hover,
	.eventchamp-modal .close:active:focus,
	.eventchamp-modal .close:active:visited {
	    background: transparent;
	    padding: 0px;
	    border: 0;
	}

	.eventchamp-contact-form .textarea,
	.eventchamp-contact-form .form-group {
		margin-bottom: 15px;
	}

	#Contact .maps-area .wpb_wrapper,
	#Contact .maps-area .wpb_text_column,
	#Contact .maps-area p {
		height: 100%;
	}

	span.wpcf7-not-valid-tip {
		font-size: 12px;
		padding: 5px 0px 0px;
		font-weight: 400;
		display: block;
	}

	div.wpcf7-response-output {
		margin: 30px 0px 0px;
		padding: 15px 15px 12px;
		font-size: 12px;
		border-width: 1px !important;
	}

	.fa-times-circle:before {
		content: '\00d7';
	}

	.eventchamp-icon-list.style2 {
		color: #FFFFFF;
	}

	.eventchamp-icon-list ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.eventchamp-icon-list ul li {
		margin-bottom: 10px;
	}

	.eventchamp-icon-list ul li:after,
	.eventchamp-icon-list ul li:before {
		content: '';
		display: block;
		clear: both;
	}

	.eventchamp-icon-list ul li i {
		font-size: 17px;
		margin-right: 10px;
	    float: left;
	}

	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
		font-size: 14px;
		font-weight: 500;
	}

	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
		padding-top: 18px;
		padding-bottom: 19px;
	}

	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
		border-color: #eae6e6;
	}

	body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
		padding: 25px 30px;
	}

	.wpb-js-composer .wpb_gmaps_widget .wpb_wrapper {
		padding: 0;
	}

	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
		border-color: #eae6e6;
		background-color: #fff;
	}

	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a {
		border-color: #eae6e6;
		background-color: #f3f3f3;
	}

	body.wpb-js-composer .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a {
		border-color: #eae6e6;
	}

	body.wpb-js-composer .vc_toggle_title>h4 {
		font-size: 13px;
	}

	body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
		background-color: #ffffff;
	}

	body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body,
	body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::after,
	body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body::before {
		border-color: #eae6e6;
	}

	body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading,
	body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
		border-color: #eae6e6;
		background-color: #ffffff;
	}

	#contactform .inputs {
		margin: 0px -7.5px 0px;
	}

	#contactform .inputs:after,
	#contactform .inputs:before {
		content: '';
		display: block;
		clear: both;
	}

	#contactform .inputs > div {
		float: left;
		padding: 0px 7.5px;
		width: 33.33333333333333%;
		margin-bottom: 15px;
	}

	#contactform .textarea {
		margin-bottom: 15px;
	}

	#contactform .button {
		margin-bottom: 0px;
	}

/*======
*
* 4. Widgets
*
======*/
	/*====== 4.1 General ======*/
	.widget-box:after,
	.widget-box:before {
		content: '';
		display: block;
		clear: both;
	}

	.widget-title {
		margin: -7px 0px 0px;
		text-transform: uppercase;
		font-size: 21px;
		color: #4a4a4a;
		margin-bottom: 20px;
		font-weight: 700;
	}

	.widget-title:after {
		width: 45px;
		margin-top: 6px;
		display: block;
		background: #eae6e6;
		height: 1px;
		content: '';
	}

	.widget_search input[type="text"] {
		margin-bottom: 10px;
	}

	.widget_search button {
		width: 100%;
	}

	#wp-calendar {
		width: 100%;
		margin:0px;
	}

	#wp-calendar td {
		padding: 10px 0 5px;
		border: 1px solid #eae6e6;
		width: 14.28571428571429%;
	}

	#wp-calendar caption {
		padding: 0;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		color: #666;
		margin: 0px 0px 7px;
	}

	#wp-calendar tbody {
		text-align: center;
		border: 1px solid #eae6e6;
	}

	#wp-calendar thead th:first-child {
		border-left: 1px solid #eae6e6;
	}

	#wp-calendar thead th {
		text-align: center;
		padding: 5px 0;
		background: #f3f3f3;
		font-size: 14px;
		border-right: 1px solid #eae6e6;
		border-bottom: 1px solid #eae6e6;
		border-top: 1px solid #eae6e6;
	}

	#wp-calendar .pad {
		border: 0px;
	}

	#wp-calendar #prev {
		text-align: left;
		border: 0px;
	    font-weight: 600;
		margin-top: 7px;
	}

	#wp-calendar #next {
		text-align: right;
		border: 0px;
	    font-weight: 600;
		margin-top: 7px;
	}

	.widget_categories ul,
	.widget_pages ul,
	.widget_recent_comments ul,
	.widget_archive ul,
	.widget_recent_entries ul,
	.widget_nav_menu ul,
	.widget_rss ul,
	.widget_meta ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	.widget_meta ul li:after,
	.widget_meta ul li:before,
	.widget_rss ul li:after,
	.widget_rss ul li:before,
	.widget_nav_menu ul li:after,
	.widget_nav_menu ul li:before,
	.widget_recent_entries ul li:after,
	.widget_recent_entries ul li:before,
	.widget_archive ul li:after,
	.widget_archive ul li:before,
	.widget_recent_comments ul li:after,
	.widget_recent_comments ul li:before,
	.widget_pages ul li:after,
	.widget_pages ul li:before,
	.widget_categories ul li:after,
	.widget_categories ul li:before {
		content: '';
		display: block;
		clear: both;
	}

	.widget_nav_menu ul li,
	.widget_archive ul li,
	.widget_pages ul li,
	.widget_categories ul li {
		color: #666666;
		text-align: right;
		font-weight: 600;
		border-radius: 5px;
		margin-bottom: 5px;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.widget_meta ul li,
	.widget_rss ul li,
	.widget_recent_entries ul li,
	.widget_recent_comments ul li {
		color: #666666;
		font-weight: 600;
		margin-bottom: 5px;
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.widget_nav_menu ul li a,
	.widget_nav_menu ul li a:visited,
	.widget_archive ul li a,
	.widget_archive ul li a:visited,
	.widget_pages ul li a,
	.widget_pages ul li a:visited,
	.widget_categories ul li a,
	.widget_categories ul li a:visited {
		color: #666666;
		text-align: left;
		float: left;
		font-weight: 400;
	}

	.widget_nav_menu ul li a {
		float: none !important;
		display: block;
	}

	.widget_meta ul li a,
	.widget_meta ul li a:visited,
	.widget_rss ul li a,
	.widget_rss ul li a:visited,
	.widget_recent_entries ul li a,
	.widget_recent_entries ul li a:visited,
	.widget_recent_comments ul li a,
	.widget_recent_comments ul li a:visited {
		color: #666666;
		font-weight: 400;
	}

	.widget_nav_menu ul li .sub-menu,
	.widget_recent_entries ul li .children,
	.widget_archive ul li .children,
	.widget_recent_comments ul li .children,
	.widget_pages ul li .children,
	.widget_categories ul li .children {
		clear: both;
	}

	.widget_nav_menu ul li .sub-menu li,
	.widget_recent_entries ul li .children li,
	.widget_archive ul li .children li,
	.widget_recent_comments ul li .children li,
	.widget_pages ul li .children li,
	.widget_categories ul li .children li {
		padding: 10px 0px 0px 16px;
	}

	.widget_nav_menu ul li .sub-menu li:last-child,
	.widget_recent_entries ul li .children li:last-child,
	.widget_archive ul li .children li:last-child,
	.widget_recent_comments ul li .children li:last-child,
	.widget_pages ul li .children li:last-child,
	.widget_categories ul li .children li:last-child {
		padding-bottom: 0px;
	}

	.event-tag-widget ul,
	.widget_tag_cloud .tagcloud {
		margin-bottom: -10px;
	}

	.event-tag-widget ul li {
		display: inline-block;
	}

	.event-tag-widget ul li a,
	.event-tag-widget ul li a:visited,
	.widget_tag_cloud .tagcloud a,
	.widget_tag_cloud .tagcloud a:visited {
		padding: 10px 15px;
		font-size: 12px !important;
	    border: 1px solid #EEEEEE;
		display: inline-block;
		line-height: normal;
		margin: 0px 10px 10px 0px;
		font-weight: 500;
		text-transform: uppercase;
		border-radius: 4px;
	}

	.event-tag-widget ul:after,
	.event-tag-widget ul:before,
	.widget_tag_cloud .tagcloud:after,
	.widget_tag_cloud .tagcloud:before {
		content: '';
		display: block;
		clear: both;
	}

	.widget_rss ul li {
		font-weight: 400; 
	}

	.widget_rss ul li .rsswidget {
		font-weight: 600;
		margin-bottom: 5px;
		display: block;
	}

	.widget_rss ul li .rss-date {
		margin-bottom: 5px;
		font-size: 12px;
		display: block;
	}

	.widget_rss ul li .rssSummary {
		margin-bottom: 5px;
		display: block;
	}

	.widget_rss ul li cite {
		font-weight: 600;
	}

	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe {
		width: 100% !important;
	}

	.tp_recent_tweets ul {
		margin: 0px;
		padding: 0px;
	}

	/*====== 4.2 Latest Events Widget ======*/
	.latest-events-widget .event-list-style-1 {
		margin-bottom: 30px;
	}

	.latest-events-widget .event-list-style-1:last-child {
		margin-bottom: 0px;
	}

	.latest-events-widget.style2 .event-list-style-2 {
		margin-bottom: 20px;
	}

	.latest-events-widget.style2 .event-list-style-2:last-child {
		margin-bottom: 0px;
	}

	.latest-events-widget.style2 .event-list-style-2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.latest-events-widget.style2 .image {
		min-width: 70px;
		width: 70px;
		margin-right: 10px;
	}

	.latest-events-widget.style2 .image img {
		border-radius: 5px;
	}

	.latest-events-widget.style2 .content {
		width: calc(100% - 80px)
	}

	.latest-events-widget.style2 .title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 13px;
	}

	.latest-events-widget.style2 .title a,
	.latest-events-widget.style2 .title a:visited {
		color: #222222;
	}

	.latest-events-widget.style2 .information {
		font-size: 10px;
	}

	.latest-events-widget.style2 .information i {
		font-size: 13px;
		margin-right: 8px;
	}

	.latest-events-widget.style2 .information > div {
		display: inline-block;
		margin-right: 15px;
	}

	.latest-events-widget.style2 .information > div:last-child {
		margin-right: 0;
	}

	/*====== 4.3 Latest Venues Widget ======*/
	.latest-venues-widget.style1 .venue-list-style-1 {
		margin-bottom: 30px;
	}

	.latest-venues-widget.style1 .venue-list-style-1:last-child {
		margin-bottom: 0px;
	}

	.latest-venues-widget.style2 .venue-list-style-2 {
		margin-bottom: 20px;
	}

	.latest-venues-widget.style2 .venue-list-style-2:last-child {
		margin-bottom: 0px;
	}

	.latest-venues-widget.style2 .venue-list-style-2 {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.latest-venues-widget.style2 .venue-list-style-2:after,
	.latest-venues-widget.style2 .venue-list-style-2:before {
		content: '';
		display: block;
		clear: both;
	}

	.latest-venues-widget.style2 .image {
		min-width: 70px;
		width: 70px;
		margin-right: 10px;
		float: left;
		overflow: hidden;
		border-radius: 5px;
	}

	.latest-venues-widget.style2 .title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 13px;
	}

	.latest-venues-widget.style2 .information {
		font-size: 10px;
	}

	.latest-venues-widget.style2 .information i {
		font-size: 13px;
		margin-right: 8px;
	}

	.latest-venues-widget.style2 .information > div {
		display: inline-block;
		margin-right: 15px;
	}

	.latest-venues-widget.style2 .information > div:last-child {
		margin-right: 0;
	}

	/*====== 4.4 Latest Speakers Widget ======*/
	.latest-speakers-widget.style1 .speaker-list-style-1 {
		margin-bottom: 20px;
	}

	.latest-speakers-widget.style1 .speaker-list-style-1:last-child {
		margin-bottom: 0px;
	}

	.latest-speakers-widget.style1 .speaker-list-style-1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.latest-speakers-widget.style1 .speaker-list-style-1:after,
	.latest-speakers-widget.style1 .speaker-list-style-1:before {
		content: '';
		display: block;
		clear: both;
	}

	.latest-speakers-widget.style1 .image {
		min-width: 70px;
		width: 70px;
		margin-right: 10px;
		float: left;
		overflow: hidden;
		border-radius: 5px;
	}

	.latest-speakers-widget.style1 .title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 13px;
	}

	.latest-speakers-widget.style1 .information {
		font-size: 10px;
	}

	.latest-speakers-widget.style1 .information i {
		font-size: 13px;
		margin-right: 8px;
		position: relative;
		top: 1px;
	}

	.latest-speakers-widget.style1 .information > div {
		display: inline-block;
		margin-right: 15px;
	}

	.latest-speakers-widget.style1 .information > div:last-child {
		margin-right: 0;
	}

/*======
*
* 5. Header
*
======*/
	/*====== 5.1 General ======*/
	.modal-backdrop {
		z-index: 10000000;
	}

	.modal {
		z-index: 100000000;
	}

	.user-box {
		padding: 60px 30px 50px;
	}

	.user-box button.close {
	    position: absolute;
	    top: -20px;
	    right: -20px;
	    background: #FFFFFF;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 50%;
	    opacity: 1;
	    font-size: 16px;
	    color: #666;
	    border: 0px;
	}

	.user-box button.close:hover,
	.user-box button.close:focus {
	    color: #FFF;
	    border: 0px;
	}

	.pt-loading {
		display: none;
	}

	.pt-errors>div {
		margin-top: 20px;
		clear: both;
	}

	.user-box input[type=checkbox],
	.user-box input[type=radio] {
		vertical-align: middle;
	}

	.user-box label {
	    margin-bottom: 0px;
	    font-weight: 400;
	    font-size: 13px;
	    vertical-align: sub;
		color: #888;
	}

	.user-box label#login-remember-me-wrapper-label {
	    font-size: 12px;
	}

	.user-box .form-group {
	    margin-bottom: 20px;
	}

	.user-box .social-login-shortcode {
		margin-top: 20px;
	}

	.user-box .social-login-shortcode .wp-social-login-provider-list {
		padding: 0;
	}

	.user-box .social-login-shortcode .wp-social-login-connect-with {
		margin-bottom: 5px;
	}

	.user-box .form-group.register-form-button {
	    margin-bottom: 0px;
	}

	.user-box .bottom-links:after,
	.user-box .bottom-links:before {
		content: '';
		display: block;
		clear: both;
	}

	.user-box .bottom-links a,
	.user-box .bottom-links a:visited {
		display: inline-block;
		padding: 0;
		border-radius: 5px;
		float: left;
		margin: 0;
		color: #666;
		text-align: center;
		font-weight: 400;
	}

	.user-box .bottom-links a:first-child {
		margin-right: 5px;
	}

	.user-box .bottom-links a:last-child {
		margin-left: 5px;
		float: right;
	}

	.pt-user-modal .modal-content {
	    background: #ffffff;
	    border: 0px;
	    margin: 0px;
	    border-radius: 5px;
	}

	.pt-user-modal .modal-content>div {
		padding: 45px 40px 35px;
	}

	.pt-user-modal .modal-content>div.register-area {
		background: #efefef;
	}

	.pt-user-modal .modal-dialog {
		width: 450px;
		max-width: 100%;
	}

	.user-box .pt-login:after,
	.user-box .pt-login:before {
		content: '';
		display: block;
		clear: both;
	}

	.user-box button {
		width: 100%;
	}

	.convertFixed {
		position: fixed !important;
	}

	/*====== 5.2 Header Style 2 and 1 ======*/
	.header-style-1.fixed-header-class .header-top-bar {
		display: none;
	}

	.header-style-1 {
		padding: 30px 0px;
		margin-bottom: 60px;
		border-bottom: 1px solid #eae6e6;
		background: #FFFFFF;
	}

	.header-style-1.remove-gap-removed {
		margin-bottom: 0px;
	}

	.header-style-1 .header-main-area {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-style-1.fixed-header-class .header-main-area .header-logo {
		margin-top: 0px;
	}

	.header-style-1.fixed-header-class .header-main-area .header-logo .logo img {
		height: 36px;
		width: auto;
	}

	.header-style-1 .eventchamp-navbar.style-1 {
		padding: 0;
		margin: 0;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: right;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu > li {
		display: inline-block;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		float: left;
		display: block;
		opacity: 0;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		visibility: hidden;
		border: 0;
		padding: 15px 0;
		margin: 0;
		box-shadow: 0 0 25px rgba(0, 0, 0, 0.10);
		border-top-style: solid;
		border-top-width: 2px;
		border-radius: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		min-width: 220px;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu li:hover > .dropdown-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    	-moz-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    	-ms-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .dropdown-menu .dropdown-menu {
		left: 100%;
		margin-top: -0.92313px;
		top: 0;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu > li > .nav-link,
	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu > li > .nav-link:visited {
		padding: 10px 15px;
		color: #4a4a4a;
		font-size: 13px;
		font-weight: 600;
		display: block;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .dropdown-menu .nav-link {
		padding: 10px 15px;
		font-size: 13px;
		font-weight: 500;
		border-bottom: 1px solid #eeeeee;
		color: #4a4a4a;
		position: relative;
		overflow: hidden;
		display: block;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .dropdown-menu li .nav-link {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu li:last-child > .nav-link {
		padding-right: 0;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu li:last-child > .nav-link {
		border-bottom: 0;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .caret {
		margin-left: 0.5385rem;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .caret:before {
		content: "\f078";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		font-size: inherit;
		text-rendering: auto;
		font-size: 0.6rem;
		position: relative;
		top: -1px;
	}

	.header-style-1 .header-top-bar {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 10px;
	}

	.header-style-1 .header-top-bar .user-box-links {
		list-style: none;
		padding: 0px 9px;
		margin: 0 0 0 23px;
		font-size: 10px;
		text-transform: uppercase;
		border-radius: 25px;
		overflow: hidden;
		position: relative;
	}

	.header-style-1 .header-top-bar .user-box-links li:after,
	.header-style-1 .header-top-bar .user-box-links li:before {
		content: '';
		display: block;
		clear: both;
	}

	.header-style-1 .header-top-bar .user-box-links li:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		height: 100%;
		position: absolute;
		width: 100%;
		left: 0;
		opacity: 0.08;
	}

	.header-style-1 .header-top-bar .user-box-links li a,
	.header-style-1 .header-top-bar .user-box-links li a:visited {
		color: #FFFFFF;
		display: block;
		padding: 9px 12.5px;
		float: left;
		line-height: 10px;
		position: relative;
		z-index: 2;
	}

	.header-style-1 .header-top-bar .user-box-links li a:hover,
	.header-style-1 .header-top-bar .user-box-links li a:focus {
		opacity: 0.9;
	}

	.header-style-1 .header-top-bar .user-box-links li a:first-child {
		border-right: 1px solid rgba(0, 0, 0, 0.08);
	}

	.header-style-1 .header-top-bar .user-box-links li a:last-child {
		border-left: 1px solid rgba(255, 255, 255, 0.13);
	}

	.header-style-1 .header-top-bar .social-links {
		list-style: none;
		padding: 0;
		margin: 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header-style-1 .header-top-bar .social-links li {
		padding: 0px;
		margin: 0px 7px;
	}

	.header-style-1 .header-top-bar .social-links li a,
	.header-style-1 .header-top-bar .social-links li a:visited {
		color: #888888;
	    font-size: 15px;
	}

	.header-style-1.header-style-2 {
		position: absolute;
		background: transparent;
		border-bottom: 0px;
		width: 100%;
		top: 0px;
		z-index: 20;
		margin-bottom: 0px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}

	.header-style-1.header-style-2 .eventchamp-navbar.style-1 .navbar-menu > li > .nav-link,
	.header-style-1.header-style-2 .eventchamp-navbar.style-1 .navbar-menu > li > .nav-link:visited {
		color: #FFFFFF;
	}

	.header-style-1.header-style-2 .header-top-bar .social-links li a,
	.header-style-1.header-style-2 .header-top-bar .social-links li a:visited {
		color: #FFFFFF;
	}

	.header-style-1.header-style-2 .header-main-area .header-logo {
		display: none;
	}

	.header-style-1.header-style-2 .header-main-area .header-alternative-logo {
		display: block;
	}

	.header-style-1.fixed-header-class .header-main-area .header-logo {
		padding: 15px 0px;
	}

	.header-style-1.header-style-2.fixed-header-class .header-main-area .header-logo {
		display: block;
	}

	.header-style-1.header-style-2.fixed-header-class .header-main-area .header-alternative-logo {
		display: none;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:last-child .dropdown-menu,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:nth-last-child(2) .dropdown-menu {
		left: inherit;
		right: 0;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:last-child .dropdown-menu .dropdown-menu,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:nth-last-child(2) .dropdown-menu .dropdown-menu {
		left: inherit;
		right: 100%;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		visibility: hidden;
		opacity: 0;
		display: block;
		box-shadow: none;
		border: 0px;
		padding: 13px 0px;
		min-width: 180px;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
		pointer-events: none;
		border-top: 2px solid #EEEEEE;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
		left: 100%;
		top: 0;
		margin-top: 0px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited {
		font-size: 13px;
		letter-spacing: 0.2px;
		font-weight: 500;
		margin: 0px;
		line-height: 18px;
		padding: 13px 22px 9px;
		border-bottom: 1px solid #eeeeee;
		background: transparent;
	}

	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited {
		color: #4a4a4a;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu>li:last-child > a,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu>li:last-child > a:visited {
		border-bottom: 0px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus {
		background: transparent;
	}

	.header.header-style-1.fixed-header-class {
		position: fixed;
		top: 0;
		background: #FFFFFF;
		padding-bottom: 0px;
		padding-top: 0px;
		width: 100%;
		z-index: 500;
		border-bottom: 0px;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	}

	.eventchamp-wrapper.fixed-header-class  {
		margin-top: 190px;
	}

	.header-style-1.fixed-header-class .eventchamp-navbar.style-1 .navbar-menu > li > .nav-link,
	.header-style-1.fixed-header-class .eventchamp-navbar.style-1 .navbar-menu > li > .nav-link:visited {
		color: #4a4a4a;
	}

/*======
*
* 6. Footer
*
======*/
	/*====== 6.1 General ======*/
	.footer.remove-gap-removed {
		margin-top: 0px;
	}

	.footer a,
	.footer a:visited {
		color: #FFFFFF;
	}

	.footer .vc_wp_custommenu {
		margin: 0px;
		padding: 0px;
	}

	/*====== 6.2 Footer Style 1 ======*/
	.footer {
		background-color: #222;
		background: url(/wp-content/themes/eventchamp/include/assets/img/footer-style-1.jpg);
		background-size: cover;
		background-position: center;
		clear: both;
		color: #FFFFFF;
		padding: 82px 0px 80px;
		margin-top: 90px;
	}

	.footer .eventchamp-app-box .app-item i {
		color: #FFFFFF;
	}

	.footer .widget_nav_menu li {
		background: transparent;
		color: #FFF;
		font-weight: 500;
		padding: 0px;
		border-radius: 0px;
		margin: 0px;
	}

	.footer .widget_nav_menu li a,
	.footer .widget_nav_menu li a:visited {
		color: #FFFFFF;
		display: block;
		padding: 5px 0px;
	}

	.footer .widget_nav_menu li a:before {
		display: inline-block;
		content: '\f0da';
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-size: inherit;
		text-rendering: auto;
		margin-right: 15px;
		font-size: 14px;
	}

	.footer .post-list-style-3 .title a,
	.footer .post-list-style-3 .title a:visited {
		color: #FFFFFF;
	}

	/*====== 6.3 Footer Style 2 ======*/
	.footer.footer-style2 {
		background-image:url(/wp-content/themes/eventchamp/include/assets/img/footer-style-2.jpg);
	}

	/*====== 6.4 Copyright ======*/
	.footer .footer-copyright {
		margin-top: 35px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .footer-copyright .footer-logo {
		display: block;
	}

	.footer .footer-copyright p {
		max-width: 80%;
		text-align: right;
		margin: 0;
	}

/*======
*
* 7. Comments
*
======*/
	.comment-list {
		list-style: none;
		padding: 0px;
		margin: 0px;
		padding-bottom: 45px;
		border-bottom: 1px solid #eae6e6;
		margin-bottom: 40px;
	}

	.comment-list li {
		margin-bottom: 30px;
		border-bottom: 1px solid #eae6e6;
		padding-bottom: 30px;
	}

	.comment-list li:after, .comment-list li:before {
		content:'';
		display:block;
		clear:both;
	}

	.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after,
	.comment-list li .comment-body ul li:before, .comment-list li .comment-body ol li:before {
		display:none;
	}

	.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {
		margin:0px;
		padding:0px;
		border:0px;
	}

	.comment-list li:last-child {
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.comment-list li p:last-child {
		margin-bottom:0px;
	}

	.comment-list .children {
		list-style: none;
		padding: 0;
		margin: 22px 0 0 22px;
	}

	.comment-list li .reply {
		margin-left: 10px;
		display: inline-block;
	}

	.comment-list li .comment-body:after,
	.comment-list li .comment-body:before {
		clear:both;
		content:'';
		display:block
	}

	.comment-list li .reply a,
	.comment-list li .reply a:visited {
		display: inline-block;
		font-size: 11px;
		line-height: normal;
		font-weight: 500;
	}

	.comment-list li .reply a.comment-edit-link,
	.comment-list li .reply a.comment-edit-link:visited {
		margin-left: 12px;
	}

	.comment-list li .reply a i,
	.comment-list li .reply a:visited i {
		margin-right: 5px;
	}

	.comment-list li img.avatar {
		margin: 0px 30px 0px 0px;
		float: left;
		border: 1px solid #eae6e6;
		border-radius: 50%;
		padding: 2px;
	}

	.comment-list li .says {
		display: none;
	}

	.comment-list li cite {
		font-weight: 600;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		display: inline-block;
		margin-right: 12px;
	}

	.comment-list li .commentmetadata {
		display: inline-block;
		font-size: 11px;
	}

	.comment-list li p {
		margin-bottom:5px;
	}

	.comments-area .comments-inputs {
		margin: 0px -7.5px 0px;
	}

	.comments-area .comments-inputs:after,
	.comments-area .comments-inputs:before {
		content: '';
		display: block;
		clear: both;
	}

	.comments-area .comments-inputs>div {
		float: left;
		padding: 0px 7.5px;
		width: 33.33333333333333%;
		margin-bottom: 15px;
	}

	.comments-area .comments-area-textarea {
		margin-bottom: 15px;
	}

	.comments-area .form-submit{
		margin-bottom: 0px;
	}

/*======
*
* 8. Event Post Type
*
======*/
	.event-detail-tabs #comments {
		border-radius: 0;
		padding: 0;
		margin: 0;
		background: transparent;
	}

	.event-detail-tabs .nav {
		margin-bottom: 30px;
		display: block;
		border-radius: 5px;
		background: #f7f7f7;
		padding: 0 5px;
	}

	.event-detail-tabs .nav > li:first-child {
		margin-left: 0px;
	}

	.event-detail-tabs .nav > li {
		display: inline-block;
		margin-left: -4px;
		position: relative;
	}

	.event-detail-tabs .nav > li > a,
	.event-detail-tabs .nav > li > a:visited {
		background: transparent;
		color: #666666;
		padding: 15px 20px;
		display: inline-block;
		font-weight: 600;
		text-transform: uppercase;
	}

	.event-detail-tabs .nav > li .flexMenu-popup {
		margin-top: 0;
	}

	.event-detail-tabs .nav > li .flexMenu-popup a:hover,
	.event-detail-tabs .nav > li .flexMenu-popup a:focus {
		background: transparent;
	}

	.event-detail-widgets ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.event-details-widget > ul > li {
		margin-bottom: 13px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}

	.event-details-widget > ul > li:last-child {
		margin-bottom: 0px;
	}

	.event-details-widget > ul > li.extraGap {
		margin-bottom: 0px;
		height: 10px;
	}

	.event-details-widget > ul > li > i {
		font-size: 15px;
		width: 23px;
		min-width: 23px;
		display: inline-block;
	}

	.event-details-widget > ul > li>span {
		font-weight: 600;
		display: inline-block;
		min-width: 80px;
		width: 80px;
		vertical-align: middle;
	}

	.event-details-widget > ul > li>span:after {
		content: ':';
	}

	.event-details-widget > ul > li.counter>div {
		font-weight: 600;
	}

	.event-details-widget > ul > li.counter>div .getting-started {
		display: block;
		width: 100%;
	}

	.event-details-widget > ul > li.counter>div .getting-started>div {
		display: inline-block;
		margin-right: 3.8px;
	}

	.event-details-widget > ul > li.counter>div .getting-started>div:last-child {
		display: inline-block;
		margin-right: 0px;
	}

	.event-details-widget > ul > li.counter>div .getting-started>div>div {
		display: inline-block;
	}

	.event-details-widget > ul > li > div {
		display: inline-block;
		vertical-align: middle;
	}

	.event-details-widget ul li div > ul{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.event-details-widget ul li div > ul.list>li {
		display: inline-block;
		margin: 0px;
	}

	.event-details-widget ul li div > ul.list>li:after {
		content: ',';
		margin-right: 3px;
	}

	.event-details-widget ul li div > ul.list>li:last-child:after {
		display: none;
	}

	.event-details-widget ul li div > ul.official-sites {
		margin: -2px 0px 0px;
	}

	.event-details-widget ul li div > ul.official-sites>li {
		display: inline-block;
		font-size: 14px;
		margin: 0px 10px 0px 0px;
	}

	.event-details-widget ul li div > ul.official-sites>li:last-child {
		margin: 0px;
	}

	.event-details-widget > ul > li.button-content a,
	.event-details-widget > ul > li.button-content a:visited {
		display: block;
		border: 2px solid #EEEEEE;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 600;
		width: 100%;
		padding: 17px 20px;
		border-radius: 5px;
	}

	.event-details-widget > ul > li.button-content a i {
		font-size: 17px;
		margin-right: 7px;
	}

	.event-details-widget > ul > li.button-content a span {
		vertical-align: top;
	}

	.event-details-widget > ul > li.button-content a span.content {
		font-weight: 400;
		text-transform: none;
	}

	.event-sponsors-widget ul {
		margin: 0px -5px -10px;
	}

	.event-sponsors-widget ul:after,
	.event-sponsors-widget ul:before {
		content: '';
		display: block;
		clear: both;
	}

	.event-sponsors-widget ul li {
		width: 50%;
		padding: 0px 5px 10px;

		float: left;
	}

	.event-sponsors-widget ul li img {
		border: 1px solid #eae6e6;
		padding: 1px;
		border-radius: 5px;
		overflow: hidden;
	}

	.media-images-tab-list ul {
		list-style: none;
		padding: 0px;
		margin: 0px ;
	}

	.media-images-tab-list ul:after,
	.media-images-tab-list ul:before {
		content: '';
		display: block;
		clear: both;
	}

	.media-images-tab-list ul li {
		float: left;
		width: 25%;
	}

	.media-images-tab-list ul li a,
	.media-images-tab-list ul li a:visited {
		width: 100%;
		display: block;
	}

	.media-images-tab-list ul li img {
		width: 100%;
	}

	.event-detail-tabs ul.flexMenu-popup li {
		float: none;
		width: 100%;
	}

	.event-detail-tabs ul.flexMenu-popup {
		min-width: 200px;
	}



/*======
*
* 9. Archives
*
======*/
	/*====== 9.1 General ======*/
	.archive-title-none {
		height: 60px;
	}

	.site-content-right.pull-right {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	/*====== 9.2 Breadcrumbs ======*/
	.page-title-breadcrumbs {
		background: #000000;
		position: relative;
		padding: 86px 0px 83px;
		margin-top: -60px;
		margin-bottom: 60px;
	}

	.page-title-breadcrumbs .page-title-breadcrumbs-image {
		background-image: url(/wp-content/themes/eventchamp/include/assets/img/breadcrumbs-bg.jpg);
		background-size: cover;
		background-position: center;
		position: absolute;
		opacity: 0.25;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.page-title-breadcrumbs h1 {
		margin: 0px;
		color: #FFFFFF;
		font-size: 42px;
		font-weight: 600;
	}

	.page-title-breadcrumbs p {
		margin: 15px 0px 0px;
		color: #FFFFFF;		
	}

	.page-title-breadcrumbs .container {
		position: relative;
		z-index: 1;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb {
		margin-top: 15px;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul {
		list-style: none;
		padding: 0rem;
		margin: 0rem;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li {
		display: inline-block;
		margin-right: 5px;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li:last-child {
		margin-right: 0rem;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li:after {
		content: '>';
		display: inline-block;
		margin-left: 7px;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li:last-child:after {
		display: none;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb,
	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li a,
	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li a:visited {
		color: #FFFFFF;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li.current-item {
		border-bottom: 2px solid #eeeeee;
	}


	/*====== 9.3 Post List Style 1 ======*/
	.post-list-style-1 .image {
		position: relative;
		margin-bottom: 21px;
	}

	.post-list-style-1 .image > a,
	.post-list-style-1 .image > a:visited {
		position: relative;
		display: block;
	}

	.post-list-style-1 .image > a:before {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 7px;
	}

	.post-list-style-1 .image img {
		display: block;
		border-radius: 7px;
	}

	.post-list-style-1 .image .category {
		position: absolute;
		z-index: 1;
		bottom: 30px;
		left: 30px;
		text-transform: uppercase;
	}

	.post-list-style-1 .image .category .post-categories {
		list-style: none;
		margin: 0px;
		background: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
		font-size: 12px;
	}

	.post-list-style-1 .image .category .post-categories li {
		display: inline-block;
	}

	.post-list-style-1 .image .category .post-categories li:after {
		content: ',';
	}

	.post-list-style-1 .image .category .post-categories li:last-child:after {
		display: none;
	}

	.post-list-style-1 .title {
		color: #222222;
		font-size: 21px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 9px;
	}

	.post-list-style-1 .title a,
	.post-list-style-1 .title a:visited {
		color: #222222;
	}

	.post-list-style-1 .bottom {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-list-style-1 .bottom a.more-button,
	.post-list-style-1 .bottom a.more-button:visited {
		border: 1px solid #EEEEEE;
		border-radius: 25px;
		display: block;
		color: #FFFFFF;
		text-transform: uppercase;
		padding: 6px 21px;
		font-weight: 500;
		display: inline-block;
	}

	.post-list-style-1 .bottom .post-information {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 12px;
	}

	.post-list-style-1 .bottom .post-information li {
		display: inline-block;
		margin-right: 19px;
	}

	.post-list-style-1 .bottom .post-information li i {
		margin-right: 10px;
		font-size: 16px;
	}

	.post-list-style-1 .bottom .post-information li:last-child {
		margin-right: 0px;
	}

	.post-list-style-1 .excerpt {
		margin-bottom: 23px;
	}

	.archive-post-list-style-1 .post-list-style-1 {
		margin-bottom: 45px;
	}

	.archive-post-list-style-2 .post-list-style-1.sticky-post,
	.archive-post-list-style-2 .post-list-style-2.sticky-post,
	.archive-post-list-style-1 .post-list-style-2.sticky-post,
	.archive-post-list-style-1 .post-list-style-1.sticky-post {
		background: #f3f3f3;
		padding: 30px 30px 45px;
	}

	.archive-post-list-style-1 .post-list-style-1:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	/*====== 9.4 Post List Style 2 ======*/
	.post-list-style-2 .image {
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		margin-bottom: 21px;
	}

	.post-list-style-2 .image > a,
	.post-list-style-2 .image > a:visited {
		position: relative;
		height: 100%;
		width: 100%;
		display: block;
	}

	.post-list-style-2 .image > a:before {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.post-list-style-2 .image img {
		width: 100%;
		display: block;
	}

	.post-list-style-2 .image .category {
		position: absolute;
		z-index: 1;
		bottom: 30px;
		left: 30px;
		font-size: 12px;
		text-transform: uppercase;
	}

	.post-list-style-2 .image .category .post-categories {
		list-style: none;
		margin: 0px;
		background: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
	}

	.post-list-style-2 .image .category .post-categories li {
		display: inline-block;
	}

	.post-list-style-2 .image .category .post-categories li:after {
		content: ',';
	}

	.post-list-style-2 .image .category .post-categories li:last-child:after {
		display: none;
	}

	.post-list-style-2 .title {
		color: #222222;
		font-size: 19px;
		line-height: 1.4;
		font-weight: 700;
		margin-bottom: 9px;
	}

	.post-list-style-2 .title a,
	.post-list-style-2 .title a:visited {
		color: #222222;
	}

	.post-list-style-2 .bottom {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-list-style-2 .bottom a.more-button,
	.post-list-style-2 .bottom a.more-button:visited {
		border: 1px solid #EEEEEE;
		border-radius: 25px;
		display: inline-block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		padding: 6px 20px;
		font-weight: 500;
	}

	.post-list-style-2 .bottom a.more-button:hover,
	.post-list-style-2 .bottom a.more-button:focus {
		background: #FFFFFF;
	}

	.post-list-style-2 .bottom .post-information {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 12px;
		display: inline-block;
	}

	.post-list-style-2 .bottom .post-information li {
		display: inline-block;
		margin-right: 19px;
	}

	.post-list-style-2 .bottom .post-information li i {
		margin-right: 10px;
		font-size: 16px;
	}

	.post-list-style-2 .bottom .post-information li:last-child {
		margin-right: 0px;
	}

	.post-list-style-2 .excerpt {
		margin-bottom: 23px;
	}

	.archive-post-list-style-2 {
		margin: 0px -15px -30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.archive-post-list-style-2:after,
	.archive-post-list-style-2:before {
		content: '';
		display: block;
		clear: both;
	}

	.archive-post-list-style-2 .post-list-style-2 {
		margin-bottom: 30px;
		width: 50%;
		padding: 0px 15px;
	}

	/*====== 9.5 Post List Style 3 ======*/
	.post-list-style-3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-list-style-3 .image {
		min-width: 70px;
		width: 70px;
		margin-right: 10px;
	}

	.post-list-style-3 .image img {
		border-radius: 5px;
	}

	.post-list-style-3 .desc {
		width: calc(100% - 80px);
	}

	.post-list-style-3 .title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 13px;
	}

	.post-list-style-3 .title a,
	.post-list-style-3 .title a:visited {
		color: #222222;
	}

	.post-list-style-3 .post-information {
		font-size: 10px;
	}

	.post-list-style-3 .post-information i {
		font-size: 13px;
		margin-right: 8px;
	}

	.latest-posts-widget .post-list-style-3,
	.archive-post-list-style-3 .post-list-style-3 {
		margin-bottom: 20px;
	}

	.latest-posts-widget .post-list-style-3:last-child,
	.archive-post-list-style-3 .post-list-style-3:last-child {
		margin-bottom: 0px;
	}

	/*====== 9.6 Archive Post Pagination ======*/
	.post-pagination {
		margin-top: 30px;
	}

	.post-pagination ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.post-pagination ul li {
		border: 1px solid #EEEEEE;
		border-radius: 25px;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 5px;
		display: inline-block;
		margin-right: 12px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}

	.post-pagination ul li:last-child {
		margin-right: 0px;
	}

	.post-pagination ul li a,
	.post-pagination ul li a:visited {
		color: #FFFFFF;
		padding: 7px 20px;
		display: block;
	}

	.post-pagination ul li > span {
		padding: 7px 20px;
		display: inline-block;
	}

	.post-pagination ul li i.fa-chevron-right {
		font-size: 11px;
		margin-left: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.post-pagination ul li i.fa-chevron-left {
		font-size: 11px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.post-pagination ul li:focus,
	.post-pagination ul li:hover {
		background: #FFFFFF;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}

	/*====== 9.7 Post Content ======*/
	.event-detail-tabs,
	.widget-box,
	.page-content-body,
	.woocommerce-content-wrapper,
	.box-layout,
	.post-content-element,
	.post-content-list {
		display: block;
		border-radius: 5px;
		padding: 30px;
		background-color: #FFFFFF;
		margin-bottom: 30px;
	}

	.event-detail-tabs {
		margin-bottom: 0;
	}

	.page-content-list .post-featured-header,
	.post-content-list .post-wrapper .post-featured-header {
		border-radius: 5px;
		overflow: hidden;
		position: relative;
		margin-bottom: 40px;
	}

	.post-content-list .post-wrapper .post-featured-header {
		display: block;
	}

	.page-content-list .post-featured-header img,
	.post-content-list .post-wrapper .post-featured-header img {
		width: 100%;
	}

	.post-content-list .post-wrapper .post-featured-header .post-featured-header-image-gallery {
		border-radius: 5px;
		overflow: hidden;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-next {
		background: transparent;
		text-align: right;
		right: 30px;
	    height: 57px;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-next:before {
		content: "\f054";
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-size: inherit;
		text-rendering: auto;
		font-size: 35px;
		text-align: right;
		color: #FFF;
		font-weight: 600;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-prev {
		background: transparent;
		text-align: left;
	    left: 30px;
	    height: 57px;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-prev:before {
		content: "\f053";
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-size: inherit;
		text-rendering: auto;
		font-size: 35px;
		text-align: right;
		color: #FFF;
		font-weight: 600;
	}

	.post-content-list .post-wrapper .post-featured-header .plyr,
	.post-content-list .post-wrapper .post-featured-header iframe,
	.post-content-list .post-wrapper .post-featured-header embed {
		width: 100%;
	}

	.post-content-list .post-wrapper .post-featured-header:after,
	.post-content-list .post-wrapper .post-featured-header:before {
		content: '';
		display: block;
		clear: both;
	}

	.page-content-list .post-featured-header:before,
	.post-content-list .post-wrapper .post-featured-header:before {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
		display: block;
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}

	.post-content-list .format-audio .post-wrapper .post-featured-header:before,
	.post-content-list .format-video .post-wrapper .post-featured-header:before {
		display: none;
	}

	.post-content-list .post-wrapper .post-featured-header .category {
		position: absolute;
		z-index: 1;
		bottom: 30px;
		margin-left: 30px;
		margin-right: 30px;
		font-size: 12px;
		text-transform: uppercase;
	}

	.post-content-list .post-wrapper .post-featured-header .category .post-categories {
		list-style: none;
		margin: 0px;
		background: #FFFFFF;
		padding: 6px 20px;
		border-radius: 25px;
		font-weight: 500;
	}

	.post-content-list .post-wrapper .post-featured-header .category .post-categories li {
		display: inline-block;
	}

	.post-content-list .post-wrapper .post-featured-header .category .post-categories li:after {
		content: ',';
	}

	.post-content-list .post-wrapper .post-featured-header .category .post-categories li:last-child:after {
		display: none;
	}

	.post-content-list .post-content-body:after,
	.post-content-list .post-content-body:before {
		content: '';
		display: block;
		clear: 
	}

	.post-content-list .post-content-body p:last-child {
		margin-bottom: 0;
	}

	.post-content-list .post-content-footer {
		margin-top: 30px;		
	}

	.post-content-list .post-content-footer:after,
	.post-content-list .post-content-footer:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-content-list .post-content-footer .post-information {
		list-style: none;
		padding: 0px;
		margin: 0px 0px 25px;
		font-size: 12px;
		width: 100%;
		clear: both;
	}

	.post-content-list .post-content-footer .post-information:after,
	.post-content-list .post-content-footer .post-information:before {
		content: '';
		display: block;
		clear: none;
	}

	.post-content-list .post-content-footer .post-information li {
		display: inline-block;
		margin-right: 19px;
	}

	.post-content-list .post-content-footer .post-information li i {
		margin-right: 10px;
		font-size: 16px;
	}

	.post-content-list .post-content-footer .post-information li:last-child {
		margin-right: 0px;
	}

	.social-share-modern .post-share ul {
		list-style: none;
		padding: 0;
		margin: -2.5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.social-share-modern .post-share li a i {
		font-size: 1.231rem;
	}

	.social-share-modern .post-share li a span {
		font-size: 12px;
		margin-left: 10px;
	}

	.social-share-modern .post-share li a i,
	.social-share-modern .post-share li a span {
		display: inline-block;
		vertical-align: middle;
	}

	.social-share-modern .post-share li {
		display: inline-block;
		padding: 2.5px;
		width: 20%;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3;
	}

	.social-share-modern .post-share li a,
	.social-share-modern .post-share li a:visited {
		color: #FFFFFF;
		display: block;
		text-align: center;
		padding: 15px 0;
		border-radius: 4px;
		border: 1px solid #EEEEEE;
	}

	.social-share-modern .post-share .title,
	.social-share-modern .post-share li a > span {
		display: none;
	}

	.post-content-list .post-content-footer .post-share {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.post-content-list .post-content-footer .post-share .title {
	    font-weight: 600;
	    color: #666666;
	    text-transform: uppercase;
	    align-items: center;
	    margin-right: 15px;
	    padding: 0 0 10px;
	}

	.post-content-list .post-content-footer .post-share ul {
		list-style: none;
		padding: 0;
		margin: 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-content-list .post-content-footer .post-share ul li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.post-content-list .post-content-footer .post-share ul li:last-child {
		margin-right: 0px;
	}

	.post-content-list .post-content-footer .post-share ul li a,
	.post-content-list .post-content-footer .post-share ul li a:visited {
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		border: 1px solid #888888;
		color: #888888;
		border-radius: 50%;
		display: block;
		font-size: 13px;
	}

	.post-content-list .post-content-footer .post-share ul li a:hover,
	.post-content-list .post-content-footer .post-share ul li a:focus {
		color: #FFFFFF;
	}

	.post-content-list .post-content-footer .post-share ul li span {
		display: none;
	}

	.post-content-list .post-content-footer .post-tags {
		float: left;
		display: block;
		margin-bottom: -10px;
	}

	.post-content-list .post-content-footer .post-tags:after,
	.post-content-list .post-content-footer .post-tags:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-content-list .post-content-footer .post-tags .title {
	    font-weight: 600;
	    color: #666666;
	    text-transform: uppercase;
	    float: left;
	    align-items: center;
	    margin-right: 15px;
	    padding: 6px 00px;
	}

	.post-content-list .post-content-footer .post-tags span {
		display: block;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	.post-content-list .post-content-footer .post-tags span:last-child {
		margin-right: 0px;
	}

	.post-content-list .post-content-footer .post-tags span a,
	.post-content-list .post-content-footer .post-tags span a:visited {
		border: 1px solid #EEEEEE;
		color: #FFFFFF;
		border-radius: 25px;
		text-transform: uppercase;
		font-weight: 500;
		display: inline-block;
		padding: 7px 25px 5px;
		line-height: initial;
	}

	.post-content-list .post-content-footer .post-tags span:hover a,
	.post-content-list .post-content-footer .post-tags span:focus a:visited {
		background: #FFFFFF;
	}

	/*====== 9.8 Related Posts ======*/
	.post-related-navigation .related-posts-columns {
		margin: 0 -15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.post-related-navigation .related-posts-columns .post-list-style-2 .title {
		font-size: 17px;
	}

	.post-related-navigation .related-posts-columns.related-posts-column-2 .post-list-style-2 {
		width: 50%;
		padding: 0px 15px;
	}

	.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
		width: 33.33333333333333%;
		padding: 0px 15px;
	}

	/*====== 9.9 Post Navigation ======*/
	.post-navigation ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.post-navigation ul li {
		border: 1px solid #EEEEEE;
		border-radius: 25px;
		display: inline-block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 500;
		margin-right: 15px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}

	.post-navigation ul li:last-child {
		margin-right: 0px;
	}

	.post-navigation ul li a,
	.post-navigation ul li a:visited {
		color: #FFFFFF;
		padding: 6px 20px;
		display: block;
	}

	.post-navigation ul li i.fa-angle-right {
		font-size: 15px;
		margin-left: 10px;
	}

	.post-navigation ul li i.fa-chevron-right {
		font-size: 11px;
		margin-left: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.post-navigation ul li i.fa-chevron-left {
		font-size: 11px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.post-navigation ul li:focus,
	.post-navigation ul li:hover {
		background: #FFFFFF;
	}

	/*====== 9.10 Post Author ======*/
	.post-author .about-author:after,
	.post-author .about-author:before,
	.post-author:after,
	.post-author:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-author .about-author .about-image {
		float: left;
		margin-right: 30px;
		width: 110px;
	}

	.post-author .about-author .about-image img {
		border: 1px solid #eae6e6;
		border-radius: 50%;
		padding: 2px;
		margin: 0px;
	}

	.post-author .about-author .about-content {
		width: calc(100% - 140px);
		float: right;
	}

	.post-author .about-author .about-content .author-name {
		font-size: 16px;
		font-weight: 500;
		margin-top: -6px;
		margin-bottom: 6px;
	}

	.post-author .about-author .about-content .author-social-links {
		margin: 0px 0px 12px;
	}

	.post-author .about-author .about-content .author-social-links ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.post-author .about-author .about-content .author-social-links ul:after,
	.post-author .about-author .about-content .author-social-links ul:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-author .about-author .about-content .author-social-links ul li {
		float: left;
		display: block;
		margin-right: 7.5px;
	}

	.post-author .about-author .about-content .author-social-links ul li:last-child {
		margin-right: 0px;
	}

	.post-author .about-author .about-content .author-social-links ul li a,
	.post-author .about-author .about-content .author-social-links ul li a:visited {
		width: 21px;
		height: 21px;
		line-height: 21px;
		text-align: center;
		border: 1px solid #888888;
		color: #888888;
		border-radius: 50%;
		display: block;
		font-size: 9.5px;
	}

	.post-author .about-author .about-content .author-social-links ul li a:hover,
	.post-author .about-author .about-content .author-social-links ul li a:focus {
		color: #FFFFFF;
	}

	.post-author .about-author .about-content p {
		max-height: 41px;
		overflow: hidden;
		margin: 0px;
	}

	/*====== 9.11 Content Title ======*/
	.content-title-wrapper .title {
	    margin: 0px 0px 30px;
	    text-transform: uppercase;
	    font-size: 21px;
	    color: #4a4a4a;
	    padding-bottom: 0px;
	    margin-bottom: 30px;
	    font-weight: 700;
		line-height: 1.5;
	}

	.content-title-wrapper .title:after {
	    width: 45px;
	    margin-top: 6px;
	    display: block;
	    background: #eae6e6;
	    height: 1px;
	    content: '';
	}

	.none-content-list .post-header h1 {
		text-align: center;
	}

	.none-content-list .content-none-search:after,
	.none-content-list .content-none-search:before {
		content: '';
		display: block;
		clear: both;
	}

	.none-content-list .content-none-search input {
		width: 80%;
		float: left;
	}

	.none-content-list .content-none-search button {
		width: calc( 20% - 15px);
		float: right;
		padding: 11px 30px 10px;
	}


/*======
*
* 10. Plugins
*
======*/
	/*====== 10.1 Date Picker ======*/
	.ui-widget-content {
		font-family: 'Poppins';
	}

	.ui-widget-header {
		text-transform: uppercase;
		background: #f9f9f9;
		border-color: #eae6e6;
	}

	.ui-datepicker .ui-datepicker-header {
		padding: 7px 0 5px;
	}

	.ui-datepicker .ui-datepicker-prev,
	.ui-datepicker .ui-datepicker-next {
		width: 30px;
		height: calc(100% - 4px);
	}

	.ui-state-hover,
	.ui-widget-header .ui-state-hover,
	.ui-state-focus,
	.ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus {
		border: 0px;
		top: 2px;
	}

	.ui-datepicker .ui-datepicker-next-hover {
		right: 2px;
	}

	.ui-datepicker .ui-datepicker-prev-hover {
		left: 2px;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		background: #f9f9f9;
		border-color: #eae6e6;
	}

	.ui-datepicker {
		width: 350px;
		padding: 15px;
		max-width: 100%
	}

	.ui-widget-content {
		border-color: #eae6e6
	}

	.ui-datepicker td span,
	.ui-datepicker td a {
	    text-align: center;
		padding: 10px;
	}

	.ui-state-default,
	.ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
		border-color: #eae6e6;
		background: #f9f9f9;
	}

	.ui-datepicker th {
		padding: 15px 10px;
	}

	/*====== 10.2 Video Player ======*/
	.plyr__controls button:hover,
	.plyr__controls button:focus {
		border: 0px;
	}

	.plyr__video-embed,
	.eventchamp-video-audio-element .plyr {
		border-radius: 5px;
	}

	.plyr--video .plyr__controls {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	/*====== 10.3 WooCommerce ======*/
	.woocommerce div.product form.cart {
		display: flex;
	}

	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		display: flex;
	}

	.woocommerce form .form-row {
		display: block;
	}

	.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
		background: #f6f6f6;
	}

	.woocommerce .single-content-wrapper h1.page-title {
		display: none;
	}

	.woocommerce ul.products {
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0rem -1.154rem -2.308rem;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		float: none;
		margin: 0;
		padding: 0rem 1.154rem 2.308rem;
	}

	.woocommerce ul.products.columns-5 > li.product,
	.woocommerce.columns-5 ul.products > li.product {
		width: 25%;
	}

	.woocommerce ul.products.columns-4 > li.product,
	.woocommerce.columns-4 ul.products > li.product {
		width: 25%;
	}

	.woocommerce ul.products.columns-3 > li.product,
	.woocommerce.columns-3 ul.products > li.product {
		width: 33.33333333333333%;
	}

	.woocommerce ul.products.columns-2 > li.product,
	.woocommerce.columns-2 ul.products > li.product {
		width: 50%;
	}

	.woocommerce ul.products > li.product {
		width: 100%;
	}

	.woocommerce .woocommerce-ordering {
		margin: 0 0 2.308rem;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce ul.products li.product a:visited img {
		margin-bottom: 1.846rem;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		font-size: 19px;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 0.7692rem;
		padding: 0rem;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.woocommerce ul.products li.product .price {
		font-size: 1.692rem;
		line-height: 1.692rem;
		font-weight: 800;
		text-transform: uppercase;
	}

	.woocommerce div.product p.price del,
	.woocommerce div.product span.price ins,
	.woocommerce ul.products li.product .price del,
	.woocommerce ul.products li.product .price ins {
		display: inline-block;
	}

	.woocommerce ul.products li.product .price ins {
		margin-left: 0.3846rem;
	}

	.woocommerce span.onsale,
	.woocommerce span.onsale {
		height: auto;
		line-height: normal;
		width: 5.769rem;
		padding: 1rem;
		text-transform: uppercase;
	}

	.woocommerce ul.products li.product .onsale {
		margin: 0rem;
		top: 0rem;
		left: 1.154rem;
		border-radius: 0rem;
	}

	.woocommerce span.onsale {
		margin: -1.154rem 0 0 -1.154rem;
	}

	.woocommerce .star-rating {
		width: 6.3em;
		color: #666666;
	}

	.woocommerce .products .star-rating {
		margin-bottom: 0.7692rem;
	}

	.woocommerce .star-rating span::before,
	.woocommerce .star-rating::before {
		letter-spacing: 0.15rem;
	}

	.woocommerce .star-rating::before {
		color: #EEE;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		margin: 1.154rem -0.5385rem 0rem;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
		padding: 0 0.5385rem;
	}

	.woocommerce div.product .product_title {
		margin: -0.6923rem 0 0.6154rem;
		text-transform: uppercase;
		font-size: 31px;
		font-weight: 800;
	}

	.woocommerce .quantity .qty {
		width: 5.385rem;
		padding: 1.17rem;
	}

	.woocommerce div.product p.price {
		font-size: 2.308rem;
		line-height: 2.308rem;
		margin-bottom: 1.846rem;
	}

	.woocommerce div.product div.summary .woocommerce-review-link {
		display: none;
	}

	.woocommerce div.product .woocommerce-product-rating {
		margin-bottom: 1.385rem;
	}

	.woocommerce div.product form.cart .button {
		padding-top: 1.231rem;
		padding-bottom: 1.231rem;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
    	margin: 0rem 0rem 3.462rem;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: inline-block;
		margin: 0 1.538rem 0 0;
		font-size: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		border: 0.1538rem solid #eeeeee;
		border-radius: 0rem;
		background: transparent;
		padding: 0rem;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
		margin-right: 0rem;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs::before {
		display: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited {
		background: transparent;
		display: block;
		padding: 0.85rem 1.538rem;
		border-radius: 0;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		margin-bottom: 4.615rem;
	}

	.woocommerce div.product div.summary,
	.woocommerce div.product div.images {
		margin-bottom: 4.615rem;
	}

	.woocommerce h3,
	.woocommerce div.product .comment-reply-title,
	.woocommerce div.product h2,
	.woocommerce h2 {
		font-size: 2.154rem;
		line-height: 2.154rem;
		font-weight: 800;
		text-transform: uppercase;
		margin: 0rem 0rem 1.923rem;
		padding: 0rem;
		color: #4a4a4a;
		display: block;
	}

	.woocommerce h3 {
		font-size: 1.923rem;
		line-height: 1.923rem;
	}

	.woocommerce div.product .product_meta > span {
		display: block;
	}

	.woocommerce #reviews #review_form_wrapper {
		margin-top: 4.615rem;
	}

	.woocommerce #reviews #comments ol.commentlist {
		margin: 0;
		width: 100%;
		background: transparent;
		list-style: none;
		padding: 0;
	}

	.woocommerce #reviews #comments ol.commentlist li {
		padding: 0;
		margin: 0 0 2.308rem;
		border: 0;
		position: relative;
		background: 0;
		border: 0;
	}

	.woocommerce #reviews #comments ol.commentlist li .description p:last-child {
		padding: 0rem;
		margin: 0rem;
	}

	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		padding: 0rem;
		width: 4.615rem;
		border: 0rem;
		background: transparent;
		border: 0rem;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0rem;
		width: calc(100% - 5.769rem);
		float: right;
		border-radius: 0rem;
		border: 1px solid #EEEEEE;
		padding: 1.538rem;
	}

	.woocommerce div.product div.images .flex-control-thumbs li img,
	.woocommerce div.product div.images img {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;		
	}

	.woocommerce nav.woocommerce-pagination {
		text-align: center;
		margin-top: 2.308rem;
	}

	.woocommerce nav.woocommerce-pagination ul {
		list-style: none;
		padding: 0rem;
		margin: 0rem;
		border: 0rem;
		white-space: inherit;
	}

	.woocommerce nav.woocommerce-pagination ul li {
		display: inline-block;
		float: none;
		padding: 0rem;
		margin: 0rem 0.8462rem 0rem 0rem;
		border: 0rem;
		overflow: visible;
	}

	.woocommerce nav.woocommerce-pagination ul li:last-child {
		margin-right: 0rem;
	}

	.woocommerce nav.woocommerce-pagination ul li span.current,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li a:visited {
		display: block;
		border: 0.1538rem solid #666666;
		padding: 1.154rem 1.538rem;
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: 600;
		border-radius: 5px;
	}

	.woocommerce #respond input#submit.loading::after,
	.woocommerce a.button.loading::after,
	.woocommerce button.button.loading::after,
	.woocommerce input.button.loading::after {
		top: 1rem;
	}

	.woocommerce table.shop_table,
	.woocommerce table,
	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td,
	.woocommerce table td,
	.woocommerce table th,
	.woocomemrce table thead th {
		border: 1px solid #eeeeee;
		padding: 1.75rem 1.5rem;
	}

	.woocommerce table.shop_table,
	.woocommerce table {
		padding: 0rem;
	}

	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		display: inline-block;
		width: 10rem;
	}

	.woocommerce #respond input#submit.disabled:hover,
	.woocommerce #respond input#submit:disabled:hover,
	.woocommerce #respond input#submit:disabled[disabled]:hover,
	.woocommerce a.button.disabled:hover,
	.woocommerce a.button:disabled:hover,
	.woocommerce a.button:disabled[disabled]:hover,
	.woocommerce button.button.disabled:hover,
	.woocommerce button.button:disabled:hover,
	.woocommerce button.button:disabled[disabled]:hover,
	.woocommerce input.button.disabled:hover,
	.woocommerce input.button:disabled:hover,
	.woocommerce input.button:disabled[disabled]:hover,
	.woocommerce #respond input#submit.disabled,
	.woocommerce #respond input#submit:disabled,
	.woocommerce #respond input#submit:disabled[disabled],
	.woocommerce a.button.disabled, .woocommerce a.button:disabled,
	.woocommerce a.button:disabled[disabled],
	.woocommerce button.button.disabled,
	.woocommerce button.button:disabled,
	.woocommerce button.button:disabled[disabled],
	.woocommerce input.button.disabled,
	.woocommerce input.button:disabled,
	.woocommerce input.button:disabled[disabled] {
		color: #FFFFFF;
	}

	.woocommerce #respond input#submit.disabled,
	.woocommerce #respond input#submit:disabled,
	.woocommerce #respond input#submit:disabled[disabled],
	.woocommerce a.button.disabled, .woocommerce a.button:disabled,
	.woocommerce a.button:disabled[disabled],
	.woocommerce button.button.disabled,
	.woocommerce button.button:disabled,
	.woocommerce button.button:disabled[disabled],
	.woocommerce input.button.disabled,
	.woocommerce input.button:disabled,
	.woocommerce input.button:disabled[disabled],
	#add_payment_method table.cart input,
	.woocommerce-cart table.cart input,
	.woocommerce-checkout table.cart input {
		margin: 0;
		vertical-align: middle;
		line-height: 1rem;
		padding: 1.45rem 2.308rem;
	}

	.woocommerce table.shop_table {
		margin: 0rem 0rem 4.615rem;
		width: 100%;
		border-collapse: collapse;
		border-radius: 0rem;
	}

	#add_payment_method .cart-collaterals .cart_totals table,
	.woocommerce-cart .cart-collaterals .cart_totals table,
	.woocommerce-checkout .cart-collaterals .cart_totals table {
		border-collapse: collapse;
		margin: 0 0 1.154rem;
		padding: 0;
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message {
		border-top: 0.1538rem solid #EEEEEE;
	    list-style: none;
	    padding: 1.45rem 3.7rem;
	    background: #f9f9f9;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 3.462rem;
	}

	.woocommerce-error > a,
	.woocommerce-error > a:visited,
	.woocommerce-info > a,
	.woocommerce-info > a:visited,
	.woocommerce-message > a,
	.woocommerce-message > a:visited {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.woocommerce-error::before,
	.woocommerce-info::before,
	.woocommerce-message::before {
		top: 0;
		margin: auto;
		bottom: 0;
		left: 1.5rem;
		font-size: 1.154rem;
		height: 2rem;
	}

	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0rem;
		margin-bottom: 4.615rem;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: calc(50% - 1.154rem);
	}

	.select2-dropdown {
		padding: 1.538rem;
	}

	.select2-search--dropdown {
		padding: 0rem;
		margin: 0rem 0rem 1.154rem;
	}

	.select2-results__option {
		padding: 0.3846rem 0rem;
	}

	.select2-container--default .select2-results__option--highlighted[aria-selected],
	.select2-container--default .select2-results__option--highlighted[data-selected],
	.select2-container--default .select2-results__option[aria-selected=true],
	.select2-container--default .select2-results__option[data-selected=true] {
		background: transparent;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 1.15rem;
		right: 1.538rem;
	}

	.woocommerce form .form-row {
		padding: 0rem;
		margin: 0 0 1.923rem;
	}

	.woocommerce fieldset legend,
	.woocommerce form .form-row label {
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.8;
	}

	.woocommerce fieldset legend {
		text-transform: uppercase;
	}

	.woocommerce form .form-row textarea#order_comments {
		height: 11.54rem;
	}

	#add_payment_method #payment,
	.woocommerce-cart #payment,
	.woocommerce-checkout #payment {
		background: #F9F9F9;
		border-radius: 0rem;
		padding: 2.308rem;
	}

	#add_payment_method #payment ul.payment_methods,
	.woocommerce-cart #payment ul.payment_methods,
	.woocommerce-checkout #payment ul.payment_methods {
		border-bottom-color: #eee;
		margin: 0rem;
		padding: 0rem;
	}

	#add_payment_method #payment div.payment_box,
	.woocommerce-cart #payment div.payment_box,
	.woocommerce-checkout #payment div.payment_box {
		font-size: 1rem;
		border-radius: 0rem;
		line-height: 1.8;
		background-color: #eee;
		color: #777777;
		padding: 1.75rem 1.5rem;
		margin: 1.308rem 0;
	}

	#add_payment_method #payment div.payment_box::before,
	.woocommerce-cart #payment div.payment_box::before,
	.woocommerce-checkout #payment div.payment_box::before {
		border: 1em solid #eeeeef;
		border-right-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent;
		top: -1em;
	}

	.woocommerce-checkout #payment div.form-row.place-order {
		margin: 2.308rem 0rem 0rem;
		padding: 0rem;
	}

	#add_payment_method #payment ul.payment_methods li,
	.woocommerce-cart #payment ul.payment_methods li,
	.woocommerce-checkout #payment ul.payment_methods li {
		position: relative;
	}

	#add_payment_method #payment .payment_method_paypal .about_paypal,
	.woocommerce-cart #payment .payment_method_paypal .about_paypal,
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
		float: right;
		line-height: .83em;
		font-size: .83em;
		height: .83em;
		padding-left: 1.154rem;
		top: 0rem;
		bottom: 0rem;
		position: absolute;
		margin: auto;
	}

	#add_payment_method #payment ul.payment_methods li img,
	.woocommerce-cart #payment ul.payment_methods li img,
	.woocommerce-checkout #payment ul.payment_methods li img {
		margin: -0.6154rem 0 0 1.154rem;
		padding: 0rem;
	}

	.woocommerce-account .woocommerce {
		margin: 0rem;		
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		float: none;
	}

	.woocommerce .woocommerce-MyAccount-navigation {
		margin-bottom: 3.462rem;;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul {
		list-style: none;
		padding: 0rem;
		margin: 0rem;
		text-align: center;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		float: none;
		margin-right: 1.538rem;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
		margin-right: 0rem;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li a,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:visited {
		display: block;
		font-size: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		border: 0.1538rem solid #eeeeee;
		padding: 0.85rem 1.538rem;
		border-radius: 5px;
	}

	.woocommerce .woocommerce-order > .woocommerce-order-overview {
		margin: 0rem;
		padding: 0rem;
		list-style: none;
		margin-bottom: 3.462rem;
		background: #F9F9F9;
		direction: block;
	}

	.woocommerce ul.order_details li {
		float: none;
		padding: 0;
		margin: 0 0 15px;
		font-size: 1rem;
		font-weight: 700;
		border: 0;
		word-wrap: break-word;
	}

	.woocommerce ul.order_details li:last-child {
		margin-right: 0rem;
	}

	.woocommerce ul.order_details li strong {
		font-weight: 400;
		margin-top: 0.1538rem;
		font-size: 1rem;
	}

	.woocommerce .woocommerce-MyAccount-content > section,
	.woocommerce .woocommerce-order > .woocommerce-order-overview,
	.woocommerce .woocommerce-order > section {
		margin-bottom: 3.462rem;
		background: #F9F9F9;
		padding: 3.077rem;
	}

	.woocommerce .wc-bacs-bank-details-account-name {
		font-weight: 800;
		margin-bottom: 1.154rem;
		font-size: 1rem;
	}

	.woocommerce ul.order_details.bacs_details {
		margin: 0rem;
		padding: 0rem 0rem 2.308rem;
		list-style: none;
	}

	.woocommerce .woocommerce-order > section.woocommerce-bacs-bank-details {
		padding-bottom: 1.154rem;
	}

	.woocommerce ul.order_details.bacs_details li {
		width: 100%;
		padding: 0rem;
		margin: 0rem 0rem 0.7692rem;
	}

	.woocommerce table.shop_table.order_details th.product-name {
		min-width: 15.38rem;
	}

	.woocommerce .woocommerce-customer-details address {
		border: 0rem;
		padding: 0rem;
		border-radius: 0rem;
	}

	.woocommerce .mark,
	.woocommerce mark {
		background-color: #f7f7f7;
		color: #777777;
		padding: 0.3846rem 0.7692rem;
	}

	.woocommerce .woocommerce-result-count {
		margin: 0 0 2.308rem;
		padding: 1rem 0;
	}


	/*====== 10.4 Flex Menu ======*/
	ul.flexMenu-popup {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		display: block;
		box-shadow: none;
		border: 0px;
		padding: 13px 0px;
		min-width: 265px;
		box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
		border-top: 2px solid #EEEEEE;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		list-style: none;
		margin: 15px 0 0;
		text-align: left;
		left: calc(-50% - 55px);
		background: #FFFFFF;
		z-index: 50;
	}

	ul.flexMenu-popup:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #FFF;
		position: relative;
		top: -1px;
	}

	ul.flexMenu-popup:after,
	ul.flexMenu-popup:before {
		content: '';
		display: block;
		clear: both;
	}

	ul.flexMenu-popup li {
		width: 50%;
		float: left;
	}

	ul.flexMenu-popup li a,
	ul.flexMenu-popup li a:visited {
		color: #4a4a4a;
		font-size: 13px;
		letter-spacing: 0.2px;
		font-weight: 500;
		margin: 0px;
		line-height: 18px;
		padding: 13px 22px 9px;
		border-bottom: 1px solid #eeeeee;
		background: transparent;
		display: block;
	}

	/*====== 10.5 Fullcalendar ======*/
	.event-calendar-element table > caption + thead > tr:first-child > th,
	.event-calendar-element table > colgroup + thead > tr:first-child > th,
	.event-calendar-element table > thead:first-child > tr:first-child > th,
	.event-calendar-element table > caption + thead > tr:first-child > td,
	.event-calendar-element table > colgroup + thead > tr:first-child > td,
	.event-calendar-element table > thead:first-child > tr:first-child > td {
		border: 1px solid #eee;
		font-weight: 600;
	}

	.fc table {
		margin: 0;
	}

	.fc-event,
	.fc-event-dot {
		border: 0px;
		color: #FFFFFF;
	}

	.fc-event:hover,
	.fc-event-dot:focus {
		background-color: #444;
	}

	.fc-day-grid-event {
		margin: 1px 2px 0;
		padding: 3px 10px;
	}

	tr:first-child>td>.fc-day-grid-event {
		margin: 3px 8px;
	}

	.fc-day-grid-event {
		margin: 3px 5px;
	}

	.fc-ltr .fc-h-event.fc-not-start,
	.fc-rtl .fc-h-event.fc-not-end {
		margin-left: 8px;
		margin-right: 8px;
		padding-left: 10px;
		color: #FFFFFF;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.fc-event.fc-draggable,
	.fc-event[href],
	.fc-ltr .fc-h-event.fc-not-end,
	.fc-rtl .fc-h-event.fc-not-start {
		color: #FFF;
	}

	.fc-unthemed .fc-content,
	.fc-unthemed .fc-divider,
	.fc-unthemed .fc-list-heading td,
	.fc-unthemed .fc-list-view,
	.fc-unthemed .fc-popover,
	.fc-unthemed .fc-row,
	.fc-unthemed tbody,
	.fc-unthemed td,
	.fc-unthemed th,
	.fc-unthemed thead {
		border-color: #eee;
	}

	.fc-unthemed thead {
		background: #fbfbfb;
	}

	.fc-event {
		font-size: 11px;
		border-radius: 5px;
	}

	.fc button,
	.fc table,
	body .fc {
		font-size: 13px;
	}

	.fc-state-default {
		box-shadow: none;
		border: 0px;
		text-shadow: none;
	}

	.fc .fc-button-group>button {
		margin-right: 10px;
	}

	.fc button {
		height: auto;
		padding: 7px 15px 6px;
		color: #FFFFFF;
		border: 1px solid #EEEEEE;
	}

	.fc button:hover,
	.fc button:focus {
		padding: 7px 15px 6px;	
	}

	.fc-toolbar h2 {
		margin: 0;
		font-size: 21px;
		padding: 7px 0px;
		text-transform: uppercase;
	}

	.fc-toolbar.fc-header-toolbar {
		margin-bottom: 45px;
	}

	.fc-v-event.fc-not-end {
		color: #FFF;
	}

	.fc-unthemed th.fc-day-header.fc-widget-header {
		background: #333;
		padding: 17px 15px;
		color: #FFF;
		border-color: #4f4f4f !important;
		text-transform: uppercase;
	}

	td.fc-day-top {
		padding: 7px 15px 4px;
	}

	.fc-unthemed .fc-content-skeleton tbody tr:first-child td {
		padding: 5px 0px 0 0;
	}

	.fc-rtl .fc-h-event.fc-not-start {
		margin-left: 5px;
	}

	.fc-unthemed .fc-divider,
	.fc-unthemed .fc-list-heading td,
	.fc-unthemed .fc-popover .fc-header {
		background: #333;
		color: #FFF;
		text-transform: uppercase;
		border-color: #4f4f4f !important;
		padding: 17px 15px;
	}

	.fc-list-table td {
		padding: 12px 15px;
	}


/*======
*
* 11. Mobile Menu
*
======*/
	.mobile-header {
		height: 0px;
		padding: 15px 0px;
		display: none;
		top: 0%;
		width: 100%;
		-webkit-transition: 0.9s;
		-moz-transition: 0.9s;
		-o-transition: 0.9s;
		-ms-transition: 0.9s;
		transition: 0.9s;
		background: #FFFFFF;
		z-index: 20;
		position: static;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
	}

	.mobile-header.fixed-header-class {
		position: fixed;
		top: 0;
	}

	.mobile-header.mobile-menu-bars-actived {
		-webkit-transition: 0.9s;
		-moz-transition: 0.9s;
		-o-transition: 0.9s;
		-ms-transition: 0.9s;
		transition: 0.9s;
		top: -100%;
		position: absolute;
	}

	.mobile-menu .mobile-menu-top .logo-area:after,
	.mobile-menu .mobile-menu-top .logo-area:before,
	.mobile-header:after,
	.mobile-header:before {
		content: '';
		display: block;
		clear: both;
	}

	.mobile-menu .mobile-menu-top .header-logo,
	.mobile-header .header-logo {
		float: left;
	}

	.mobile-menu .mobile-menu-top .header-logo img,
	.mobile-header .header-logo img {
		max-height: 25px;
		width: auto;
	}

	.mobile-menu .mobile-menu-top .mobile-menu-icon,
	.mobile-header .mobile-menu-icon {
		float: right;
	}

	.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-bars,
	.mobile-header .mobile-menu-icon .fa-bars {
		font-size: 20px;
		line-height: 24px;
		color: #666;
	}

	.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-times-circle,
	.mobile-header .mobile-menu-icon .fa-times-circle {
		font-size: 36px;
		line-height: 24px;
	}

	.mobile-menu .mobile-menu-top .mobile-menu-icon i,
	.mobile-header .mobile-menu-icon i {
		cursor: pointer;
	}

	.mobile-menu-wrapper {
		visibility: hidden;
		opacity: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu-wrapper.mobile-menu-wrapper-opened {
		visibility: visible;
		overflow: hidden;
		opacity: 1;
		background: rgba(0, 0, 0, 0.48);
		position: fixed;
		height: 120%;
		z-index: 20000;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu {
		background: #161616;
		position: fixed !important;
		top: 0;
		left: -100%;
		z-index: 2000000;
		width: 450px;
		max-width: 100%;
		box-shadow: 0px 0px 20px #d9d9d9;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
		height: 100%;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu.mobile-menu-opened {
		left: 0;
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu .mobile-menu-top .logo-area {
		margin-bottom: 15px;
	}

	.mobile-menu .navbar-nav {
		float: none;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}

	.mobile-menu .navbar-nav li .fa-chevron-down {
		position: absolute;
		right: 0px;
		font-size: 11px;
		z-index: 10;
		cursor: pointer;
		height: 46px;
		line-height: 46px;
		top: 0px;
		margin: auto;
		text-align: right;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu .navbar-nav li .dropdown .fa-chevron-down {
		top: -5px;
	}

	.mobile-menu .navbar-nav li.open>.fa-chevron-down {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu .navbar-collapse {
		margin: 0px;
		padding: 0px;
		display: block !important;
	}

	.mobile-menu .mobile-menu-top {
		padding: 30px 30px 40px;
		background: #FFFFFF;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li {
		float: none;
		width: 100%;
		position: relative;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li a,
	.mobile-menu .mobile-menu-top .navbar-nav>li a:visited {
		display: block;
		width: 100%;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #666666;
		padding: 13px 0px;
		border-bottom: 1px solid #dedede;
		background: transparent;
		z-index: 2;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li a>i {
		display: none;
	}

	.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active > a,
	.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active > a:focus,
	.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active > a:hover,
	.mobile-menu .mobile-menu-top .navbar-nav>li a:hover,
	.mobile-menu .mobile-menu-top .navbar-nav>li a:focus,
	.mobile-menu .mobile-menu-top .navbar-nav li:hover>a,
	.mobile-menu .mobile-menu-top .navbar-nav li:focus>a:visited,
	.mobile-menu .mobile-menu-top .navbar-nav li:hover>i,
	.mobile-menu .mobile-menu-top .navbar-nav li:focus>i {
		background: transparent;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li .menu-description {
		display: none;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu {
		position: relative;
		box-shadow: none;
		float: none;
		border: 0px;
		margin-left: 15px;
		padding: 9px 0px;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu .dropdown-menu {
		padding: 0px;
	}

	.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu a,
	.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu a:visited {
		border-bottom: 0px;
		padding: 9px 0px;
	}

	.mobile-menu .mobile-menu-bottom {
		color: #FFFFFF;
		padding: 40px 30px 50px;
	}

	.mobile-menu .mobile-menu-bottom .header-user-profile {
		margin-bottom: 30px;
	}

	.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control:after,
	.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control:before {
		content: '';
		display: block;
		clear: both;
	}

	.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .header-username,
	.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .header-username:visited {
		color: #FFFFFF;
		margin: 3px 0px;
		display: inline-block;
		float: left;
	}

	.mobile-menu .mobile-menu-bottom .header-user-profile .header-username-dropdown-icon {
		float: right;
	}

	.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .dropdown-menu {
		left: inherit;
		right: 0;
		width: 100%;
		min-width: initial;
		max-width: 275px;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown {
		width: 100%;
		margin-bottom: 30px;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a,
	.mobile-menu .mobile-menu-bottom .wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a:visited {
		color: #ffffff;
		background-color: transparent;
		text-transform: uppercase;
		padding: 15px 20px;
		letter-spacing: 1px;
		border: 1px solid #464646;
		border-radius: 3px;
	    font-size: 12px;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
		border: 1px solid #383838;
		border-bottom: 0px;
		top: inherit;
		bottom: 100%;
		display: block;
		opacity: 0;
		visibility: hidden;
		z-index: 1000;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown>ul>li:first-child:hover .wpml-ls-sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu a,
	.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu a:visited {
		background-color: #161616;
		color: #FFFFFF;
		padding: 15px 20px;
		letter-spacing: 1px;
		border: 0px;
		border-bottom: 1px solid #383838;
		text-transform: uppercase;
	    font-size: 12px;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu li:last-child a,
	.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu li:last-child a:visited {
		border-bottom: 0px;
	}

	.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		right: 20px;
	}

	.mobile-menu .mobile-menu-bottom .header-general-search form > div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mobile-menu .mobile-menu-bottom .header-general-search input[type="text"] {
		width: 75%;
		margin-right: 5px;
		float: left;
		border: 0px;
		border-radius: 3px;
		font-size: 12px;
	}

	.mobile-menu .mobile-menu-bottom .header-general-search button {
		width: calc(25% - 5px);
		padding: 0px;
		border-radius: 3px;
		float: left;
	}

	.mobile-menu .social-links {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.mobile-menu .social-links li {
		display: inline-block;
	}

	.mobile-menu .social-links li a,
	.mobile-menu .social-links li a:visited {
		display: block;
		color: #FFFFFF;
		padding: 2px 5px;
		font-size: 15px;
	}

	.mobile-menu .user-box-links {
		list-style: none;
		padding: 0px;
		margin: 0px;
		border-radius: 3px;
		color: #FFFFFF;
		padding: 14px 0px 11px;
		position: relative;
		margin-bottom: 30px;
	}

	.mobile-menu .user-box-links:after,
	.mobile-menu .user-box-links:before {
		content: '';
		display: block;
		clear: both;
	}

	.mobile-menu .user-box-links>li {
		z-index: 2;
		position: relative;
	}

	.mobile-menu .user-box-links>li a,
	.mobile-menu .user-box-links>li a:visited {
		color: #FFFFFF;
	    font-size: 12px;
		display: inline-block;
		padding: 2px 15px;
		border-right: 1px solid #FFFFFF;
		text-transform: uppercase;
		font-weight: 600;
		width: calc(50% - 2px);
		text-align: center;
	}

	.mobile-menu .user-box-links>li a:last-child {
	    border-right: 0px;
	}



/*======
*
* 12. Color Selector
*
======*/
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
	.woocommerce div.product .stock,
	.social-share-modern .post-share li a:focus,
	.social-share-modern .post-share li a:hover,
	.woocommerce .woocommerce-MyAccount-navigation ul li a,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:visited,
	.select2-container--default .select2-results__option--highlighted[aria-selected],
	.select2-container--default .select2-results__option--highlighted[data-selected],
	.select2-container--default .select2-results__option[aria-selected=true],
	.select2-container--default .select2-results__option[data-selected=true],
	.woocommerce-error::before,
	.woocommerce-info::before,
	.woocommerce-message::before,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li a:visited,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited,
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.woocommerce ul.products li.product .price,
	.event-detail-tabs .nav > li > a.active,
	.event-detail-tabs .nav > li > a.active:visited,
	.event-detail-tabs .nav > li > a:hover,
	.event-detail-tabs .nav > li > a:focus,
	.footer .post-list-style-3 .title a:focus,
	.footer .post-list-style-3 .title a:hover,
	.post-list-style-3 .title a:focus,
	.post-list-style-3 .title a:hover,
	.latest-events-widget.style2 .title a:focus,
	.latest-events-widget.style2 .title a:hover,
	.pricing-table .pricing-table-item .wrapper .left .button:hover,
	.pricing-table .pricing-table-item .wrapper .left .button:focus,
	.cs-select ul li:hover,
	.cs-select ul li:focus,
	.eventchamp-service-box .title,
	.event-detail-tabs .nav > li > a:hover,
	.event-detail-tabs .nav > li > a:focus,
	.event-tag-widget ul li a,
	.event-tag-widget ul li a:visited,
	.widget_tag_cloud .tagcloud a,
	.widget_tag_cloud .tagcloud a:visited,
	.eventchamp-button a:not([href]):not([tabindex]):hover,
	.eventchamp-button a:not([href]):not([tabindex]):focus,
	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li a:focus,
	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li a:hover,
	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li.current-item,
	.fc button:hover,
	.fc button:focus,
	.speakers-list .item .details ul li a:focus,
	.speakers-list .item .details ul li a:hover,
	ul.flexMenu-popup li a:focus, 
	ul.flexMenu-popup li a:hover,
	.header-style-1.header-style-2 .eventchamp-navbar.style-1 .navbar-menu > li .nav-link:hover,
	.header-style-1.header-style-2 .eventchamp-navbar.style-1 .navbar-menu > li .nav-link:focus,
	.footer .widget_nav_menu li a:before,
	.mobile-menu .social-links li a:hover,
	.mobile-menu .social-links li a:focus,
	.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active > a,
	.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active > a:focus,
	.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active > a:hover,
	.mobile-menu .mobile-menu-top .navbar-nav>li a:hover,
	.mobile-menu .mobile-menu-top .navbar-nav>li a:focus,
	.mobile-menu .mobile-menu-top .navbar-nav li:hover>a,
	.mobile-menu .mobile-menu-top .navbar-nav li:focus>a:visited,
	.mobile-menu .mobile-menu-top .navbar-nav li:hover>i,
	.mobile-menu .mobile-menu-top .navbar-nav li:focus>i,
	.plyr__progress--played,
	.plyr__volume--display,
	.post-author .about-author .about-content .author-name a,
	.post-author .about-author .about-content .author-name a:visited,
	.post-author .about-author .about-content .author-name,
	.post-navigation ul li:focus,
	.post-navigation ul li:hover,
	.post-navigation ul li:focus a,
	.post-navigation ul li:focus a:visited,
	.post-navigation ul li:hover a,
	.post-navigation ul li:hover a:visited,
	.post-content-list .post-content-footer .post-tags span:hover a,
	.post-content-list .post-content-footer .post-tags span:focus a:visited,
	.post-content-list .post-content-footer .post-information li i,
	.post-content-list .post-wrapper .post-featured-header .category .post-categories a,
	.post-content-list .post-wrapper .post-featured-header .category .post-categories a:visited,
	.post-content-list .post-wrapper .post-featured-header .category .post-categories,
	.post-pagination ul li:focus a,
	.post-pagination ul li:focus a:visited,
	.post-pagination ul li:hover a,
	.post-pagination ul li:hover a:visited,
	.post-pagination ul li:focus,
	.post-pagination ul li:hover,
	.post-list-style-3 .post-information i,
	.post-list-style-2 .bottom .post-information li i,
	.post-list-style-2 .bottom a.more-button:hover,
	.post-list-style-2 .bottom a.more-button:focus,
	.post-list-style-2 .title a:hover,
	.post-list-style-2 .title a:focus,
	.post-list-style-2 .image .category .post-categories a,
	.post-list-style-2 .image .category .post-categories a:visited,
	.post-list-style-2 .image .category .post-categories,
	.post-list-style-1 .bottom .post-information li i,
	.post-list-style-1 .bottom a.more-button:hover,
	.post-list-style-1 .bottom a.more-button:focus,
	.post-list-style-1 .title a:hover,
	.post-list-style-1 .title a:focus,
	.post-list-style-1 .image .category .post-categories a,
	.post-list-style-1 .image .category .post-categories a:visited,
	.post-list-style-1 .image .category .post-categories,
	.event-details-widget > ul > li.button-content a:hover,
	.event-details-widget > ul > li.button-content a:focus,
	.event-details-widget > ul > li > i,
	.comment-list li cite a, 
	.comment-list li cite a:visited,
	.comment-list li cite,
	.footer .widget_nav_menu li a:hover,
	.footer .widget_nav_menu li a:focus,
	.footer a:hover,
	.footer a:focus,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a:visited,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus,
	.user-box .bottom-links a:focus,
	.user-box .bottom-links a:hover,
	.latest-speakers-widget.style1 .information i,
	.latest-venues-widget.style2 .information i,	
	.latest-events-widget.style2 .information i,
	.widget_meta ul li a:hover,
	.widget_meta ul li a:focus,
	.widget_rss ul li a:hover,
	.widget_rss ul li a:focus,
	.widget_recent_entries ul li a:hover,
	.widget_recent_entries ul li a:focus,
	.widget_recent_comments ul li a:hover,
	.widget_recent_comments ul li a:focus,
	.widget_nav_menu ul li a:hover,
	.widget_nav_menu ul li a:focus,
	.widget_archive ul li a:hover,
	.widget_archive ul li a:focus,
	.widget_pages ul li a:hover,
	.widget_pages ul li a:focus,
	.widget_categories ul li a:hover,
	.widget_categories ul li a:focus,
	.widget-title span,
	.eventchamp-icon-list ul li i,
	.eventchamp-newsletter-element .newsletter-content .title i,
	.eventchamp-button a:hover,
	.eventchamp-button a:focus,
	.eventchamp-event-counter .counter-content .title .colored,
	.eventchamp-contact-box i,
	.eventchamp-contact-box .about-more-link:focus,
	.eventchamp-contact-box .about-more-link:hover,
	.eventchamp-counter .title,
	.eventchamp-counter .number,
	.eventchamp-testimonials-carousel .content .name,
	.eventchamp-service-box i,
	.categorized-events .nav > li > a.active,
	.categorized-events .nav > li > a.active:visited,
	.categorized-events .nav > li>a:hover,
	.categorized-events .nav > li>a:focus,
	.event-list-style-4 .details > .price i,
	.event-list-style-4 .details > .status i,
	.event-list-style-4 .details > .date i,
	.event-list-style-4 .details > .location i,
	.event-list-style-4 .details > .venue i,
	.event-list-style-4 .title a:hover,
	.event-list-style-4 .title a:focus,
	.event-list-style-3 .details > .price i,
	.event-list-style-3 .details > .status i,
	.event-list-style-3 .details > .date i,
	.event-list-style-3 .details > .venue i,
	.event-list-style-3 .details > .location i,
	.event-list-style-3 .title a:hover,
	.event-list-style-3 .title a:focus,
	.event-list-style-1 .details .date i,
	.event-list-style-1 .details .location i,
	.event-list-style-1 .details .venue i,
	.white .venue-list-style-1 .title a:hover,
	.white .venue-list-style-1 .title a:focus,
	.venue-list-style-1 .title a:hover,
	.venue-list-style-1 .title a:focus,
	.event-list-style-1 .title a:hover,
	.event-list-style-1 .title a:focus,
	.venue-list-style-1 .image .location,
	.venue-list-style-1 .image .status,
	.event-list-style-1 .image .status,
	.content-title-element .title span,
	.latest-events-slider .slider-wrapper .content .information li i,
	.pricing-table .pricing-table-item .wrapper .right .content p:before,
	.pricing-table .pricing-table-item .wrapper .left .price,
	.speakers-list .item .name a:hover,
	.speakers-list .item .name a:focus,
	.eventchamp-pagination > li > a:hover,
	.eventchamp-pagination > li > a:focus,
	.edit-link a:focus,
	.edit-link a:hover,
	blockquote:before,
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover,
	.woocommerce #respond input#submit:hover,
	.woocommerce a.button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover,
	button:hover,
	input[type="submit"]:hover,
	button:active,
	input[type="submit"]:active,
	button:active:hover,
	input[type="submit"]:active:hover,
	button:active:focus,
	input[type="submit"]:active:focus,
	button:active:visited,
	input[type="submit"]:active:visited,
	button:focus,
	input[type="submit"]:focus,
	.cs-select > span::after,
	a:hover,
	a:focus {
		color: #ffbb00;
	}

	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
	.woocommerce #respond input#submit.disabled:hover,
	.woocommerce #respond input#submit:disabled:hover,
	.woocommerce #respond input#submit:disabled[disabled]:hover,
	.woocommerce a.button.disabled:hover,
	.woocommerce a.button:disabled:hover,
	.woocommerce a.button:disabled[disabled]:hover,
	.woocommerce button.button.disabled:hover,
	.woocommerce button.button:disabled:hover,
	.woocommerce button.button:disabled[disabled]:hover,
	.woocommerce input.button.disabled:hover,
	.woocommerce input.button:disabled:hover,
	.woocommerce input.button:disabled[disabled]:hover,
	.woocommerce nav.woocommerce-pagination ul li span.current,
	.woocommerce nav.woocommerce-pagination ul li a:focus,
	.woocommerce nav.woocommerce-pagination ul li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
	.woocommerce span.onsale,
	.fc-event,
	.fc-event-dot,
	.fc-state-default,
	.header-style-1.header-style-2 .header-top-bar .user-box-links,
	.user-box button.close:hover,
	.user-box button.close:focus,
	.eventchamp-latest-posts-carousel .pagination-left:hover,
	.eventchamp-latest-posts-carousel .pagination-left:focus,
	.eventchamp-latest-posts-carousel .pagination-right:hover,
	.eventchamp-latest-posts-carousel .pagination-right:focus,
	.eventchamp-latest-posts-carousel .all-button:hover,
	.eventchamp-latest-posts-carousel .all-button:focus,
	.venues-list-carousel .pagination-left:hover,
	.venues-list-carousel .pagination-left:focus,
	.venues-list-carousel .pagination-right:hover,
	.venues-list-carousel .pagination-right:focus,
	.venues-list-carousel .all-button:hover,
	.venues-list-carousel .all-button:focus,
	.events-list-carousel .pagination-left:hover,
	.events-list-carousel .pagination-left:focus,
	.events-list-carousel .pagination-right:hover,
	.events-list-carousel .pagination-right:focus,
	.events-list-carousel .all-button:hover,
	.events-list-carousel .all-button:focus,
	.categorized-events .all-button:hover,
	.categorized-events .all-button:focus,
	.categorized-events .nav > li>a,
	.categorized-events .nav > li>a:visited,
	.event-list-style-4 .details .category .post-categories,
	.event-list-style-3 .details .category .post-categories,
	.event-list-style-1 .details .category .post-categories,
	.venue-list-style-1 .image .price,
	.event-list-style-1 .image .price,
	.eventchamp-event-counter .buttons a:hover,
	.eventchamp-event-counter .buttons a:focus,
	.latest-events-slider .slider-wrapper .content .buttons a:hover,
	.latest-events-slider .slider-wrapper .content .buttons a:focus,
	.latest-events-slider .slider-wrapper .content .category,
	.pricing-table .pricing-table-item .wrapper .left .button,
	.pricing-table .pricing-table-item .wrapper .left .button:visited,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:hover,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:focus,
	.eventchamp-pagination > li.eventchamp-pagination-nav,
	.eventchamp-pagination>li>a,
	.eventchamp-pagination>li>a:visited,
	.edit-link a, 
	.edit-link a:visited,
	button,
	input[type="submit"] {
		background: #ffbb00;
	}


	.social-share-modern .post-share li a,
	.social-share-modern .post-share li a:visited,
	.woocommerce nav.woocommerce-pagination ul li span.current,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.event-tag-widget ul li a:hover,
	.event-tag-widget ul li a:focus,
	.widget_tag_cloud .tagcloud a:hover,
	.widget_tag_cloud .tagcloud a:focus,
	.mobile-menu .user-box-links,
	.plyr--video .plyr__controls button.tab-focus:focus,
	.plyr--video .plyr__controls button:hover,
	.plyr--audio .plyr__controls button.tab-focus:focus,
	.plyr--audio .plyr__controls button:hover,
	.plyr__play-large,
	.post-author .about-author .about-content .author-social-links ul li a:hover,
	.post-author .about-author .about-content .author-social-links ul li a:focus,
	.post-navigation ul li,
	.post-content-list .post-content-footer .post-tags span a,
	.post-content-list .post-content-footer .post-tags span a:visited,
	.post-content-list .post-content-footer .post-share ul li a:hover,
	.post-content-list .post-content-footer .post-share ul li a:focus,
	.post-pagination ul li,
	.post-list-style-2 .bottom a.more-button,
	.post-list-style-2 .bottom a.more-button:visited,
	.post-list-style-1 .bottom a.more-button,
	.post-list-style-1 .bottom a.more-button:visited,
	.event-details-widget > ul > li.button-content a,
	.event-details-widget > ul > li.button-content a:visited,
	.event-tag-widget ul li a:hover,
	.event-tag-widget ul li a:focus,
	.widget_tag_cloud .tagcloud a:hover,
	.widget_tag_cloud .tagcloud a:focus,
	.eventchamp-button a,
	.eventchamp-button a:visited,
	.eventchamp-button a,
	.eventchamp-button a:visited,
	.eventchamp-app-box .app-item a:hover,
	.eventchamp-app-box .app-item a:focus,
	.eventchamp-contact-box .about-more-link, 
	.eventchamp-contact-box .about-more-link:visited,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:hover,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:focus,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.eventchamp-service-box:hover i,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:visited,
	.loader-style4 .sk-fading-circle .sk-circle:before,
	.loader-style3 .spinner,
	.loader-style2 .spinner > div,
	.loader-style1 .double-bounce1,
	.loader-style1 .double-bounce2 {
		background-color: #ffbb00;
	}

	.social-share-modern .post-share li a,
	.social-share-modern .post-share li a:visited,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	button,
	input[type="submit"],
	.woocommerce .woocommerce-MyAccount-navigation ul li a,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:visited,
	.woocommerce nav.woocommerce-pagination ul li span.current,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li a:visited,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.event-tag-widget ul li a,
	.event-tag-widget ul li a:visited,
	.widget_tag_cloud .tagcloud a,
	.widget_tag_cloud .tagcloud a:visited,
	.fc button,
	.post-author .about-author .about-content .author-social-links ul li a:hover,
	.post-author .about-author .about-content .author-social-links ul li a:focus,
	.post-navigation ul li,
	.post-content-list .post-content-footer .post-tags span a,
	.post-content-list .post-content-footer .post-tags span a:visited,
	.post-content-list .post-content-footer .post-share ul li a:hover,
	.post-content-list .post-content-footer .post-share ul li a:focus,
	.post-pagination ul li,
	.post-list-style-2 .bottom a.more-button,
	.post-list-style-2 .bottom a.more-button:visited,
	.post-list-style-1 .bottom a.more-button,
	.post-list-style-1 .bottom a.more-button:visited,
	.event-details-widget > ul > li.button-content a,
	.event-details-widget > ul > li.button-content a:visited,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu,
	.event-tag-widget ul li a:hover,
	.event-tag-widget ul li a:focus,
	.widget_tag_cloud .tagcloud a:hover,
	.widget_tag_cloud .tagcloud a:focus,
	.eventchamp-button a:hover,
	.eventchamp-button a:focus,
	.eventchamp-button a,
	.eventchamp-button a:visited,
	.eventchamp-app-box .app-item a:hover,
	.eventchamp-app-box .app-item a:focus,
	.eventchamp-contact-box .about-more-link:focus,
	.eventchamp-contact-box .about-more-link:hover,
	.eventchamp-counter .number,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:hover,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet:focus,
	.eventchamp-testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
	.eventchamp-service-box .title,
	.eventchamp-service-box i,
	.eventchamp-latest-posts-carousel .pagination-left:hover,
	.eventchamp-latest-posts-carousel .pagination-left:focus,
	.eventchamp-latest-posts-carousel .pagination-right:hover,
	.eventchamp-latest-posts-carousel .pagination-right:focus,
	.eventchamp-latest-posts-carousel .all-button:hover,
	.eventchamp-latest-posts-carousel .all-button:focus,
	.venues-list-carousel .pagination-left:hover,
	.venues-list-carousel .pagination-left:focus,
	.venues-list-carousel .pagination-right:hover,
	.venues-list-carousel .pagination-right:focus,
	.venues-list-carousel .all-button:hover,
	.venues-list-carousel .all-button:focus,
	.venues-list-carousel.white .pagination-left:hover,
	.venues-list-carousel.white .pagination-left:focus,
	.venues-list-carousel.white .pagination-right:hover,
	.venues-list-carousel.white .pagination-right:focus,
	.venues-list-carousel.white .all-button:hover,
	.venues-list-carousel.white .all-button:focus,
	.events-list-carousel .pagination-left:hover,
	.events-list-carousel .pagination-left:focus,
	.events-list-carousel .pagination-right:hover,
	.events-list-carousel .pagination-right:focus,
	.events-list-carousel .all-button:hover,
	.events-list-carousel .all-button:focus,
	.categorized-events .all-button:hover,
	.categorized-events .all-button:focus,
	.categorized-events .nav > li > a.active,
	.categorized-events .nav > li > a.active:visited,
	.categorized-events .nav > li>a:hover,
	.categorized-events .nav > li>a:focus,
	.categorized-events .nav > li>a,
	.categorized-events .nav > li>a:visited,
	.eventchamp-event-counter .buttons a:hover,
	.eventchamp-event-counter .buttons a:focus,
	.latest-events-slider .slider-wrapper .content .buttons a:hover,
	.latest-events-slider .slider-wrapper .content .buttons a:focus,
	.pricing-table .pricing-table-item .wrapper .left .button,
	.pricing-table .pricing-table-item .wrapper .left .button:visited,
	.eventchamp-pagination > li > a:hover,
	.eventchamp-pagination > li > a:focus,
	.edit-link a:focus,
	.edit-link a:hover,
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover,
	.woocommerce #respond input#submit:hover,
	.woocommerce a.button:hover,
	.woocommerce button.button:hover,
	.woocommerce input.button:hover,
	button:hover,
	input[type="submit"]:hover,
	button:active,
	input[type="submit"]:active,
	button:active:hover,
	input[type="submit"]:active:hover,
	button:active:focus,
	input[type="submit"]:active:focus,
	button:active:visited,
	input[type="submit"]:active:visited,
	button:focus,
	input[type="submit"]:focus,
	button,
	input[type="submit"] {
		border-color: #ffbb00;
	}

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message,
	.header-style-1.header-style-2 .eventchamp-navbar.style-1 .navbar-menu .dropdown-menu,
	ul.flexMenu-popup {
		border-top-color: #ffbb00;
	}

	.page-title-breadcrumbs .eventchamp-breadcrumb > ul > li.current-item {
		border-bottom-color: #ffbb00;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus,
	.header-style-1 .header-top-bar .social-links li a:hover,
	.header-style-1 .header-top-bar .social-links li a:focus,
	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu > li .nav-link:hover,
	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu > li .nav-link:focus {
		color: #6600ff;
	}

	.header-style-1 .header-top-bar .user-box-links,
	.eventchamp-event-counter .counter:before {
		background: #6600ff;
	}

	.header-style-1 .eventchamp-navbar.style-1 .navbar-menu .dropdown-menu {
		border-top-color: #6600ff;
	}

	.woocommerce nav.woocommerce-pagination ul li span.current,
	.event-tag-widget ul li a:hover,
	.event-tag-widget ul li a:focus,
	.widget_tag_cloud .tagcloud a:hover,
	.widget_tag_cloud .tagcloud a:focus,
	.eventchamp-button a:not([href]):not([tabindex]),
	.eventchamp-button a:not([href]):not([tabindex]):visited,
	.venues-list-carousel .all-button:hover,
	.venues-list-carousel .all-button:focus,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:visited {
		color: #FFFFFF;
	}

	.event-details-widget > ul > li.button-content a:hover,
	.event-details-widget > ul > li.button-content a:focus,
	.post-list-style-2 .bottom a.more-button:hover,
	.post-list-style-2 .bottom a.more-button:focus,
	.social-share-modern .post-share li a:focus,
	.social-share-modern .post-share li a:hover,
	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
	.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
	.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
	.woocommerce nav.woocommerce-pagination ul li a:focus,
	.woocommerce nav.woocommerce-pagination ul li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
	.categorized-events .nav > li > a.active,
	.categorized-events .nav > li > a.active:visited,
	.categorized-events .nav > li>a:hover,
	.categorized-events .nav > li>a:focus,
	.eventchamp-button a:hover,
	.eventchamp-button a:focus,
	.edit-link a:focus,
	.edit-link a:hover,
	.post-list-style-1 .bottom a.more-button:hover,
	.post-list-style-1 .bottom a.more-button:focus,
	.pricing-table .pricing-table-item .wrapper .left .button:hover,
	.pricing-table .pricing-table-item .wrapper .left .button:focus,
	.eventchamp-button a:not([href]):not([tabindex]):hover,
	.eventchamp-button a:not([href]):not([tabindex]):focus {
		background: transparent;
	}



/*======
*
* 12. Responsive
*
======*/
	@media (max-width: 1400px) {
		.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu,
		.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
			left: inherit !important;
			right: 0 !important;
		}

		.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu,
		.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
			left: inherit !important;
			right: 100% !important;
		}
	}

	@media (max-width: 1199px) {
		.event-detail-tabs .nav {
			text-align: center;
		}

		.container {
			max-width: 100%;
		}

		.eventchamp-wrapper.fixed-header-class  {
			margin-top: 56px;
		}

		#schedule.eventchamp-dropdown .panel-group .panel > .panel-heading a {
			text-align: center;
		}

		#schedule.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.title,
		#schedule.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.title {
			margin-left: 0px;
			display: block;
			margin-top: 15px;
		}

		#schedule.eventchamp-dropdown .panel-group .panel > .panel-heading a>i,
		#schedule.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited i {
			display: none;
		}

		#tickets .eventchamp-app-box .app-item a,
		#tickets .eventchamp-app-box .app-item a:visited {
			font-size: 11px;
		}
		
		#tickets .pricing-table .pricing-table-item {
			width: 100%;
		}

		#tickets .pricing-table.column-2 .pricing-table-item .wrapper .right .content p {
			float: none;
		}

		#tickets .pricing-table .pricing-table-item .wrapper {
			display: block;
		}

		#tickets .pricing-table .pricing-table-item .wrapper .left {
			width: auto;
			margin: 0 auto 30px;
			display: table;
		}

		#tickets .pricing-table .pricing-table-item .wrapper .left:after,
		#tickets .pricing-table .pricing-table-item .wrapper .left:before {
			content: '';
			display: block;
			clear: both;
		}

		#tickets .pricing-table .pricing-table-item .wrapper .right {
			width: 100%;
			text-align: center;
		}

		#tickets .pricing-table.column-2 .pricing-table-item .wrapper .right .content p {
			float: none;
			display: block;
			width: 100%;
		}

		.event-search-tool.column-8 .search-content,
		.event-search-tool.column-7 .search-content,
		.event-search-tool.column-6 .search-content,
		.event-search-tool.column-5 .search-content {
			display: block;
		}

		.event-search-tool.column-8 .search-content div.columns .column,
		.event-search-tool.column-7 .search-content div.columns .column,
		.event-search-tool.column-6 .search-content div.columns .column,
		.event-search-tool.column-5 .search-content div.columns .column {
			width: 100%;
			margin-bottom: 15px;
			padding: 0px;
		}

		.event-search-tool.column-8  .search-content div.columns,
		.event-search-tool.column-7  .search-content div.columns,
		.event-search-tool.column-6  .search-content div.columns,
		.event-search-tool.column-5  .search-content div.columns {
			width: 100%;
			float: none;
			margin: 0;
		}

		.event-search-tool.column-8 .search-content div.columns .column select,
		.event-search-tool.column-8 .search-content div.columns .column div.cs-select, 
		.event-search-tool.column-8 .search-content div.columns .column .cs-select,
		.event-search-tool.column-8 .search-content div.columns .column input[type="text"],
		.event-search-tool.column-7 .search-content div.columns .column select,
		.event-search-tool.column-7 .search-content div.columns .column div.cs-select, 
		.event-search-tool.column-7 .search-content div.columns .column .cs-select,
		.event-search-tool.column-7 .search-content div.columns .column input[type="text"],
		.event-search-tool.column-6 .search-content div.columns .column select,
		.event-search-tool.column-6 .search-content div.columns .column div.cs-select, 
		.event-search-tool.column-6 .search-content div.columns .column .cs-select,
		.event-search-tool.column-6 .search-content div.columns .column input[type="text"],
		.event-search-tool.column-5 .search-content div.columns .column select,
		.event-search-tool.column-5 .search-content div.columns .column div.cs-select, 
		.event-search-tool.column-5 .search-content div.columns .column .cs-select,
		.event-search-tool.column-5 .search-content div.columns .column input[type="text"] {
			width: 100%;
		}

		.event-search-tool.column-8 .search-content button,
		.event-search-tool.column-7 .search-content button,
		.event-search-tool.column-6 .search-content button,
		.event-search-tool.column-5 .search-content button {
			margin-left: 0px;
		}

		.eventchamp-event-counter .counter-content,
		.eventchamp-event-counter .counter-content .excerpt {
			width: 80%;
		}

		.eventchamp-event-counter .counter-content .title .opacity-title {
			font-size: 130px;
		}

		.eventchamp-event-counter .counter .counter-opacity-title {
			font-size: 90px;
			margin-top: 20px;
		}

		.header {
			display: none;
		}

		.mobile-header {
			display: block;
			height: auto;
		}

		.page-title-breadcrumbs {
			margin-top: 0px;
		}

		.event-list-style-1 .details .location {
			display: none;
		}

		.venue-list-style-1 .title,
		.event-list-style-3 .title,
		.event-list-style-4 .title,
		.event-list-style-1 .title {
			font-size: 16px;
		}
	}

	@media (max-width: 1140px) {
		.eventchamp-app-box .app-item i {
			font-size: 18px;
			margin-right: 10px;
		}
	}


	@media (max-width: 1080px) {
		.post-list-style-2 .bottom a.more-button,
		.post-list-style-2 .bottom a.more-button:visited {
			float: none;
			display: table;
			margin-bottom: 15px;
			clear: both;
		}
	}

	@media (max-width: 1040px) {
		.eventchamp-app-box .app-item a,
		.eventchamp-app-box .app-item a:visited {
			font-size: 11px;
		}
		
		.pricing-table .pricing-table-item {
			width: 100%;
		}

		.pricing-table.column-2 .pricing-table-item .wrapper .right .content p {
			float: none;
		}

		.pricing-table .pricing-table-item .wrapper {
			display: block;
		}

		.pricing-table .pricing-table-item .wrapper .left {
			width: auto;
			margin: 0 auto 30px;
			display: table;
		}

		.pricing-table .pricing-table-item .wrapper .left:after,
		.pricing-table .pricing-table-item .wrapper .left:before {
			content: '';
			display: block;
			clear: both;
		}

		.pricing-table .pricing-table-item .wrapper .right {
			width: 100%;
			text-align: center;
		}

		.pricing-table.column-2 .pricing-table-item .wrapper .right .content p {
			float: none;
			display: block;
			width: 100%;
		}
	}

	@media (max-width: 970px) {
		.speakers-list .item .details ul {
			float: none;
		}
	}

	@media (max-width: 991px) {
		.woocommerce ul.products.columns-3 > li.product,
		.woocommerce ul.products.columns-4 > li.product,
		.woocommerce ul.products.columns-5 > li.product {
			width: 50%;
		}

		.event-search-tool.title-true .search-content div.columns {
			width: calc( 100% - 185px );
		}

		.site-content-right,
		.single-venue .post-content-body,
		.event-detail-widgets {
			margin-top: 30px;
			max-width: 100%;
		}

		.site-content-left {
			max-width: 100%;
		}

		.single-venue .event-detail-widgets {
			margin-top: 30px;
		}

		.event-sponsors-widget ul li {
			width: auto;
			float: none;
			display: inline-block;
		}

		.page-title-breadcrumbs h1 {
			font-size: 35px;
		}

		.eventchamp-event-counter .counter-content .title .opacity-title {
			font-size: 100px;
			display: none;
		}

		.eventchamp-event-counter .counter-content .title .white,
		.eventchamp-event-counter .counter-content .title .colored {
			font-size: 40px;
		}

		.eventchamp-event-counter .counter .counter-opacity-title {
			font-size: 70px;
			margin-top: 35px;
		}

		.eventchamp-newsletter-element .newsletter-content div.title {
			display: none;
		}

		.eventchamp-newsletter-element .newsletter-content div.columns {
			width: calc( 100% - 185px );
		}

		ul.flexMenu-popup {
			left: inherit;
			right: 0px;
		}

		.event-list.column-3 .event-list-style-4,
		.event-list.column-3 .event-list-style-3,
		.event-list.column-3 .event-list-style-1 {
			width: 50%;
		}

		.event-list-style-1 .details .location {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}

		.latest-events-slider .slider-wrapper .content .title {
			font-size: 40px;
			line-height: 45px;
		}

		.content-title-element .title {
			font-size: 35px;
		}

		.event-search-tool .search-content div.title {
			display: none;
		}

		.event-search-tool .search-content div.columns {
			width: calc( 100% - 185px );
		}
	}

	@media (max-width: 830px) {
		.eventchamp-counter .number {
			width: 100px;
			height: 100px;
			line-height: 100px;
			font-size: 27px;
		}

		.eventchamp-counter .title {
			font-size: 15px;
		}

		.archive-post-list-style-2 .post-list-style-2,
		.venue-list.column-2 .venue-list-style-1,
		.venue-list.column-3 .venue-list-style-1,
		.event-list.column-2 .event-list-style-4,
		.event-list.column-3 .event-list-style-4,
		.event-list.column-2 .event-list-style-3,
		.event-list.column-3 .event-list-style-3,
		.event-list.column-2 .event-list-style-1,
		.event-list.column-3 .event-list-style-1 {
			width: 100%;
		}
	}

	@media (max-width: 767px) {
		.woocommerce ul.order_details li {
			width: 100%;
			margin-bottom: 15px;
		}

		.woocommerce ul.order_details li:last-child {
			margin-bottom: 0;
		}

		.woocommerce-error,
		.woocommerce-info,
		.woocommerce-message {
			display: block;
		}

		.woocommerce .woocommerce-error .button,
		.woocommerce .woocommerce-info .button,
		.woocommerce .woocommerce-message .button,
		.woocommerce-page .woocommerce-error .button,
		.woocommerce-page .woocommerce-info .button,
		.woocommerce-page .woocommerce-message .button {
			float: none;
			margin-bottom: 1.154rem;
		}

		td.fc-day-top,
		.fc-unthemed th.fc-day-header.fc-widget-header {
			padding-right: 5px;
			padding-left: 5px;
		}

		.slider-with-search-tool .event-search-tool .search-content {
			margin: 0 0;
		}

		.ui-datepicker td span,
		.ui-datepicker td a {
			padding: 5px;
		}

		.ui-datepicker {
			max-width: 250px;
			font-size: 11px;
		}

		.none-content-list .content-none-search input {
			width: 100%;
			float: none;
			margin-bottom: 10px;
		}

		.none-content-list .content-none-search button {
			width: 100%;
			float: none;
		}

		.pt-user-modal .modal-content>div {
			padding: 35px 25px;
		}

		.user-box .bottom-links a:last-child {
			margin-left: 0;
			float: none;
			display: block;
			clear: both;
			text-align: left;
		}

		.pt-user-modal .modal-dialog {
			width: 270px;
		}

		.post-content-list .post-content-footer .post-tags .title {
			display: block;
			clear: both;
			float: none;
		}

		.post-related-navigation .related-posts-columns.related-posts-column-2 .post-list-style-2,
		.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
			width: 100%;
			margin-bottom: 30px;
		}

		.post-related-navigation .related-posts-columns.related-posts-column-2 .post-list-style-2:last-child,
		.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2:last-child {
			margin-bottom: 0px;
		}

		.post-content-list .post-content-footer .post-tags {
			float: none;
			display: block;
		}

		.post-content-list .post-content-footer .post-share {
			float: none;
			margin-bottom: 30px;
		}

		.post-list-style-1 .title {
			font-size: 18px;
		}

		.post-list-style-2 .image .category,
		.post-list-style-1 .image .category {
			bottom: 20px;
			left: 20px;
		}

		.comments-area .comments-inputs>div,
		#contactform .inputs>div {
			width: 100%;
		}

		.speakers-list .item {
			text-align: center;
		}

		.page-title-breadcrumbs h1 {
			font-size: 25px;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a > div,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div {
			display: block;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.date,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.date {
			margin-bottom: 5px;
			font-size: 12px;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.time,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.time {
			font-size: 12px;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a>i,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited i {
			display: none;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a > div.title,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited > div.title {
			margin-left: 0px;
			display: block;
			margin-top: 15px;
		}

		.eventchamp-dropdown .panel-body .speakers {
			display: block;
		}

		.eventchamp-dropdown .panel-body .speakers .title {
			margin-bottom: 15px;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited {
			padding: 15px;
		}

		.eventchamp-dropdown .panel-group .panel-heading+.panel-collapse>.list-group,
		.eventchamp-dropdown .panel-group .panel-heading+.panel-collapse>.panel-body {
			padding: 15px;
		}

		.speakers-list.column-2 .item {
			width: 50%;
		}

		.speakers-list.column-3 .item {
			width: 50%;
		}

		.speakers-list.column-4 .item {
			width: 50%;
		}

		.speakers-list.column-5 .item {
			width: 50%;
		}

		.vc_row.full-area-container-content-left {
			width: 100%;
			float: none;
			max-width: 100%;
			padding-left: 15px !important;
			padding-right: 15px !important;
		}

		.vc_row.full-area-container-content-right {
			width: 100%;
			float: none;
			max-width: 100%;
			padding-left: 15px !important;
			padding-right: 15px !important;
		}

		.eventchamp-event-counter .counter .getting-started>div {
			padding-right: 30px;
			margin-right: 30px;
		}

		.eventchamp-event-counter .counter-content .title .white,
		.eventchamp-event-counter .counter-content .title .colored {
			display: block;
			line-height: 43px;
		}

		.eventchamp-event-counter .counter-content,
		.eventchamp-event-counter .counter-content .excerpt {
			width: 100%;
			padding: 0px 15px;
		}

		.footer .footer-copyright p {
			max-width: 100%;
			float: none;
			clear: both;
			display: block;
			text-align: left;
			margin-top: 30px;
		}

		.footer .footer-copyright .footer-logo {
			display: block;
			float: none;
		}

		.footer .vc_column_container {
			margin-bottom: 45px;
		}

		.footer .vc_column_container:last-child {
			margin-bottom: 0px;
		}

		.eventchamp-newsletter-element .newsletter-content {
			display: block;
		}

		.eventchamp-newsletter-element .newsletter-content div.columns {
			width: 100%;
			float: none;
			margin: 0px;
		}

		.eventchamp-newsletter-element .newsletter-content div.columns .column {
			float: none;
			width: 100%;
			margin-bottom: 15px;
			padding: 0px;
		}

		.eventchamp-newsletter-element .newsletter-content button {
			margin-left: 0px;
		}

		.eventchamp-latest-posts-carousel .pagination > div,
		.venues-list-carousel .pagination > div,
		.events-list-carousel .pagination > div {
			margin-right: 7.5px;
		}

		.content-title-element .separate:before,
		.content-title-element .separate:after {
			width: 60px;
		}

		.content-title-element .separate i {
			font-size: 16px;
		}

		.event-search-tool .search-content {
			display: block;
		}

		.event-search-tool.title-true .search-content div.columns,
		.event-search-tool .search-content div.columns {
			width: 100%;
			margin: 0px;
		}

		.event-search-tool .search-content div.columns input,
		.event-search-tool .search-content div.columns div.cs-select {
			width: 100%;
			max-width: 100%;
		}

		.event-search-tool.column-8 .search-content div.columns .column,
		.event-search-tool.column-7 .search-content div.columns .column,
		.event-search-tool.column-6 .search-content div.columns .column,
		.event-search-tool.column-5 .search-content div.columns .column,
		.event-search-tool.column-4 .search-content div.columns .column,
		.event-search-tool.column-3 .search-content div.columns .column,
		.event-search-tool.column-2 .search-content div.columns .column,
		.event-search-tool.column-1 .search-content div.columns .column {
			width: 100%;
			margin-bottom: 10px;
			padding: 0px;
		}

		.event-search-tool .search-content button {
			margin-left: 0px;
		}

		.latest-events-slider .slider-wrapper .content .title {
			font-size: 30px;
			line-height: 35px;
		}

		.content-title-element .title {
			font-size: 20px;
		}

		.eventchamp-event-counter .buttons a,
		.eventchamp-event-counter .buttons a:visited,
		.latest-events-slider .slider-wrapper .content .buttons a,
		.latest-events-slider .slider-wrapper .content .buttons a:visited {
			margin-right: 15px;
			font-size: 12px;
			padding: 9px 30px;
		}

		.eventchamp-event-counter .buttons a i,
		.latest-events-slider .slider-wrapper .content .buttons a i {
			font-size: 16px;
			margin-right: 12px;
		}
	}

	@media (max-width: 600px) {
		.woocommerce ul.products.columns-2 > li.product,
		.woocommerce ul.products.columns-3 > li.product,
		.woocommerce ul.products.columns-4 > li.product,
		.woocommerce ul.products.columns-5 > li.product {
			width: 100%;
		}
	}

	@media (max-width: 550px) {
		.fc-toolbar .fc-left,
		.fc-toolbar .fc-right {
			float: none;
			clear: both;
		}

		.fc-toolbar .fc-left:after,
		.fc-toolbar .fc-left:before,
		.fc-toolbar .fc-right:after,
		.fc-toolbar .fc-right:before {
			content: '';
			display: block;
			clear: both;
		}

		.fc-toolbar .fc-left button,
		.fc-toolbar .fc-right button {
			margin-right: 0px;
			margin-bottom: 10px;
			width: 100%;
			text-align: center;
			float: none;
			margin-left: 0;
		}

		.fc-toolbar .fc-button-group {
			float: none;
			margin-right: 0px;
			margin-left: 0px;
			display: block;
		}

		.fc-toolbar.fc-header-toolbar {
			margin-bottom: 30px;
		}

		.eventchamp-event-counter .counter .counter-opacity-title {
			font-size: 70px;
			margin-top: 20px;
		}

		.eventchamp-event-counter .counter-content .title .white, 
		.eventchamp-event-counter .counter-content .title .colored {
			font-size: 30px;
			line-height: 35px;
		}

		.eventchamp-event-counter .counter-content .excerpt {
			display: none;
		}

		.eventchamp-newsletter-element .newsletter-content button,
		.event-search-tool .search-content button {
			width: 100%;
		}

		.eventchamp-testimonials-carousel .content {
			width: 100%;
			float: none;
		}

		.eventchamp-testimonials-carousel .image {
			margin: 0 0 30px;
			text-align: center;
			float: none;
		}

		.eventchamp-testimonials-carousel .swiper-pagination {
			text-align: center;
			margin: 30px 0px 0px;
		}

		.eventchamp-latest-posts-carousel .pagination-left,
		.eventchamp-latest-posts-carousel .pagination-right,
		.eventchamp-latest-posts-carousel .all-button,
		.eventchamp-latest-posts-carousel .all-button:visited,
		.venues-list-carousel .pagination-left,
		.venues-list-carousel .pagination-right,
		.venues-list-carousel .all-button,
		.venues-list-carousel .all-button:visited,
		.events-list-carousel .pagination-left,
		.events-list-carousel .pagination-right,
		.events-list-carousel .all-button,
		.events-list-carousel .all-button:visited,
		.categorized-events .all-button,
		.categorized-events .all-button:visited {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	@media (max-width: 541px) {
		.event-details-widget > ul > li {
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}

		.event-details-widget > ul > li > div {
			width: 100%;
			margin-top: 5px;
		}

		.event-detail-tabs ul.flexMenu-popup {
			left: 0;
		}

		.eventchamp-dropdown .panel-body .speakers .list {
			display: block;
		}

		.eventchamp-dropdown .panel-body .speakers .list ul li {
			display: block;
			margin-right: 0;
			margin-bottom: 15px;
			width: 100%;
		}

		.eventchamp-dropdown .panel-body .speakers .list ul li .image {
			display: table;
			margin: 0 auto 15px;
		}

		.eventchamp-dropdown .panel-body .speakers .list ul li .desc {
			display: block;
			text-align: center;
		}

		.eventchamp-dropdown .panel-group .panel > .panel-heading a,
		.eventchamp-dropdown .panel-group .panel > .panel-heading a:visited {
			text-align: center;
		}

		.eventchamp-dropdown .panel-group .panel-heading+.panel-collapse>.list-group,
		.eventchamp-dropdown .panel-group .panel-heading+.panel-collapse>.panel-body {
			text-align: center;
		}

		.eventchamp-event-counter .counter .title {
			font-size: 12px;
		}
	}

	@media (max-width: 500px) {
		.eventchamp-event-counter .counter .count {
			font-size: 35px;
			line-height: 35px;
		}

		.eventchamp-event-counter .counter .getting-started>div {
			padding-right: 15px;
			margin-right: 15px;
		}
	}

	@media (max-width: 450px) {
		.post-navigation ul li {
			width: 100%;
			text-align: center;
			margin-bottom: 15px;
		}

		.post-navigation ul li:last-child {
			margin-bottom: 0px;
		}

		.post-list-style-1 .bottom a.more-button,
		.post-list-style-1 .bottom a.more-button:visited {
			float: none;
			display: table;
			margin-bottom: 15px;
			clear: both;
		}

		.event-sponsors-widget ul li,
		.eventchamp-event-content .sponsors ul li {
			width: 50%;
		}

		.event-sponsors-widget ul li img,
		.eventchamp-event-content .sponsors ul li img {
			width: 100%;
		}

		.eventchamp-button a,
		.eventchamp-button a:visited {
			padding-left: 24px;
			padding-right: 24px;
		}

		.eventchamp-button a i {
			margin-right: 10px;
		}

		.speakers-list.column-2 .item {
			width: 100%;
		}

		.speakers-list.column-3 .item {
			width: 100%;
		}

		.speakers-list.column-4 .item {
			width: 100%;
		}

		.speakers-list.column-5 .item {
			width: 100%;
		}

		.post-list-style-2 .bottom .post-information li:last-child {
			display: none;
		}

		.eventchamp-banner .content {
			font-size: 25px;
		}

		.eventchamp-banner .content .bold {
			line-height: 30px;
		}

		.event-list-style-1 .details .location {
			display: none;
		}

		.latest-events-slider .slider-wrapper .content .information {
			margin-bottom: 30px;
			display: block;
			text-align: center;
		}

		.latest-events-slider .slider-wrapper .content .information li {
			display: block;
			margin: 0 auto 15px;
		}

		.eventchamp-event-counter .buttons a,
		.eventchamp-event-counter .buttons a:visited,
		.latest-events-slider .slider-wrapper .content .buttons a,
		.latest-events-slider .slider-wrapper .content .buttons a:visited {
			margin: 0 auto 15px;
			display: table;
		}

		.eventchamp-event-counter .buttons a:last-child,
		.eventchamp-event-counter .buttons a:visited:last-child,
		.latest-events-slider .slider-wrapper .content .buttons a:last-child,
		.latest-events-slider .slider-wrapper .content .buttons a:visited:last-child {
			margin-right: auto;
		}

		.venue-list-style-1 .image .status,
		.event-list-style-1 .image .status {
			display: none;
		}

		.venue-list-style-1 .image .price,
		.event-list-style-1 .image .price {
			left: 20px;
			right: inherit;
		}

		ul.flexMenu-popup li {
			width: 100%;
			float: none;
		}

		ul.flexMenu-popup {
			min-width: 150px;
			left: calc(-50% - 0px);
			right: inherit;
		}
	}

	@media (max-width: 350px) {
		.eventchamp-event-counter .counter .count {
			font-size: 20px;
			line-height: 20px;
		}

		.eventchamp-event-counter .counter .getting-started>div {
			padding-right: 10px;
			margin-right: 10px;
		}

		.eventchamp-event-counter .counter .title {
			font-size: 9px;
		}

		.eventchamp-app-box .app-item {
			float: none;
			width: 100%;
		}

		.eventchamp-app-box .app-item .description>span {
			display: inline-block;
			margin-right: 5px;
		}
	}

	@media (max-width: 300px) {
		.event-list-style-1 .details {
			display: block;
		}

		.event-list-style-1 .details .category {
			margin-bottom: 10px;
			float: none;
			display: table;
			clear: both;
		}
	}

	@media (max-height: 650px) {
		.latest-events-slider .slider-wrapper .content .information {
			display: none;
		}
	}