Your IP : 216.73.216.164


Current Path : /var/www/html/anwc/wp-content/themes/eventchamp/
Upload File :
Current File : /var/www/html/anwc/wp-content/themes/eventchamp/style.css

@charset "UTF-8";

/*
	Theme Name: EventChamp
	Theme URI: themeforest.net/user/gloriathemes
	Author: Gloria Themes
	Author URI: gloriathemes.com
	Description: Event Champ – 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.5.0
*/

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

[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
	4.1 General
	4.2 Latest Events Widget
	4.3 Latest Venues Widget
	4.4 Latest Speakers Widget
5. Header
	5.1 General
	5.2 Header Style 2 and 1
6. Footer
	6.1 General
	6.2 Footer Style 1
	6.3 Footer Style 2
	6.4 Copyright
7. Comments
8. Event Post Type
9. Archives
	9.1 General
	9.2 Breadcrumbs
	9.3 Post List Style 1
	9.4 Post List Style 2
	9.5 Post List Style 3
	9.6 Archive Post Pagination
	9.7 Post Content
	9.8 Related Posts
	9.9 Post Navigation
	9.10 Post Author
	9.11 Content Title
10. Plugins
	10.1 Date Picker
	10.2 Video Player
	10.3 WooCommerce
	10.4 Flex Menu
11. Mobile Menu
12. Responsive

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

/*======
*
* 1. Global
*
======*/
	/*====== 1.1 General ======*/
	body {
		font-family:'Poppins';
		font-size:13px;
		color: #888888;
		background: #FFFFFF;
		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;
		color: #ffbb00;
		-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: #444444;
	}

	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,
	.form-control,
	div.cs-select,
	.cs-select
	{
		display: block;
		width: 100%;
	    padding: 14px 20px 10px;
		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;
		outline: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		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: 14px 20px 9px;
	}

	.cs-select > span::after {
		right: 20px;
		content: "\f107";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #ffbb00;
		font-size: 18px;
		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;
	}

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

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

	button,
	input[type="submit"],
	.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 {
		-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 11px;
		font-size: 14px;
		font-weight: 500;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #FFFFFF;
		border: 1px solid #ffbb00;
		background: #ffbb00;
	    border-radius: 5px;
	}

	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,
	.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 {
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
		color: #ffbb00;
		border:1px solid #ffbb00;
		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;
	}

	.dropdown-menu>li>a:focus,
	.dropdown-menu>li>a:hover,
	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover,
	.nav>li>a:focus,
	.nav>li>a:hover {
		background-color: #E1E1E1;
	}

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

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

	.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 {
		clear: both;
	}

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

	/*====== 1.2 System Core ======*/
	.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 {
		background: #ffbb00;
		color: #FFF;
		margin: 0px 15px 30px 0px;
		display: block;
		float: left;
		font-weight: 500;
		padding: 6px 25px 5px;
		border-radius: 25px;
		border: 1px solid transparent;
	}

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

	.edit-link a:focus,
	.edit-link a:hover {
		border-color: #ffbb00;
		color:#ffbb00;
		background: #FFF;
	}

	.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%;
			background-color: #ffbb00;
			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;
			background-color: #ffbb00;
			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;
			background-color: #ffbb00;
			-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%;
			background-color: #ffbb00;
			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;
			background: #ffbb00;
			border:1px solid transparent;
			padding: 9px 17.5px;
			font-weight: 600;
		}

		.eventchamp-pagination>li>a:hover, .eventchamp-pagination>li>a:focus {
			border-color: #ffbb00;
			color: #ffbb00;
			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;
			background: #ffbb00;
			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
*
======*/
	.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: 1px solid #f3f3f3;
	    box-shadow: none;
	    border-radius: 5px;
	    background: #FFFFFF;
	    overflow: hidden;
	}

	.eventchamp-dropdown .panel-group .panel>.panel-heading {
		color: #666666;
		background-color: #f3f3f3;
		border-color: #eae6e6;
		border-radius: 0px;
		border: 0px;
		padding: 0px;
	}

	.eventchamp-dropdown .panel-group .panel>.panel-heading {
		font-size: 13px;
		font-weight: 600;
	}

	.eventchamp-dropdown .panel-group .panel>.panel-heading a,
	.eventchamp-dropdown .panel-group .panel>.panel-heading a:visited {
		color: #888888;
		display: block;
		padding: 22px 30px 19px;
	}

	.eventchamp-dropdown .panel-group .panel>.panel-heading a:after,
	.eventchamp-dropdown .panel-group .panel>.panel-heading a:before {
		content: '';
		display: block;
		clear: both;
	}

	.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: #666666;
		font-size: 19px;
		float: right;
		line-height: 10px;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-o-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
		margin-top: 5px;
	}

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

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

	.eventchamp-dropdown .panel-body .speakers {
		margin-top: 28px;
		display: flex;
		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;
	}

	.eventchamp-dropdown .panel-body .speakers .list ul li {
		display: inline-flex;
		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: #f3f3f3;
		padding: 10px 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;
		margin-bottom: 2px;
	}

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

	.eventchamp-dropdown .panel-body .speakers .list ul li a:hover,
	.eventchamp-dropdown .panel-body .speakers .list ul li a:focus {
		background: #ffbb00;
	}

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

	.vc_row.vc_row-fluid.container {
		margin:0 auto;
	}

	.vc_row.vc_row-fluid.containerNoPadding {
		margin:0 auto;
		padding-left:0px;
		padding-right:0px;
	}

	.speakers-list {
		margin: 0px -15px -60px;
	}

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

	.speakers-list .item {
		padding: 0px 15px 60px;
		float: left;
		width: 25%;
	}

	.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.column-5 .item:nth-child(5n+1) {
		clear: both;
	}

	.speakers-list.column-4 .item:nth-child(4n+1) {
		clear: both;
	}

	.speakers-list.column-3 .item:nth-child(3n+1) {
		clear: both;
	}

	.speakers-list.column-2 .item:nth-child(2n+1) {
		clear: both;
	}

	.speakers-list .item .image {
		position: relative;
		border-radius: 8px;
		overflow: hidden;
		margin-bottom: 23px;
	}

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

	.speakers-list .item .image img {
		width: 100%;
	}

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

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

	.speakers-list .item .name a:hover,
	.speakers-list .item .name a:focus {
		color: #ffbb00;
	}

	.speakers-list .item .excerpt {
		max-height: 63px;
		overflow: hidden;
		margin-bottom: 24px;
	}

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

	.speakers-list .item .details ul li {
		display: inline-block;
		font-size: 16px;
		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;
	}

	.speakers-list .item .details a.more-button,
	.speakers-list .item .details a.more-button:visited {
		background: #ffbb00;
		border: 1px solid #ffbb00;
		border-radius: 25px;
		float: left;
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		padding: 6px 26px 4px;
		font-weight: 500;
	}

	.speakers-list .item .details a.more-button:hover,
	.speakers-list .item .details a.more-button:focus {
		background: transparent;
		color: #ffbb00;
	}

	.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 {
		background: #f3f3f3;
		padding: 30px;
		color: #666666;
		border-radius: 5px;
		display: inline-flex;
		width: 100%;
	}

	.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: 21px;
		margin-bottom: 1px;
	}

	.pricing-table .pricing-table-item .wrapper .left .price {
		font-weight: 600;
		color: #ffbb00;
		font-size: 56px;
		line-height: 56px;
		margin-bottom: 6px;
	}

	.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 {
		background: #ffbb00;
		border: 1px solid #ffbb00;
		border-radius: 25px;
		float: left;
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		padding: 6px 20px 3px;
		font-weight: 500;
		position: relative;
		z-index: 2;
	}

	.pricing-table .pricing-table-item .wrapper .left .button:hover,
	.pricing-table .pricing-table-item .wrapper .left .button:focus {
		background: transparent;
		color: #ffbb00;
	}

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

	.pricing-table .pricing-table-item .wrapper .right .content p:before {
		content: "\f05d";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #ffbb00;
		font-size: 17px;
		vertical-align: text-top;
		margin-right: 9px;
	}

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

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

	.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;
		font-size: 13px;
		text-transform: uppercase;
		color: #FFFFFF;
		background: #ffbb00;
		padding: 6px 27px 4px;
		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: 17px;
		color: #ffbb00;
		margin-right: 10px;
	}

	.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: 13px 38px 9px;
		border-radius: 5px;
		display: inline-block;
		border-radius: 25px;
		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;
	}

	.eventchamp-event-counter .buttons a span,
	.latest-events-slider .slider-wrapper .content .buttons a span {
		vertical-align: top;
		position: relative;
		top: -1.5px;
	}

	.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 {
		background: #ffbb00;
		color: #FFFFFF;
		border-color: #ffbb00;
	}

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

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

	.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 {
		text-align: center;
	}

	.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 {
		color: #ffbb00;
		font-weight: 600;
	}

	.content-title-element .separate {
		display: table;
		margin: 15px auto 25px;
	}

	.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: -9px 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: 600;
	    text-transform: uppercase;
	    text-align: left;
	}

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

	.event-search-tool .container {
		max-width: 100%;
	}

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

	.event-search-tool .title i {
		font-size: 18px;
		color: #ffbb00;
		margin-right: 15px;
		margin-top: -2px;
	}

	.event-search-tool .search-content {
		display: flex;
		width: 100%;
	}

	.event-search-tool .search-content:after,
	.event-search-tool .search-content:before {
		content: '';
		display: block;
		clear: both;
	}

	.event-search-tool .search-content div.title {
		width: 160px;
		margin-right: 30px;
		float: left;
		display: flex;
		align-items: center;
	}

	.event-search-tool .search-content div.columns {
		width: calc( 100% - 150px );
		float: left;
		margin: 0px -10px;
		height: 100%;
	}

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

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

	.event-search-tool .search-content div.columns .column input,
	.event-search-tool .search-content div.columns .column select {
		height: 100%;
		padding: 15px 20px 10px;
	}

	.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;
		float: left;
		margin-left: 20px;
		padding: 13px 30px 10px;
	}

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

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

	.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 {
		border-radius: 8px;
		overflow: hidden;
		position: relative;
		margin-bottom: 21px;
	}

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

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

	.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;
		color: #ffbb00;
		background: #FFFFFF;
		padding: 5px 22px 4px;
		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;
		background: #ffbb00;
		padding: 5px 22px 4px;
		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 .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 {
		color: #ffbb00;
	}

	.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 {
		display: flex;
		margin-bottom: 14px;
		width: 100%;
	}

	.event-list-style-1 .excerpt {
	}

	.event-list-style-1 .details .category {
		font-size: 12px;
		text-transform: uppercase;
		float: left;
		margin-right: 20px;
	}

	.event-list-style-1 .details .category .post-categories {
		list-style: none;
		margin: 0px;
		color: #FFFFFF;
		background: #ffbb00;
		padding: 4px 20px 2px;
		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 {
		font-size: 12px;
		color: #888888;
		float: left;
		margin-right: 20px;
		display: inline-flex;
		align-items: center;
	}

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

	.event-list-style-1 .details .date i,
	.event-list-style-1 .details .location i {
		font-size: 17px;
		color: #ffbb00;
		margin-right: 8px;
		margin-top: -2px;
	}

	.event-list-style-1 .details .date span,
	.event-list-style-1 .details .location span {
		padding-top: 2px;
	}

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

	.event-list-style-3 .image {
		border-radius: 8px;
		overflow: hidden;
		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;
	}

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

	.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 .title a:hover,
	.event-list-style-3 .title a:focus {
		color: #ffbb00;
	}

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

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

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

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

	.event-list-style-3 .details .category {
		font-size: 12px;
		text-transform: uppercase;
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

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

	.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 {
		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 {
		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 {
		font-size: 16px;
		color: #ffbb00;
		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 {
		display: inline-block;
	}

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

	.event-list-style-4 .image {
		overflow: hidden;
		position: relative;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
	}

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

	.event-list-style-4 .image img {
		width: 100%;
		display: block;
	}

	.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 .title a:hover,
	.event-list-style-4 .title a:focus {
		color: #ffbb00;
	}

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

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

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

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

	.event-list-style-4 .details .category {
		font-size: 12px;
		text-transform: uppercase;
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.event-list-style-4 .details .category .post-categories {
		list-style: none;
		margin: 0px;
		color: #FFFFFF;
		background: #ffbb00;
		padding: 4px 20px 2px;
		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 .location {
		font-size: 12px;
		color: #888888;
		margin-right: 14px;
		display: inline-block;
		align-items: center;
		margin-bottom: 10px;
	}

	.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 .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 .location i {
		font-size: 16px;
		color: #ffbb00;
		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 .location span {
		display: inline-block;
	}

	.event-list {
		margin: 0px -15px -60px;
	}

	.event-list:after,
	.event-list:before,
	.events-list-carousel:after,
	.events-list-carousel:before,
	.event-list:after,
	.event-list:before {
		content: '';
		display: block;
		clear: both;
	}

	.event-list .event-list-style-1,
	.event-list .event-list-style-4,
	.event-list .event-list-style-3 {
		padding: 0px 15px;
		margin-bottom: 60px;
		float: left;
		width: 50%;
	}

	.event-list .event-list-style-3 {
		margin-bottom: 4px;
	}

	.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-2 .event-list-style-1:nth-child(2n+1),
	.event-list.column-2 .event-list-style-4:nth-child(2n+1),
	.event-list.column-2 .event-list-style-3:nth-child(2n+1) {
		clear: both;
	}

	.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-3 .event-list-style-1:nth-child(3n+1),
	.event-list.column-3 .event-list-style-4:nth-child(3n+1),
	.event-list.column-3 .event-list-style-3:nth-child(3n+1) {
		clear: both;
	}

	.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 .tab-content:after,
	.categorized-events .tab-content:before {
		content: '';
		display: block;
		clear:both;
	}

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

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

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

	.categorized-events .nav-tabs>li>a,
	.categorized-events .nav-tabs>li>a:visited {
		padding: 0px;
		margin: 0px;
		display: block;
		border-radius: 25px;
		font-weight: 500;
		text-transform: uppercase;
		color: #ffffff;
		background: #ffbb00;
		border: 1px solid #ffbb00;
		padding: 7px 22px 5px;
	}

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

	.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: 13px;
		text-transform: uppercase;
		border: 1px solid #eae6e6;
		display: table;
		margin: 0px auto;
		font-weight: 500;
		padding: 9px 25px 7px;
		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 .pagination-left,
	.venues-list-carousel .pagination-right,
	.venues-list-carousel .all-button,
	.venues-list-carousel .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 .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 {
		background: #ffbb00;
		border-color: #ffbb00;
		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,
	.events-list-carousel .pagination {
		display: table;
		margin: 67px auto 0;
	}

	.eventchamp-latest-posts-carousel .pagination:after,
	.eventchamp-latest-posts-carousel .pagination:before,
	.venues-list-carousel .pagination:after,
	.venues-list-carousel .pagination:before,
	.events-list-carousel .pagination:after,
	.events-list-carousel .pagination:before {
		content: '';
		display: block;
		clear: both;
	}

	.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: 27px;
		float: left;
		padding: 5px 15px 6px;
		cursor: pointer;
		line-height: 27px;
	}

	.eventchamp-latest-posts-carousel .pagination>div,
	.venues-list-carousel .pagination>div,
	.events-list-carousel .pagination>div {
		float: left;
		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: 7px;
		overflow: hidden;
	}

	.eventchamp-banner a,
	.eventchamp-banner a:visited {
		display: block;
		height: 100%;
		width: 100%;
		padding: 10px;
		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;
		height: 100%;
		width: 100%;
		border: 1px dashed #FFFFFF;
		border-radius: 7px;
		color: #FFFFFF;
		padding: 55px 15px 50px;
		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 {
		margin-top: 60px;
	}

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

	.venue-list {
		margin: 0px -15px
	}

	.venue-list .venue-list-style-1 {
		padding: 0px 15px 60px;
		float: left;
	}

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

	.venue-list.column-2 .venue-list-style-1:nth-child(2n+1) {
		clear: both;
	}

	.venue-list.column-3 .venue-list-style-1:nth-child(3n+1) {
		clear: both;
	}

	.venue-list.column-4 .venue-list-style-1:nth-child(4n+1) {
		clear: both;
	}

	.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: 1px solid #ffbb00;
		color: #ffbb00;
		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 {
		background: #ffbb00;
		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: 20px;
		font-weight: 600;
		color: #ffbb00;
		margin-bottom: 5px;
	}

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

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

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

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

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

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

	.eventchamp-testimonials-carousel .image img {
		border: 1px solid #d0d0d0;
		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 {
		background: #ffbb00;
		border-color: #ffbb00;
		-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 #ffbb00;
		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: 600;
		font-size: 30px;
		border: 1px solid #ffbb00;
		color: #ffbb00;
		margin-bottom: 22px;
		display: inline-block;
	}

	.eventchamp-counter .title {
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 600;
		color: #ffbb00;
	}

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

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

	.eventchamp-contact-box .contact-row {
		margin-bottom: 13px;
		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 {
		background: #ffbb00;
		color: #FFF;
		display: table;
		font-weight: 500;
		padding: 6px 25px 4px;
		border-radius: 25px;
		border: 1px solid transparent;
		text-transform: uppercase;
	}

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

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

	.eventchamp-app-box {
		margin: 0px -10px;
	}

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

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

	.eventchamp-app-box .app-item a,
	.eventchamp-app-box .app-item a:visited {
		padding: 11px 15px;
		border: 1px solid #eae6e6;
		border-radius: 8px;
		display: inline-flex;
		width: 100%;
		margin-bottom: 20px;
		font-size: 12px;
	}

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

	.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 {
		background: #ffbb00;
		border-color: #ffbb00;
		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: 49px;
		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 {
		color: #ffbb00;
		margin-left: 15px;
	}

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

	.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 {
		background: #6600ff;
		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;
	}

	.eventchamp-event-counter .counter .getting-started>div {
		display: inline-flex;
		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;
	}

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

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

	.eventchamp-button a,
	.eventchamp-button a:visited {
		background: transparent;
		border: 1px solid #ffbb00;
		background: #ffbb00;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 500;
		padding: 11px 40px 9px;
		border-radius: 5px;
		display: inline-block;
		border-radius: 25px;
		font-size: 14px;
		cursor: pointer;
	}

	.eventchamp-button a i {
		font-size: 18px;
		margin-right: 15px;
		display: inline-flex;
		vertical-align: middle;
	}

	.eventchamp-button a span {
	}

	.eventchamp-button a:hover,
	.eventchamp-button a:focus {
		background: transparent;
		color: #ffbb00;
		border-color: #ffbb00;
	}

	.eventchamp-newsletter-element .newsletter-content {
		display: flex;
		width: 100%;
	}

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

	.eventchamp-newsletter-element .newsletter-content div.title {
		font-size: 16px;
		font-weight: 600;
		color: #666666;
		text-transform: uppercase;
		width: 160px;
		margin-right: 30px;
		float: left;
		display: flex;
		align-items: center;
	}

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

	.eventchamp-newsletter-element .newsletter-content div.columns {
		width: calc( 100% - 185px );
		float: left;
		margin: 0px -15px;
	}

	.eventchamp-newsletter-element .newsletter-content div.columns {
		width: calc( 100% - 375px );
	}

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

	.eventchamp-newsletter-element .newsletter-content button {
		width: 185px;
		float: left;
		margin-left: 30px;
		padding: 12px 30px 9px;
	}

	.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 .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-thin: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 {
		color: #ffbb00;
		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 {
		margin-bottom: 53px
	}

	.widget-box:last-child {
		margin-bottom: 0px;
	}


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

	.widget-title {
		margin: -7px 0px 0px;
		text-transform: uppercase;
		font-size: 19px;
		color: #666666;
		padding-bottom: 3px;
		margin-bottom: 30px;
		border-bottom: 1px solid #eae6e6;
		font-weight: 600;
	}

	.widget-title span {
		color: #ffbb00;
	}

	.widget-title:last-word {
		color: red;
	}

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

	.widget_search button {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 7px;
	}

	#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 {
		background: #f3f3f3;
		color: #666666;
		text-align: right;
		font-weight: 600;
		padding: 13px 16px 10px;
		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 {
		background: #f3f3f3;
		color: #666666;
		font-weight: 600;
		padding: 13px 16px 10px;
		border-radius: 5px;
		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: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 {
	    color: #ffbb00;
	}

	.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 a,
	.event-tag-widget ul li a:visited,
	.widget_tag_cloud .tagcloud a,
	.widget_tag_cloud .tagcloud a:visited {
		padding: 8px 12px 6px;
		font-size: 13px !important;
	    background: #f3f3f3;
		border-radius: 4px;
		display: block;
		float: left;
		line-height: normal;
		margin: 0px 10px 10px 0px;
	}

	.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 {
		background: #ffbb00;
		border-color: #ffbb00;
		color: #FFFFFF;
	}

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

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

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

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

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

	.latest-events-widget.style2 .information i {
		font-size: 13px;
		color: #ffbb00;
		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 {
		display: flex;
	}

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

	.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;
		color: #ffbb00;
		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 {
	    background: #ffbb00;
	    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;
	}

	.user-box .bottom-links a:focus,
	.user-box .bottom-links a:hover {
		color: #ffbb00;
	}

	.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: 15px 0px 42px;
		margin-bottom: 60px;
		border-bottom: 1px solid #eae6e6;
		background: #FFFFFF;
	}

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

	.header-style-1 .header-top-bar:before,
	.header-style-1 .header-top-bar:after,
	.header-style-1 .header-main-area:before,
	.header-style-1 .header-main-area:after {
		content: '';
		display: block;
		clear: both;
	}

	.header-style-1 .header-main-area .header-logo {
		float: left;
		margin-top: 27px;
	}

	.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 .header-main-area .header-menu {
		float: right;
	}

	.header-style-1 .header-main-area .header-menu .navbar {
		border: 0px;
		border-radius: 0px;
		min-height: auto;
		margin: 0px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-collapse {
		border: 0px;
		border-radius: 0px;
		margin: 0px;
		padding: 0px;
		box-shadow: none;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav {
		float: right;
		margin: 0px;
		padding: 0px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li {
		float: left;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
		font-size: 13px;
		color: #444444;
		font-weight: 600;
		padding: 11px 15px 5px;
	}

	.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a,
	.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
		padding: 25px 15px 21px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:last-child>a {
		padding-right: 0px;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li a .fa-angle-down {
		margin-left: 5px;
	}

	.header-style-1 .header-top-bar .user-box-links {
		list-style: none;
		padding: 0px 6px;
		margin: 0px 0px 11px 25px;
		float: right;
		font-size: 10px;
		background: #6600ff;
		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: 8px 12.5px 7px;
		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: 0px;
		margin: 0.5px 0px;
		float: right;
	}

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

	.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-top-bar .social-links li a:hover,
	.header-style-1 .header-top-bar .social-links li a:focus {
		color: #6600ff;
	}

	.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 .header-main-area .header-menu .navbar .navbar-nav>li>a,
	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav>li>a: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-top-bar .user-box-links {
		background: #ffbb00;
	}

	.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 #6600ff;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	.header-style-1.header-style-2 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
		border-top-color: #ffbb00;
	}

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

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

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

	.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 .header-main-area .header-menu .navbar .navbar-nav>li>a,
	.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
		color: #444444;
	}

	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a:visited,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover>a:visited,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
	.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus {
		background: transparent;
		color: #6600ff;
	}

	.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 {
		background: transparent;
		color: #ffbb00;
	}

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

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

	.footer a:hover,
	.footer a:focus {
		color: #ffbb00;
	}

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

	/*====== 6.2 Footer Style 1 ======*/
	.footer {
		background-color: #222;
		background: url(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 #menu-footer-menu li {
		background: transparent;
		color: #FFF;
		font-weight: 500;
		padding: 0px;
		border-radius: 0px;
		margin: 0px;
	}

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

	.footer #menu-footer-menu li a:hover,
	.footer #menu-footer-menu li a:focus {
		color: #ffbb00;
	}

	.footer #menu-footer-menu li a:before {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0da";
		color: #ffbb00;
		margin-right: 15px;
		font-size: 14px;
	}

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

	/*====== 6.4 Copyright ======*/
	.footer .footer-copyright {
		margin-top: 25px;
	}

	.footer .footer-copyright:after,
	.footer .footer-copyright:before {
		content: '';
		display: block;
		clear: both;
	}

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

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

/*======
*
* 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;
		color: #ffbb00;
		margin-right: 12px;
	}

	.comment-list li cite a, 
	.comment-list li cite a:visited {
		color: #ffbb00;
	}

	.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 .nav-tabs {
		border-bottom: 1px solid #eae6e6;
		margin-bottom: 30px;
	}

	.event-detail-tabs .nav-tabs>li>a,
	.event-detail-tabs .nav-tabs>li>a:visited {
		background: transparent;
		border: 0px;
		font-weight: 600;
		color: #666666;
		line-height: normal;
		margin: 0px;
		padding: 12px 21px;
	}

	.event-detail-tabs .nav-tabs>li:first-child>a,
	.event-detail-tabs .nav-tabs>li:first-child>a:visited {
		padding-left: 0px;
	}

	.event-detail-tabs .nav-tabs>li:last-child>a,
	.event-detail-tabs .nav-tabs>li:last-child>a:visited {
		padding-right: 0px;
	}

	.post-wrapper .event-detail-tabs .nav-tabs>li.flexMenu-viewMore>a:before,
	.event-detail-tabs .nav-tabs>li .flexMenu-popup a i,
	.event-detail-tabs .nav-tabs>li .flexMenu-popup a:visited i,
	.event-detail-tabs .nav-tabs>li>a i,
	.event-detail-tabs .nav-tabs>li>a:visited i {
		font-size: 15px;
		margin-right: 5px;
	}

	.event-detail-tabs .nav-tabs>li.active>a,
	.event-detail-tabs .nav-tabs>li.active>a:focus, 
	.event-detail-tabs .nav-tabs>li.active>a:hover,
	.event-detail-tabs .nav-tabs>li>a:hover,
	.event-detail-tabs .nav-tabs>li>a:focus {
		background: transparent;
		border: 0px;
		color: #ffbb00;
	}

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

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

	.event-details-widget>ul>li {
		margin-bottom: 13px;
		display: inline-flex;
		width: 100%
	}

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

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

	.event-details-widget>ul>li>i {
		color: #ffbb00;
		font-size: 17px;
		width: 27px;
		display: block;
		min-width: 27px;
	}

	.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;
		background: #ffbb00;
		border: 1px solid #ffbb00;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 600;
		width: 100%;
		padding: 17px 17px 13px;
		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-details-widget>ul>li.button-content a:hover,
	.event-details-widget>ul>li.button-content a:focus {
		background: #FFFFFF;
		color: #ffbb00;
	}

	.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-list-for-venue-details {
		margin-top: 60px;
	}

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

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

	.event-detail-tabs .nav-tabs>li.flexMenu-viewMore>a:before {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0c9";
	    font-size: 15px;
	    margin-right: 5px;
	}

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

	/*====== 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(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 .breadcrumbs {
		font-size: 15px;
		color: #FFFFFF;
		margin-top: 15px;
	}

	.page-title-breadcrumbs .breadcrumbs a,
	.page-title-breadcrumbs .breadcrumbs a:visited {
		color: #FFFFFF;
	}

	.page-title-breadcrumbs .breadcrumbs a.home,
	.page-title-breadcrumbs .breadcrumbs a.home:visited,
	.page-title-breadcrumbs .breadcrumbs a:hover,
	.page-title-breadcrumbs .breadcrumbs a:focus {
		color: #ffbb00;
	}

	/*====== 9.3 Post List Style 1 ======*/
	.post-list-style-1 .image {
		border-radius: 10px;
		overflow: hidden;
		position: relative;
		margin-bottom: 21px;
		display: table;
	}

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

	.post-list-style-1 .image img {
		display: block;
	}

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

	.post-list-style-1 .image .category .post-categories {
		list-style: none;
		margin: 0px;
		color: #ffbb00;
		background: #FFFFFF;
		padding: 4px 27px 2px;
		border-radius: 25px;
		font-weight: 500;
	}

	.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 .image .category .post-categories a,
	.post-list-style-1 .image .category .post-categories a:visited {
		color: #ffbb00;
	}

	.post-list-style-1 .title {
		color: #222222;
		font-size: 24px;
		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 .title a:hover,
	.post-list-style-1 .title a:focus {
		color: #ffbb00;
	}

	.post-list-style-1 .bottom a.more-button,
	.post-list-style-1 .bottom a.more-button:visited {
		background: #ffbb00;
		border: 1px solid #ffbb00;
		border-radius: 25px;
		float: right;
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		padding: 7px 26px 2px;
		font-weight: 500;
	}

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

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

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

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

	.post-list-style-1 .bottom .post-information li i {
		color: #ffbb00;
		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;
		padding-bottom: 45px;
		border-bottom: 1px solid #eae6e6;
	}

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

	.archive-post-list-style-1 .post-list-style-1:last-child {
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-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;
		color: #ffbb00;
		background: #FFFFFF;
		padding: 4px 27px 2px;
		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 .image .category .post-categories a,
	.post-list-style-2 .image .category .post-categories a:visited {
		color: #ffbb00;
	}

	.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 .title a:hover,
	.post-list-style-2 .title a:focus {
		color: #ffbb00;
	}

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

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

	.post-list-style-2 .bottom:after,
	.post-list-style-2 .bottom:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-list-style-2 .bottom .post-information {
		list-style: none;
		padding: 0px;
		margin: 8px 0px 0px;
		font-size: 12px;
		float: left;
	}

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

	.post-list-style-2 .bottom .post-information li i {
		color: #ffbb00;
		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 -60px;
	}

	.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: 60px;
		width: 50%;
		padding: 0px 15px;
		float: left;
	}

	.archive-post-list-style-2 .post-list-style-2:nth-child(2n+1) {
		clear: both;
	}

	/*====== 9.5 Post List Style 3 ======*/
	.post-list-style-3 {
		display: flex;
	}

	.post-list-style-3:after,
	.post-list-style-3:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-list-style-3 .image {
		min-width: 70px;
		width: 70px;
		margin-right: 10px;
		float: left;
		overflow: hidden;
		border-radius: 5px;
	}

	.post-list-style-3 .title {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		margin-bottom: 13px;
	}

	.post-list-style-3 .post-information {
		font-size: 10px;
	}

	.post-list-style-3 .post-information i {
		font-size: 13px;
		color: #ffbb00;
		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 ul {
		list-style: none;
		padding: 0px;
		margin: 60px 0px 0px;
	}

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

	.post-pagination ul li {
		float: left;
		background: #ffbb00;
		border: 1px solid #ffbb00;
		border-radius: 25px;
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		padding: 7px 26px 4px;
		font-weight: 500;
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.post-pagination ul li:last-child {
		margin-right: 0px;
	}

	.post-pagination ul li a,
	.post-pagination ul li a:visited {
		color: #FFFFFF;
	}

	.post-pagination ul li i.fa-angle-right {
		font-size: 15px;
		margin-left: 10px;
	}

	.post-pagination ul li i.fa-angle-left {
		font-size: 15px;
		margin-right: 10px;
	}

	.post-pagination ul li:hover {
		background: #FFFFFF;
		color: #ffbb00;
	}

	.post-pagination ul li:hover a,
	.post-pagination ul li:hover a:visited {
		color: #ffbb00;
	}

	/*====== 9.7 Post Content ======*/
	.page-content-list .post-featured-header,
	.post-content-list .post-wrapper .post-featured-header {
		border-radius: 10px;
		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: 10px;
		overflow: hidden;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-next {
		background: transparent;
		text-align: right;
		right: 45px;
	    height: 75px;
		margin-top: -37px;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-next:before {
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 70px;
		text-align: right;
		color: #FFF;
		font-weight: 100;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-prev {
		background: transparent;
		text-align: left;
	    left: 45px;
	    height: 75px;
		margin-top: -37px;
	}

	.post-content-list .post-wrapper .post-featured-header .swiper-button-prev:before {
		content: "\f104";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 70px;
		text-align: right;
		color: #FFF;
		font-weight: 100;
	}

	.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;
		color: #ffbb00;
		background: #FFFFFF;
		padding: 6px 27px 4px;
		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-wrapper .post-featured-header .category .post-categories a,
	.post-content-list .post-wrapper .post-featured-header .category .post-categories a:visited {
		color: #ffbb00;
	}

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

	.post-author,
	.post-related-navigation,
	.post-content-list .post-content-footer {
		padding-bottom: 45px;
		border-bottom: 1px solid #eae6e6;
		margin-bottom: 40px;
	}

	.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 {
		color: #ffbb00;
		margin-right: 10px;
		font-size: 16px;
	}

	.post-content-list .post-content-footer .post-information li:last-child {
		margin-right: 0px;
	}

	.post-content-list .post-content-footer .post-share {
		display: flex;
		margin-bottom: 20px;
	}

	.post-content-list .post-content-footer .post-share .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-share ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
		float: left;
	}

	.post-content-list .post-content-footer .post-share ul:after,
	.post-content-list .post-content-footer .post-share ul:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-content-list .post-content-footer .post-share ul li {
		display: block;
		float: left;
		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 {
		background: #ffbb00;
		border-color: #ffbb00;
		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 {
		background: #ffbb00;
		border: 1px solid #ffbb00;
		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;
		color: #ffbb00;
	}

	/*====== 9.8 Related Posts ======*/
	.post-related-navigation .related-posts-columns {
		margin: 0px -15px 40px;
	}

	.post-related-navigation .related-posts-columns:after,
	.post-related-navigation .related-posts-columns:before {
		content: '';
		display: block;
		clear: both;
	}

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

	.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
		width: 33.33333333333333%;
		padding: 0px 15px;
		float: left;
	}

	/*====== 9.9 Post Navigation ======*/
	.post-navigation ul {
		list-style: none;
		padding: 0px;
		margin: 0px auto 0px;
		display: table;
	}

	.post-navigation ul:after,
	.post-navigation ul:before {
		content: '';
		display: block;
		clear: both;
	}

	.post-navigation ul li {
		float: left;
		background: #ffbb00;
		border: 1px solid #ffbb00;
		border-radius: 25px;
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 500;
		margin-right: 15px;
	}

	.post-navigation ul li:last-child {
		margin-right: 0px;
	}

	.post-navigation ul li a,
	.post-navigation ul li a:visited {
		color: #FFFFFF;
		padding: 7px 26px 5px;
		display: block;
	}

	.post-navigation ul li i.fa-angle-right {
		font-size: 15px;
		margin-left: 10px;
	}

	.post-navigation ul li i.fa-angle-left {
		font-size: 15px;
		margin-right: 10px;
	}

	.post-navigation ul li:hover {
		background: #FFFFFF;
		color: #ffbb00;
	}

	.post-navigation ul li:hover a,
	.post-navigation ul li:hover a:visited {
		color: #ffbb00;
	}

	/*====== 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;
		color: #ffbb00;
		font-weight: 500;
		margin-top: -6px;
		margin-bottom: 6px;
	}

	.post-author .about-author .about-content .author-name a,
	.post-author .about-author .about-content .author-name a:visited {
		color: #ffbb00;
	}

	.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 {
		background: #ffbb00;
		border-color: #ffbb00;
		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: 19px;
	    color: #666666;
	    padding-bottom: 0px;
	    margin-bottom: 30px;
	    font-weight: 600;
		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--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 {
		background: #ffbb00;
	}

	.plyr__progress--played,
	.plyr__volume--display {
		color: #ffbb00;
	}

	.plyr__controls button:hover,
	.plyr__controls button:focus {
		border: 0px;
	}

	/*====== 10.3 WooCommerce ======*/
	.woocommerce div.product .woocommerce-tabs ul.tabs:before {
		border-bottom: 1px solid #efefef;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 13px 30px 6px;
		font-weight: 500;
		color: #888;
		text-decoration: none;
		text-transform: uppercase;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
		display: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		border: 1px solid #efefef;
		background-color: #efefef;
		border-radius: 5px 5px 0 0;
		margin: 0px;
		padding: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0;
		margin: 0 0px 30px;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0 0px 30px;
		padding: 0;
	}

	.woocommerce #review_form #respond p {
		margin-bottom: 20px;
	}

	.woocommerce #review_form #respond p.form-submit {
		margin-bottom: 33px;
	}

	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text {
	    width: 120px;
	    padding: 9px 15px 7px !important;
	}

	.woocommerce table.shop_table th {
		border-color: #eae6e6;
		padding: 14px 15px 9px;
	}

	.woocommerce table.shop_table td {
		border-top: 1px solid #eae6e6;
		padding: 14px 15px 10px;
	}

	.select2-drop-active {
		border: 1px solid #eae6e6;
	}

	.select2-search {
	    margin: 7px;
	    width: auto;
	    display: block;
	}

	.woocommerce #reviews #comments ol.commentlist {
		list-style: none;
		padding: 0;
	}

	.woocommerce #reviews #comments ol.commentlist {
		margin-bottom: 45px;
	}

	.woocommerce span.onsale {
		width: 40px;
		height: 40px;
		font-weight: 600;
		line-height: 40px;
		background: #ffbb00;
	}

	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span {
		padding: 14px 12px 10px;
	}

	.woocommerce form .form-row {
		padding: 3px 0px;
		margin: 0 0 15px;
	}

	.select2-search input[type="text"] {
		padding: 11px 15px !important;
	}

	.woocommerce-info,
	.woocommerce-message,
	.woocommerce-error {
		border-top-color: #ffbb00;
	}

	.woocommerce-info:before,
	.woocommerce-message:before,
	.woocommerce-error:before {
		color: #ffbb00;
	}

	.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 {
		color: #888;
		background-color: #eee;
		border-color: #eee;
	}

	.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: #fff;
		padding: 13px 30px 11px;
	}

	.woocommerce div.product div.images,
	.woocommerce div.product div.summary {
		margin-bottom: 60px;
	}

	.woocommerce a.remove {
	    height: 20px;
	    width: 20px;
	    line-height: 22px;
	    font-weight: 500;
	}

	.woocommerce .related.products ul,
	.up-sells.upsells.products ul {
		padding-top: 0px;
	}

	.up-sells.upsells.products h2,
	.woocommerce #reviews h3,
	.related.products h2,
	.woocommerce-tabs h2 {
		margin: 0px 0px 15px;
		color: #ffbb00;
		font-size: 20px;
	}

	.woocommerce #respond input#submit.alt.disabled,
	.woocommerce #respond input#submit.alt.disabled:hover,
	.woocommerce #respond input#submit.alt:disabled,
	.woocommerce #respond input#submit.alt:disabled:hover,
	.woocommerce #respond input#submit.alt:disabled[disabled],
	.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
	.woocommerce a.button.alt.disabled,
	.woocommerce a.button.alt.disabled:hover,
	.woocommerce a.button.alt:disabled,
	.woocommerce a.button.alt:disabled:hover,
	.woocommerce a.button.alt:disabled[disabled],
	.woocommerce a.button.alt:disabled[disabled]:hover,
	.woocommerce button.button.alt.disabled,
	.woocommerce button.button.alt.disabled:hover,
	.woocommerce button.button.alt:disabled,
	.woocommerce button.button.alt:disabled:hover,
	.woocommerce button.button.alt:disabled[disabled],
	.woocommerce button.button.alt:disabled[disabled]:hover,
	.woocommerce input.button.alt.disabled,
	.woocommerce input.button.alt.disabled:hover,
	.woocommerce input.button.alt:disabled,
	.woocommerce input.button.alt:disabled:hover,
	.woocommerce input.button.alt:disabled[disabled],
	.woocommerce input.button.alt:disabled[disabled]:hover {
		background: #ffbb00;
	}

	.woocommerce div.product form.cart .variations label {
		font-weight: 600;
		color: #ffbb00;
		font-size: 13px;
		display: flex;
		text-transform: uppercase;
	}

	.woocommerce-checkout h3,
	.cart_totals h2 {
		font-size: 28px;
		margin: 30px 0px 15px;
	}

	.woocommerce div.product .product_title {
		font-size: 30px;
		margin-bottom: 0px;
	}

	.woocommerce div.product p.stock {
		font-size: 13px;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
	    font-size: 18px;
	    margin-bottom: 15px;
	    font-weight: 600;
	}

	.woocommerce .products ul,
	.woocommerce ul.products {
		padding-top: 30px;
	}

	.woocommerce .widget_shopping_cart .total,
	.woocommerce.widget_shopping_cart .total {
		border-top: 1px solid #eae6e6;
		padding: 19px 0 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.woocommerce .widget_price_filter .price_slider_amount {
		font-size: 13px;
	}

	.woocommerce ul.products li.product a img {
		margin-bottom: 15px;
	}

	.woocommerce ul.products li.product .button {
		margin-top: 15px;
	}

	.woocommerce ul.products li.product h3 {
		padding: 0px;
		margin: 0 0 7px;
		font-size: 15px;
	}

	.woocommerce.widget_shopping_cart .buttons a,
	.woocommerce.widget_shopping_cart .buttons a:visited {
		width: 48%;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.woocommerce ul.products li.product .price {
		color: #ffbb00;
		font-weight: 600;
		margin-bottom: 0px;
		font-size: 15px;
	}

	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
		background-color: #ffbb00;	
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-result-count {
		margin: 0 0 30px;
		height: 42px;
		align-items: center;
		display: flex;
	}

	.woocommerce .page-title {
		margin: 0px 0px 15px;
	}

	.woocommerce .quantity .qty {
		width: 70px;
		text-align: left;
		padding: 11px 15px 7px;
	}

	.woocommerce div.product .stock {
		margin: 0px 0px 15px;
		font-weight: 600;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.woocommerce div.product .stock {
		color: #ffbb00;	
	}

	/*====== 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 #ffbb00;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		list-style: none;
		margin: 0px;
		text-align: left;
		left: calc(-50% - 55px);
		margin-top: 15px;
		background: #FFFFFF;
		z-index: 2;
	}

	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: #444444;
		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 ======*/
	/*!
	 * FullCalendar v3.5.0 Stylesheet
	 * Docs & License: https://fullcalendar.io/
	 * (c) 2017 Adam Shaw
	 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-icon:after,.fc-toolbar button{position:relative}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.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:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 .fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}

	.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 {
		background-color: #ffbb00;
		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 {
		background: #ffbb00;
		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 #ffbb00;
	}

	.fc button:hover,
	.fc button:focus {
		padding: 7px 15px 6px;
		color: #ffbb00;		
	}

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


/*======
*
* 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-thin,
	.mobile-header .mobile-menu-icon .fa-times-thin {
		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-angle-down {
		position: absolute;
		right: 0px;
		font-size: 19px;
		z-index: 10;
		cursor: pointer;
		height: 46px;
		line-height: 43px;
		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-angle-down {
		top: -5px;
	}

	.mobile-menu .navbar-nav li.open>.fa-angle-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 {
		color: #ffbb00;
		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: flex;
	}

	.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 .social-links li a:hover,
	.mobile-menu .social-links li a:focus {
		color: #ffbb00;
	}

	.mobile-menu .user-box-links {
		list-style: none;
		padding: 0px;
		margin: 0px;
		background: #ffbb00;
		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. 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) {
		.eventchamp-wrapper.fixed-header-class  {
			margin-top: 56px;
		}

		#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: 0;
		}

		.vc_row.vc_row-fluid.container {
			margin: 0 -15px;
			width: inherit;
		}

		.container {
			width: 100%;
		}

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

		#speakers .speakers-list .item .details a.more-button {
			display: none;
		}
	}


	@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 a.more-button {
			display: none;
		}

		.speakers-list .item .details ul {
			float: none;
		}
	}

	@media (max-width: 991px) {
		.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: 60px;
		}

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

		.event-list.column-3 .event-list-style-4:nth-child(3n+1),
		.event-list.column-3 .event-list-style-3:nth-child(3n+1),
		.event-list.column-3 .event-list-style-1:nth-child(3n+1) {
			clear: none;
		}

		.event-list.column-3 .event-list-style-4:nth-child(2n+1),
		.event-list.column-3 .event-list-style-3:nth-child(2n+1),
		.event-list.column-3 .event-list-style-1:nth-child(2n+1) {
			clear: both;
		}

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

		.event-list.column-3 .event-list-style-4:nth-child(3n+1),
		.event-list.column-2 .event-list-style-4:nth-child(2n+1),
		.event-list.column-3 .event-list-style-3:nth-child(3n+1),
		.event-list.column-2 .event-list-style-3:nth-child(2n+1),
		.event-list.column-3 .event-list-style-1:nth-child(3n+1),
		.event-list.column-2 .event-list-style-1:nth-child(2n+1) {
			clear: none;
		}

		.event-list.column-2 .event-list-style-4:nth-child(1n+1),
		.event-list.column-3 .event-list-style-4:nth-child(1n+1),
		.event-list.column-2 .event-list-style-3:nth-child(1n+1),
		.event-list.column-3 .event-list-style-3:nth-child(1n+1),
		.event-list.column-2 .event-list-style-1:nth-child(1n+1),
		.event-list.column-3 .event-list-style-1:nth-child(1n+1) {
			clear: both;
		}
	}

	@media (min-width: 768px) {
		.post-type-archive-product.woocommerce.eventchamp-shop-column-3 ul.products li.product {
			width: 30.80%;
		}

		.post-type-archive-product.woocommerce.eventchamp-shop-column-4 ul.products li.product {
			width: 22.15%;
		}

		.post-type-archive-product.woocommerce.eventchamp-shop-column-5 ul.products li.product {
			width: 16.96%;
		}

		.post-type-archive-product.woocommerce.eventchamp-shop-column-6 ul.products li.product {
			width: 13.50%;
		}
	}

	@media (max-width: 767px) {
		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-3 .post-list-style-2 {
			width: 100%;
			margin-bottom: 45px;
		}

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

		.page-title-breadcrumbs .breadcrumbs {
			font-size: 13px;
		}

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

		.speakers-list.column-5 .item:nth-child(5n+1) {
			clear: none;
		}

		.speakers-list.column-4 .item:nth-child(4n+1) {
			clear: none;
		}

		.speakers-list.column-3 .item:nth-child(3n+1) {
			clear: none;
		}

		.speakers-list.column-2 .item:nth-child(2n+1) {
			clear: none;
		}

		.speakers-list.column-5 .item:nth-child(2n+1) {
			clear: both;
		}

		.speakers-list.column-4 .item:nth-child(2n+1) {
			clear: both;
		}

		.speakers-list.column-3 .item:nth-child(2n+1) {
			clear: both;
		}

		.speakers-list.column-2 .item:nth-child(2n+1) {
			clear: both;
		}

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

		.container {
			width: 100%;
		}

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

		.eventchamp-event-counter .buttons a i,
		.latest-events-slider .slider-wrapper .content .buttons a i {
			font-size: 16px;
			margin-right: 12px;
		}
	}

	@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-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) {
		.woocommerce ul.products li.product .button {
			font-size: 13px;
			padding-left: 10px;
			padding-right: 10px;
			width: 100%;
			text-align: center;
		}

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

		.speakers-list.column-5 .item:nth-child(2n+1) {
			clear: none;
		}

		.speakers-list.column-4 .item:nth-child(2n+1) {
			clear: none;
		}

		.speakers-list.column-3 .item:nth-child(2n+1) {
			clear: none;
		}

		.speakers-list.column-2 .item:nth-child(2n+1) {
			clear: none;
		}

		.speakers-list.column-5 .item:nth-child(1n+1) {
			clear: both;
		}

		.speakers-list.column-4 .item:nth-child(1n+1) {
			clear: both;
		}

		.speakers-list.column-3 .item:nth-child(1n+1) {
			clear: both;
		}

		.speakers-list.column-2 .item:nth-child(1n+1) {
			clear: both;
		}

		.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 li {
			display: table;
			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;
		}

		.latest-events-slider .slider-wrapper .content .information {
			margin-bottom: 30px;
		}

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