@charset "UTF-8";

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

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

[Index]

1. Google Fonts
2. General
	2.1 General Style
	2.2. Loader Pace
3. Pages & Page Builder
4. Widget & Sidebar
5. Header
6. Footer
7. 404 Page
8. Comments
9. Blog & Archive
10. Plugins
11. Responsive

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

/* ===== 1. GOOGLE FONT ===== */

/* ===== 2. GENERAL START ===== */
/* ----- 2.1. General Style ----- */
body {
	font-family:'Poppins';
	font-size:14.5px;
	color: #333333;
	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:20px;
	text-align:justify;
}

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

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

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

img:hover {
}

.nopadding {
	padding:0px;
}

.nopaddingleft {
	padding-left:0px;
}

.nopaddingright {
	padding-right:0px;
}

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 9px;
	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;
}

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

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

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

.height30 {
	height:30px;
}

.height60 {
	height:60px;
}

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

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

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

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

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

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

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

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

.site-sub-content {
	clear: both;
}

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

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

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

/* ----- 2.2 Loader Pace ----- */
.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;
}

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

.spinner {
	width: 40px;
	height: 40px;
	background: #ffffff;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
	left: 0;
	margin: 0px auto;
	position: relative;
	top: calc(50% - 20px);
	text-align: center;
}

.double-bounce1, .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;
}

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

/* ===== 3. PAGES & PAGE BUILDER ===== */
.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: 16px;
	font-weight: bold;
}

.eventchamp-dropdown .panel-group .panel>.panel-heading .big {
	font-size: 24px;
}

.eventchamp-dropdown .panel-group .panel>.panel-heading a,
.eventchamp-dropdown .panel-group .panel>.panel-heading a:visited {
	color: #565656;
	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: 28px;
}

.eventchamp-dropdown .panel-body .speakers {
	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 .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 .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;
}

.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 1px;
	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 .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: 2px;
}

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

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

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

.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% - 185px );
	float: left;
	margin: 0px -15px;
}

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

.event-search-tool .search-content div.columns .column {
	padding: 0px 15px;
	float: left;
}

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

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

.event-search-tool.dark {
	background-image: url(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.85;
}

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

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

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

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

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

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

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

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

.event-list.column-4 .events-list-carousel .event-list-style-1 {
	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: 9px 22px 4px;
}

.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: 10px 25px 6px;
	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 4px;
	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;
}

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

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

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

/* ===== 4. WIDGET & SIDEBAR ===== */
.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;
}

/* ===== 5. HEADER ===== */
.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 .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;
}

.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 8px 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 11px 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:#FA7D00;
	font-weight:bold;
}

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

.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>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>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 ===== */
.footer {
	background-color: #222;
	background-size: cover;
	background-position: center;
	clear: both;
	color: #FFFFFF;
	padding: 82px 0px 80px;
	margin-top: 90px;
	background-image: linear-gradient(to right, black 0%,white 100%), url('assets/img/footer-style-1.jpg');
    background-blend-mode:overlay;
}

.footer.remove-gap-removed {
	margin-top: 0px;
}

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

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

.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 .vc_wp_custommenu {
	margin: 0px;
	padding: 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;
}

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

.footer.footer-style2 {
	background-image:url(assets/img/footer-style-2.jpg);
}

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

/* ===== 9. BLOG & ARCHIVE ===== */
.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;
}

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

.archive-title-none {
	height: 60px;
}

.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(assets/img/breadcrumbs-bg.jpg);*/
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0.4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, black 0%,white 100%), url('assets/img/banner-mahabalipuram.jpg');
    background-blend-mode:overlay;
}

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

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

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

.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: 7px 26px 2px;
	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: 5px 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;
}

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

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

.page-content-list .post-featured-header,
.post-content-list .post-wrapper .post-featured-header {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	display: table;
}

.post-content-list .post-wrapper .post-featured-header {
	display: block;
}

.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: 4px 27px 2px;
	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: 33px;
	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: 7.5px 25px 3.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;
}

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

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


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

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

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

/* ===== 10. PLUGINS ===== */
.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;
}

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

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

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

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

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

/* ===== 11. RESPONSIVE ===== */
.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;
}

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

@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) {
	#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-5 .search-content {
		display: block;
	}

	.event-search-tool.column-5 .search-content div.columns .column {
		width: 100%;
		margin-bottom: 15px;
		padding: 0px;
	}

	.event-search-tool.column-5  .search-content div.columns {
		width: 100%;
		float: none;
		margin: 0;
	}

	.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-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-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) {
	.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-1 {
		width: 50%;
	}

	.event-list-style-1 .details .location {
		display: inline-flex;
	}

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

	.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.title-true .search-content div.columns {
		width: calc( 100% - 185px );
	}
}

@media (max-width: 830px) {
	.eventchamp-counter .number {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 25px;
	}

	.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-1,
	.event-list.column-3 .event-list-style-1 {
		width: 100%;
	}

	.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-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) {
	.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 {
		width: 100%;
		margin: 0px;
	}

	.event-search-tool.title-true .search-content div.columns input,
	.event-search-tool.title-true .search-content div.columns div.cs-select {
		width: 100%;
		max-width: 100%;
	}

	.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) {
	.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 .buttons {
		display: none;
	}

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



.mytable tr:first-child td:nth-child(1), 
.mytable tr:first-child td:nth-child(2), 
.mytable tr:first-child td:nth-child(3), 
.mytable tr:first-child td:nth-child(4) {
    border:1px transparent;    
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-borderless td, .table-borderless th {
    border: none;
} 
div.myliststyle > ul {margin-left:50px; list-style:disc;}
div.myliststyle > ul li{ padding-left:7px; line-height:25px; }

.cerror_strings { color:#FF0000; }
.checked {
    color: orange;
}