@charset "UTF-8";

/*
	Theme Name: Eventchamp Child Theme
	Theme URI: https://themeforest.net/user/gloriathemes
	Description: Eventchamp Child Theme
	Author: Gloria Themes
	Author URI: https://gloriathemes.com/
	Template: eventchamp
	License: GNU General Public License v2 or later
	License URI: https://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: eventchamp-child
	Version: 1.0
*/
.gt-columns {
  margin-left: 0;
  margin-right: 0;
}

.gt-event-schedule.gt-style-6 {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px -30px;
}

.gt-event-schedule.gt-style-6>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.gt-event-schedule.gt-style-6>ul>li {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  align-items: flex-start;
}

.gt-event-schedule.gt-style-6>ul>li:last-child {
  border-bottom: 0;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content {
  position: relative;
  width: 100%;
  padding-right: 35px;
}

.gt-event-schedule.gt-style-6>ul>li>.gt-content>.gt-image {
  position: absolute;
  top: 0;
  right: 0;
}

.gt-event-schedule.gt-style-6>ul>li>.gt-content>.gt-image>img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content>.gt-date {
  color: #888888;
  margin-bottom: 3px;
  font-size: 0.9231rem;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content>.gt-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1rem;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-text {
  font-size: .9rem;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-text p:last-child {
  margin-bottom: 0;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-title {
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px 5px 0;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul {
  display: inline-flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: -7.5px;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li:last-child {
  margin-right: 0;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li a,
.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li a:visited {
  background: #f6f6f6;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image {
  padding: 0 10px 0 0;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  object-fit: contain;
  border-radius: 3px;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail {
  font-weight: 500;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail>div {
  width: 100%;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-profession {
  color: #888888;
  font-size: 0.8462rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
.gt-event-schedule.gt-style-6>ul>li .gt-content .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-profession {
  color: #FFFFFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-event-schedule.gt-style-1 .gt-panel .gt-schedule-speakers .gt-list ul li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
  background-color: #ececec !important;
}

.gt-event-schedule.gt-style-1 .gt-panel .gt-schedule-speakers .gt-list ul li a .gt-image img {
  object-fit: contain;
  border-radius: 3px !important;
}

.gt-event-buttons ul li a {
  font-weight: 600;
}

.gt-event-buttons ul li a:hover {
  background: #fff !important;
  text-decoration: none !important;
}

.gt-event-buttons ul li a:focus {
  background-color: #ef7c25 !important;
  color: #fff !important;
}

.gt-event-buttons ul li a.with-icon {
  padding-left: 75px !important;
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.gt-event-buttons ul li a.with-icon i {
  position: absolute;
  left: 30px;
  font-size: 30px;
  top: calc(50% - 15px);
}

.gt-event-schedule.gt-style-1 .gt-schedule-tabs {
  margin-top: 0;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner>.gt-details .gt-title {
  text-align: center;
}

.gt-footer .gt-footer-content {
  padding: 40px 0 0 0;
}

.gt-footer .p-small-margins p {
  margin-bottom: 1rem;
}

html, .gt-counter>.gt-title {
  font-size: 15px;
}

.gt-page-title-bar {
  margin-bottom: 30px;
}

.tab-pane .gt-content {
  overflow: hidden;
  overflow-x: scroll;
}

.tab-pane .gt-content .insert-page {
  overflow-x: hidden;
}

.tab-pane .gt-content p:empty {
  display: none;
}

.startpage-image, .startpage-image>.wpb_wrapper, .startpage-image>.wpb_wrapper>.vc_single_image-wrapper, .startpage-image>.wpb_wrapper>.vc_single_image-wrapper>img {
  height: 100vh;
}

.gt-event-schedule.gt-style-1 .gt-panel .gt-panel-heading a .gt-inner .gt-image>img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.gt-event-section-tabs .gt-countdown {
  margin-bottom: 40px;
}

.gt-event-section-tabs .gt-countdown .gt-second {
  display: none;
}

.gt-button.gt-align-left {
  justify-content: flex-start;
}

.gt-heading .gt-text {
  font-size: 22px;
}

.gt-page-title-bar .gt-breadcrumb nav>ol>li.current-item>span {
  color: #ef7c25;
  border-bottom-color: #ef7c25;
}

.gt-content .vc_tta-tabs li.vc_tta-tab a span {
  font-weight: bold;
}

.gt-content .vc_tta-tabs li.vc_tta-tab a i {
  margin-left: 10px;
  color: #ef7c25;
  font-size: 1em !important;
}

.gt-content .vc_tta-tabs li.vc_tta-tab a i+span {
  color: #ef7c25;
  margin-left: 5px !important;
}

.gt-content .vc_tta-panel-body .vc_btn3-inline+.vc_btn3-inline {
  margin-left: 15px;
}

.gt-content .wpb_text_column.wpb_content_element+.wpb_video_widget.wpb_content_element {
  margin-bottom: 20px;
}

.gt-event-section-tabs .gt-event-tabs>li {
  padding: 2px;
}

.gt-event-section-tabs .gt-event-tabs>li>a {
  background-color: #eee;
  font-size: 17px;
  padding: 30px 10px !important;
}

.gt-event-section-tabs .gt-event-tabs>li>a.active {
  color: #ef7c25 !important;
  font-weight: bold;
  background: #d4d4d4 !important;
}

.gt-label.gt-style-1 {
  padding: 5px 15px;
  font-weight: bold;
  background-color: #ef7c25;
  color: #fff;
  border-color: #000000;
  border-style: none;
  border-radius: 5px;
}

.gt-label.gt-style-1 a {
  font-weight: bold;
  color: #fff;
}

.gt-label.gt-position-bottom-left {
  bottom: 15px;
  left: 15px;
}

.gt-label.gt-position-bottom-right {
  bottom: 15px;
  right: 15px;
}

.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
  border-color: #ef7c25 !important;
  background-color: #ef7c25 !important;
  background-image: none !important;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
  padding-top: 20% !important;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel>.gt-panel-heading .gt-inner>.gt-date {
  display: none;
}

.gt-checkbox input[type="checkbox"]:not(:checked)+span:after, .gt-checkbox input[type="checkbox"]:checked+span:after, .gt-checkbox[type="checkbox"]:not(:checked)+.gt-checkbox-label:after, .gt-checkbox[type="checkbox"]:checked+.gt-checkbox-label:after {
  left: .1em;
}

.wppb-error {
  color: #ff0000 !important;
}

.ui-datepicker {
  background: none !important;
  background-color: #fff !important;
  border: 1px solid #ef7c25 !important;
  border-radius: 4px !important;
  box-shadow: 0 0 8px rgba(102, 175, 233, .6) !important;
  display: none;
  margin-top: 4px !important;
  padding: 10px !important;
  width: 240px !important;
  z-index: 99 !important;
  width: 300px !important;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none !important;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #ef7c25 !important;
  -webkit-transition: color 0.1s ease-in-out !important;
  -moz-transition: color 0.1s ease-in-out !important;
  -o-transition: color 0.1s ease-in-out !important;
  transition: color 0.1s ease-in-out !important;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px !important;
  text-align: center !important;
  background: #ef7c25 !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700 !important;
  width: 100% !important
}

.ui-datepicker .ui-datepicker-title select {
  display: inline-block !important;
  padding: 5px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default !important;
  font-family: 'Glyphicons Halflings' !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  font-weight: normal !important;
  height: 20px !important;
  line-height: 1 !important;
  margin-top: 6px !important;
  width: 30px !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev {
  float: left !important;
  text-align: left !important;
}

.ui-datepicker .ui-datepicker-next {
  float: right !important;
  text-align: right !important;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  background: none !important;
  border: none !important;
  color: #ddd !important;
}

.ui-datepicker .ui-icon {
  display: none !important;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed !important;
  width: 100% !important;
  margin: 0px auto !important;
  font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center !important;
  padding: 4px 0 !important;
}

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px !important;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out !important;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee !important;
  cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none !important;
  color: #ef7c25 !important;
  font-size: 12px !important;
  background: #f6f6f6 !important;
  border-radius: 0px !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: inherit !important;
}

.ui-datepicker .ui-datepicker-current-day {
  background: none !important;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff !important;
  background: #ef7c25 !important;
  border: 1px solid #ef7c25 !important;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  border-color: #ccc !important;
  color: #000 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff !important;
  cursor: default !important;
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper .rll-youtube-player {
  padding-bottom: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  -webkit-transform: none !important;
  transform: none !important;
}

.wpd-form-head {
  display: none !important;
}

.gt-event-buttons .ek-button-caption.with-image {
  padding-left: 60px !important;
  position: relative;
}

.gt-event-buttons .ek-button-caption.with-image img {
  width: 45px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.popover .popover-body p {
  margin-bottom: 0;
}

.gt-sticky-header {
  z-index: 109 !important;
}

.gt-header .gt-container .gt-content, .gt-sticky-header .gt-container .gt-content {
  display: block !important;
}

.gt-header.gt-style-3 .gt-navbar {
  margin-top: 10px;
}

.gt-register-widget {
  border: 1px solid #ef7c25;
  padding-bottom: 20px;
}

.gt-register-widget .gt-widget-title {
  margin-bottom: 10px;
}

.gt-register-widget .gt-content-detail-box li {
  padding: 0;
}

.gt-register-widget .gt-content-detail-box li a {
  display: block;
  background-color: #ef7c25;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 18px;
  margin: 15px 0;
}

.gt-register-widget .gt-content-detail-box li p {
  font-size: 12px;
  margin-bottom: 5px;
}

.gt-register-widget .gt-content-detail-box li p:first-of-type {
  font-weight: bold;
}

.gt-register-widget .gt-content-detail-box li a:hover {
  background-color: #b55b17;
}

body.page.home .gt-eventchamp-slider .gt-slider-content .gt-buttons a {
  background-color: #ef7c25;
  color: #fff;
}

body.page.home .gt-header.gt-style-3.gt-style-4 {
  /* background: none !important; */
}

.vc_btn3.vc_btn3-color-ek-orange.vc_btn3-style-modern {
  color: #fff;
  border-color: #ef7c25;
  background-color: #ef7c25;
}

.vc_btn3.vc_btn3-color-ek-orange, .vc_btn3.vc_btn3-color-ek-orange.vc_btn3-style-flat {
  color: #fff;
  background-color: #ef7c25;
}

.vc_pagination-color-ek-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
  background-color: #ef7c25;
}

.vc_pagination-color-ek-orange.vc_pagination-style-outline .vc_pagination-trigger {
  border-color: #ef7c25;
}

.link-primary {
  color: #ef7c25 !important;
  font-weight: bold !important;
}

.link-primary:hover {
  color: #ea8941 !important;
  text-decoration: underline !important;
}

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

.gt-footer .gt-copyright p {
  padding: 0;
  max-width: none;
}

.gt-footer .gt-copyright a {
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  text-transform: uppercase;
}

a.btn-link, a, a.btn-link:visited, .text-orange {
  color: #ef7c25;
  background-color: transparent;
}

.rll-youtube-player {
  border-radius: 10px;
}

#entryrow_fair .gt-button a {
  font-weight: bold !important;
  font-size: 18px !important;
}

#entryrow_fair .gt-button a:hover {
  background: #c7671d !important;
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer !important;
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 1100px;
  }
}
