@charset "UTF-8";

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

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

[Index]
	1. Global
	2. Columns
	3. Input & Buttons
	4. Select
	5. Layouts
	6. Loader
	7. Pagination
	8. Events Slider
	9. Countdown Slider
	10. Countdown
	11. Heading
	12. Event Search Tool
	13. Categorized Events
	14. Carousel & Listing Buttons
	15. Eventchamp Banner
	16. Feature Box
	17. Service Box
	18. Testimonials Carousel
	19. Counter
	20. Contact Box
	21. App Box
	22. Newsletter Element
	23. Modal Button
	24. Icon List
	25. Single Content
	26. Content Header
	27. Photos Section
	28. Event Tabs & Sections
	29. Event Detail Box
	30. Event Detail Buttons
	31. Event Sponsors
	32. Event Schedule
	33. Event Tickets
	34. Related Events
	35. Event Style 1
	36. Event Style 2
	37. Event Style 3
	38. Event Style 4
	39. Events of the Venue
	40. Related Venues
	41. Venue Style 1
	42. Venue Style 2
	43. Speaker Styles
	44. Organizers
	45. Tags
	46. Social Sharing
	47. Social Links
	48. Categories
	49. Widgets
	50. Header
	51. Sticky Header
	52. Mobile Header
	53. User Box Modal
	54. Footer
	55. Breadcrumbs
	56. Comments
	57. Post Style 1
	58. Post Style 2
	59. Post Style 3
	60. Map
	61. 404 Page
	62. None Content Page
	63. Label
	64. Modal
	65. Dropdown
	66. HTML5 Lightbox
	67. New WPBakery Classes
	68. Range Slider
	69. Datepicker
	70. plyr.js
	71. Flex Menu
	72. Bootstrap Tab
	73. Full Calendar
	74. Contact Form 7
	75. CSS Icons
	76. Password Protected
	77. Cookie Bar
	78. Speaker Events
	79. Related Speakers
	80. Like Box
	81. User Activity
	82. Eventchamp Slider
	83. Color Selector

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

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

body {
  font-family: "Poppins";
  font-size: 1rem;
  color: #555555;
  line-height: 1.7;
}

a,
a:visited {
  color: #222222;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  outline: 0;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

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

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

h1 {
  font-size: 3.231rem;
}

h2 {
  font-size: 2.462rem;
}

h3 {
  font-size: 1.846rem;
}

h4 {
  font-size: 1.385rem;
}

h5 {
  font-size: 1.231rem;
}

h6 {
  font-size: 1.077rem;
}

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

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

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

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

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

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

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

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

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

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

blockquote:before {
  content: '�?;
		font-size: 6rem;
		line-height: 6rem;
		height: 1.308rem;
		overflow: hidden;
		display: block;
		margin-bottom: 21px;
	}

	.gt-text-left {
		text-align: left;
	}
.header{height:140px;
}
	.gt-text-center {
		text-align: center;
	}

	.gt-text-right {
		text-align: right;
	}



/*======
*
* 2. Columns
*
======*/
	.gt-columns {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px -30px;
	}

	.gt-columns.gt-vertical-center {
		align-items: center;
	}

	.gt-columns.gt-column-space-50 {
		margin: 0 -25px -50px;
	}

	.gt-columns.gt-column-space-45 {
		margin: 0 -22.5px -45px;
	}

	.gt-columns.gt-column-space-40 {
		margin: 0 -20px -40px;
	}

	.gt-columns.gt-column-space-35 {
		margin: 0 -17.5px -30px;
	}

	.gt-columns.gt-column-space-30 {
		margin: 0 -15px -30px;
	}

	.gt-columns.gt-column-space-25 {
		margin: 0 -12.5px -25px;
	}

	.gt-columns.gt-column-space-20 {
		margin: 0 -10px -20px;
	}

	.gt-columns.gt-column-space-15 {
		margin: 0 -7.5px -15px;
	}

	.gt-columns.gt-column-space-10 {
		margin: 0 -5px -10px;
	}

	.gt-columns.gt-column-space-5 {
		margin: 0 -2.5px -5px;
	}

	.gt-columns.gt-column-space-0 {
		margin: 0;
	}

	.gt-columns.gt-columns-center {
		align-items: center;		
	}

	.gt-columns > .gt-col {
		width: 100%;
		position: relative;
	}

	.gt-columns > .gt-col > .gt-inner {
		padding: 0 15px 30px;
	}

	.gt-columns.gt-column-space-50 > .gt-col > .gt-inner {
		padding: 0 25px 50px;
	}

	.gt-columns.gt-column-space-45 > .gt-col > .gt-inner {
		padding: 0 22.5px 45px;
	}

	.gt-columns.gt-column-space-40 > .gt-col > .gt-inner {
		padding: 0 20px 40px;
	}

	.gt-columns.gt-column-space-35 > .gt-col > .gt-inner {
		padding: 0 17.5px 35px;
	}

	.gt-columns.gt-column-space-30 > .gt-col > .gt-inner {
		padding: 0 15px 30px;
	}

	.gt-columns.gt-column-space-25 > .gt-col > .gt-inner {
		padding: 0 12.5px 25px;
	}

	.gt-columns.gt-column-space-20 > .gt-col > .gt-inner {
		padding: 0 10px 20px;
	}

	.gt-columns.gt-column-space-15 > .gt-col > .gt-inner {
		padding: 0 7.5px 15px;
	}

	.gt-columns.gt-column-space-10 > .gt-col > .gt-inner {
		padding: 0 5px 10px;
	}

	.gt-columns.gt-column-space-5 > .gt-col > .gt-inner {
		padding: 0 2.5px 5px;
	}

	.gt-columns.gt-column-space-0 > .gt-col > .gt-inner {
		padding: 0;
	}

	.gt-columns.gt-column-1 > .gt-col {
		width: 100%;
	}

	.gt-columns.gt-column-2 > .gt-col {
		width: 50%;
	}

	.gt-columns.gt-column-3 > .gt-col {
		width: 33.33333333333333%;
	}

	.gt-columns.gt-column-4 > .gt-col {
		width: 25%;
	}

	.gt-columns.gt-column-5 > .gt-col {
		width: 20%;
	}

	.gt-columns.gt-column-6 > .gt-col {
		width: 16.66666666666667%;
	}

	.gt-columns.gt-column-7 > .gt-col {
		width: 14.28571428571429%;
	}

	.gt-columns.gt-column-8 > .gt-col {
		width: 12.5%;
	}

	.gt-columns.gt-column-9 > .gt-col {
		width: 11.11111111111111%;
	}

	.gt-columns.gt-column-10 > .gt-col {
		width: 10%;
	}

	@media (max-width: 1199px) {
		.gt-columns.gt-column-10 .gt-col,
		.gt-columns.gt-column-9 .gt-col,
		.gt-columns.gt-column-8 .gt-col,
		.gt-columns.gt-column-7 .gt-col,
		.gt-columns.gt-column-6 .gt-col {
			width: 50%;
		}
	}

	@media (max-width: 991px) {
		.gt-columns.gt-column-10 .gt-col,
		.gt-columns.gt-column-9 .gt-col,
		.gt-columns.gt-column-8 .gt-col,
		.gt-columns.gt-column-7 .gt-col,
		.gt-columns.gt-column-6 .gt-col,
		.gt-columns.gt-column-5 .gt-col,
		.gt-columns.gt-column-4 .gt-col,
		.gt-columns.gt-column-3 .gt-col,
		.gt-columns.gt-column-2 .gt-col {
			width: 50%;
		}
	}

	@media (max-width: 767px) {
		.gt-columns.gt-column-10 .gt-col,
		.gt-columns.gt-column-9 .gt-col,
		.gt-columns.gt-column-8 .gt-col,
		.gt-columns.gt-column-7 .gt-col,
		.gt-columns.gt-column-6 .gt-col,
		.gt-columns.gt-column-5 .gt-col,
		.gt-columns.gt-column-4 .gt-col,
		.gt-columns.gt-column-3 .gt-col,
		.gt-columns.gt-column-2 .gt-col {
			width: 100%;
		}
	}

	.gt-space-height-1 {
		height: 1px;
	}

	.gt-space-height-2 {
		height: 2px;
	}

	.gt-space-height-3 {
		height: 3px;
	}

	.gt-space-height-4 {
		height: 4px;
	}

	.gt-space-height-5 {
		height: 5px;
	}

	.gt-space-height-6 {
		height: 6px;
	}

	.gt-space-height-7 {
		height: 7px;
	}

	.gt-space-height-8 {
		height: 8px;
	}

	.gt-space-height-9 {
		height: 9px;
	}

	.gt-space-height-10 {
		height: 10px;
	}

	.gt-space-height-15 {
		height: 15px;
	}

	.gt-space-height-20 {
		height: 20px;
	}

	.gt-space-height-25 {
		height: 25px;
	}

	.gt-space-height-30 {
		height: 30px;
	}

	.gt-space-height-35 {
		height: 35px;
	}

	.gt-space-height-40 {
		height: 40px;
	}

	.gt-space-height-45 {
		height: 45px;
	}

	.gt-space-height-50 {
		height: 50px;
	}

	.gt-space-height-55 {
		height: 55px;
	}

	.gt-space-height-60 {
		height: 60px;
	}

	.gt-space-height-70 {
		height: 70px;
	}

	.gt-space-height-75 {
		height: 75px;
	}

	.gt-space-height-80 {
		height: 75px;
	}

	.gt-space-height-85 {
		height: 85px;
	}

	.gt-space-height-90 {
		height: 90px;
	}

	.gt-space-height-95 {
		height: 95px;
	}

	.gt-space-height-100 {
		height: 100px;
	}



/*======
*
* 3. Input & Buttons
*
======*/
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="text"],
	input[type="time"],
	input[type="week"],
	input[type="search"],
	input[type="month"],
	input[type="datetime"],
	input[type="date"],
	textarea,
	textarea.form-control,
	select,
	.woocommerce form .form-row .select2-container .select2-choice,
	.upload-input,
	.select2-dropdown,
	.select2-search--dropdown .select2-search__field,
	.select2-container--default .select2-search--dropdown .select2-search__field,
	.select2-container--default .select2-selection--single,
	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text,
	.form-control,
	.bootstrap-select.gt-select > button {
		display: block;
		width: 100%;
		padding: 13px 20px;
		font-size: 1rem;
		background-color: #fff;
		background-image: none;
		border: 1px solid #EAEAEA;
		color: #666;
		box-shadow: none;
		line-height: 1.7;
		height: auto;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		border-radius: 4px;
		outline: 0;
		text-transform: none;
	}

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

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

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

	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	button,
	input[type="submit"] {
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
		border: 0px;
		text-transform: uppercase;
		outline: 0;
		padding: 11.5px 30px;
		font-size: 1.077rem;
		font-weight: 500;
		color: #FFFFFF;
		border: 1px solid #EAEAEA;
		border-radius: 4px;
		line-height: 1.7;
		cursor: pointer;
	}

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

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

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

	.btn {
		font-size: 1rem;
	}

	.edit-link {
		margin: 30px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.edit-link a, 
	.edit-link a:visited {
		margin-right: 10px;
		display: block;
		font-weight: 500;
		padding: 6px 15px;
		border-radius: 4px;
		border: 1px solid #EAEAEA;
	}

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

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

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

	.gt-button {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-button.gt-inline-true {
		display: inline-flex;
	}

	.gt-button.gt-margin-true {
		margin: 0 15px;
	}

	.gt-button.gt-align-center {
		justify-content: center;
	}

	.gt-button.gt-align-right {
		justify-content: flex-end;
	}

	.gt-button.gt-style-1 a,
	.gt-button.gt-style-1 a:visited {
		background: transparent;
		border: 1px solid #EAEAEA;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 500;
		padding: 11px 30px;
		align-items: center;
		border-radius: 25px;
		font-size: 1rem;
		cursor: pointer;
		-webkit-appearance: none;
		display: block;
	}

	.gt-button a,
	.gt-button a:visited {
		cursor: pointer;
	}

	.gt-button a i {
		font-size: 1.385rem;
		margin-right: 15px;
	}

	.gt-button.gt-style-2 a,
	.gt-button.gt-style-2 a:visited {
		border-radius: 25px;
		padding: 11px 30px;
		text-transform: uppercase;
		font-size: 1rem;
		letter-spacing: 1px;
		font-weight: 600;
		border-width: 1px;
		border-style: solid;
		color: #FFFFFF;
		display: block;
	}

	.gt-button.gt-style-3 a,
	.gt-button.gt-style-3 a:visited {
		border-radius: 4px;
		padding: 11px 25px;
		text-transform: uppercase;
		font-size: 1rem;
		border-width: 1px;
		border-style: solid;
		background: transparent;
		font-weight: 500;
		letter-spacing: 1px;
		display: block;
		color: #FFFFFF;
	}

	.gt-button.gt-style-4 a,
	.gt-button.gt-style-4 a:visited {
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 1px;
		display: block;
	}

	.gt-button.gt-style-5 a,
	.gt-button.gt-style-5 a:visited {
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 1px;
		display: block;
	}

	.gt-button.gt-style-6 a,
	.gt-button.gt-style-6 a:visited {
		text-transform: uppercase;
		font-size: 1rem;
		font-weight: 700;
		letter-spacing: 1px;
		color: #FFFFFF;
		display: block;
	}

	.gt-checkbox input[type="checkbox"]:not(:checked),
	.gt-checkbox input[type="checkbox"]:checked,
	.gt-checkbox[type="checkbox"]:not(:checked),
	.gt-checkbox[type="checkbox"]:checked {
		display: none;
	}

	.gt-checkbox input[type="checkbox"]:not(:checked) + span,
	.gt-checkbox input[type="checkbox"]:checked + span,
	.gt-checkbox[type="checkbox"]:not(:checked) + .gt-checkbox-label,
	.gt-checkbox[type="checkbox"]:checked + .gt-checkbox-label {
		position: relative;
		padding-left: 26px;
		display: flex;
		align-items: center;
		cursor: pointer;
		font-size: 0.9231rem;
		margin: 0;
	}

	.gt-checkbox input[type="checkbox"]:not(:checked) + span:before,
	.gt-checkbox input[type="checkbox"]:checked + span:before,
	.gt-checkbox[type="checkbox"]:not(:checked) + .gt-checkbox-label:before,
	.gt-checkbox[type="checkbox"]:checked + .gt-checkbox-label:before {
		content: '
    ';
		position: absolute;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #EAEAEA;
		border-radius: 2px;
		background: transparent;
	}

	.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 {
		content: '
    �?;
  position: absolute;
  top: 0.1em;
  left: 0.3em;
  font-size: 1.3em;
  line-height: 0.8;
  transition: all 0.2s;
}

.gt-checkbox input[type="checkbox"]:not(:checked) + span:after,
.gt-checkbox[type="checkbox"]:not(:checked) + .gt-checkbox-label:after {
  opacity: 0;
  transform: scale(0);
}

.gt-checkbox input[type="checkbox"]:checked + span:after,
.gt-checkbox[type="checkbox"]:checked + .gt-checkbox-label:after {
  opacity: 1;
  transform: scale(1);
}

.gt-checkbox input[type="checkbox"]:disabled:not(:checked) + span:before,
.gt-checkbox input[type="checkbox"]:disabled:checked + span:before,
.gt-checkbox[type="checkbox"]:disabled:not(:checked) + .gt-checkbox-label:before,
.gt-checkbox[type="checkbox"]:disabled:checked + .gt-checkbox-label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.gt-checkbox input[type="checkbox"]:disabled:checked + span:after,
.gt-checkbox[type="checkbox"]:disabled:checked + .gt-checkbox-label:after {
  color: #999;
}

.gt-checkbox input[type="checkbox"]:disabled + span,
.gt-checkbox[type="checkbox"]:disabled + .gt-checkbox-label {
  color: #aaa;
}

.gt-checkbox input[type="checkbox"]:checked:focus + span:before,
.gt-checkbox input[type="checkbox"]:not(:checked):focus + span:before,
.gt-checkbox[type="checkbox"]:checked:focus + .gt-checkbox-label:before,
.gt-checkbox[type="checkbox"]:not(:checked):focus + .gt-checkbox-label:before {
  border: 1px dotted #eeeeee;
}

/*======
*
* 4. Select
*
======*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  max-width: 100%;
}

.bootstrap-select .dropdown-toggle::after {
  margin-left: 5px;
}

.bootstrap-select.gt-select .dropdown-toggle:focus,
.bootstrap-select.gt-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select.gt-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select.gt-select.show > .btn-light.dropdown-toggle,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder:hover {
  color: #777777;
  background: #ffffff;
  border: 1px solid #eaeaea;
  outline: 0 !important;
  box-shadow: none !important;
}

.bootstrap-select.gt-select .dropdown-toggle:focus,
.bootstrap-select.gt-select.show > button,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select.gt-select > .dropdown-toggle.bs-placeholder:hover {
  color: #666666;
}

.bootstrap-select.gt-select .dropdown-menu {
  border: 0;
  margin: 0;
  padding: 5px 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.bootstrap-select.gt-select.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.bootstrap-select.gt-select .dropdown-item {
  color: #666666;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bootstrap-select.gt-select .dropdown-item:focus,
.bootstrap-select.gt-select .dropdown-item:hover,
.bootstrap-select.gt-select .dropdown-item.active,
.bootstrap-select.gt-select .dropdown-item:active {
  color: #666666;
  background: transparent;
}

.bootstrap-select.gt-select .dropdown-item.selected:after {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f13d";
  font-size: 0.6923rem;
}

.bootstrap-select.gt-select .dropdown-item.gt-sub-option {
  padding-left: 27px;
}

.bootstrap-select.gt-select .dropdown-item.gt-inner-sub-option {
  padding-left: 32px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  padding: 13px 20px;
}

/*======
*
* 5. Layouts
*
======*/
.gt-widget {
  width: 100%;
  border-radius: 5px;
  padding: 30px 30px 0px 30px;
  background-color: #ffffff;
}
.gt-section,
.gt-event-section-tabs,
.gt-page-content {
  width: 100%;
  border-radius: 5px;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.gt-section .gt-section-title {
  font-size: 1.231rem;
  color: #4a4a4a;
  margin-bottom: 20px;
  font-weight: 600;
  margin: -30px -30px 30px;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 30px 25px;
  position: relative;
  background-color: #ffffff;
}

.gt-widget.gt-transparent-widget {
  background-color: transparent;
  padding: 0;
}

.gt-page-content > .gt-content > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

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

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

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

.gt-site-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #f6f6f6;
}

.gt-site-wrapper.gt-boxed-active {
  max-width: 1200px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.gt-site-wrapper.gt-boxed-active .gt-sticky-header {
  max-width: 1200px;
  left: auto;
  right: auto;
}

.nopadding {
  padding: 0px;
}

.nopaddingleft {
  padding-left: 0px;
}

.nopaddingright {
  padding-right: 0px;
}

.fixed {
  position: fixed !important;
}

.convertFixed {
  position: fixed !important;
}

@media (max-width: 1199px) {
  .gt-site-right,
  .gt-site-left {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

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

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

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

.gt-style-1 .spinner {
  width: 40px;
  height: 40px;
}

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

.gt-style-1 .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

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

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

.gt-style-2 .spinner {
  width: 70px;
  height: 70px;
}

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

.gt-style-2 .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.gt-style-2 .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

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

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

.gt-style-3 .spinner {
  width: 40px;
  height: 40px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

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

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

.gt-style-4 .sk-fading-circle {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 100px auto;
  left: 0;
  margin: 0px auto;
  position: relative;
  top: calc(50% - 20px);
  text-align: center;
}

.gt-style-4 .sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

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

.gt-style-4 .sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.gt-style-4 .sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.gt-style-4 .sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gt-style-4 .sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.gt-style-4 .sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.gt-style-4 .sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gt-style-4 .sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.gt-style-4 .sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.gt-style-4 .sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.gt-style-4 .sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.gt-style-4 .sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.gt-style-4 .sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.gt-style-4 .sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.gt-style-4 .sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.gt-style-4 .sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.gt-style-4 .sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.gt-style-4 .sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.gt-style-4 .sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.gt-style-4 .sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.gt-style-4 .sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.gt-style-4 .sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.gt-style-4 .sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

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

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

/*======
*
* 7. Pagination
*
======*/
.gt-pagination {
  margin: 30px 0 0;
  position: relative;
  z-index: 1;
}

.gt-pagination ul {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  display: flex;
}

.gt-pagination ul li {
  padding: 0 5px;
}

.gt-pagination ul li > span,
.gt-pagination ul li > a,
.gt-pagination ul li > a:visited {
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 20px;
  color: #ffffff;
  display: block;
}

/*======
*
* 8. Events Slider
*
======*/
.gt-events-slider {
  position: relative;
  height: 100%;
}

.gt-events-slider .gt-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.gt-events-slider .gt-separator > svg {
  fill: #ffffff;
}

.gt-events-slider .gt-slider-pagination.gt-style-1 {
  text-align: center;
  bottom: 50px;
  width: 100%;
  top: auto;
}

.gt-events-slider .gt-slider-pagination.gt-style-1 > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-events-slider .gt-slider-pagination.gt-style-1 > span:last-child {
  margin-right: 0;
}

.gt-events-slider .gt-slider-pagination.gt-style-1 > span:hover,
.gt-events-slider .gt-slider-pagination.gt-style-1 > span:focus,
.gt-events-slider .gt-slider-pagination.gt-style-1 > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-events-slider .gt-slider-pagination.gt-style-2 {
  text-align: center;
  right: 0;
  left: auto;
  margin: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 15px;
  align-content: center;
}

.gt-events-slider .gt-slider-pagination.gt-style-2 > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-events-slider .gt-slider-pagination.gt-style-2 > span {
  margin: 0 0 10px;
  display: block;
}

.gt-events-slider .gt-slider-pagination.gt-style-2 > span:last-child {
  margin-bottom: 0;
}

.gt-events-slider .gt-slider-pagination.gt-style-2 > span:hover,
.gt-events-slider .gt-slider-pagination.gt-style-2 > span:focus,
.gt-events-slider .gt-slider-pagination.gt-style-2 > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-events-slider .gt-slider-control.gt-style-1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin: 30px;
  z-index: 5;
  outline: 0;
}

.gt-events-slider .gt-slider-control.gt-style-1:hover,
.gt-events-slider .gt-slider-control.gt-style-1:focus {
  opacity: 0.6;
}

.gt-events-slider .gt-slider-control.gt-slider-prev.gt-style-1 {
  left: 0;
}

.gt-events-slider .gt-slider-control.gt-slider-next.gt-style-1 {
  right: 0;
}

.gt-events-slider .gt-slider-control.gt-style-2 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 5;
  outline: 0;
  left: 0;
}

.gt-events-slider .gt-slider-control.gt-slider-prev.gt-style-2 {
  margin-top: -30px;
}

.gt-events-slider .gt-slider-control.gt-slider-next.gt-style-2 {
  margin-top: 30px;
}

.gt-events-slider .gt-slider-control.gt-style-2:hover,
.gt-events-slider .gt-slider-control.gt-style-2:focus {
  opacity: 0.6;
}

.gt-events-slider .gt-swiper-slider {
  height: 100%;
}

.gt-events-slider .gt-slide-inner {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
}

.gt-events-slider .gt-slide-inner .gt-opacity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.gt-events-slider .gt-slide-inner .gt-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}

.gt-events-slider .gt-slide-inner .gt-content,
.gt-events-slider .gt-slide-inner .gt-content a,
.gt-events-slider .gt-slide-inner .gt-content a:visited {
  color: #ffffff;
}

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

.gt-events-slider .gt-slide-inner .gt-content .gt-category li {
  display: inline-block;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-category li:after {
  content: ",";
  margin-right: 4px;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-category li:last-child:after {
  display: none;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-category li a,
.gt-events-slider .gt-slide-inner .gt-content .gt-category li a:visited {
  color: #ffffff;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-title {
  font-size: 4.615rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information {
  list-style: none;
  padding: 0px;
  margin: -15px -15px 55px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li {
  padding: 15px;
  display: flex;
  align-items: center;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li i {
  font-size: 1.308rem;
  margin-right: 10px;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li > ul > li {
  margin-right: 5px;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li > ul > li:last-child {
  margin-right: 0;
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li > ul > li:after {
  content: ",";
}

.gt-events-slider .gt-slide-inner .gt-content .gt-information > li > ul > li:last-child:after {
  display: none;
}

.gt-events-slider .gt-slide-inner .gt-content .buttons a,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:visited {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 40px;
  display: inline-block;
  border-radius: 25px;
  margin-right: 45px;
}

.gt-events-slider .gt-slide-inner .gt-content .buttons a:last-child,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:visited:last-child {
  margin-right: 0;
}

.gt-events-slider .gt-slide-inner .gt-content .buttons a:hover,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:focus {
  color: #ffffff;
}

@media (max-width: 991px) {
  .gt-events-slider .gt-slide-inner .gt-content .gt-title {
    font-size: 3.077rem;
  }
}

@media (max-width: 767px) {
  .gt-events-slider .gt-slide-inner .gt-content .gt-title {
    font-size: 2.308rem;
  }
}

/*======
*
* 9. Countdown Slider
*
======*/
.gt-countdown-slider.gt-style-1 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.gt-countdown-slider.gt-style-1 > .gt-swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-countdown-slider.gt-style-1 > .gt-swiper-slider .gt-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-countdown-slider.gt-style-1 > .gt-swiper-slider .gt-image .gt-opacity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1020px;
  text-align: center;
  z-index: 10;
  color: #fff;
  margin-top: -50px;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-address-date {
  color: #ffffff;
  font-size: 1.385rem;
  text-transform: uppercase;
  font-weight: 500;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title {
  margin: 45px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-primary,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary {
  color: #ffffff;
  font-size: 4.231rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary {
  margin-left: 15px;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-title-inner {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-background-text {
  font-size: 11.54rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.15;
  z-index: 1;
  width: 100%;
  color: white;
  line-height: 5.231rem;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-text {
  max-width: 80%;
  margin: 0 auto;
  font-size: 1.154rem;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons {
  margin: 60px 0 -22.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:visited {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 40px;
  margin: 0 22.5px 22.5px;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a i,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:visited i {
  margin-right: 10px;
  font-size: 1.308rem;
}

.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:focus {
  color: #ffffff;
}

.gt-countdown-slider.gt-style-1 > .gt-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.4);
}

.gt-countdown-slider.gt-style-1 > .gt-counter:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
}

.gt-countdown-slider.gt-style-1 > .gt-counter .gt-background-text {
  font-size: 8.077rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.15;
  position: absolute;
  z-index: 1;
  width: 100%;
  color: white;
  margin-top: 10px;
}

.gt-countdown-slider.gt-style-1 > .gt-counter .gt-counter-inner {
  position: relative;
  color: #ffffff;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.gt-countdown-slider.gt-style-1 > .gt-counter .gt-counter-inner > div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 45px;
  margin-right: 45px;
}

.gt-countdown-slider.gt-style-1 > .gt-counter .gt-counter-inner > div:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0;
}

.gt-countdown-slider.gt-style-1 > .gt-counter .gt-count {
  font-size: 3.846rem;
  line-height: 3.846rem;
  font-weight: 600;
  margin-bottom: 7px;
  min-width: 70px;
  max-width: 100%;
}

.gt-countdown-slider.gt-style-1 > .gt-counter .gt-title {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: 600;
}

.gt-countdown-slider.gt-style-1 .gt-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.gt-countdown-slider.gt-style-1 .gt-separator > svg {
  fill: #ffffff;
}

.gt-countdown-slider.gt-style-1 .gt-slider-pagination {
  text-align: center;
  right: 0;
  left: auto;
  margin: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 15px;
  align-content: center;
}

.gt-countdown-slider.gt-style-1 .gt-slider-pagination > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-countdown-slider.gt-style-1 .gt-slider-pagination > span {
  margin: 0 0 10px;
  display: block;
}

.gt-countdown-slider.gt-style-1 .gt-slider-pagination > span:last-child {
  margin-bottom: 0;
}

.gt-countdown-slider.gt-style-1 .gt-slider-pagination > span:hover,
.gt-countdown-slider.gt-style-1 .gt-slider-pagination > span:focus,
.gt-countdown-slider.gt-style-1 .gt-slider-pagination > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-style-1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin: 30px;
  z-index: 5;
  outline: 0;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-style-1:hover,
.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-style-1:focus {
  opacity: 0.6;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-slider-prev.gt-style-1 {
  left: 0;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-slider-next.gt-style-1 {
  right: 0;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-style-2 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 5;
  outline: 0;
  left: 0;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-slider-prev.gt-style-2 {
  margin-top: -30px;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-slider-next.gt-style-2 {
  margin-top: 30px;
}

.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-style-2:hover,
.gt-countdown-slider.gt-style-1 .gt-slider-control.gt-style-2:focus {
  opacity: 0.6;
}

.gt-countdown-slider.gt-style-2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.gt-countdown-slider.gt-style-2 > .gt-swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-countdown-slider.gt-style-2 > .gt-swiper-slider .gt-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-countdown-slider.gt-style-2 > .gt-swiper-slider .gt-image .gt-opacity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1020px;
  text-align: center;
  z-index: 10;
  color: #fff;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-address-date {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-title {
  margin: 0 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-title .gt-title-inner {
  font-size: 6.923rem;
  line-height: 1.05;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-title .gt-title-inner.gt-relative {
  position: relative;
  margin-bottom: -30px;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-title .gt-title-inner .gt-secondary {
  margin-left: 15px;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-title .gt-background-text {
  font-size: 11.54rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.15;
  z-index: 1;
  width: 100%;
  color: white;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-text {
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 3.231rem;
  font-weight: 300;
  line-height: 1.3;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-background-text {
  font-size: 11.54rem;
  line-height: 8.462rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.15;
  z-index: 1;
  width: 100%;
  color: white;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-counter-inner {
  position: absolute;
  color: #ffffff;
  z-index: 10;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-counter-inner.gt-relative {
  position: relative;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-counter-inner > div {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 45px;
  margin-right: 45px;
  min-width: 70px;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-counter-inner > div:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-count {
  font-size: 3.846rem;
  line-height: 3.846rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter > .gt-title {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: 600;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons {
  margin: 56px -0 22.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:visited {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 40px;
  margin: 0 22.5px;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a i,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:visited i {
  margin-right: 10px;
  font-size: 1.308rem;
}

.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:focus {
  color: #ffffff;
}

.gt-countdown-slider.gt-style-2 .gt-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.gt-countdown-slider.gt-style-2 .gt-separator > svg {
  fill: #ffffff;
}

.gt-countdown-slider.gt-style-2 .gt-slider-pagination {
  text-align: center;
  right: 0;
  left: auto;
  margin: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 15px;
  align-content: center;
}

.gt-countdown-slider.gt-style-2 .gt-slider-pagination > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-countdown-slider.gt-style-2 .gt-slider-pagination > span {
  margin: 0 0 10px;
  display: block;
}

.gt-countdown-slider.gt-style-2 .gt-slider-pagination > span:last-child {
  margin-bottom: 0;
}

.gt-countdown-slider.gt-style-2 .gt-slider-pagination > span:hover,
.gt-countdown-slider.gt-style-2 .gt-slider-pagination > span:focus,
.gt-countdown-slider.gt-style-2 .gt-slider-pagination > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-style-1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin: 30px;
  z-index: 5;
  outline: 0;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-style-1:hover,
.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-style-1:focus {
  opacity: 0.6;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-slider-prev.gt-style-1 {
  left: 0;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-slider-next.gt-style-1 {
  right: 0;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-style-2 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 5;
  outline: 0;
  left: 0;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-slider-prev.gt-style-2 {
  margin-top: -30px;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-slider-next.gt-style-2 {
  margin-top: 30px;
}

.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-style-2:hover,
.gt-countdown-slider.gt-style-2 .gt-slider-control.gt-style-2:focus {
  opacity: 0.6;
}

.gt-countdown-slider.gt-style-3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.gt-countdown-slider.gt-style-3 > .gt-swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-countdown-slider.gt-style-3 > .gt-swiper-slider .gt-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-countdown-slider.gt-style-3 > .gt-swiper-slider .gt-image .gt-opacity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1020px;
  text-align: center;
  z-index: 10;
  color: #fff;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-address-date {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-title {
  margin: 0 0px 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-title .gt-title-inner {
  font-size: 8.462rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: -30px;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-title .gt-title-inner .gt-secondary {
  margin-left: 15px;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-text {
  max-width: 80%;
  margin: 0 auto;
  letter-spacing: 1px;
  font-size: 3.231rem;
  font-weight: 300;
  line-height: 1.3;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter .gt-counter-inner {
  color: #ffffff;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter .gt-counter-inner > div {
  margin-right: 30px;
  padding: 10px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter .gt-counter-inner > div:last-child {
  margin-right: 0;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter .gt-count {
  font-size: 3.077rem;
  line-height: 3.077rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter > .gt-title {
  font-size: 1.231rem;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: 600;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons {
  margin: 56px -0 22.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a,
.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:visited {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 40px;
  margin: 0 22.5px;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a i,
.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:visited i {
  margin-right: 10px;
  font-size: 1.308rem;
}

.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:focus {
  color: #ffffff;
}

.gt-countdown-slider.gt-style-3 .gt-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.gt-countdown-slider.gt-style-3 .gt-separator > svg {
  fill: #ffffff;
}

.gt-countdown-slider.gt-style-3 .gt-slider-pagination {
  text-align: center;
  right: 0;
  left: auto;
  margin: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 15px;
  align-content: center;
}

.gt-countdown-slider.gt-style-3 .gt-slider-pagination > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-countdown-slider.gt-style-3 .gt-slider-pagination > span {
  margin: 0 0 10px;
  display: block;
}

.gt-countdown-slider.gt-style-3 .gt-slider-pagination > span:last-child {
  margin-bottom: 0;
}

.gt-countdown-slider.gt-style-3 .gt-slider-pagination > span:hover,
.gt-countdown-slider.gt-style-3 .gt-slider-pagination > span:focus,
.gt-countdown-slider.gt-style-3 .gt-slider-pagination > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-style-1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin: 30px;
  z-index: 5;
  outline: 0;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-style-1:hover,
.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-style-1:focus {
  opacity: 0.6;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-slider-prev.gt-style-1 {
  left: 0;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-slider-next.gt-style-1 {
  right: 0;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-style-2 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 5;
  outline: 0;
  left: 0;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-slider-prev.gt-style-2 {
  margin-top: -30px;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-slider-next.gt-style-2 {
  margin-top: 30px;
}

.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-style-2:hover,
.gt-countdown-slider.gt-style-3 .gt-slider-control.gt-style-2:focus {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title {
    margin: 25px 0 0;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-secondary,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary {
    margin-left: 10px;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-background-text,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-background-text {
    display: none;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-title-inner,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-title-inner {
    position: relative;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-primary,
  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-secondary,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-primary,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary {
    font-size: 3.077rem;
  }
}

@media (max-width: 767px) {
  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-primary,
  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-title .gt-secondary,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-primary,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary {
    font-size: 2.308rem;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-text,
  .gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-text {
    display: none;
    font-size: 1rem;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-counter-inner > div,
  .gt-countdown-slider.gt-style-1 > .gt-counter .gt-counter-inner > div {
    padding-right: 20px;
    margin-right: 20px;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-count,
  .gt-countdown-slider.gt-style-1 > .gt-counter .gt-count {
    font-size: 3.077rem;
    line-height: 3.077rem;
  }
}

@media (max-width: 500px) {
  .gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-counter-inner > div,
  .gt-countdown-slider.gt-style-1 > .gt-counter .gt-counter-inner > div {
    padding-right: 10px;
    margin-right: 10px;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content > .gt-counter .gt-count,
  .gt-countdown-slider.gt-style-1 > .gt-counter .gt-count {
    font-size: 1.923rem;
    line-height: 1.923rem;
    width: auto;
  }
}

/*======
*
* 10. Countdown
*
======*/
.gt-countdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-countdown.gt-style-1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -15px;
}

.gt-countdown.gt-style-1 ul li {
  padding: 15px;
}

.gt-countdown.gt-style-1 ul li > .gt-inner {
  width: 150px;
  height: 150px;
  max-width: 100%;
  color: #ffffff;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gt-countdown.gt-style-1 ul li:hover > .gt-inner {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-1rem);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gt-countdown.gt-style-1 ul li > .gt-inner .gt-count {
  font-size: 3.462rem;
  line-height: 1.1;
  font-weight: 600;
}

.gt-countdown.gt-style-1 ul li > .gt-inner .gt-title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.gt-countdown.gt-style-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -30px;
}

.gt-countdown.gt-style-2 ul li {
  padding: 30px;
}

.gt-countdown.gt-style-2 ul li > .gt-inner {
  width: 150px;
  height: 150px;
  max-width: 100%;
  color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gt-countdown.gt-style-2 ul li > .gt-inner .gt-count {
  font-size: 3.462rem;
  line-height: 1.1;
  font-weight: 600;
}

.gt-countdown.gt-style-2 ul li > .gt-inner .gt-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 3px;
}

.gt-countdown.gt-style-3 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -30px;
}

.gt-countdown.gt-style-3 ul li {
  padding: 30px;
}

.gt-countdown.gt-style-3 ul li > .gt-inner {
  width: 150px;
  height: 150px;
  max-width: 100%;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.gt-countdown.gt-style-3 ul li > .gt-inner .gt-count {
  font-size: 3.462rem;
  line-height: 1.1;
  font-weight: 600;
}

.gt-countdown.gt-style-3 ul li > .gt-inner .gt-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 3px;
}

.gt-countdown.gt-style-4 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gt-countdown.gt-style-4 ul li {
  width: 25%;
}

.gt-countdown.gt-style-4 ul li > .gt-inner {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 100%;
  color: #ffffff;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gt-countdown.gt-style-4 ul li:hover > .gt-inner {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-1rem);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gt-countdown.gt-style-4 ul li > .gt-inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  top: 0;
  left: 0;
}

.gt-countdown.gt-style-4 ul li:nth-child(2) > .gt-inner:before {
  opacity: 0.045;
}

.gt-countdown.gt-style-4 ul li:nth-child(3) > .gt-inner:before {
  opacity: 0.075;
}

.gt-countdown.gt-style-4 ul li:nth-child(4) > .gt-inner:before {
  opacity: 0.105;
}

.gt-countdown.gt-style-4 ul li > .gt-inner .gt-count {
  font-size: 5.769rem;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.gt-countdown.gt-style-4 ul li > .gt-inner .gt-title {
  font-size: 1.077rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .gt-countdown.gt-style-4 ul li > .gt-inner .gt-count {
    font-size: 3.462rem;
  }
}

@media (max-width: 767px) {
  .gt-countdown.gt-style-1 ul li {
    padding: 10px;
  }

  .gt-countdown.gt-style-1 ul li > .gt-inner .gt-count {
    font-size: 2.308rem;
  }

  .gt-countdown.gt-style-1 ul li > .gt-inner {
    width: 90px;
    height: 110px;
    padding: 10px;
  }
}

/*======
*
* 11. Heading
*
======*/
.gt-heading.gt-center {
  text-align: center;
}

.gt-heading.gt-left {
  text-align: left;
}

.gt-heading.gt-right {
  text-align: right;
}

.gt-heading .gt-title {
  font-size: 3.231rem;
  line-height: 1.3;
  color: #555555;
}

.gt-heading .gt-title span {
  font-weight: 600;
}

.gt-heading .gt-separate {
  display: inline-block;
  margin: 40px auto 20px;
}

.gt-heading .gt-separate:before,
.gt-heading .gt-separate:after {
  content: "";
  display: block;
  height: 1px;
  width: 121px;
  background: #eaeaea;
}

.gt-heading .gt-separate:before {
  float: left;
}

.gt-heading .gt-separate:after {
  float: left;
}

.gt-heading .gt-separate i {
  font-size: 1.538rem;
  float: left;
  color: #eaeaea;
  margin: -10px 15px 0px;
}

.gt-heading .gt-text {
  color: #888888;
}

.gt-heading.gt-white .gt-text,
.gt-heading.gt-white .gt-separate i,
.gt-heading.gt-white .gt-title {
  color: #ffffff;
}

.gt-heading.gt-white .gt-separate:before,
.gt-heading.gt-white .gt-separate:after {
  background: #eaeaea;
}

.gt-heading .gt-description {
  color: #888888;
}

.gt-heading.gt-size2 {
  font-weight: 700;
  text-transform: uppercase;
}

.gt-heading.gt-size2 .gt-title span {
  font-weight: 700;
}

.gt-heading.gt-size2 .gt-title {
  font-size: 1.385rem;
  margin-bottom: 10px;
}

.gt-heading.gt-size2 .gt-separate {
  display: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gt-heading .gt-title {
    font-size: 2.308rem;
  }
}

/*======
*
* 12. Event Search Tool
*
======*/
.gt-event-search-tool.white {
  background: #f9f9f9;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 45px 0px;
  z-index: 10;
}

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

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

.gt-event-search-tool .gt-form {
  position: relative;
  z-index: 20;
}

.gt-event-search-tool .search-content input,
.gt-event-search-tool .search-content select,
.gt-event-search-tool .search-content .bootstrap-select.gt-select > button {
  height: 100%;
}

.gt-event-search-tool .search-content button,
.gt-event-search-tool .search-content input[type="submit"] {
  width: 100%;
}

.gt-event-search-tool.dark {
  background-image: url(include/assets/img/breadcrumbs-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  border: 0px;
  position: relative;
  padding: 120px 0px;
  z-index: 10;
}

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

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

.gt-event-search-tool.gt-style-5 .bootstrap-select.gt-select .dropdown-toggle:focus,
.gt-event-search-tool.gt-style-5 .btn-light:not(:disabled):not(.disabled).active,
.gt-event-search-tool.gt-style-5 .btn-light:not(:disabled):not(.disabled):active,
.gt-event-search-tool.gt-style-5 .show > .btn-light.dropdown-toggle,
.gt-event-search-tool.gt-style-5 .bootstrap-select > .dropdown-toggle.bs-placeholder,
.gt-event-search-tool.gt-style-5 .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.gt-event-search-tool.gt-style-5 .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.gt-event-search-tool.gt-style-5 .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.gt-event-search-tool.gt-style-5 select,
.gt-event-search-tool.gt-style-5 input[type="text"],
.gt-event-search-tool.gt-style-5 .search-content input,
.gt-event-search-tool.gt-style-5 .search-content select,
.gt-event-search-tool.gt-style-5 .search-content .bootstrap-select.gt-select > button,
.gt-event-search-tool.dark .search-content input,
.gt-event-search-tool.dark .search-content select,
.gt-event-search-tool.dark .search-content .bootstrap-select.gt-select > button,
.gt-event-search-tool.dark .bootstrap-select.gt-select .dropdown-toggle:focus,
.gt-event-search-tool.dark .btn-light:not(:disabled):not(.disabled).active,
.gt-event-search-tool.dark .btn-light:not(:disabled):not(.disabled):active,
.gt-event-search-tool.dark .show > .btn-light.dropdown-toggle,
.gt-event-search-tool.dark .bootstrap-select > .dropdown-toggle.bs-placeholder,
.gt-event-search-tool.dark .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.gt-event-search-tool.dark .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.gt-event-search-tool.dark .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.gt-event-search-tool.dark select,
.gt-event-search-tool.dark input[type="text"] {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

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

.gt-event-search-tool.gt-style-5 .title,
.gt-event-search-tool.dark .title {
  color: #ffffff;
}

.gt-event-search-tool.gt-style-5 .irs-min,
.gt-event-search-tool.gt-style-5 .irs-max,
.gt-event-search-tool.gt-style-5 .irs-grid-text,
.gt-event-search-tool.dark .irs-min,
.gt-event-search-tool.dark .irs-max,
.gt-event-search-tool.dark .irs-grid-text {
  color: #ffffff;
}

.gt-event-search-tool.gt-style-5 .irs-grid-pol,
.gt-event-search-tool.dark .irs-grid-pol {
  background: #ffffff;
}

.gt-event-search-tool.gt-style-5 .irs-line-mid,
.gt-event-search-tool.gt-style-5 .irs-line-right,
.gt-event-search-tool.gt-style-5 .irs-line-left,
.gt-event-search-tool.dark .irs-line-mid,
.gt-event-search-tool.dark .irs-line-right,
.gt-event-search-tool.dark .irs-line-left {
  background: #ffffff;
}

.gt-event-search-tool.gt-style-3 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.gt-event-search-tool.gt-style-3 > .gt-swiper-slider {
  width: 100%;
  height: 100%;
}

.gt-event-search-tool.gt-style-3 .gt-image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.gt-event-search-tool.gt-style-3 .gt-image:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121219;
  opacity: 0.6;
  left: 0;
  top: 0;
  content: "";
}

.gt-event-search-tool.gt-style-3 > .gt-form {
  margin: auto;
  max-width: 900px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
}

.gt-event-search-tool.gt-style-3 > .gt-form input[type="text"],
.gt-event-search-tool.gt-style-3 > .gt-form input[type="datetime"],
.gt-event-search-tool.gt-style-3 > .gt-form input[type="date"],
.gt-event-search-tool.gt-style-3 > .gt-form textarea,
.gt-event-search-tool.gt-style-3 > .gt-form textarea.form-control,
.gt-event-search-tool.gt-style-3 > .gt-form select,
.gt-event-search-tool.gt-style-3 > .gt-form .bootstrap-select.gt-select > button,
.gt-event-search-tool.gt-style-3 > .gt-form button {
  border-radius: 35px;
}

/*======
*
* 13. Categorized Events
*
======*/
.gt-categorized-events .gt-nav .gt-flex-menu {
  margin-top: 4px;
}

.gt-categorized-events .gt-nav {
  border: 0px;
  margin-bottom: 45px;
  align-items: center;
  display: flex;
  padding: 0;
  margin: 0 -7.5px 37.5px;
}

.gt-categorized-events .gt-nav.gt-center {
  text-align: center;
  justify-content: center;
  padding: 0 10%;
}

.gt-categorized-events .gt-nav.gt-left {
  text-align: left;
  justify-content: flex-start;
}

.gt-categorized-events .gt-nav.gt-right {
  text-align: right;
  justify-content: flex-end;
}

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

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

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

@media (max-width: 991px) {
  .gt-categorized-events .gt-nav.gt-center {
    padding: 0;
  }
}

/*======
*
* 14. Carousel & Listing Buttons
*
======*/
.gt-blog-carousel .gt-slider-prev,
.gt-blog-carousel .gt-slider-next,
.gt-blog-carousel .gt-all-button,
.gt-blog-carousel .gt-all-button:visited,
.gt-venues-carousel .gt-slider-prev,
.gt-venues-carousel .gt-slider-next,
.gt-venues-carousel .gt-all-button,
.gt-venues-carousel .gt-all-button:visited,
.gt-events-carousel .gt-slider-prev,
.gt-events-carousel .gt-slider-next,
.gt-events-carousel .gt-all-button,
.gt-events-carousel .gt-all-button:visited,
.gt-categorized-events .gt-all-button,
.gt-categorized-events .gt-all-button:visited {
  color: #777777;
  font-size: 0.9231rem;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  display: table;
  font-weight: 500;
  padding: 9px 25px;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-venues-carousel.gt-white .gt-slider-prev,
.gt-venues-carousel.gt-white .gt-slider-next,
.gt-venues-carousel.gt-white .gt-all-button,
.gt-venues-carousel.gt-white .gt-all-button:visited {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.gt-blog-carousel .gt-slider-prev:hover,
.gt-blog-carousel .gt-slider-prev:focus,
.gt-blog-carousel .gt-slider-next:hover,
.gt-blog-carousel .gt-slider-next:focus,
.gt-blog-carousel .gt-all-button:hover,
.gt-blog-carousel .gt-all-button:focus,
.gt-venues-carousel.gt-white .gt-slider-prev:hover,
.gt-venues-carousel.gt-white .gt-slider-prev:focus,
.gt-venues-carousel.gt-white .gt-slider-next:hover,
.gt-venues-carousel.gt-white .gt-slider-next:focus,
.gt-venues-carousel.gt-white .gt-all-button:hover,
.gt-venues-carousel.gt-white .gt-all-button:focus,
.gt-events-carousel .gt-slider-prev:hover,
.gt-events-carousel .gt-slider-prev:focus,
.gt-events-carousel .gt-slider-next:hover,
.gt-events-carousel .gt-slider-next:focus,
.gt-events-carousel .gt-all-button:hover,
.gt-events-carousel .gt-all-button:focus,
.gt-categorized-events .gt-all-button:hover,
.gt-categorized-events .gt-all-button:focus {
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

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

.gt-blog-carousel .gt-slider-prev,
.gt-blog-carousel .gt-slider-next,
.gt-venues-carousel .gt-slider-prev,
.gt-venues-carousel .gt-slider-next,
.gt-events-carousel .gt-slider-prev,
.gt-events-carousel .gt-slider-next {
  font-size: 0.8462rem;
  padding: 0 15px;
  cursor: pointer;
  height: 38px;
  line-height: 38px;
}

.gt-blog-carousel .gt-pagination > div,
.gt-venues-carousel .gt-pagination > div,
.gt-events-carousel .gt-pagination > div {
  margin-right: 15px;
}

.gt-blog-carousel .gt-pagination > div:last-child,
.gt-venues-carousel .gt-pagination > div:last-child,
.gt-events-carousel .gt-pagination > div:last-child {
  margin-right: 0;
}

/*======
*
* 15. Eventchamp Banner
*
======*/
.gt-banner-box {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.gt-banner-box a,
.gt-banner-box a:visited {
  padding: 10px;
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
}

.gt-banner-box a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}

.gt-banner-box .gt-content {
  display: block;
  border: 1px dashed #ffffff;
  border-radius: 5px;
  color: #ffffff;
  padding: 55px 15px;
  font-size: 2.308rem;
  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;
}

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

.gt-banner-box .gt-content .secondary {
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.gt-banner-box:hover a,
.gt-banner-box: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;
}

/*======
*
* 16. Feature Box
*
======*/
.gt-feature-box .gt-img {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  background-color: #121219;
  border-radius: 5px;
}

.gt-feature-box .gt-img img {
  width: 100%;
  opacity: 0.7;
}

.gt-feature-box.gt-opacity-effect-false .gt-img img {
  opacity: 1;
}

.gt-feature-box .gt-icon {
  margin-bottom: 30px;
  font-size: 3.846rem;
  text-align: center;
}

.gt-feature-box .gt-content {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .gt-feature-box.gt-align-left .gt-content {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .gt-feature-box.gt-align-left .gt-icon {
    text-align: left;
  }

  .gt-feature-box.gt-align-right .gt-content {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  .gt-feature-box.gt-align-right .gt-icon {
    text-align: right;
  }
}

.gt-feature-box .gt-content .gt-subtitle {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 0.8462rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.gt-feature-box .gt-content .gt-title {
  margin: 0 0 15px;
  font-size: 1.462rem;
  font-weight: 600;
  text-transform: uppercase;
}

.gt-feature-box .gt-content .gt-excerpt {
  font-size: 0.9231rem;
  color: #777777;
}

.gt-feature-box .gt-content .gt-line {
  width: 3px;
  height: 30px;
  margin-bottom: 1rem;
}

.gt-feature-box .gt-content .gt-number {
  font-size: 0.8462rem;
  font-weight: 600;
}

.gt-feature-box .gt-content .gt-btn {
  margin-top: 1rem;
}

/*======
*
* 17. Service Box
*
======*/
.gt-eventchamp-service-box {
  text-align: center;
}

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

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

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

.gt-eventchamp-service-box p {
  color: #888888;
  margin: 0;
  font-size: 0.9231rem;
}

/*======
*
* 18. Testimonials Carousel
*
======*/
.gt-testimonials-carousel .content {
  width: 100%;
  float: none;
  text-align: center;
  position: relative;
  padding: 0 5%;
}

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

.gt-testimonials-carousel .content:before {
  content: "�?;
		display: block;
		height: 100px;
		font-size: 40.77rem;
		margin-bottom: 15px;
		line-height: 40.77rem;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -46px;
		z-index: 0;
		color: rgba(0, 0, 0, 0.04);
	}

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

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

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

	.gt-testimonials-carousel .gt-slider-pagination {
		position: relative;
		left: 0;
		text-align: center;
		margin: 60px auto 0px;
	}

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

	.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:last-child {
		margin-right: 0;
	}

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

	.gt-testimonials-carousel .gt-slider-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%;
	}

	.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
		width: 19px;
		height: 19px;
		border-radius: 50%;
		border: 1px solid #EAEAEA;
		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;
	}



/*======
*
* 19. Counter
*
======*/
	.gt-counter {
		text-align: center;
	}

	.gt-counter > .gt-number {
		width: 115px;
		height: 115px;
		line-height: 115px;
		border-radius: 50%;
		text-align: center;
		font-weight: 600;
		font-size: 2.077rem;
		border: 2px solid #EAEAEA;
		margin-bottom: 22px;
		display: inline-block;
	}

	.gt-counter > .gt-title {
		text-transform: uppercase;
		font-size: 1.462rem;
		font-weight: 600;
	}

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

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



/*======
*
* 20. Contact Box
*
======*/
	.gt-contact-box .gt-item {
		margin-bottom: 13px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.gt-contact-box .gt-item.gt-text {
		margin-bottom: 28px;
	}

	.gt-contact-box .gt-item.gt-link {
		margin: 28px 0px 0px;
		justify-content: flex-start;
	}

	.gt-contact-box i {
		font-size: 1.385rem;
		width: 31px;
	}



/*======
*
* 21. App Box
*
======*/
	.gt-app-box {
		display: flex;
		flex-wrap: wrap;
		margin: -7.5px;
	}

	.gt-app-box .gt-item {
		padding: 7.5px;	
		overflow: hidden;
		width: 50%;
	}

	.gt-app-box .gt-item a,
	.gt-app-box .gt-item a:visited {
		padding: 13px 15px;
		border: 1px solid #EAEAEA;
		border-radius: 5px;
		width: 100%;
		font-size: 0.9231rem;
		align-items: center;
		display: flex;
	}

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

	.gt-app-box .gt-item .gt-inner > span {
		line-height: 1.4;
		display: block;
	}

	.gt-app-box .gt-item .gt-app-name {
		font-weight: 600;
	}

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

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



/*======
*
* 22. Newsletter Element
*
======*/
	.gt-mailchimp-newsletter .mc4wp-alert {
		margin-top: 20px;
	}

	.gt-mailchimp-newsletter div.title {
		font-size: 1.231rem;
		font-weight: 600;
		color: #666666;
		text-transform: uppercase;
		margin-right: 20px;
		align-items: center;
		width: 105px;
	}

	.gt-mailchimp-newsletter .title i {
		font-size: 1.385rem;
		margin-right: 15px;
		margin-top: -3px;
	}

	.gt-mailchimp-newsletter button {
		width: 100%;
	}

	.gt-mailchimp-newsletter button i {
		margin-right: 15px;
		font-size: 1.231rem;
	}

	.gt-mailchimp-newsletter button:hover,
	.gt-mailchimp-newsletter button:focus {
		background: transparent;
	}

	.gt-mailchimp-newsletter.gt-dark .gt-checkbox,
	.gt-mailchimp-newsletter.gt-dark .gt-checkbox-label,
	.gt-mailchimp-newsletter.gt-dark .mc4wp-alert,
	.gt-mailchimp-newsletter.gt-dark .newsletter-content div.title {
		color: #FFFFFF;
	}


	.gt-mailchimp-newsletter.gt-dark .gt-checkbox-label a,
	.gt-mailchimp-newsletter.gt-dark .gt-checkbox-label a:visited {
		color: currentColor;
	}

	.gt-mailchimp-newsletter.gt-dark .gt-checkbox,
	.gt-mailchimp-newsletter.gt-dark select,
	.gt-mailchimp-newsletter.gt-dark input[type="text"],
	.gt-mailchimp-newsletter.gt-dark input[type="email"] {
		background: transparent;
		border-color: #FFFFFF;
		color: #FFFFFF;
	}

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

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



/*======
*
* 23. Modal Button
*
======*/
	.gt-modal-button-modal .gt-modal-inner-content iframe,
	.gt-modal-button-modal .gt-modal-inner-content video {
		width: 100%;
		max-width: 100%;
	}



/*======
*
* 24. Icon List
*
======*/
	.gt-icon-list.gt-style2 {
		color: #FFFFFF;
	}

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

	.gt-icon-list ul li {
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}

	.gt-icon-list ul li:last-child {
		margin-bottom: 0;
	}

	.gt-icon-list ul li i {
		font-size: 1.308rem;
		margin-right: 10px;
	}



/*======
*
* 25. Single Content
*
======*/
	.gt-page-content .gt-page-sharing {
		margin-top: 30px;
	}

	.gt-page-content .gt-page-sharing > .gt-title {
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.gt-page-content .gt-tags {
		margin-top: 30px;
	}

	.gt-page-content .gt-post-meta {
		margin-top: 30px;
	}

	.gt-page-content .gt-post-meta a,
	.gt-page-content .gt-post-meta a:visited {
		color: #555555;
	}

	.gt-page-content .gt-post-meta > ul {
		list-style: none;
		padding: 0;
		margin: -10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.gt-page-content .gt-post-meta > ul > li {
		padding: 10px;
		display: flex;
		align-items: center;
	}

	.gt-page-content .gt-post-meta > ul > li i {
		margin-right: 8px;
		font-size: 1.154rem;
	}

	.gt-page-content .gt-post-meta > ul > li ul {
		list-style: none;
		padding: 0;
		margin: 0 -1.5px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.gt-page-content .gt-post-meta > ul > li ul li {
		padding: 0 1.5px;
	}

	.gt-page-content .gt-post-meta > ul > li ul li:after {
		content: ',
    ";
	}

	.gt-page-content .gt-post-meta > ul > li ul li:last-child:after {
		display: none;
	}

	.gt-page-content .gt-post-meta {
		margin-top: 30px;
	}

	.gt-page-content .gt-post-pages {
		margin: 30px 0 0;
		display: flex;
		flex-wrap: wrap;
	}

	.gt-page-content .gt-post-pages > a,
	.gt-page-content .gt-post-pages > a:visited,
	.gt-page-content .gt-post-pages > span {
		display: block;
	}

	.gt-page-content .gt-post-pages > * {
		margin-right: 10px;
	}

	.gt-page-content .gt-post-pages > *:last-child {
		margin-right: 0;
	}

	.gt-page-content .gt-post-pages > span {
		font-weight: 600;
		opacity: 0.6;
	}

	.gt-page-content .gt-post-pages .gt-title {
		font-weight: 600;
		text-transform: uppercase;
		opacity: 1;
	}

	.gt-page-content > .gt-content:before,
	.gt-page-content > .gt-content:after {
		content: "
      ";
		display: block;
		clear: both;
	}

	.gt-post-pagination ul {
		list-style: none;
		padding: 0;
		margin: 35px -10px 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-post-pagination ul li {
		padding: 10px;
	}

	.gt-post-pagination ul li a,
	.gt-post-pagination ul li a:visited {
		display: block;
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: 500;
		border-width: 1px;
		border-style: solid;
		padding: 9px 30px;
		border-radius: 30px;
	}

	.gt-post-author .gt-section-content {
		display: flex;
	}

	.gt-post-author .gt-section-content .gt-avatar {
		min-width: 120px;
		padding-right: 25px;
	}

	.gt-post-author .gt-section-content .gt-avatar img {
		border-radius: 5px;
		margin: 0;
	}

	.gt-post-author .gt-section-content .gt-content .gt-author-name {
		font-weight: 600;
		margin-bottom: 5px;
		text-transform: uppercase;
	}

	.gt-post-author .gt-section-content .gt-content ul {
		list-style: none;
		padding: 0;
		margin: 5px -5px -5px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.gt-post-author .gt-section-content .gt-content ul li {
		padding: 5px;
	}



/*======
*
* 26. Content Header
*
======*/
	.gt-content-header {
		position: relative;
	}

	.gt-content-header.gt-image {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin: -30px -30px 30px;
		overflow: hidden;
	}

	.gt-content-header.gt-image-slider {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin: -30px -30px 30px;
		overflow: hidden;
	}

	.gt-content-header.gt-image-slider .gt-slider-control {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 1.154rem;
		cursor: pointer;
		display: block;
		border: 2px solid #fff;
		border-radius: 100%;
		-webkit-transition: all 1s cubic-bezier(.25,.8,.25,1);
		-o-transition: all 1s cubic-bezier(.25,.8,.25,1);
		transition: all 1s cubic-bezier(.25,.8,.25,1);
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		margin: 0 30px;
		z-index: 5;
		outline: 0;
	}

	.gt-content-header.gt-image-slider .gt-slider-control:hover,
	.gt-content-header.gt-image-slider .gt-slider-control:focus {
		opacity: 0.6;
		-webkit-transition: all 1s cubic-bezier(.25,.8,.25,1);
		-o-transition: all 1s cubic-bezier(.25,.8,.25,1);
		transition: all 1s cubic-bezier(.25,.8,.25,1);
	}

	.gt-content-header.gt-image-slider .gt-slider-control.gt-slider-prev {
		left: 0;
	}

	.gt-content-header.gt-image-slider .gt-slider-control.gt-slider-next {
		right: 0;
	}

	.gt-content-header.gt-image-gallery {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin: -30px -30px 30px;
		overflow: hidden;
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.gt-content-header.gt-image-gallery > .gt-item {
		width: 25%;
		background-color: #000000;
	}

	.gt-content-header.gt-image-gallery > .gt-item img {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.gt-content-header.gt-image-gallery > .gt-item img:hover,
	.gt-content-header.gt-image-gallery > .gt-item img:focus {
		opacity: 0.8;
		background-color: #000000;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.gt-content-header.gt-code {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin: -30px -30px 30px;
		overflow: hidden;
	}

	.gt-content-header.gt-code > * {
		width: 100%;
	}



/*======
*
* 27. Photos Section
*
======*/
	.gt-photos-sections a,
	.gt-photos-sections a:visited {
		position: relative;
		display: block;
	}

	.gt-photos-sections a:before,
	.gt-photos-sections a:visited:before {
		content: "
      ";
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #000000;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;	
	}

	.gt-photos-sections a:hover:before,
	.gt-photos-sections a:focus:before {
		opacity: 0.3;
		visibility: visible;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;	
	}

	.gt-photos-sections a > img,
	.gt-photos-sections a:visited > img {
		width: 100%;
	}



/*======
*
* 28. Event Tabs & Sections
*
======*/
	.gt-event-section-tabs .gt-event-tabs {
		list-style: none;
		text-align: center;
		display: flex;
		margin: -30px -30px 30px;
		padding: 0;
		font-weight: 600;
		font-size: 1rem;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		background-color: #FFFFFF;
	}

	.gt-event-section-tabs .gt-event-tabs .gt-flex-menu {
		margin-top: -3px;
	}

	.gt-event-section-tabs .gt-event-tabs > li {
		position: relative;
		display: inline-flex;
		flex: 1;
	}

	.gt-event-section-tabs .gt-event-tabs > li > a,
	.gt-event-section-tabs .gt-event-tabs > li > a:visited {
		color: #4a4a4a;
		padding: 30px 30px;
		display: block;
		border-right: 1px solid #eee;
		position: relative;
		border-bottom: 1px solid #EAEAEA;
		width: 100%;
	}

	.gt-event-section-tabs .gt-event-tabs > li > a:after,
	.gt-event-section-tabs .gt-event-tabs > li > a:visited:after {
		height: 0;
		width: 100%;
		position: absolute;
		bottom: -1px;
		left: 0;
		content: "
      ";
		display: block;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.gt-event-section-tabs .gt-event-tabs > li > a.active:after,
	.gt-event-section-tabs .gt-event-tabs > li > a.active:visited:after,
	.gt-event-section-tabs .gt-event-tabs > li > a:hover:after,
	.gt-event-section-tabs .gt-event-tabs > li > a:focus:after {
		height: 3px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}

	.gt-event-section-tabs .gt-event-tabs > li:last-child > a,
	.gt-event-section-tabs .gt-event-tabs > li:last-child > a:visited {
		border-right: 0;
	}

	.gt-event-section-tabs .gt-content p:last-child {
		margin-bottom: 0;
	}



/*======
*
* 29. Event Detail Box
*
======*/
	.gt-content-detail-box > ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.gt-content-detail-box > ul > li {
		display: flex;
		align-items: flex-start;
		margin-bottom: 25px;
		border-bottom: 1px solid #eee;
		padding-bottom: 25px;
	}

	.gt-content-detail-box > ul > li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.gt-content-detail-box > ul > li > .gt-icon {
		font-size: 1.923rem;
		line-height: 1.923rem;
		padding-right: 25px;
		width: 60px;
	}

	.gt-content-detail-box > ul > li > .gt-icon > svg {
		width: 28px;
	}

	.gt-content-detail-box > ul > li > .gt-icon > img {
		max-width: 100%;
	}

	.gt-content-detail-box > ul > li > .gt-content {
		width: 100%;
	}

	.gt-content-detail-box > ul > li > .gt-content > .gt-title {
		text-transform: uppercase;
		margin-bottom: 2px;
		font-weight: 600;
		font-size: 0.7692rem;
		letter-spacing: 1px;
	}

	.gt-content-detail-box > ul > li > .gt-content > .gt-inner {
		font-size: 0.9231rem;
		color: #888888;
	}

	.gt-content-detail-box > ul > li > .gt-content > .gt-inner a,
	.gt-content-detail-box > ul > li > .gt-content > .gt-inner a:visited {
		color: #888888;	
	}

	.gt-content-detail-box > ul > li.gt-event-counter {
		color: #FFFFFF;
		margin: -30px -30px 25px;
		padding: 0 30px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div {
		padding: 30px 0 25px;
		flex: 1;
		position: relative;
		border-right: 1px solid rgba(0, 0, 0, 0.05);
	}

	.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div:last-child {
		border-right-width: 0;
	}

	.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div > .gt-count {
		font-size: 2.154rem;
		line-height: 2.154rem;
		font-weight: 300;
		margin-bottom: 5px;
	}

	.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div > .gt-title {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.7692rem;
		letter-spacing: 1px;
		opacity: 0.6;
	}

	.gt-content-detail-box > ul > li > .gt-content > .gt-inner > ul {
		list-style: none;
		display: inline-flex;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}

	.gt-content-detail-box > ul > li > .gt-content > .gt-inner > ul > li:after {
		content: ",
    ';
		margin-right: 4px;
	}

	.gt-content-detail-box > ul > li > .gt-content > .gt-inner > ul > li:last-child:after {
		display: none;
		margin-right: 0;
	}

	.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner {
		font-size: 1.077rem;
	}

	.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner > ul {
		margin: -5px;
	}

	.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner > ul > li {
		padding: 5px;
	}

	.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner > ul > li:after {
		display: none;
	}



/*======
*
* 30. Event Detail Buttons
*
======*/
	.gt-event-buttons ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.gt-event-buttons ul li {
		margin-bottom: 5px;
	}

	.gt-event-buttons ul li:last-child {
		margin-bottom: 0;
	}

	.gt-event-buttons ul li a,
	.gt-event-buttons ul li a:visited {
		display: block;
		color: #FFFFFF;
		padding: 20px 30px;
		font-weight: 500;
		border-radius: 5px;
		text-transform: uppercase;
		border: 2px solid #000000;
	}



/*======
*
* 31. Event Sponsors
*
======*/
	.gt-get-event-content .gt-event-sponsors .gt-columns {
		justify-content: center;
	}

	.gt-event-sponsors > .gt-columns > .gt-col a,
	.gt-event-sponsors > .gt-columns > .gt-col a:visited {
		display: block;
	}

	.gt-event-sponsors .gt-grayscale-true {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	.gt-event-sponsors.gt-type-1.gt-style-1 {
		position: relative;
	}

	.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col {
		display: flex;
	}

	.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col > .gt-inner {
		display: flex;
		height: 100%;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
		padding: 10px;
		box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.1);
		height: 100%;
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 5px;
		overflow: hidden;
	}

	.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
		color: #b9b9b9;
		font-size: 0.8462rem;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col {
		display: flex;
	}

	.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col > .gt-inner {
		display: flex;
		height: 100%;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
		border: 1px solid #EAEAEA;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
		padding: 10px;
		height: 100%;
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 5px;
		overflow: hidden;
	}

	.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
		color: #b9b9b9;
		font-size: 0.8462rem;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col > .gt-inner {
		display: flex;
		height: 100%;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.05);
		padding: 15px;
		height: 100%;
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
	}

	.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
		color: #b9b9b9;
		font-size: 0.8462rem;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col > .gt-inner {
		height: 100%;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		height: 100%;
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
	}

	.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
		color: #b9b9b9;
		font-size: 0.8462rem;
		display: block;
		margin-top: 10px;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col {
		display: flex;
	}

	.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col > .gt-inner {
		display: flex;
		height: 100%;
		width: 100%;
	}

	.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
		padding: 10px;
		height: 100%;
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 5px;
		overflow: hidden;
	}

	.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
		color: #b9b9b9;
		font-size: 0.8462rem;
		display: block;
		margin-top: 10px;
		width: 100%;
	}



/*======
*
* 32. Event Schedule
*
======*/
	.gt-event-schedule .gt-schedule-tabs > li {
		position: relative;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
		display: flex;
		margin: 0 -10px;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div {
		padding: 0 10px;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-date,
	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-time {
		font-weight: 400;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		list-style: none;
		margin: 25px 0 0;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-title {
		font-weight: 600;
		display: inline-block;
		padding: 5px 15px 5px 0;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .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-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li {
		padding: 7.5px;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li:last-child {
		margin-right: 0;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a,
	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:visited {
		background: #f6f6f6;
		padding: 15px;
		border-radius: 5px;
		display: flex;
		align-items: center;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-image {
		padding: 0 10px 0 0;
	}

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

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail {
		font-weight: 500;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail > div {
		width: 100%;
	}

	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .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-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
	.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .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-schedule-tabs {
		margin: -30px -30px 30px;
		padding: 0 30px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		display: flex;
	}

	.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li {
		position: relative;
	}

	.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a,
	.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a:visited {
		font-weight: 600;
		padding: 20px 20px;
		text-transform: uppercase;
		display: block;
		color: #FFFFFF;
		border-right: 1px solid rgba(0, 0, 0, 0.05);
	}

	.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a:last-child {
		border-right: 0;
	}

	.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a.active,
	.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a.active:visited {
		background-color: rgba(0, 0, 0, 0.05);
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading {
		background: #f6f6f6;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
		display: flex;
		margin: 0 -10px;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div {
		padding: 0 10px;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-date,
	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-time {
		font-weight: 400;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		list-style: none;
		margin: 25px 0 0;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-title {
		font-weight: 600;
		display: inline-block;
		padding: 5px 15px 5px 0;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .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-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li {
		padding: 7.5px;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li:last-child {
		margin-right: 0;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a,
	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:visited {
		background: #f6f6f6;
		padding: 15px;
		border-radius: 5px;
		display: flex;
		align-items: center;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-image {
		padding: 0 10px 0 0;
	}

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

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail {
		font-weight: 500;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail > div {
		width: 100%;
	}

	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .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-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
	.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .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-2 .gt-schedule-tabs {
		margin: -7.5px -7.5px 37.5px;
		padding: 0;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li {
		padding: 7.5px;
		position: relative;
	}

	.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a,
	.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:visited {
		margin: 0;
		display: block;
		border-radius: 25px;
		font-weight: 500;
		text-transform: uppercase;
		color: #ffffff;
		border: 1px solid #EAEAEA;
		padding: 7px 20px;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading {
		background: #f6f6f6;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:visited {
		border: 0;
		border-radius: 0;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
		display: flex;
		margin: 0 -10px;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div {
		padding: 0 10px;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-date,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-time {
		font-weight: 400;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel-collapse {
		border: 1px solid #f6f6f6;
		border-radius: 0;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel {
		margin-bottom: 1px;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers {
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		list-style: none;
		margin: 25px 0 0;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-title {
		font-weight: 600;
		display: inline-block;
		padding: 5px 15px 5px 0;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .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-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li {
		padding: 7.5px;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li:last-child {
		margin-right: 0;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:visited {
		background: #f6f6f6;
		padding: 15px;
		border-radius: 5px;
		display: flex;
		align-items: center;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-image {
		padding: 0 10px 0 0;
	}

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

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail {
		font-weight: 500;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail > div {
		width: 100%;
	}

	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .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-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
	.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .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-3 .gt-schedule-tabs {
		margin: -5px 0 1px;
		padding: 0;
		list-style: none;
	}

	.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li {
		position: relative;
	}

	.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a,
	.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a:visited {
		margin: 0;
		display: block;
		font-weight: 600;
		text-transform: uppercase;
		padding: 13px 25px;
		color: #ccc;
	}

	.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a.active,
	.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a.active:visited {
		background: #f6f6f6;
		color: #222222;
	}

	.gt-event-schedule.gt-style-4 > .gt-item {
		margin: 0 0 30px;
	}

	.gt-event-schedule.gt-style-4 > .gt-item:last-child {
		margin-bottom: 0;
	}

	.gt-event-schedule.gt-style-4 > .gt-item > .gt-heading {
		font-weight: 600;
		font-size: 1.231rem;
		color: #FFFFFF;
		padding: 20px 25px;
		flex-wrap: wrap;
		display: flex;
		align-items: end;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.gt-event-schedule.gt-style-4 > .gt-item > .gt-heading > svg {
		margin-right: 15px;
		fill: #FFF;
		width: 25px;
	}

	.gt-event-schedule.gt-style-4 > .gt-item > ul {
		list-style: none;
		padding: 0;
		margin: 0;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border: 1px solid #EAEAEA;
		overflow: hidden;
	}

	.gt-event-schedule.gt-style-4 > .gt-item > ul > li {
		background-color: #FFFFFF;
		border-bottom: 1px solid #EAEAEA;
		padding: 30px;
		display: flex;
		align-items: flex-start;
	}

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

	.gt-event-schedule.gt-style-4 > .gt-item > ul > li > .gt-image {
		padding-right: 30px;
		min-width: 80px;
	}

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

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

	.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content > .gt-title {
		font-weight: 600;
		margin-bottom: 20px;
		font-size: 1.077rem;
	}

	.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;	
	}

	.gt-event-schedule.gt-style-4 > .gt-item > 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-4 > .gt-item > 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-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li {
		padding: 7.5px;
	}

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

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

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

	.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

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

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

	.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-4 > .gt-item > 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-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
	.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
	.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
	.gt-event-schedule.gt-style-4 > .gt-item > 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-5 > .gt-item {
		margin: 0 0 30px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
		border-radius: 4px;
		overflow: hidden;
	}

	.gt-event-schedule.gt-style-5 > .gt-item:last-child {
		margin-bottom: 0;
	}

	.gt-event-schedule.gt-style-5 > .gt-item > .gt-heading {
		font-weight: 600;
		font-size: 1.231rem;
		color: #FFFFFF;
		padding: 20px 25px;
		flex-wrap: wrap;
		display: flex;
		align-items: end;
	}

	.gt-event-schedule.gt-style-5 > .gt-item > .gt-heading > svg {
		margin-right: 15px;
		fill: #FFF;
		width: 25px;
	}

	.gt-event-schedule.gt-style-5 > .gt-item > ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

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

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

	.gt-event-schedule.gt-style-5 > .gt-item > ul > li > .gt-image {
		padding-right: 30px;
		min-width: 80px;
	}

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

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

	.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content > .gt-title {
		font-weight: 600;
		margin-bottom: 20px;
		font-size: 1.077rem;
	}

	.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers {
		display: flex;
		flex-wrap: wrap;
		align-items: center;	
	}

	.gt-event-schedule.gt-style-5 > .gt-item > 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-5 > .gt-item > 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-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li {
		padding: 7.5px;
	}

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

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

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

	.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

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

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

	.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-5 > .gt-item > 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-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
	.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
	.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
	.gt-event-schedule.gt-style-5 > .gt-item > 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-6 {
		display: flex;
		flex-wrap: wrap;
		margin: 0px -15px -30px;
	}

	.gt-event-schedule.gt-style-6 > .gt-item {
		margin: 0 15px 30px;
		background-color: #FFFFFF;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
		border-radius: 4px;
		overflow: hidden;
		width: calc(100% - 30px);
		min-width: calc(50% - 30px);
		flex: 1;
	}

	.gt-event-schedule.gt-style-6 > .gt-item > .gt-heading {
		font-weight: 600;
		font-size: 1.231rem;
		color: #FFFFFF;
		padding: 20px 25px;
		flex-wrap: wrap;
		display: flex;
		align-items: end;
	}

	.gt-event-schedule.gt-style-6 > .gt-item > .gt-heading > svg {
		margin-right: 15px;
		fill: #FFF;
		width: 25px;
	}

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

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

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

	.gt-event-schedule.gt-style-6 > .gt-item > ul > li > .gt-image {
		padding-right: 30px;
		min-width: 80px;
	}

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

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

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

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

	.gt-event-schedule.gt-style-6 > .gt-item > 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 > .gt-item > 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 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li {
		padding: 7.5px;
	}

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

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

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

	.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		overflow: hidden;
	}

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

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

	.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-6 > .gt-item > 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 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-company,
	.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus .gt-detail .gt-company,
	.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover .gt-detail .gt-profession,
	.gt-event-schedule.gt-style-6 > .gt-item > 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;
	}

	@media (max-width: 991px) {
		.gt-event-schedule.gt-style-6 > .gt-item {
			width: calc(100% - 30px);
			min-width: calc(100% - 30px);
		}
	}

	.gt-event-schedule.gt-style-7 .gt-schedule-tabs {
		margin: -5px 0 65px;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a,
	.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a:visited {
		margin: 0;
		display: block;
		font-weight: 600;
		text-transform: uppercase;
		padding: 13px 25px;
		color: #ccc;
	}

	.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a:hover,
	.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a:focus,
	.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a.active,
	.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a.active:visited {
		color: #555555;
	}

	.gt-event-schedule.gt-style-7 .gt-item {
		margin: 0 0 30px;
		position: relative;
	}

	.gt-event-schedule.gt-style-7 .gt-item:last-child {
		margin: 0;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li {
		display: flex;
		align-items: center;
		margin: 0 -30px 90px;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-content {
		justify-content: flex-start;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-details {
		text-align: right;
		flex-direction: row-reverse;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-details > .gt-image {
		padding-right: 0px;
		padding-left: 15px;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-content > .gt-inner {
		border-left-width: 4px;
		border-left-style: solid;
		border-right: 0;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li:last-child {
		margin-bottom: 0;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details {
		display: inline-flex;
		align-items: center;
		padding: 0 30px;
		width: 50%;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details > .gt-image {
		padding-right: 15px;
		min-width: 30px;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details > .gt-image > img {
		width: 35px;
		height: 35px;
		border-radius: 50%;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details > .gt-date {
		font-weight: 500;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content {
		padding: 0 30px;
		width: 50%;
		display: flex;
		justify-content: flex-end;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
		padding: 30px;
		border-radius: 5px;
		width: 450px;
		max-width: 100%;
		border-right-width: 4px;
		border-right-style: solid;
		background-color: #FFFFFF;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner > .gt-title {
		font-weight: 600;
		font-size: 1.231rem;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner > .gt-text {
		color: #888888;
		font-size: 0.9231rem;
		margin-top: 10px;
	}

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

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

	.gt-event-schedule.gt-style-7 .gt-item > 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-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul {
		display: inline-flex;
		align-items: center;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		margin: -7.5px;
	}

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

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li > a,
	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li > a:visited {
		display: flex;
		align-items: center;
		font-size: 0.9231rem;
	}

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

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image {
		margin-right: 6px;
	}

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
		width: 20px;
		height: 20px;
		border-radius: 50%;
	}

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

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

	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
	.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-detail .gt-profession {
		display: none;
	}

	@media (max-width: 991px) {
		.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner,
		.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
			flex-wrap: wrap;
		}

		.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div.gt-title,
		.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div.gt-title {
			width: 100%;
		}
	}

	@media (max-width: 767px) {
		.gt-event-schedule.gt-style-7 .gt-item > ul > li {
			flex-wrap: wrap;
		}

		.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content {
			width: 100%;
		}

		.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner,
		.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-content > .gt-inner {
			width: 100%;
			margin-bottom: 30px;
		}

		.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details {
			width: 100%;
			text-align: center;
		}
	}



/*======
*
* 33. Event Tickets
*
======*/
	.gt-event-ticket.gt-style-1 {
		background-color: #FFFFFF;
		border: 1px solid #EAEAEA;
		border-radius: 5px;
		padding: 30px;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		margin: -20px -20px;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details {
		padding: 15px 20px;
		min-width: 33%;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-quantity {
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-subtitle {
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 5px;
		font-size: 0.9231rem;
		color: #888888;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-title {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.231rem;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details > .gt-price {
		font-weight: 600;
		font-size: 2.231rem;
		line-height: 1;
		margin: 0 0 25px;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-button,
	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-button:visited {
		width: 100%;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features {
		padding: 15px 20px;
		color: #888888;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p {
		margin: 0 0 7px;
		display: flex;
		align-items: center;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p:last-child {
		margin-bottom: 0;
	}

	.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p:before {
		content: "\f058";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		text-rendering: auto;
		font-size: 1.231rem;
		margin-right: 10px;
	}

	.gt-event-ticket.gt-style-2 {
		background-color: #FFFFFF;
		text-align: center;
		border: 1px solid #eee;
		padding: 30px 0;
		border-radius: 5px;
	}

	.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-title {
		font-size: 1.538rem;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-subtitle {
		color: #888888;
		font-size: 0.8462rem;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: 600;
	}

	.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-ticket-features {
		margin: 30px 0 0;
		border-bottom: 1px solid #EAEAEA;
		border-top: 1px solid #EAEAEA;
		color: #888888;
	}

	.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-ticket-features p {
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid #EAEAEA;
	}

	.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-ticket-features p:last-child {
		border-bottom: 0;
	}

	.gt-event-ticket.gt-style-2 .gt-price {
		padding: 30px 0 0;
		font-weight: 600;
		font-size: 2.231rem;
		line-height: 1;
	}

	.gt-event-ticket.gt-style-2 .gt-quantity {
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-2 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-2 .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-2 .gt-buy-now {
		margin: 25px auto 0;
		max-width: 190px;
	}

	.gt-event-ticket.gt-style-2 .gt-buy-now .gt-button,
	.gt-event-ticket.gt-style-2 .gt-buy-now .gt-button:visited {
		width: 100%;
	}

	.gt-event-ticket.gt-style-3 {
		background-color: #FFFFFF;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
		text-align: center;
		padding: 30px 0;
		border-radius: 5px;
	}

	.gt-event-ticket.gt-style-3.gt-active-on {
		border-width: 1px;
		border-style: solid;
	}

	.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-title {
		font-size: 1.538rem;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-subtitle {
		color: #888888;
		font-size: 0.8462rem;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: 600;
	}

	.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-ticket-features {
		margin: 30px 0 0;
		border-bottom: 1px solid #EAEAEA;
		border-top: 1px solid #EAEAEA;
		color: #888888;
	}

	.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-ticket-features p {
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid #EAEAEA;
	}

	.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-ticket-features p:last-child {
		border-bottom: 0;
	}

	.gt-event-ticket.gt-style-3 .gt-price {
		padding: 30px 0 0;
		font-weight: 600;
		font-size: 2.231rem;
		line-height: 1;
	}

	.gt-event-ticket.gt-style-3 .gt-quantity {
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-3 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-3 .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-3 .gt-buy-now {
		margin: 25px auto 0;
		max-width: 190px;
	}

	.gt-event-ticket.gt-style-3 .gt-buy-now .gt-button,
	.gt-event-ticket.gt-style-3 .gt-buy-now .gt-button:visited {
		width: 100%;
	}

	.gt-event-ticket.gt-style-4 {
		background-color: #FFFFFF;
		border-width: 1px;
		border-style: solid;
		padding: 30px;
		border-radius: 5px;
		text-align: center;
	}

	.gt-event-ticket.gt-style-4.gt-active-on:before {
		content: '';
		display: block;
		border: 0;
		width: 20px;
		height: 20px;
		border-left: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #CCCCCC;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
	}

	.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-title {
		font-size: 1.231rem;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-subtitle {
		color: #888888;
		font-size: 0.8462rem;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: 600;
	}

	.gt-event-ticket.gt-style-4 .gt-price {
		font-weight: 600;
		font-size: 4.231rem;
		line-height: 1;
		margin: 15px 0 0;
	}

	.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features {
		margin: 30px 0 0;
		color: #888888;
	}

	.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p {
		margin: 0 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p:last-child {
		border-bottom: 0;
	}

	.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p:before {
		content: "\f058";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		font-size: inherit;
		text-rendering: auto;
		margin-right: 10px;
	}

	.gt-event-ticket.gt-style-4 .gt-quantity {
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-4 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-4 .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-4 .gt-buy-now {
		margin: 35px auto 0;
		max-width: 190px;
	}

	.gt-event-ticket.gt-style-4 .gt-buy-now .gt-button,
	.gt-event-ticket.gt-style-4 .gt-buy-now .gt-button:visited {
		width: 100%;
	}

	.gt-event-ticket.gt-style-5 {
		background-color: #FFFFFF;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
		padding: 30px;
		border-radius: 5px;
		text-align: center;
	}

	.gt-event-ticket.gt-style-5.gt-active-on {
		border-width: 1px;
		border-style: solid;
	}

	.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-title {
		font-size: 1.231rem;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-subtitle {
		color: #888888;
		font-size: 0.8462rem;
		text-transform: uppercase;
		letter-spacing: 4px;
		font-weight: 600;
	}

	.gt-event-ticket.gt-style-5 .gt-price {
		font-weight: 600;
		font-size: 4.231rem;
		line-height: 1;
		margin: 15px 0 0;
	}

	.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features {
		margin: 30px 0 0;
		color: #888888;
	}

	.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p {
		margin: 0 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p:last-child {
		border-bottom: 0;
	}

	.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p:before {
		content: "\f058";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		font-size: inherit;
		text-rendering: auto;
		margin-right: 10px;
	}

	.gt-event-ticket.gt-style-5 .gt-quantity {
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-5 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-5 .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-5 .gt-buy-now {
		margin: 35px auto 0;
		max-width: 205px;
	}

	.gt-event-ticket.gt-style-5 .gt-buy-now .gt-button,
	.gt-event-ticket.gt-style-5 .gt-buy-now .gt-button:visited {
		width: 100%;
	}

	.gt-event-ticket.gt-style-6 {
		background-color: #FFFFFF;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
		padding: 30px;
		border-radius: 5px;
		text-align: center;
	}

	.gt-event-ticket.gt-style-6.gt-active-on {
		border-width: 1px;
		border-style: solid;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-header {
		background-color: #f9f9f9;
		padding: 50px 30px;
		margin: -30px -30px 0;
		position: relative;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-header .gt-price {
		font-weight: 600;
		font-size: 3.846rem;
		line-height: 1;
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-inner .gt-title {
		font-size: 1.077rem;
		font-weight: 500;
		letter-spacing: 3px;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-inner .gt-subtitle {
		color: #888888;
		font-size: 0.8462rem;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		border-radius: 25px;
		background-color: #FFFFFF;
		border: 1px solid #EAEAEA;
		padding: 10px 15px;
		width: 120px;
		text-align: center;
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-features {
		padding: 55px 0 0;
		color: #888888;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-features p {
		margin: 0 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-features p:before {
		content: "\f058";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		font-size: inherit;
		text-rendering: auto;
		margin-right: 10px;
	}

	.gt-event-ticket.gt-style-6 .gt-ticket-features p:last-child {
		border-bottom: 0;
	}

	.gt-event-ticket.gt-style-6 .gt-quantity {
		margin: 50px 0 10px;
	}

	.gt-event-ticket.gt-style-6 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-6 .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-6 .gt-buy-now {
		margin: 35px auto 0;
		max-width: 190px;
	}

	.gt-event-ticket.gt-style-6 .gt-buy-now .gt-button,
	.gt-event-ticket.gt-style-6 .gt-buy-now .gt-button:visited {
		width: 100%;
	}

	.gt-event-ticket.gt-style-7 {
		background-color: #FFFFFF;
		padding: 30px;
		border-radius: 5px;
		text-align: center;
		border: 1px solid #eeeeee;
	}

	.gt-event-ticket.gt-style-7.gt-active-on {
		border-width: 1px;
		border-style: solid;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-header {
		background-color: #f9f9f9;
		padding: 50px 30px;
		margin: -30px -30px 0;
		position: relative;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-header .gt-price {
		font-weight: 600;
		font-size: 3.846rem;
		line-height: 1;
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-inner .gt-title {
		font-size: 1.077rem;
		font-weight: 500;
		letter-spacing: 3px;
		text-transform: uppercase;
		line-height: 1.2;
		margin: 0 0 3px;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-inner .gt-subtitle {
		color: #888888;
		font-size: 0.8462rem;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 600;
		border-radius: 25px;
		background-color: #FFFFFF;
		border: 1px solid #EAEAEA;
		padding: 10px 15px;
		width: 120px;
		text-align: center;
		position: absolute;
		bottom: -20px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-features {
		padding: 55px 0 0;
		color: #888888;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-features p {
		margin: 0 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-features p:before {
		content: "\f058";
		display: inline-block;
		font-family: Font Awesome\ 5 Free;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-weight: 900;
		font-size: inherit;
		text-rendering: auto;
		margin-right: 10px;
	}

	.gt-event-ticket.gt-style-7 .gt-ticket-features p:last-child {
		border-bottom: 0;
	}

	.gt-event-ticket.gt-style-7 .gt-quantity {
		margin: 0 0 10px;
	}

	.gt-event-ticket.gt-style-7 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
	.gt-event-ticket.gt-style-7 .gt-quantity .bootstrap-select.gt-select > button {
		padding: 11px 17px
	}

	.gt-event-ticket.gt-style-7 .gt-buy-now {
		margin: 50px auto 0;
		max-width: 190px;
	}

	.gt-event-ticket.gt-style-7 .gt-buy-now .gt-button,
	.gt-event-ticket.gt-style-7 .gt-buy-now .gt-button:visited {
		width: 100%;
	}



/*======
*
* 34. Related Events
*
======*/
	.gt-related-events {
		margin-top: 60px;
	}

	.gt-related-events .gt-heading {
		margin-bottom: 90px;
	}



/*======
*
* 35. Event Style 1
*
======*/
	.gt-event-style-1 {
		width: 100%;
		position: relative;
	}

	.gt-event-style-1.gt-overflow-hidden {
		overflow: hidden;
	}

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

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

	.gt-event-style-1 .gt-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 );
		content: " �?;
  display: block;
  height: 100px;
  font-size: 40.77rem;
  margin-bottom: 15px;
  line-height: 40.77rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -46px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.04);
}

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

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

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

.gt-testimonials-carousel .gt-slider-pagination {
  position: relative;
  left: 0;
  text-align: center;
  margin: 60px auto 0px;
}

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

.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

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

.gt-testimonials-carousel .gt-slider-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%;
}

.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  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;
}

/*======
*
* 19. Counter
*
======*/
.gt-counter {
  text-align: center;
}

.gt-counter > .gt-number {
  width: 115px;
  height: 115px;
  line-height: 115px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 2.077rem;
  border: 2px solid #eaeaea;
  margin-bottom: 22px;
  display: inline-block;
}

.gt-counter > .gt-title {
  text-transform: uppercase;
  font-size: 1.462rem;
  font-weight: 600;
}

.gt-counter.gt-white .gt-number {
  border-color: #ffffff;
  color: #ffffff;
}

.gt-counter.gt-white .gt-title {
  color: #ffffff;
}

/*======
*
* 20. Contact Box
*
======*/
.gt-contact-box .gt-item {
  margin-bottom: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gt-contact-box .gt-item.gt-text {
  margin-bottom: 28px;
}

.gt-contact-box .gt-item.gt-link {
  margin: 28px 0px 0px;
  justify-content: flex-start;
}

.gt-contact-box i {
  font-size: 1.385rem;
  width: 31px;
}

/*======
*
* 21. App Box
*
======*/
.gt-app-box {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}

.gt-app-box .gt-item {
  padding: 7.5px;
  overflow: hidden;
  width: 50%;
}

.gt-app-box .gt-item a,
.gt-app-box .gt-item a:visited {
  padding: 13px 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 100%;
  font-size: 0.9231rem;
  align-items: center;
  display: flex;
}

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

.gt-app-box .gt-item .gt-inner > span {
  line-height: 1.4;
  display: block;
}

.gt-app-box .gt-item .gt-app-name {
  font-weight: 600;
}

.gt-app-box .gt-item a:hover,
.gt-app-box .gt-item a:focus {
  color: #ffffff;
}

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

/*======
*
* 22. Newsletter Element
*
======*/
.gt-mailchimp-newsletter .mc4wp-alert {
  margin-top: 20px;
}

.gt-mailchimp-newsletter div.title {
  font-size: 1.231rem;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  margin-right: 20px;
  align-items: center;
  width: 105px;
}

.gt-mailchimp-newsletter .title i {
  font-size: 1.385rem;
  margin-right: 15px;
  margin-top: -3px;
}

.gt-mailchimp-newsletter button {
  width: 100%;
}

.gt-mailchimp-newsletter button i {
  margin-right: 15px;
  font-size: 1.231rem;
}

.gt-mailchimp-newsletter button:hover,
.gt-mailchimp-newsletter button:focus {
  background: transparent;
}

.gt-mailchimp-newsletter.gt-dark .gt-checkbox,
.gt-mailchimp-newsletter.gt-dark .gt-checkbox-label,
.gt-mailchimp-newsletter.gt-dark .mc4wp-alert,
.gt-mailchimp-newsletter.gt-dark .newsletter-content div.title {
  color: #ffffff;
}

.gt-mailchimp-newsletter.gt-dark .gt-checkbox-label a,
.gt-mailchimp-newsletter.gt-dark .gt-checkbox-label a:visited {
  color: currentColor;
}

.gt-mailchimp-newsletter.gt-dark .gt-checkbox,
.gt-mailchimp-newsletter.gt-dark select,
.gt-mailchimp-newsletter.gt-dark input[type="text"],
.gt-mailchimp-newsletter.gt-dark input[type="email"] {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.gt-mailchimp-newsletter.gt-dark input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.gt-mailchimp-newsletter.gt-dark input[type="text"]::-moz-placeholder {
  color: #ffffff;
}
.gt-mailchimp-newsletter.gt-dark input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.gt-mailchimp-newsletter.gt-dark input[type="text"]:-moz-placeholder {
  color: #ffffff;
}

.gt-mailchimp-newsletter.gt-dark input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}
.gt-mailchimp-newsletter.gt-dark input[type="email"]::-moz-placeholder {
  color: #ffffff;
}
.gt-mailchimp-newsletter.gt-dark input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
.gt-mailchimp-newsletter.gt-dark input[type="email"]:-moz-placeholder {
  color: #ffffff;
}

/*======
*
* 23. Modal Button
*
======*/
.gt-modal-button-modal .gt-modal-inner-content iframe,
.gt-modal-button-modal .gt-modal-inner-content video {
  width: 100%;
  max-width: 100%;
}

/*======
*
* 24. Icon List
*
======*/
.gt-icon-list.gt-style2 {
  color: #ffffff;
}

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

.gt-icon-list ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.gt-icon-list ul li:last-child {
  margin-bottom: 0;
}

.gt-icon-list ul li i {
  font-size: 1.308rem;
  margin-right: 10px;
}

/*======
*
* 25. Single Content
*
======*/
.gt-page-content .gt-page-sharing {
  margin-top: 30px;
}

.gt-page-content .gt-page-sharing > .gt-title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gt-page-content .gt-tags {
  margin-top: 30px;
}

.gt-page-content .gt-post-meta {
  margin-top: 30px;
}

.gt-page-content .gt-post-meta a,
.gt-page-content .gt-post-meta a:visited {
  color: #555555;
}

.gt-page-content .gt-post-meta > ul {
  list-style: none;
  padding: 0;
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-page-content .gt-post-meta > ul > li {
  padding: 10px;
  display: flex;
  align-items: center;
}

.gt-page-content .gt-post-meta > ul > li i {
  margin-right: 8px;
  font-size: 1.154rem;
}

.gt-page-content .gt-post-meta > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0 -1.5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-page-content .gt-post-meta > ul > li ul li {
  padding: 0 1.5px;
}

.gt-page-content .gt-post-meta > ul > li ul li:after {
  content: ;
}

.gt-page-content .gt-post-meta > ul > li ul li:last-child:after {
  display: none;
}

.gt-page-content .gt-post-meta {
  margin-top: 30px;
}

.gt-page-content .gt-post-pages {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.gt-page-content .gt-post-pages > a,
.gt-page-content .gt-post-pages > a:visited,
.gt-page-content .gt-post-pages > span {
  display: block;
}

.gt-page-content .gt-post-pages > * {
  margin-right: 10px;
}

.gt-page-content .gt-post-pages > *:last-child {
  margin-right: 0;
}

.gt-page-content .gt-post-pages > span {
  font-weight: 600;
  opacity: 0.6;
}

.gt-page-content .gt-post-pages .gt-title {
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
}

.gt-page-content > .gt-content:before,
.gt-page-content > .gt-content:after {
  content: ;
  display: block;
  clear: both;
}

.gt-post-pagination ul {
  list-style: none;
  padding: 0;
  margin: 35px -10px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-post-pagination ul li {
  padding: 10px;
}

.gt-post-pagination ul li a,
.gt-post-pagination ul li a:visited {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  padding: 9px 30px;
  border-radius: 30px;
}

.gt-post-author .gt-section-content {
  display: flex;
}

.gt-post-author .gt-section-content .gt-avatar {
  min-width: 120px;
  padding-right: 25px;
}

.gt-post-author .gt-section-content .gt-avatar img {
  border-radius: 5px;
  margin: 0;
}

.gt-post-author .gt-section-content .gt-content .gt-author-name {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.gt-post-author .gt-section-content .gt-content ul {
  list-style: none;
  padding: 0;
  margin: 5px -5px -5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-author .gt-section-content .gt-content ul li {
  padding: 5px;
}

/*======
*
* 26. Content Header
*
======*/
.gt-content-header {
  position: relative;
}

.gt-content-header.gt-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -30px -30px 30px;
  overflow: hidden;
}

.gt-content-header.gt-image-slider {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -30px -30px 30px;
  overflow: hidden;
}

.gt-content-header.gt-image-slider .gt-slider-control {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.154rem;
  cursor: pointer;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin: 0 30px;
  z-index: 5;
  outline: 0;
}

.gt-content-header.gt-image-slider .gt-slider-control:hover,
.gt-content-header.gt-image-slider .gt-slider-control:focus {
  opacity: 0.6;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gt-content-header.gt-image-slider .gt-slider-control.gt-slider-prev {
  left: 0;
}

.gt-content-header.gt-image-slider .gt-slider-control.gt-slider-next {
  right: 0;
}

.gt-content-header.gt-image-gallery {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -30px -30px 30px;
  overflow: hidden;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-content-header.gt-image-gallery > .gt-item {
  width: 25%;
  background-color: #000000;
}

.gt-content-header.gt-image-gallery > .gt-item img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-content-header.gt-image-gallery > .gt-item img:hover,
.gt-content-header.gt-image-gallery > .gt-item img:focus {
  opacity: 0.8;
  background-color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-content-header.gt-code {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: -30px -30px 30px;
  overflow: hidden;
}

.gt-content-header.gt-code > * {
  width: 100%;
}

/*======
*
* 27. Photos Section
*
======*/
.gt-photos-sections a,
.gt-photos-sections a:visited {
  position: relative;
  display: block;
}

.gt-photos-sections a:before,
.gt-photos-sections a:visited:before {
  content: ;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-photos-sections a:hover:before,
.gt-photos-sections a:focus:before {
  opacity: 0.3;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-photos-sections a > img,
.gt-photos-sections a:visited > img {
  width: 100%;
}

/*======
*
* 28. Event Tabs & Sections
*
======*/
.gt-event-section-tabs .gt-event-tabs {
  list-style: none;
  text-align: center;
  display: flex;
  margin: -30px -30px 30px;
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}

.gt-event-section-tabs .gt-event-tabs .gt-flex-menu {
  margin-top: -3px;
}

.gt-event-section-tabs .gt-event-tabs > li {
  position: relative;
  display: inline-flex;
  flex: 1;
}

.gt-event-section-tabs .gt-event-tabs > li > a,
.gt-event-section-tabs .gt-event-tabs > li > a:visited {
  color: #4a4a4a;
  padding: 30px 30px;
  display: block;
  border-right: 1px solid #eee;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}

.gt-event-section-tabs .gt-event-tabs > li > a:after,
.gt-event-section-tabs .gt-event-tabs > li > a:visited:after {
  height: 0;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-event-section-tabs .gt-event-tabs > li > a.active:after,
.gt-event-section-tabs .gt-event-tabs > li > a.active:visited:after,
.gt-event-section-tabs .gt-event-tabs > li > a:hover:after,
.gt-event-section-tabs .gt-event-tabs > li > a:focus:after {
  height: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-event-section-tabs .gt-event-tabs > li:last-child > a,
.gt-event-section-tabs .gt-event-tabs > li:last-child > a:visited {
  border-right: 0;
}

.gt-event-section-tabs .gt-content p:last-child {
  margin-bottom: 0;
}

/*======
*
* 29. Event Detail Box
*
======*/
.gt-content-detail-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-content-detail-box > ul > li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.gt-content-detail-box > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.gt-content-detail-box > ul > li > .gt-icon {
  font-size: 1.923rem;
  line-height: 1.923rem;
  padding-right: 25px;
  width: 60px;
}

.gt-content-detail-box > ul > li > .gt-icon > svg {
  width: 28px;
}

.gt-content-detail-box > ul > li > .gt-icon > img {
  max-width: 100%;
}

.gt-content-detail-box > ul > li > .gt-content {
  width: 100%;
}

.gt-content-detail-box > ul > li > .gt-content > .gt-title {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.7692rem;
  letter-spacing: 1px;
}

.gt-content-detail-box > ul > li > .gt-content > .gt-inner {
  font-size: 0.9231rem;
  color: #888888;
}

.gt-content-detail-box > ul > li > .gt-content > .gt-inner a,
.gt-content-detail-box > ul > li > .gt-content > .gt-inner a:visited {
  color: #888888;
}

.gt-content-detail-box > ul > li.gt-event-counter {
  color: #ffffff;
  margin: -30px -30px 25px;
  padding: 0 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div {
  padding: 30px 0 25px;
  flex: 1;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div:last-child {
  border-right-width: 0;
}

.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div > .gt-count {
  font-size: 2.154rem;
  line-height: 2.154rem;
  font-weight: 300;
  margin-bottom: 5px;
}

.gt-content-detail-box > ul > li.gt-event-counter > .gt-content .gt-event-starting-time > div > .gt-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7692rem;
  letter-spacing: 1px;
  opacity: 0.6;
}

.gt-content-detail-box > ul > li > .gt-content > .gt-inner > ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.gt-content-detail-box > ul > li > .gt-content > .gt-inner > ul > li:after {
  content: ;
  margin-right: 4px;
}

.gt-content-detail-box > ul > li > .gt-content > .gt-inner > ul > li:last-child:after {
  display: none;
  margin-right: 0;
}

.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner {
  font-size: 1.077rem;
}

.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner > ul {
  margin: -5px;
}

.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner > ul > li {
  padding: 5px;
}

.gt-content-detail-box > ul > li.gt-social-links > .gt-content > .gt-inner > ul > li:after {
  display: none;
}

/*======
*
* 30. Event Detail Buttons
*
======*/
.gt-event-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-event-buttons ul li {
  margin-bottom: 5px;
}

.gt-event-buttons ul li:last-child {
  margin-bottom: 0;
}

.gt-event-buttons ul li a,
.gt-event-buttons ul li a:visited {
  display: block;
  color: #ffffff;
  padding: 20px 30px;
  font-weight: 500;
  border-radius: 5px;
  text-transform: uppercase;
  border: 2px solid #000000;
}

/*======
*
* 31. Event Sponsors
*
======*/
.gt-get-event-content .gt-event-sponsors .gt-columns {
  justify-content: center;
}

.gt-event-sponsors > .gt-columns > .gt-col a,
.gt-event-sponsors > .gt-columns > .gt-col a:visited {
  display: block;
}

.gt-event-sponsors .gt-grayscale-true {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gt-event-sponsors.gt-type-1.gt-style-1 {
  position: relative;
}

.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col {
  display: flex;
}

.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col > .gt-inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
  box-shadow: 5px 5px 15px -3px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.gt-event-sponsors.gt-type-1.gt-style-1 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
  color: #b9b9b9;
  font-size: 0.8462rem;
  display: block;
  margin-top: 10px;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col {
  display: flex;
}

.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col > .gt-inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.gt-event-sponsors.gt-type-1.gt-style-2 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
  color: #b9b9b9;
  font-size: 0.8462rem;
  display: block;
  margin-top: 10px;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col > .gt-inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.gt-event-sponsors.gt-type-1.gt-style-3 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
  color: #b9b9b9;
  font-size: 0.8462rem;
  display: block;
  margin-top: 10px;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col > .gt-inner {
  height: 100%;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.gt-event-sponsors.gt-type-1.gt-style-4 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
  color: #b9b9b9;
  font-size: 0.8462rem;
  display: block;
  margin-top: 10px;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col {
  display: flex;
}

.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col > .gt-inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col > .gt-inner > .gt-logo {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.gt-event-sponsors.gt-type-1.gt-style-5 > .gt-columns > .gt-col > .gt-inner > .gt-logo span {
  color: #b9b9b9;
  font-size: 0.8462rem;
  display: block;
  margin-top: 10px;
  width: 100%;
}

/*======
*
* 32. Event Schedule
*
======*/
.gt-event-schedule .gt-schedule-tabs > li {
  position: relative;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
  display: flex;
  margin: 0 -10px;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div {
  padding: 0 10px;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-date,
.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-time {
  font-weight: 400;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 25px 0 0;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-title {
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px 5px 0;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .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-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li:last-child {
  margin-right: 0;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a,
.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:visited {
  background: #f6f6f6;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-image {
  padding: 0 10px 0 0;
}

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

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail {
  font-weight: 500;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail > div {
  width: 100%;
}

.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
.gt-event-schedule.gt-style-1
  .gt-dropdown
  .gt-panel-body
  .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-1
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-1
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:focus
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-1
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-profession,
.gt-event-schedule.gt-style-1
  .gt-dropdown
  .gt-panel-body
  .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-schedule-tabs {
  margin: -30px -30px 30px;
  padding: 0 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
}

.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li {
  position: relative;
}

.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a,
.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a:visited {
  font-weight: 600;
  padding: 20px 20px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a:last-child {
  border-right: 0;
}

.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a.active,
.gt-event-schedule.gt-style-1 .gt-schedule-tabs > li > a.active:visited {
  background-color: rgba(0, 0, 0, 0.05);
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading {
  background: #f6f6f6;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
  display: flex;
  margin: 0 -10px;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div {
  padding: 0 10px;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-date,
.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-time {
  font-weight: 400;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 25px 0 0;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-title {
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px 5px 0;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .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-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li:last-child {
  margin-right: 0;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a,
.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:visited {
  background: #f6f6f6;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-image {
  padding: 0 10px 0 0;
}

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

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail {
  font-weight: 500;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail > div {
  width: 100%;
}

.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
.gt-event-schedule.gt-style-2
  .gt-dropdown
  .gt-panel-body
  .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-2
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-2
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:focus
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-2
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-profession,
.gt-event-schedule.gt-style-2
  .gt-dropdown
  .gt-panel-body
  .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-2 .gt-schedule-tabs {
  margin: -7.5px -7.5px 37.5px;
  padding: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li {
  padding: 7.5px;
  position: relative;
}

.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:visited {
  margin: 0;
  display: block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 7px 20px;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading {
  background: #f6f6f6;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:visited {
  border: 0;
  border-radius: 0;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
  display: flex;
  margin: 0 -10px;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div {
  padding: 0 10px;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-date,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > .gt-time {
  font-weight: 400;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel-collapse {
  border: 1px solid #f6f6f6;
  border-radius: 0;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-group .gt-panel {
  margin-bottom: 1px;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 25px 0 0;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-title {
  font-weight: 600;
  display: inline-block;
  padding: 5px 15px 5px 0;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .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-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li:last-child {
  margin-right: 0;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:visited {
  background: #f6f6f6;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-image {
  padding: 0 10px 0 0;
}

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

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail {
  font-weight: 500;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail > div {
  width: 100%;
}

.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li .gt-detail .gt-company,
.gt-event-schedule.gt-style-3
  .gt-dropdown
  .gt-panel-body
  .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-3
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-3
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:focus
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-3
  .gt-dropdown
  .gt-panel-body
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-profession,
.gt-event-schedule.gt-style-3
  .gt-dropdown
  .gt-panel-body
  .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-3 .gt-schedule-tabs {
  margin: -5px 0 1px;
  padding: 0;
  list-style: none;
}

.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li {
  position: relative;
}

.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a,
.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a:visited {
  margin: 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 25px;
  color: #ccc;
}

.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a.active,
.gt-event-schedule.gt-style-3 .gt-schedule-tabs > li > a.active:visited {
  background: #f6f6f6;
  color: #222222;
}

.gt-event-schedule.gt-style-4 > .gt-item {
  margin: 0 0 30px;
}

.gt-event-schedule.gt-style-4 > .gt-item:last-child {
  margin-bottom: 0;
}

.gt-event-schedule.gt-style-4 > .gt-item > .gt-heading {
  font-weight: 600;
  font-size: 1.231rem;
  color: #ffffff;
  padding: 20px 25px;
  flex-wrap: wrap;
  display: flex;
  align-items: end;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.gt-event-schedule.gt-style-4 > .gt-item > .gt-heading > svg {
  margin-right: 15px;
  fill: #fff;
  width: 25px;
}

.gt-event-schedule.gt-style-4 > .gt-item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}

.gt-event-schedule.gt-style-4 > .gt-item > ul > li {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  padding: 30px;
  display: flex;
  align-items: flex-start;
}

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

.gt-event-schedule.gt-style-4 > .gt-item > ul > li > .gt-image {
  padding-right: 30px;
  min-width: 80px;
}

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

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

.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content > .gt-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.077rem;
}

.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-event-schedule.gt-style-4 > .gt-item > 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-4 > .gt-item > 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-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

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

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

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

.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

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

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

.gt-event-schedule.gt-style-4
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-4
  > .gt-item
  > 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-4
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-4
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:focus
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-4
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-profession,
.gt-event-schedule.gt-style-4
  > .gt-item
  > 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-5 > .gt-item {
  margin: 0 0 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.gt-event-schedule.gt-style-5 > .gt-item:last-child {
  margin-bottom: 0;
}

.gt-event-schedule.gt-style-5 > .gt-item > .gt-heading {
  font-weight: 600;
  font-size: 1.231rem;
  color: #ffffff;
  padding: 20px 25px;
  flex-wrap: wrap;
  display: flex;
  align-items: end;
}

.gt-event-schedule.gt-style-5 > .gt-item > .gt-heading > svg {
  margin-right: 15px;
  fill: #fff;
  width: 25px;
}

.gt-event-schedule.gt-style-5 > .gt-item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-event-schedule.gt-style-5 > .gt-item > ul > li {
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: flex-start;
}

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

.gt-event-schedule.gt-style-5 > .gt-item > ul > li > .gt-image {
  padding-right: 30px;
  min-width: 80px;
}

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

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

.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content > .gt-title {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.077rem;
}

.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-event-schedule.gt-style-5 > .gt-item > 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-5 > .gt-item > 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-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

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

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

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

.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

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

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

.gt-event-schedule.gt-style-5
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-5
  > .gt-item
  > 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-5
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-5
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:focus
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-5
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-profession,
.gt-event-schedule.gt-style-5
  > .gt-item
  > 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-6 {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px -30px;
}

.gt-event-schedule.gt-style-6 > .gt-item {
  margin: 0 15px 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  width: calc(100% - 30px);
  min-width: calc(50% - 30px);
  flex: 1;
}

.gt-event-schedule.gt-style-6 > .gt-item > .gt-heading {
  font-weight: 600;
  font-size: 1.231rem;
  color: #ffffff;
  padding: 20px 25px;
  flex-wrap: wrap;
  display: flex;
  align-items: end;
}

.gt-event-schedule.gt-style-6 > .gt-item > .gt-heading > svg {
  margin-right: 15px;
  fill: #fff;
  width: 25px;
}

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

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

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

.gt-event-schedule.gt-style-6 > .gt-item > ul > li > .gt-image {
  padding-right: 30px;
  min-width: 80px;
}

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

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

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

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

.gt-event-schedule.gt-style-6 > .gt-item > 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 > .gt-item > 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 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li {
  padding: 7.5px;
}

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

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

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

.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

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

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

.gt-event-schedule.gt-style-6
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-6
  > .gt-item
  > 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
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-6
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:focus
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-6
  > .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  a:hover
  .gt-detail
  .gt-profession,
.gt-event-schedule.gt-style-6
  > .gt-item
  > 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;
}

@media (max-width: 991px) {
  .gt-event-schedule.gt-style-6 > .gt-item {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}

.gt-event-schedule.gt-style-7 .gt-schedule-tabs {
  margin: -5px 0 65px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a,
.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a:visited {
  margin: 0;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 25px;
  color: #ccc;
}

.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a:hover,
.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a:focus,
.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a.active,
.gt-event-schedule.gt-style-7 .gt-schedule-tabs li a.active:visited {
  color: #555555;
}

.gt-event-schedule.gt-style-7 .gt-item {
  margin: 0 0 30px;
  position: relative;
}

.gt-event-schedule.gt-style-7 .gt-item:last-child {
  margin: 0;
}

.gt-event-schedule.gt-style-7 .gt-item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li {
  display: flex;
  align-items: center;
  margin: 0 -30px 90px;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) {
  flex-direction: row-reverse;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-content {
  justify-content: flex-start;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-details {
  text-align: right;
  flex-direction: row-reverse;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-details > .gt-image {
  padding-right: 0px;
  padding-left: 15px;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-content > .gt-inner {
  border-left-width: 4px;
  border-left-style: solid;
  border-right: 0;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li:last-child {
  margin-bottom: 0;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details {
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  width: 50%;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details > .gt-image {
  padding-right: 15px;
  min-width: 30px;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details > .gt-image > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details > .gt-date {
  font-weight: 500;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content {
  padding: 0 30px;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  width: 450px;
  max-width: 100%;
  border-right-width: 4px;
  border-right-style: solid;
  background-color: #ffffff;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner > .gt-title {
  font-weight: 600;
  font-size: 1.231rem;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner > .gt-text {
  color: #888888;
  font-size: 0.9231rem;
  margin-top: 10px;
}

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

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

.gt-event-schedule.gt-style-7 .gt-item > 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-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -7.5px;
}

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

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li > a,
.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li > a:visited {
  display: flex;
  align-items: center;
  font-size: 0.9231rem;
}

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

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image {
  margin-right: 6px;
}

.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li .gt-image img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

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

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

.gt-event-schedule.gt-style-7
  .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  .gt-detail
  .gt-company,
.gt-event-schedule.gt-style-7
  .gt-item
  > ul
  > li
  .gt-content
  .gt-schedule-speakers
  .gt-list
  ul
  li
  .gt-detail
  .gt-profession {
  display: none;
}

@media (max-width: 991px) {
  .gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner,
  .gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner {
    flex-wrap: wrap;
  }

  .gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div.gt-title,
  .gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading .gt-inner > div.gt-title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gt-event-schedule.gt-style-7 .gt-item > ul > li {
    flex-wrap: wrap;
  }

  .gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content {
    width: 100%;
  }

  .gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner,
  .gt-event-schedule.gt-style-7 .gt-item > ul > li:nth-child(odd) .gt-content > .gt-inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .gt-event-schedule.gt-style-7 .gt-item > ul > li > .gt-details {
    width: 100%;
    text-align: center;
  }
}

/*======
*
* 33. Event Tickets
*
======*/
.gt-event-ticket.gt-style-1 {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 30px;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -20px -20px;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details {
  padding: 15px 20px;
  min-width: 33%;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-quantity {
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-1
  .gt-ticket-inner
  > .gt-details
  .gt-quantity
  .bootstrap-select
  .dropdown-toggle
  .filter-option,
.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 0.9231rem;
  color: #888888;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.231rem;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details > .gt-price {
  font-weight: 600;
  font-size: 2.231rem;
  line-height: 1;
  margin: 0 0 25px;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-button,
.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-button:visited {
  width: 100%;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features {
  padding: 15px 20px;
  color: #888888;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p {
  margin: 0 0 7px;
  display: flex;
  align-items: center;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p:last-child {
  margin-bottom: 0;
}

.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p:before {
  content: "\f058";
  display: inline-block;
  font-family: Font Awesome\5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  text-rendering: auto;
  font-size: 1.231rem;
  margin-right: 10px;
}

.gt-event-ticket.gt-style-2 {
  background-color: #ffffff;
  text-align: center;
  border: 1px solid #eee;
  padding: 30px 0;
  border-radius: 5px;
}

.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-title {
  font-size: 1.538rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-subtitle {
  color: #888888;
  font-size: 0.8462rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
}

.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-ticket-features {
  margin: 30px 0 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  color: #888888;
}

.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-ticket-features p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-ticket-features p:last-child {
  border-bottom: 0;
}

.gt-event-ticket.gt-style-2 .gt-price {
  padding: 30px 0 0;
  font-weight: 600;
  font-size: 2.231rem;
  line-height: 1;
}

.gt-event-ticket.gt-style-2 .gt-quantity {
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-2 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
.gt-event-ticket.gt-style-2 .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-2 .gt-buy-now {
  margin: 25px auto 0;
  max-width: 190px;
}

.gt-event-ticket.gt-style-2 .gt-buy-now .gt-button,
.gt-event-ticket.gt-style-2 .gt-buy-now .gt-button:visited {
  width: 100%;
}

.gt-event-ticket.gt-style-3 {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 30px 0;
  border-radius: 5px;
}

.gt-event-ticket.gt-style-3.gt-active-on {
  border-width: 1px;
  border-style: solid;
}

.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-title {
  font-size: 1.538rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-subtitle {
  color: #888888;
  font-size: 0.8462rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
}

.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-ticket-features {
  margin: 30px 0 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  color: #888888;
}

.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-ticket-features p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}

.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-ticket-features p:last-child {
  border-bottom: 0;
}

.gt-event-ticket.gt-style-3 .gt-price {
  padding: 30px 0 0;
  font-weight: 600;
  font-size: 2.231rem;
  line-height: 1;
}

.gt-event-ticket.gt-style-3 .gt-quantity {
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-3 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
.gt-event-ticket.gt-style-3 .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-3 .gt-buy-now {
  margin: 25px auto 0;
  max-width: 190px;
}

.gt-event-ticket.gt-style-3 .gt-buy-now .gt-button,
.gt-event-ticket.gt-style-3 .gt-buy-now .gt-button:visited {
  width: 100%;
}

.gt-event-ticket.gt-style-4 {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
}

.gt-event-ticket.gt-style-4.gt-active-on:before {
  content: ;
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #cccccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-title {
  font-size: 1.231rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-subtitle {
  color: #888888;
  font-size: 0.8462rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
}

.gt-event-ticket.gt-style-4 .gt-price {
  font-weight: 600;
  font-size: 4.231rem;
  line-height: 1;
  margin: 15px 0 0;
}

.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features {
  margin: 30px 0 0;
  color: #888888;
}

.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p:last-child {
  border-bottom: 0;
}

.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p:before {
  content: "\f058";
  display: inline-block;
  font-family: Font Awesome\5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
}

.gt-event-ticket.gt-style-4 .gt-quantity {
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-4 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
.gt-event-ticket.gt-style-4 .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-4 .gt-buy-now {
  margin: 35px auto 0;
  max-width: 190px;
}

.gt-event-ticket.gt-style-4 .gt-buy-now .gt-button,
.gt-event-ticket.gt-style-4 .gt-buy-now .gt-button:visited {
  width: 100%;
}

.gt-event-ticket.gt-style-5 {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  text-align: center;
}

.gt-event-ticket.gt-style-5.gt-active-on {
  border-width: 1px;
  border-style: solid;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-title {
  font-size: 1.231rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-subtitle {
  color: #888888;
  font-size: 0.8462rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
}

.gt-event-ticket.gt-style-5 .gt-price {
  font-weight: 600;
  font-size: 4.231rem;
  line-height: 1;
  margin: 15px 0 0;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features {
  margin: 30px 0 0;
  color: #888888;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p:last-child {
  border-bottom: 0;
}

.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p:before {
  content: "\f058";
  display: inline-block;
  font-family: Font Awesome\5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
}

.gt-event-ticket.gt-style-5 .gt-quantity {
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-5 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
.gt-event-ticket.gt-style-5 .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-5 .gt-buy-now {
  margin: 35px auto 0;
  max-width: 205px;
}

.gt-event-ticket.gt-style-5 .gt-buy-now .gt-button,
.gt-event-ticket.gt-style-5 .gt-buy-now .gt-button:visited {
  width: 100%;
}

.gt-event-ticket.gt-style-6 {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  text-align: center;
}

.gt-event-ticket.gt-style-6.gt-active-on {
  border-width: 1px;
  border-style: solid;
}

.gt-event-ticket.gt-style-6 .gt-ticket-header {
  background-color: #f9f9f9;
  padding: 50px 30px;
  margin: -30px -30px 0;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.gt-event-ticket.gt-style-6 .gt-ticket-header .gt-price {
  font-weight: 600;
  font-size: 3.846rem;
  line-height: 1;
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-6 .gt-ticket-inner .gt-title {
  font-size: 1.077rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-6 .gt-ticket-inner .gt-subtitle {
  color: #888888;
  font-size: 0.8462rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  width: 120px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.gt-event-ticket.gt-style-6 .gt-ticket-features {
  padding: 55px 0 0;
  color: #888888;
}

.gt-event-ticket.gt-style-6 .gt-ticket-features p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-event-ticket.gt-style-6 .gt-ticket-features p:before {
  content: "\f058";
  display: inline-block;
  font-family: Font Awesome\5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
}

.gt-event-ticket.gt-style-6 .gt-ticket-features p:last-child {
  border-bottom: 0;
}

.gt-event-ticket.gt-style-6 .gt-quantity {
  margin: 50px 0 10px;
}

.gt-event-ticket.gt-style-6 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
.gt-event-ticket.gt-style-6 .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-6 .gt-buy-now {
  margin: 35px auto 0;
  max-width: 190px;
}

.gt-event-ticket.gt-style-6 .gt-buy-now .gt-button,
.gt-event-ticket.gt-style-6 .gt-buy-now .gt-button:visited {
  width: 100%;
}

.gt-event-ticket.gt-style-7 {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #eeeeee;
}

.gt-event-ticket.gt-style-7.gt-active-on {
  border-width: 1px;
  border-style: solid;
}

.gt-event-ticket.gt-style-7 .gt-ticket-header {
  background-color: #f9f9f9;
  padding: 50px 30px;
  margin: -30px -30px 0;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.gt-event-ticket.gt-style-7 .gt-ticket-header .gt-price {
  font-weight: 600;
  font-size: 3.846rem;
  line-height: 1;
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-7 .gt-ticket-inner .gt-title {
  font-size: 1.077rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 3px;
}

.gt-event-ticket.gt-style-7 .gt-ticket-inner .gt-subtitle {
  color: #888888;
  font-size: 0.8462rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  width: 120px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.gt-event-ticket.gt-style-7 .gt-ticket-features {
  padding: 55px 0 0;
  color: #888888;
}

.gt-event-ticket.gt-style-7 .gt-ticket-features p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-event-ticket.gt-style-7 .gt-ticket-features p:before {
  content: "\f058";
  display: inline-block;
  font-family: Font Awesome\5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 10px;
}

.gt-event-ticket.gt-style-7 .gt-ticket-features p:last-child {
  border-bottom: 0;
}

.gt-event-ticket.gt-style-7 .gt-quantity {
  margin: 0 0 10px;
}

.gt-event-ticket.gt-style-7 .gt-quantity .bootstrap-select .dropdown-toggle .filter-option,
.gt-event-ticket.gt-style-7 .gt-quantity .bootstrap-select.gt-select > button {
  padding: 11px 17px;
}

.gt-event-ticket.gt-style-7 .gt-buy-now {
  margin: 50px auto 0;
  max-width: 190px;
}

.gt-event-ticket.gt-style-7 .gt-buy-now .gt-button,
.gt-event-ticket.gt-style-7 .gt-buy-now .gt-button:visited {
  width: 100%;
}

/*======
*
* 34. Related Events
*
======*/
.gt-related-events {
  margin-top: 60px;
}

.gt-related-events .gt-heading {
  margin-bottom: 90px;
}

/*======
*
* 35. Event Style 1
*
======*/
.gt-event-style-1 {
  width: 100%;
  position: relative;
}

.gt-event-style-1.gt-overflow-hidden {
  overflow: hidden;
}

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

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

.gt-event-style-1 .gt-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; position: absolute; height: 100%; width: 100%; 
               top: 0; left: 0; border-radius: 5px';
}

.gt-event-style-1 .gt-image img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.gt-event-style-1 .gt-event-status {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  font-size: 0.9231rem;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  background: #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
}

.gt-event-style-1 .gt-price {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  font-size: 0.9231rem;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  color: #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
}

.gt-event-style-1 .gt-title {
  font-size: 1.462rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}

.gt-event-style-1 .gt-details {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-1 .gt-details > div {
  margin-right: 20px;
  margin-bottom: 5px;
}

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

.gt-event-style-1 .gt-text {
  font-size: 0.9231rem;
  color: #777777;
}

.gt-event-style-1 .gt-category {
  font-size: 0.9231rem;
  text-transform: uppercase;
}

.gt-event-style-1 .gt-category ul {
  list-style: none;
  margin: 0 -5px -10px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-event-style-1 .gt-category ul li {
  margin: 0 5px 10px;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #ffffff;
}

.gt-event-style-1 .gt-category ul a,
.gt-event-style-1 .gt-category ul a:visited {
  color: #ffffff;
  display: block;
}

.gt-event-style-1 .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-1 .gt-location ul li {
  margin-right: 5px;
}

.gt-event-style-1 .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-event-style-1 .gt-location ul li:after {
  content: ",";
}

.gt-event-style-1 .gt-location ul li:last-child:after {
  display: none;
}

.gt-event-style-1 .gt-venue ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-1 .gt-venue ul li {
  margin-right: 5px;
}

.gt-event-style-1 .gt-venue ul li:last-child {
  margin-right: 0;
}

.gt-event-style-1 .gt-venue ul li:after {
  content: ",";
}

.gt-event-style-1 .gt-venue ul li:last-child:after {
  display: none;
}

.gt-event-style-1 .gt-venue a,
.gt-event-style-1 .gt-venue a:visited,
.gt-event-style-1 .gt-location ul li a,
.gt-event-style-1 .gt-location ul li a:visited {
  color: #777777;
}

.gt-event-style-1 .gt-venue,
.gt-event-style-1 .gt-stock,
.gt-event-style-1 .gt-location,
.gt-event-style-1 .gt-date,
.gt-event-style-1 .gt-time {
  font-size: 0.9231rem;
  color: #777777;
  align-items: center;
  display: flex;
}

.gt-event-style-1 .gt-venue i,
.gt-event-style-1 .gt-stock i,
.gt-event-style-1 .gt-location i,
.gt-event-style-1 .gt-date i,
.gt-event-style-1 .gt-time i {
  font-size: 1.154rem;
  margin-right: 8px;
}

/*======
*
* 36. Event Style 2
*
======*/
.gt-event-style-2 {
  display: flex;
}

.gt-event-style-2 .gt-image {
  padding-right: 15px;
}

.gt-event-style-2 .gt-image img {
  max-width: 60px;
  border-radius: 5px;
}

.gt-event-style-2 .gt-title {
  font-weight: 600;
  font-size: 1.077rem;
  margin-bottom: 5px;
}

.gt-event-style-2 .gt-information {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8462rem;
  margin: -7.5px;
}

.gt-event-style-2 .gt-information > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7.5px;
}

.gt-event-style-2 .gt-information > div i {
  margin-right: 5px;
  font-size: 1rem;
}

.gt-event-style-2 .gt-information,
.gt-event-style-2 .gt-information > div a,
.gt-event-style-2 .gt-information > div a:visited {
  color: #777777;
}

.gt-event-style-2 .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-2 .gt-location ul li {
  margin-right: 5px;
}

.gt-event-style-2 .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-event-style-2 .gt-location ul li:after {
  content: ",";
}

.gt-event-style-2 .gt-location ul li:last-child:after {
  display: none;
}

.gt-event-style-2 .gt-venue ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-2 .gt-venue ul li {
  margin-right: 5px;
}

.gt-event-style-2 .gt-venue ul li:last-child {
  margin-right: 0;
}

.gt-event-style-2 .gt-venue ul li:after {
  content: ",";
}

.gt-event-style-2 .gt-venue ul li:last-child:after {
  display: none;
}

/*======
*
* 37. Event Style 3
*
======*/
.gt-event-style-3 {
  width: 100%;
  position: relative;
}

.gt-event-style-3.gt-overflow-hidden {
  overflow: hidden;
}

.gt-event-style-3 .gt-image {
  position: relative;
  margin-bottom: 20px;
}

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

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

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

.gt-event-style-3 .gt-content {
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin: -80px 20px 0;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  border-top-width: 3px;
  border-top-style: solid;
}

.gt-event-style-3 .gt-title {
  font-size: 1.462rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}

.gt-event-style-3 .gt-details {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-3 .gt-details > div {
  margin-right: 20px;
  margin-bottom: 5px;
}

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

.gt-event-style-3 .gt-text {
  margin: 0 0 15px;
  font-size: 0.9231rem;
  color: #777777;
}

.gt-event-style-3 .gt-category {
  font-size: 0.9231rem;
  text-transform: uppercase;
}

.gt-event-style-3 .gt-category ul {
  list-style: none;
  margin: 0 -5px -10px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-event-style-3 .gt-category ul li {
  margin: 0 5px 10px;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #ffffff;
}

.gt-event-style-3 .gt-category ul a,
.gt-event-style-3 .gt-category ul a:visited {
  color: #ffffff;
  display: block;
}

.gt-event-style-3 .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-3 .gt-location ul li {
  margin-right: 5px;
}

.gt-event-style-3 .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-event-style-3 .gt-location ul li:after {
  content: ",";
}

.gt-event-style-3 .gt-location ul li:last-child:after {
  display: none;
}

.gt-event-style-3 .gt-venue ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-3 .gt-venue ul li {
  margin-right: 5px;
}

.gt-event-style-3 .gt-venue ul li:last-child {
  margin-right: 0;
}

.gt-event-style-3 .gt-venue ul li:after {
  content: ",";
}

.gt-event-style-3 .gt-venue ul li:last-child:after {
  display: none;
}

.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-venue a,
.gt-event-style-3 .gt-venue a:visited,
.gt-event-style-3 .gt-location ul li a,
.gt-event-style-3 .gt-location ul li a:visited {
  color: #777777;
}

.gt-event-style-3 .gt-price,
.gt-event-style-3 .gt-status,
.gt-event-style-3 .gt-venue,
.gt-event-style-3 .gt-stock,
.gt-event-style-3 .gt-location,
.gt-event-style-3 .gt-date,
.gt-event-style-3 .gt-time {
  font-size: 0.9231rem;
  color: #777777;
  align-items: center;
  display: flex;
}

.gt-event-style-3 .gt-price i,
.gt-event-style-3 .gt-status i,
.gt-event-style-3 .gt-venue i,
.gt-event-style-3 .gt-stock i,
.gt-event-style-3 .gt-location i,
.gt-event-style-3 .gt-date i,
.gt-event-style-3 .gt-time i {
  font-size: 1.154rem;
  margin-right: 8px;
}

/*======
*
* 38. Event Style 4
*
======*/
.gt-event-style-4 {
  width: 100%;
  position: relative;
}

.gt-event-style-4.gt-overflow-hidden {
  overflow: hidden;
}

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

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

.gt-event-style-4 .gt-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;
}

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

.gt-event-style-4 .gt-content {
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 25px 30px 10px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gt-event-style-4 .gt-title {
  font-size: 1.462rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}

.gt-event-style-4 .gt-details {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-4 .gt-details > div {
  margin-right: 20px;
  margin-bottom: 5px;
}

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

.gt-event-style-4 .gt-text {
  margin: 0 0 15px;
  font-size: 0.9231rem;
  color: #777777;
}

.gt-event-style-4 .gt-category {
  font-size: 0.9231rem;
  text-transform: uppercase;
}

.gt-event-style-4 .gt-category ul {
  list-style: none;
  margin: 0 -5px -10px;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-event-style-4 .gt-category ul li {
  margin: 0 5px 10px;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #ffffff;
}

.gt-event-style-4 .gt-category ul a,
.gt-event-style-4 .gt-category ul a:visited {
  color: #ffffff;
  display: block;
}

.gt-event-style-4 .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-4 .gt-location ul li {
  margin-right: 5px;
}

.gt-event-style-4 .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-event-style-4 .gt-location ul li:after {
  content: ",";
}

.gt-event-style-4 .gt-location ul li:last-child:after {
  display: none;
}

.gt-event-style-4 .gt-venue ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-event-style-4 .gt-venue ul li {
  margin-right: 5px;
}

.gt-event-style-4 .gt-venue ul li:last-child {
  margin-right: 0;
}

.gt-event-style-4 .gt-venue ul li:after {
  content: ",";
}

.gt-event-style-4 .gt-venue ul li:last-child:after {
  display: none;
}

.gt-event-style-4 .gt-price,
.gt-event-style-4 .gt-status,
.gt-event-style-4 .gt-venue a,
.gt-event-style-4 .gt-venue a:visited,
.gt-event-style-4 .gt-location ul li a,
.gt-event-style-4 .gt-location ul li a:visited {
  color: #777777;
}

.gt-event-style-4 .gt-price,
.gt-event-style-4 .gt-stock,
.gt-event-style-4 .gt-status,
.gt-event-style-4 .gt-venue,
.gt-event-style-4 .gt-location,
.gt-event-style-4 .gt-date,
.gt-event-style-4 .gt-time {
  font-size: 0.9231rem;
  color: #777777;
  align-items: center;
  display: flex;
}

.gt-event-style-4 .gt-price i,
.gt-event-style-4 .gt-status i,
.gt-event-style-4 .gt-venue i,
.gt-event-style-4 .gt-stock i,
.gt-event-style-4 .gt-location i,
.gt-event-style-4 .gt-date i,
.gt-event-style-4 .gt-time i {
  font-size: 1.154rem;
  margin-right: 8px;
}

/*======
*
* 39. Events of the Venue
*
======*/
.gt-venue-events {
  margin-top: 60px;
}

.gt-venue-events .gt-heading {
  margin-bottom: 90px;
}

/*======
*
* 40. Related Venues
*
======*/
.gt-related-venues {
  margin-top: 90px;
}

.gt-related-venues .gt-heading {
  margin-bottom: 90px;
}

/*======
*
* 41. Venue Style 1
*
======*/
.gt-venue-style-1 {
  width: 100%;
  position: relative;
}

.gt-venue-style-1 .gt-excerpt {
  font-size: 0.9231rem;
  color: #777777;
}

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

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

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

.gt-venue-style-1 .gt-image img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.gt-venue-style-1 .gt-image .gt-location {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  font-size: 0.9231rem;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  background: #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
}

.gt-venue-style-1 .gt-image .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0 -1.5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-venue-style-1 .gt-image .gt-location ul li {
  padding: 0 1.5px;
}

.gt-venue-style-1 .gt-image .gt-location ul li:after {
  content: ",";
}

.gt-venue-style-1 .gt-image .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-venue-style-1 .gt-image .gt-location ul li:last-child:after {
  display: none;
}

.gt-venue-style-1 .gt-title {
  color: #222222;
  font-size: 1.462rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}

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

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

.gt-white .gt-venue-style-1 .gt-excerpt {
  color: #ffffff;
}

/*======
*
* 42. Venue Style 2
*
======*/
.gt-venue-style-2 {
  display: flex;
}

.gt-venue-style-2 .gt-image {
  padding-right: 15px;
}

.gt-venue-style-2 .gt-image img {
  max-width: 60px;
  border-radius: 5px;
}

.gt-venue-style-2 .gt-title {
  font-weight: 600;
  font-size: 1.077rem;
  margin-bottom: 5px;
}

.gt-venue-style-2 .gt-information {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8462rem;
  margin: -7.5px;
}

.gt-venue-style-2 .gt-information > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7.5px;
}

.gt-venue-style-2 .gt-information > div i {
  margin-right: 5px;
  font-size: 1rem;
}

.gt-venue-style-2 .gt-information,
.gt-venue-style-2 .gt-information > div a,
.gt-venue-style-2 .gt-information > div a:visited {
  color: #777777;
}

.gt-venue-style-2 .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-venue-style-2 .gt-location ul li {
  margin-right: 5px;
}

.gt-venue-style-2 .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-venue-style-2 .gt-location ul li:after {
  content: ",";
}

.gt-venue-style-2 .gt-location ul li:last-child:after {
  display: none;
}

/*======
*
* 43. Speaker Styles
*
======*/
.gt-speaker.gt-style-1 .gt-image {
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.gt-speaker.gt-style-1 .gt-image a,
.gt-speaker.gt-style-1 .gt-image a:visited {
  position: relative;
  display: block;
}

.gt-speaker.gt-style-1 .gt-image > a:before,
.gt-speaker.gt-style-1 .gt-image > a:visited:before {
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gt-speaker.gt-style-1:hover .gt-image > a:before,
.gt-speaker.gt-style-1:focus .gt-image > a:before {
  background: #000000;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-1 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-1 .gt-content {
  background: #ffffff;
  padding: 25px 30px;
  border: 1px solid #eee;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.gt-speaker.gt-style-1 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-1 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
  color: #888888;
}

.gt-speaker.gt-style-1 .gt-content .gt-text {
  margin: 15px 0 0;
  font-size: 0.9231rem;
}

.gt-speaker.gt-style-1 .gt-social-links {
  margin: 15px 0 0;
}

.gt-speaker.gt-style-1 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-speaker.gt-style-1 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-1 .gt-social-links ul li a,
.gt-speaker.gt-style-1 .gt-social-links ul li a:visited {
  color: #888888;
  display: block;
}

.gt-speaker.gt-style-2 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.gt-speaker.gt-style-2 .gt-image:after {
  visibility: hidden;
  background: #000000;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-2:hover .gt-image:after,
.gt-speaker.gt-style-2:focus .gt-image:after {
  opacity: 0.2;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-2 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-2 .gt-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-2:hover .gt-content,
.gt-speaker.gt-style-2:focus .gt-content {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}

.gt-speaker.gt-style-2 .gt-content > a,
.gt-speaker.gt-style-2 .gt-content > a:visited {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.gt-speaker.gt-style-2 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-2 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
}

.gt-speaker.gt-style-2 .gt-content .gt-text {
  margin: 30px 0 0;
  font-size: 0.9231rem;
}

.gt-speaker.gt-style-2 .gt-social-links {
  margin: 15px 0 0;
  position: relative;
  z-index: 6;
}

.gt-speaker.gt-style-2 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}

.gt-speaker.gt-style-2 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-2 .gt-social-links ul li a,
.gt-speaker.gt-style-2 .gt-social-links ul li a:visited {
  color: #ffffff;
  display: block;
}

.gt-speaker.gt-style-3 {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.gt-speaker.gt-style-3 .gt-image {
  position: relative;
}

.gt-speaker.gt-style-3 .gt-image:after {
  background: #000000;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: visible;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3:hover .gt-image:after,
.gt-speaker.gt-style-3:focus .gt-image:after {
  visibility: visible;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3 .gt-image:before {
  background: #000000;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3:hover .gt-image:before,
.gt-speaker.gt-style-3:focus .gt-image:before {
  visibility: visible;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-3 .gt-content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3 .gt-content > a,
.gt-speaker.gt-style-3 .gt-content > a:visited {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

.gt-speaker.gt-style-3 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-3 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
}

.gt-speaker.gt-style-3 .gt-content .gt-text {
  margin: 30px 0 0;
  font-size: 0.9231rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3 .gt-social-links {
  margin: 15px 0 0;
  position: relative;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-3 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}

.gt-speaker.gt-style-3 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-3 .gt-social-links ul li a,
.gt-speaker.gt-style-3 .gt-social-links ul li a:visited {
  color: #ffffff;
  display: block;
}

.gt-speaker.gt-style-3:hover .gt-content .gt-social-links,
.gt-speaker.gt-style-3:focus .gt-content .gt-social-links .gt-speaker.gt-style-3:hover .gt-content .gt-social-links,
.gt-speaker.gt-style-3:focus .gt-content .gt-social-links,
.gt-speaker.gt-style-3:hover .gt-content .gt-text,
.gt-speaker.gt-style-3:focus .gt-content .gt-text {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.gt-speaker.gt-style-4 {
  text-align: center;
}

.gt-speaker.gt-style-4 .gt-image {
  margin-bottom: 20px;
}

.gt-speaker.gt-style-4 .gt-image img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.gt-speaker.gt-style-4 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-4 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
  color: #888888;
}

.gt-speaker.gt-style-4 .gt-content .gt-text {
  margin: 15px 0 0;
  font-size: 1rem;
  color: #777777;
}

.gt-speaker.gt-style-4 .gt-social-links {
  margin: 15px 0 0;
}

.gt-speaker.gt-style-4 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -6px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
}

.gt-speaker.gt-style-4 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-4 .gt-social-links ul li a,
.gt-speaker.gt-style-4 .gt-social-links ul li a:visited {
  color: #888888;
}

.gt-speaker.gt-style-5 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.gt-speaker.gt-style-5 .gt-image {
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.gt-speaker.gt-style-5 .gt-image a,
.gt-speaker.gt-style-5 .gt-image a:visited {
  position: relative;
  display: block;
}

.gt-speaker.gt-style-5 .gt-image > a:before,
.gt-speaker.gt-style-5 .gt-image > a:visited:before {
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gt-speaker.gt-style-5:hover .gt-image > a:before,
.gt-speaker.gt-style-5:focus .gt-image > a:before {
  background: #000000;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-5 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-5 .gt-content {
  background: #ffffff;
  padding: 25px 30px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.gt-speaker.gt-style-5 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-5 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
  color: #888888;
}

.gt-speaker.gt-style-5 .gt-content .gt-text {
  margin: 15px 0 0;
  font-size: 0.9231rem;
  color: #888888;
}

.gt-speaker.gt-style-5 .gt-social-links {
  margin: 15px 0 0;
}

.gt-speaker.gt-style-5 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-speaker.gt-style-5 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-5 .gt-social-links ul li a,
.gt-speaker.gt-style-5 .gt-social-links ul li a:visited {
  color: #888888;
  display: block;
}

.gt-speaker.gt-style-6 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 5px;
}

.gt-speaker.gt-style-6 .gt-image {
  width: 50%;
  position: relative;
}

.gt-speaker.gt-style-6 .gt-image a,
.gt-speaker.gt-style-6 .gt-image a:visited {
  position: relative;
  display: block;
}

.gt-speaker.gt-style-6 .gt-image > a:before,
.gt-speaker.gt-style-6 .gt-image > a:visited:before {
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gt-speaker.gt-style-6:hover .gt-image > a:before,
.gt-speaker.gt-style-6:focus .gt-image > a:before {
  background: #000000;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-6 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-6 .gt-content {
  width: 50%;
  background: #ffffff;
  padding: 25px 30px;
}

.gt-speaker.gt-style-6 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-6 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
  color: #888888;
}

.gt-speaker.gt-style-6 .gt-content .gt-text {
  margin: 15px 0 0;
  font-size: 0.9231rem;
}

.gt-speaker.gt-style-6 .gt-social-links {
  margin: 15px 0 0;
}

.gt-speaker.gt-style-6 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-speaker.gt-style-6 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-6 .gt-social-links ul li a,
.gt-speaker.gt-style-6 .gt-social-links ul li a:visited {
  color: #888888;
  display: block;
}

@media (max-width: 1030px) {
  .gt-speaker.gt-style-6 .gt-content,
  .gt-speaker.gt-style-6 .gt-image {
    width: 100%;
  }
}

.gt-speaker.gt-style-7 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.gt-speaker.gt-style-7 .gt-image {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.gt-speaker.gt-style-7 .gt-image a,
.gt-speaker.gt-style-7 .gt-image a:visited {
  position: relative;
  display: block;
}

.gt-speaker.gt-style-7 .gt-image > a:before,
.gt-speaker.gt-style-7 .gt-image > a:visited:before {
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gt-speaker.gt-style-7:hover .gt-image > a:before,
.gt-speaker.gt-style-7:focus .gt-image > a:before {
  background: #000000;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-7 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-7 .gt-content {
  width: 50%;
  background: #ffffff;
  padding: 25px 30px 0;
}

.gt-speaker.gt-style-7 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-7 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
  color: #888888;
}

.gt-speaker.gt-style-7 .gt-content .gt-text {
  margin: 15px 0 0;
  font-size: 0.9231rem;
}

.gt-speaker.gt-style-7 .gt-social-links {
  margin: 15px 0 0;
}

.gt-speaker.gt-style-7 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-speaker.gt-style-7 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-7 .gt-social-links ul li a,
.gt-speaker.gt-style-7 .gt-social-links ul li a:visited {
  color: #888888;
  display: block;
}

.gt-speaker.gt-style-8 .gt-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.gt-speaker.gt-style-8 .gt-image a,
.gt-speaker.gt-style-8 .gt-image a:visited {
  position: relative;
  display: block;
}

.gt-speaker.gt-style-8 .gt-image > a:before,
.gt-speaker.gt-style-8 .gt-image > a:visited:before {
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gt-speaker.gt-style-8:hover .gt-image > a:before,
.gt-speaker.gt-style-8:focus .gt-image > a:before {
  background: #000000;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-speaker.gt-style-8 .gt-image img {
  width: 100%;
}

.gt-speaker.gt-style-8 .gt-content {
  background: #ffffff;
  padding: 20px 20px 0;
}

.gt-speaker.gt-style-8 .gt-content .gt-name {
  font-size: 1.462rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.gt-speaker.gt-style-8 .gt-content .gt-profession {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8462rem;
  letter-spacing: 1px;
  color: #888888;
}

.gt-speaker.gt-style-8 .gt-content .gt-text {
  margin: 15px 0 0;
  font-size: 0.9231rem;
}

.gt-speaker.gt-style-8 .gt-social-links {
  margin: 15px 0 0;
}

.gt-speaker.gt-style-8 .gt-social-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-speaker.gt-style-8 .gt-social-links ul li {
  font-size: 1.231rem;
  padding: 2px 6px;
}

.gt-speaker.gt-style-8 .gt-social-links ul li a,
.gt-speaker.gt-style-8 .gt-social-links ul li a:visited {
  color: #888888;
  display: block;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-1 .gt-image {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-1 .gt-content {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-2 {
  border-radius: 0;
}

.gt-speakers.gt-speakers.gt-column-space-0 .gt-speaker.gt-style-3 {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-5 .gt-image {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-5 .gt-content {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-6 {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-7 .gt-image {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-8 .gt-image {
  border-radius: 0;
}

.gt-speakers.gt-columns.gt-column-space-0 .gt-speaker.gt-style-8 .gt-content {
  padding-bottom: 20px;
}

/*======
*
* 44. Organizers
*
======*/
.gt-organizers ul {
  list-style: none;
  padding: 0;
}

.gt-organizers > ul ul {
  margin-left: 10px !important;
}

.gt-organizers.gt-align-center ul {
  justify-content: center;
}

.gt-organizers.gt-align-right ul {
  justify-content: flex-end;
}

.gt-organizers.gt-style-1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-organizers.gt-style-1 ul li {
  padding: 3px;
}

.gt-organizers.gt-style-1 ul li a,
.gt-organizers.gt-style-1 ul li a:visited {
  background-color: #eaeaea;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-organizers.gt-style-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-organizers.gt-style-2 ul li {
  padding: 3px;
}

.gt-organizers.gt-style-2 ul li a,
.gt-organizers.gt-style-2 ul li a:visited {
  border: 1px solid #eaeaea;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-organizers.gt-style-3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-organizers.gt-style-3 ul li {
  padding: 3px;
}

.gt-organizers.gt-style-3 ul li a,
.gt-organizers.gt-style-3 ul li a:visited {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-organizers.gt-style-3 ul li a:hover,
.gt-organizers.gt-style-3 ul li a:focus {
  background-color: #333333 !important;
}

.gt-organizers.gt-style-4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}

.gt-organizers.gt-style-4 ul li {
  padding: 5px;
}

.gt-organizers.gt-style-4 ul li a:before {
  content: "#";
}

.gt-organizers.gt-style-4 ul li a,
.gt-organizers.gt-style-4 ul li a:visited {
  display: block;
  text-transform: lowercase;
  font-size: 0.9231rem;
  font-weight: 500;
}

.gt-organizers.gt-style-5 ul {
  margin: -2px;
}

.gt-organizers.gt-style-5 ul li {
  padding: 2px;
}

.gt-organizers.gt-style-5 ul li a,
.gt-organizers.gt-style-5 ul li a:visited {
  display: block;
  font-size: 0.9231rem;
  font-weight: 500;
}

/*======
*
* 45. Tags
*
======*/
.gt-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-tags.gt-align-center ul {
  justify-content: center;
}

.gt-tags.gt-align-right ul {
  justify-content: flex-end;
}

.gt-tags.gt-style-1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-tags.gt-style-1 ul li {
  padding: 3px;
}

.gt-tags.gt-style-1 ul li a,
.gt-tags.gt-style-1 ul li a:visited {
  background-color: #eaeaea;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-tags.gt-style-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-tags.gt-style-2 ul li {
  padding: 3px;
}

.gt-tags.gt-style-2 ul li a,
.gt-tags.gt-style-2 ul li a:visited {
  border: 1px solid #eaeaea;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-tags.gt-style-3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-tags.gt-style-3 ul li {
  padding: 3px;
}

.gt-tags.gt-style-3 ul li a,
.gt-tags.gt-style-3 ul li a:visited {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-tags.gt-style-3 ul li a:hover,
.gt-tags.gt-style-3 ul li a:focus {
  background-color: #333333 !important;
}

.gt-tags.gt-style-4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}

.gt-tags.gt-style-4 ul li {
  padding: 5px;
}

.gt-tags.gt-style-4 ul li a:before {
  content: "#";
}

.gt-tags.gt-style-4 ul li a,
.gt-tags.gt-style-4 ul li a:visited {
  display: block;
  text-transform: lowercase;
  font-size: 0.9231rem;
  font-weight: 500;
}

/*======
*
* 46. Social Sharing
*
======*/
.gt-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-social-sharing.gt-style-1 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-sharing.gt-style-1 ul li {
  padding: 3px;
}

.gt-social-sharing.gt-style-1 ul li a,
.gt-social-sharing.gt-style-1 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-sharing.gt-style-1 ul li span {
  display: none;
}

.gt-social-sharing.gt-style-2 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-sharing.gt-style-2 ul li {
  padding: 3px;
}

.gt-social-sharing.gt-style-2 ul li a,
.gt-social-sharing.gt-style-2 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-sharing.gt-style-2 ul li.gt-facebook a,
.gt-social-sharing.gt-style-2 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-sharing.gt-style-2 ul li.gt-twitter a,
.gt-social-sharing.gt-style-2 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-sharing.gt-style-2 ul li.gt-google-plus a,
.gt-social-sharing.gt-style-2 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-sharing.gt-style-2 ul li.gt-linkedin a,
.gt-social-sharing.gt-style-2 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-sharing.gt-style-2 ul li.gt-whatsapp a,
.gt-social-sharing.gt-style-2 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-sharing.gt-style-2 ul li.gt-pinterest a,
.gt-social-sharing.gt-style-2 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-sharing.gt-style-2 ul li.gt-reddit a,
.gt-social-sharing.gt-style-2 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-sharing.gt-style-2 ul li.gt-delicious a,
.gt-social-sharing.gt-style-2 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-sharing.gt-style-2 ul li.gt-vk a,
.gt-social-sharing.gt-style-2 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-sharing.gt-style-2 ul li.gt-tumblr a,
.gt-social-sharing.gt-style-2 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-sharing.gt-style-2 ul li.gt-email a,
.gt-social-sharing.gt-style-2 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-sharing.gt-style-2 ul li span {
  display: none;
}

.gt-social-sharing.gt-style-3 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-sharing.gt-style-3 ul li {
  padding: 3px;
}

.gt-social-sharing.gt-style-3 ul li a,
.gt-social-sharing.gt-style-3 ul li a:visited {
  display: block;
  border-radius: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-sharing.gt-style-3 ul li.gt-facebook a,
.gt-social-sharing.gt-style-3 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-sharing.gt-style-3 ul li.gt-twitter a,
.gt-social-sharing.gt-style-3 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-sharing.gt-style-3 ul li.gt-google-plus a,
.gt-social-sharing.gt-style-3 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-sharing.gt-style-3 ul li.gt-linkedin a,
.gt-social-sharing.gt-style-3 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-sharing.gt-style-3 ul li.gt-whatsapp a,
.gt-social-sharing.gt-style-3 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-sharing.gt-style-3 ul li.gt-pinterest a,
.gt-social-sharing.gt-style-3 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-sharing.gt-style-3 ul li.gt-reddit a,
.gt-social-sharing.gt-style-3 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-sharing.gt-style-3 ul li.gt-delicious a,
.gt-social-sharing.gt-style-3 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-sharing.gt-style-3 ul li.gt-vk a,
.gt-social-sharing.gt-style-3 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-sharing.gt-style-3 ul li.gt-tumblr a,
.gt-social-sharing.gt-style-3 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-sharing.gt-style-3 ul li.gt-email a,
.gt-social-sharing.gt-style-3 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-sharing.gt-style-3 ul li span {
  display: none;
}

.gt-social-sharing.gt-style-4 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.gt-social-sharing.gt-style-4 ul li {
  width: 33.33333333333333%;
}

.gt-social-sharing.gt-style-4 ul li a,
.gt-social-sharing.gt-style-4 ul li a:visited {
  display: block;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-sharing.gt-style-4 ul li.gt-facebook a,
.gt-social-sharing.gt-style-4 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-sharing.gt-style-4 ul li.gt-twitter a,
.gt-social-sharing.gt-style-4 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-sharing.gt-style-4 ul li.gt-google-plus a,
.gt-social-sharing.gt-style-4 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-sharing.gt-style-4 ul li.gt-linkedin a,
.gt-social-sharing.gt-style-4 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-sharing.gt-style-4 ul li.gt-whatsapp a,
.gt-social-sharing.gt-style-4 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-sharing.gt-style-4 ul li.gt-pinterest a,
.gt-social-sharing.gt-style-4 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-sharing.gt-style-4 ul li.gt-reddit a,
.gt-social-sharing.gt-style-4 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-sharing.gt-style-4 ul li.gt-delicious a,
.gt-social-sharing.gt-style-4 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-sharing.gt-style-4 ul li.gt-vk a,
.gt-social-sharing.gt-style-4 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-sharing.gt-style-4 ul li.gt-tumblr a,
.gt-social-sharing.gt-style-4 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-sharing.gt-style-4 ul li.gt-email a,
.gt-social-sharing.gt-style-4 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-sharing.gt-style-4 ul li span {
  margin-left: 10px;
  font-size: 0.9231rem;
}

.gt-social-sharing.gt-style-5 ul {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.gt-social-sharing.gt-style-5 ul li:nth-child(2),
.gt-social-sharing.gt-style-5 ul li:first-child {
  width: 100%;
}

.gt-social-sharing.gt-style-5 ul li:nth-child(2) a,
.gt-social-sharing.gt-style-5 ul li:nth-child(2) a:visited,
.gt-social-sharing.gt-style-5 ul li:first-child a,
.gt-social-sharing.gt-style-5 ul li:first-child a:visited {
  width: 100%;
}

.gt-social-sharing.gt-style-5 ul li a,
.gt-social-sharing.gt-style-5 ul li a:visited {
  display: block;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-sharing.gt-style-5 ul li.gt-facebook a,
.gt-social-sharing.gt-style-5 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-sharing.gt-style-5 ul li.gt-twitter a,
.gt-social-sharing.gt-style-5 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-sharing.gt-style-5 ul li.gt-google-plus a,
.gt-social-sharing.gt-style-5 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-sharing.gt-style-5 ul li.gt-linkedin a,
.gt-social-sharing.gt-style-5 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-sharing.gt-style-5 ul li.gt-whatsapp a,
.gt-social-sharing.gt-style-5 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-sharing.gt-style-5 ul li.gt-pinterest a,
.gt-social-sharing.gt-style-5 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-sharing.gt-style-5 ul li.gt-reddit a,
.gt-social-sharing.gt-style-5 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-sharing.gt-style-5 ul li.gt-delicious a,
.gt-social-sharing.gt-style-5 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-sharing.gt-style-5 ul li.gt-vk a,
.gt-social-sharing.gt-style-5 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-sharing.gt-style-5 ul li.gt-tumblr a,
.gt-social-sharing.gt-style-5 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-sharing.gt-style-5 ul li.gt-email a,
.gt-social-sharing.gt-style-5 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-sharing.gt-style-5 ul li span {
  display: none;
}

.gt-social-sharing.gt-style-5 ul li:nth-child(2) span,
.gt-social-sharing.gt-style-5 ul li:first-child span {
  margin-left: 10px;
  font-size: 0.9231rem;
  display: block;
}

.gt-social-sharing.gt-style-6 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-sharing.gt-style-6 ul li {
  padding: 3px;
}

.gt-social-sharing.gt-style-6 ul li a,
.gt-social-sharing.gt-style-6 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 1.077rem;
}

.gt-social-sharing.gt-style-6 ul li a:hover,
.gt-social-sharing.gt-style-6 ul li a:focus {
  background-color: #333333 !important;
}

.gt-social-sharing.gt-style-6 ul li span {
  display: none;
}

.gt-social-sharing.gt-style-7 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-sharing.gt-style-7 ul li {
  padding: 3px;
}

.gt-social-sharing.gt-style-7 ul li a,
.gt-social-sharing.gt-style-7 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #444444;
  font-size: 1.077rem;
  border: 1px solid #efefef;
}

.gt-social-sharing.gt-style-7 ul li a:hover,
.gt-social-sharing.gt-style-7 ul li a:focus {
  color: #ffffff;
}

.gt-social-sharing.gt-style-7 ul li span {
  display: none;
}

/*======
*
* 47. Social Links
*
======*/
.gt-social-links-element ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-social-links-element.gt-style-1 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-links-element.gt-style-1 ul li {
  padding: 3px;
}

.gt-social-links-element.gt-style-1 ul li a,
.gt-social-links-element.gt-style-1 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-links-element.gt-style-1 ul li span {
  display: none;
}

.gt-social-links-element.gt-style-2 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-links-element.gt-style-2 ul li {
  padding: 3px;
}

.gt-social-links-element.gt-style-2 ul li a,
.gt-social-links-element.gt-style-2 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-links-element.gt-style-2 ul li.gt-facebook a,
.gt-social-links-element.gt-style-2 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-links-element.gt-style-2 ul li.gt-twitter a,
.gt-social-links-element.gt-style-2 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-links-element.gt-style-2 ul li.gt-google-plus a,
.gt-social-links-element.gt-style-2 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-links-element.gt-style-2 ul li.gt-linkedin a,
.gt-social-links-element.gt-style-2 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-links-element.gt-style-2 ul li.gt-whatsapp a,
.gt-social-links-element.gt-style-2 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-links-element.gt-style-2 ul li.gt-pinterest a,
.gt-social-links-element.gt-style-2 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-links-element.gt-style-2 ul li.gt-reddit a,
.gt-social-links-element.gt-style-2 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-links-element.gt-style-2 ul li.gt-delicious a,
.gt-social-links-element.gt-style-2 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-links-element.gt-style-2 ul li.gt-vk a,
.gt-social-links-element.gt-style-2 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-links-element.gt-style-2 ul li.gt-tumblr a,
.gt-social-links-element.gt-style-2 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-links-element.gt-style-2 ul li.gt-email a,
.gt-social-links-element.gt-style-2 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-links-element.gt-style-2 ul li span {
  display: none;
}

.gt-social-links-element.gt-style-3 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-links-element.gt-style-3 ul li {
  padding: 3px;
}

.gt-social-links-element.gt-style-3 ul li a,
.gt-social-links-element.gt-style-3 ul li a:visited {
  display: block;
  border-radius: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-links-element.gt-style-3 ul li.gt-facebook a,
.gt-social-links-element.gt-style-3 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-links-element.gt-style-3 ul li.gt-twitter a,
.gt-social-links-element.gt-style-3 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-links-element.gt-style-3 ul li.gt-google-plus a,
.gt-social-links-element.gt-style-3 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-links-element.gt-style-3 ul li.gt-linkedin a,
.gt-social-links-element.gt-style-3 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-links-element.gt-style-3 ul li.gt-whatsapp a,
.gt-social-links-element.gt-style-3 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-links-element.gt-style-3 ul li.gt-pinterest a,
.gt-social-links-element.gt-style-3 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-links-element.gt-style-3 ul li.gt-reddit a,
.gt-social-links-element.gt-style-3 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-links-element.gt-style-3 ul li.gt-delicious a,
.gt-social-links-element.gt-style-3 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-links-element.gt-style-3 ul li.gt-vk a,
.gt-social-links-element.gt-style-3 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-links-element.gt-style-3 ul li.gt-tumblr a,
.gt-social-links-element.gt-style-3 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-links-element.gt-style-3 ul li.gt-email a,
.gt-social-links-element.gt-style-3 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-links-element.gt-style-3 ul li span {
  display: none;
}

.gt-social-links-element.gt-style-4 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.gt-social-links-element.gt-style-4 ul li {
  width: 33.33333333333333%;
}

.gt-social-links-element.gt-style-4 ul li a,
.gt-social-links-element.gt-style-4 ul li a:visited {
  display: block;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-links-element.gt-style-4 ul li.gt-facebook a,
.gt-social-links-element.gt-style-4 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-links-element.gt-style-4 ul li.gt-twitter a,
.gt-social-links-element.gt-style-4 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-links-element.gt-style-4 ul li.gt-google-plus a,
.gt-social-links-element.gt-style-4 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-links-element.gt-style-4 ul li.gt-linkedin a,
.gt-social-links-element.gt-style-4 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-links-element.gt-style-4 ul li.gt-whatsapp a,
.gt-social-links-element.gt-style-4 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-links-element.gt-style-4 ul li.gt-pinterest a,
.gt-social-links-element.gt-style-4 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-links-element.gt-style-4 ul li.gt-reddit a,
.gt-social-links-element.gt-style-4 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-links-element.gt-style-4 ul li.gt-delicious a,
.gt-social-links-element.gt-style-4 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-links-element.gt-style-4 ul li.gt-vk a,
.gt-social-links-element.gt-style-4 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-links-element.gt-style-4 ul li.gt-tumblr a,
.gt-social-links-element.gt-style-4 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-links-element.gt-style-4 ul li.gt-email a,
.gt-social-links-element.gt-style-4 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-links-element.gt-style-4 ul li span {
  margin-left: 10px;
  font-size: 0.9231rem;
}

.gt-social-links-element.gt-style-5 ul {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.gt-social-links-element.gt-style-5 ul li:nth-child(2),
.gt-social-links-element.gt-style-5 ul li:first-child {
  width: 100%;
}

.gt-social-links-element.gt-style-5 ul li:nth-child(2) a,
.gt-social-links-element.gt-style-5 ul li:nth-child(2) a:visited,
.gt-social-links-element.gt-style-5 ul li:first-child a,
.gt-social-links-element.gt-style-5 ul li:first-child a:visited {
  width: 100%;
}

.gt-social-links-element.gt-style-5 ul li a,
.gt-social-links-element.gt-style-5 ul li a:visited {
  display: block;
  border-radius: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #ffffff;
  background-color: #a9a8b3;
  font-size: 1.077rem;
}

.gt-social-links-element.gt-style-5 ul li.gt-facebook a,
.gt-social-links-element.gt-style-5 ul li.gt-facebook a:visited {
  background-color: #3b5998;
}

.gt-social-links-element.gt-style-5 ul li.gt-twitter a,
.gt-social-links-element.gt-style-5 ul li.gt-twitter a:visited {
  background-color: #1da1f2;
}

.gt-social-links-element.gt-style-5 ul li.gt-google-plus a,
.gt-social-links-element.gt-style-5 ul li.gt-google-plus a:visited {
  background-color: #dd4b39;
}

.gt-social-links-element.gt-style-5 ul li.gt-linkedin a,
.gt-social-links-element.gt-style-5 ul li.gt-linkedin a:visited {
  background-color: #0077b5;
}

.gt-social-links-element.gt-style-5 ul li.gt-whatsapp a,
.gt-social-links-element.gt-style-5 ul li.gt-whatsapp a:visited {
  background-color: #075e54;
}

.gt-social-links-element.gt-style-5 ul li.gt-pinterest a,
.gt-social-links-element.gt-style-5 ul li.gt-pinterest a:visited {
  background-color: #bd081c;
}

.gt-social-links-element.gt-style-5 ul li.gt-reddit a,
.gt-social-links-element.gt-style-5 ul li.gt-reddit a:visited {
  background-color: #ff4500;
}

.gt-social-links-element.gt-style-5 ul li.gt-delicious a,
.gt-social-links-element.gt-style-5 ul li.gt-delicious a:visited {
  background-color: #3399ff;
}

.gt-social-links-element.gt-style-5 ul li.gt-vk a,
.gt-social-links-element.gt-style-5 ul li.gt-vk a:visited {
  background-color: #45668e;
}

.gt-social-links-element.gt-style-5 ul li.gt-tumblr a,
.gt-social-links-element.gt-style-5 ul li.gt-tumblr a:visited {
  background-color: #35465c;
}

.gt-social-links-element.gt-style-5 ul li.gt-email a,
.gt-social-links-element.gt-style-5 ul li.gt-email a:visited {
  background-color: #a9a8b3;
}

.gt-social-links-element.gt-style-5 ul li span {
  display: none;
}

.gt-social-links-element.gt-style-5 ul li:nth-child(2) span,
.gt-social-links-element.gt-style-5 ul li:first-child span {
  margin-left: 10px;
  font-size: 0.9231rem;
  display: block;
}

.gt-social-links-element.gt-style-6 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-links-element.gt-style-6 ul li {
  padding: 3px;
}

.gt-social-links-element.gt-style-6 ul li a,
.gt-social-links-element.gt-style-6 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 1.077rem;
}

.gt-social-links-element.gt-style-6 ul li a:hover,
.gt-social-links-element.gt-style-6 ul li a:focus {
  background-color: #333333 !important;
}

.gt-social-links-element.gt-style-6 ul li span {
  display: none;
}

.gt-social-links-element.gt-style-7 ul {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-social-links-element.gt-style-7 ul li {
  padding: 3px;
}

.gt-social-links-element.gt-style-7 ul li a,
.gt-social-links-element.gt-style-7 ul li a:visited {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #444444;
  font-size: 1.077rem;
  border: 1px solid #efefef;
}

.gt-social-links-element.gt-style-7 ul li a:hover,
.gt-social-links-element.gt-style-7 ul li a:focus {
  color: #ffffff;
}

.gt-social-links-element.gt-style-7 ul li span {
  display: none;
}

/*======
*
* 48. Categories
*
======*/
.gt-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-categories.gt-align-center ul {
  justify-content: center;
}

.gt-categories.gt-align-right ul {
  justify-content: flex-end;
}

.gt-categories.gt-style-1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-categories.gt-style-1 ul li {
  padding: 3px;
}

.gt-categories.gt-style-1 ul li a,
.gt-categories.gt-style-1 ul li a:visited {
  background-color: #eaeaea;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-categories.gt-style-2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-categories.gt-style-2 ul li {
  padding: 3px;
}

.gt-categories.gt-style-2 ul li a,
.gt-categories.gt-style-2 ul li a:visited {
  border: 1px solid #eaeaea;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-categories.gt-style-3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-categories.gt-style-3 ul li {
  padding: 3px;
}

.gt-categories.gt-style-3 ul li a,
.gt-categories.gt-style-3 ul li a:visited {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem;
  font-weight: 500;
}

.gt-categories.gt-style-3 ul li a:hover,
.gt-categories.gt-style-3 ul li a:focus {
  background-color: #333333 !important;
}

.gt-categories.gt-style-4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px;
}

.gt-categories.gt-style-4 ul li {
  padding: 3px;
}

.gt-categories.gt-style-4 ul li a:before {
  content: "#";
}

.gt-categories.gt-style-4 ul li a,
.gt-categories.gt-style-4 ul li a:visited {
  display: block;
  text-transform: lowercase;
  font-size: 0.9231rem;
  font-weight: 500;
}

/*======
*
* 49. Widgets
*
======*/
.gt-widget-title {
  font-size: 1.231rem;
  color: #4a4a4a;
  margin-bottom: 20px;
  font-weight: 600;
  margin: -30px -30px 30px;
  border-bottom: 1px solid #eaeaea;
  padding: 30px 30px 25px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.gt-widget-title > span {
  display: block;
}

.gt-widget-title > * {
  margin-right: 10px;
}

.gt-widget-title > *:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .gt-widget-title {
    display: block;
  }

  .gt-widget-title > * {
    margin-top: 10px;
    margin-right: 0;
  }

  .gt-widget-title > *:first-child {
    margin-top: 0;
  }
}

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

.widget_search button {
  width: 100%;
}

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

#wp-calendar td {
  padding: 10px 0 5px;
  border: 1px solid #eaeaea;
  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 #eaeaea;
}

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

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

#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: 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li {
  color: #666666;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

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

.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 {
  font-weight: 400;
  margin-right: 3px;
}

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

.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 {
  font-weight: 400;
  margin-right: 3px;
}

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

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

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

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

.event-tag-widget ul li a,
.event-tag-widget ul li a:visited,
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a:visited {
  background-color: #eaeaea;
  display: inline-flex;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.7692rem !important;
  font-weight: 500;
  margin: 0px 3px 7px;
}

.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: 0.9231rem;
  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: 0;
  padding: 0px;
}

.gt-event-search-widget .gt-form.container {
  padding: 0;
}

/*======
*
* 50. Header
*
======*/
.gt-header.gt-style-1 {
  padding: 30px 0 20px;
  margin-bottom: 120px;
  background: #ffffff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  z-index: 20;
  position: relative;
}

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

.gt-header.gt-style-1 .gt-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.gt-header.gt-style-1 .gt-logo.gt-text-logo a,
.gt-header.gt-style-1 .gt-logo.gt-text-logo a:visited {
  display: block;
  font-weight: 600;
  font-size: 1.846rem;
  text-transform: uppercase;
  color: #444444;
}

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

.gt-header.gt-style-1 .gt-navbar .gt-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: right;
}

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

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

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

.gt-header.gt-style-1 .gt-navbar .gt-menu li.dropdown:hover > .gt-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;
}

.gt-header.gt-style-1 .gt-navbar .gt-menu li .gt-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: 230px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-top: 2px solid #eaeaea;
  border-radius: 5px;
}

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

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

.gt-header.gt-style-1 .gt-navbar .gt-menu > li > a,
.gt-header.gt-style-1 .gt-navbar .gt-menu > li > a:visited {
  padding: 10px 15px;
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.2px;
}

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

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

.gt-header.gt-style-1 .gt-navbar .gt-menu .gt-dropdown-menu a,
.gt-header.gt-style-1 .gt-navbar .gt-menu .gt-dropdown-menu a:visited {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  color: #222222;
  position: relative;
  display: block;
}

.gt-header.gt-style-1 .gt-navbar .gt-menu .gt-dropdown-menu li a,
.gt-header.gt-style-1 .gt-navbar .gt-menu .gt-dropdown-menu li a:visited {
  padding-left: 20px;
  padding-right: 20px;
}

.gt-header.gt-style-1 .gt-navbar .gt-menu .gt-caret {
  margin-left: 5px;
}

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

.gt-header.gt-style-1 .gt-elements {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.gt-header.gt-style-1 .gt-elements .gt-cart {
  margin: 0 12px 0 0;
}

.gt-header.gt-style-1 .gt-elements .gt-cart svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.gt-header.gt-style-1 .gt-elements .gt-user-box {
  list-style: none;
  padding: 0px 9px;
  margin: 0 0 0 30px;
  font-size: 0.7692rem;
  text-transform: uppercase;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
}

.gt-header.gt-style-1 .gt-elements .gt-user-box > 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;
}

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

.gt-header.gt-style-1 .gt-elements .gt-user-box > li > a::after {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-1 .gt-elements .gt-user-box > li > a:hover,
.gt-header.gt-style-1 .gt-elements .gt-user-box > li > a:focus {
  opacity: 0.9;
}

.gt-header.gt-style-1 .gt-elements .gt-user-box > li:first-child {
  border-left: 0;
}

.gt-header.gt-style-1 .gt-elements .gt-user-box > li:last-child {
  border-right: 0;
}

.gt-header.gt-style-1 .gt-elements .gt-user-box > li {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

.gt-header.gt-style-1 .gt-elements .gt-social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

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

.gt-header.gt-style-1 .gt-elements .gt-social-links li a,
.gt-header.gt-style-1 .gt-elements .gt-social-links li a:visited {
  color: #888888;
  font-size: 1.154rem;
}

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

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

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

.gt-header.gt-style-1 .gt-language .gt-active-language {
  cursor: pointer;
}

.gt-header.gt-style-1 .gt-language .gt-active-language img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-1 .gt-language .gt-dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  border: 0;
  margin: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-header.gt-style-1 .gt-language .gt-dropdown-menu.show {
  display: block;
  margin: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-header.gt-style-1 .gt-language .gt-language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li a,
.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li a:visited {
  display: block;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7692rem;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li a:focus,
.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li a:hover {
  background-color: #f5f5f5;
}

.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li:last-child a,
.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li:last-child a:visited {
  border-bottom: 0;
}

.gt-header.gt-style-1 .gt-language .gt-language-switcher ul li img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-1.gt-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 */
  box-shadow: none;
}

.gt-header.gt-style-1.gt-style-2 .gt-elements .gt-cart svg {
  fill: #ffffff;
}

.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li > a,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li > a:visited {
  color: #ffffff;
}

.gt-header.gt-style-1.gt-style-2 .gt-elements .gt-social-links li a,
.gt-header.gt-style-1.gt-style-2 .gt-elements .gt-social-links li a:visited {
  color: #ffffff;
}

.gt-header.gt-style-1.gt-style-2 .gt-container .gt-logo {
  display: none;
}

.gt-header.gt-style-1.gt-style-2 .gt-logo.gt-text-logo a,
.gt-header.gt-style-1.gt-style-2 .gt-logo.gt-text-logo a:visited {
  color: #ffffff;
}

.gt-header.gt-style-1.gt-style-2 .gt-container .gt-logo-alternative {
  display: block;
}

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

.gt-header.gt-style-3 {
  padding: 15px 0;
  margin-bottom: 120px;
  background: #ffffff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  z-index: 20;
  position: relative;
}

.gt-header.gt-style-3.gt-remove-gap {
  margin-bottom: 0;
}

.gt-header.gt-style-3 .gt-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.gt-header.gt-style-3 .gt-logo.gt-text-logo a,
.gt-header.gt-style-3 .gt-logo.gt-text-logo a:visited {
  display: block;
  font-weight: 600;
  font-size: 1.846rem;
  text-transform: uppercase;
  color: #444444;
}

.gt-header.gt-style-3 .gt-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gt-header.gt-style-3 .gt-navbar {
  padding: 0;
  margin: 0;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: right;
}

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

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

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

.gt-header.gt-style-3 .gt-navbar .gt-menu li.dropdown:hover > .gt-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;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-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: 235px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-top: 2px solid #eaeaea;
  border-radius: 5px;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu .gt-dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0px;
}

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

.gt-header.gt-style-3 .gt-navbar .gt-menu > li > a,
.gt-header.gt-style-3 .gt-navbar .gt-menu > li > a:visited {
  padding: 10px 15px;
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu > li:last-child .gt-dropdown-menu,
.gt-header.gt-style-3 .gt-navbar .gt-menu > li:nth-last-child(2) .gt-dropdown-menu {
  left: inherit;
  right: 0;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu > li:last-child .gt-dropdown-menu .gt-dropdown-menu,
.gt-header.gt-style-3 .gt-navbar .gt-menu > li:nth-last-child(2) .gt-dropdown-menu .gt-dropdown-menu {
  left: inherit;
  right: 100%;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu .gt-dropdown-menu a,
.gt-header.gt-style-3 .gt-navbar .gt-menu .gt-dropdown-menu a:visited {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  color: #222222;
  position: relative;
  display: block;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu .gt-dropdown-menu li a,
.gt-header.gt-style-3 .gt-navbar .gt-menu .gt-dropdown-menu li a:visited {
  padding-left: 20px;
  padding-right: 20px;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu .gt-caret {
  margin-left: 5px;
}

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

.gt-header.gt-style-3 .gt-elements {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.gt-header.gt-style-3 .gt-elements .gt-cart {
  margin: 0 0 0 12px;
}

.gt-header.gt-style-3 .gt-elements .gt-cart svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box {
  list-style: none;
  padding: 0px 9px;
  margin: 0 0 0 40px;
  font-size: 0.7692rem;
  text-transform: uppercase;
  border-radius: 25px;
  display: flex;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > li {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > 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;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > li > a,
.gt-header.gt-style-3 .gt-elements .gt-user-box > li > a:visited {
  color: #ffffff;
  display: block;
  padding: 9px 12.5px;
  line-height: 10px;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > li > a::after {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > li > a:hover,
.gt-header.gt-style-3 .gt-elements .gt-user-box > li > a:focus {
  opacity: 0.9;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > li:first-child {
  border-left: 0;
}

.gt-header.gt-style-3 .gt-elements .gt-user-box > li:last-child {
  border-right: 0;
}

.gt-header.gt-style-3 .gt-elements .gt-social-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.gt-header.gt-style-3 .gt-elements .gt-social-links li {
  padding: 0px;
  margin: 0px 7px;
}

.gt-header.gt-style-3 .gt-elements .gt-social-links li a,
.gt-header.gt-style-3 .gt-elements .gt-social-links li a:visited {
  color: #888888;
  font-size: 1.154rem;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu li a,
.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu li a:visited {
  color: #4a4a4a;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu > li:last-child > a,
.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu > li:last-child > a:visited {
  border-bottom: 0px;
}

.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus {
  background: transparent;
}

.gt-header.gt-style-3 .gt-language .gt-active-language {
  cursor: pointer;
}

.gt-header.gt-style-3 .gt-language .gt-active-language img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-3 .gt-language .gt-dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  border: 0;
  margin: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-header.gt-style-3 .gt-language .gt-dropdown-menu.show {
  display: block;
  margin: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-header.gt-style-3 .gt-language .gt-language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li a,
.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li a:visited {
  display: block;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7692rem;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li a:focus,
.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li a:hover {
  background-color: #f5f5f5;
}

.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li:last-child a,
.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li:last-child a:visited {
  border-bottom: 0;
}

.gt-header.gt-style-3 .gt-language .gt-language-switcher ul li img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-3.gt-style-4 {
  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 */
  box-shadow: none;
}

.gt-header.gt-style-3.gt-style-4 .gt-elements .gt-cart svg {
  fill: #ffffff;
}

.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li > a,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li > a:visited {
  color: #ffffff;
}

.gt-header.gt-style-3.gt-style-4 .gt-elements .gt-social-links li a,
.gt-header.gt-style-3.gt-style-4 .gt-elements .gt-social-links li a:visited {
  color: #ffffff;
}

.gt-header.gt-style-3.gt-style-4 .gt-container .gt-logo {
  display: none;
}

.gt-header.gt-style-3.gt-style-4 .gt-logo.gt-text-logo a,
.gt-header.gt-style-3.gt-style-4 .gt-logo.gt-text-logo a:visited {
  color: #ffffff;
}

.gt-header.gt-style-3.gt-style-4 .gt-container .gt-logo-alternative {
  display: block;
}

.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu li a,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu li a:visited {
  color: #4a4a4a;
}

.gt-header.gt-style-5 {
  padding: 25px 0;
  margin-bottom: 120px;
  background: #ffffff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  z-index: 20;
  position: relative;
}

.gt-header.gt-style-5.gt-remove-gap {
  margin-bottom: 0;
}

.gt-header.gt-style-5 .gt-logo {
  text-align: center;
}

.gt-header.gt-style-5 .gt-logo.gt-text-logo a,
.gt-header.gt-style-5 .gt-logo.gt-text-logo a:visited {
  display: block;
  font-weight: 600;
  font-size: 1.846rem;
  text-transform: uppercase;
  color: #444444;
}

.gt-header.gt-style-5 .gt-content {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

.gt-header.gt-style-5 .gt-navbar {
  padding: 0;
  margin: 0;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: right;
}

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

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

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

.gt-header.gt-style-5 .gt-navbar .gt-menu li.dropdown:hover > .gt-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;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-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: 230px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-top: 2px solid #eaeaea;
  border-radius: 5px;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu .gt-dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0px;
}

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

.gt-header.gt-style-5 .gt-navbar .gt-menu > li > a,
.gt-header.gt-style-5 .gt-navbar .gt-menu > li > a:visited {
  padding: 10px 15px;
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.2px;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu > li:last-child .gt-dropdown-menu,
.gt-header.gt-style-5 .gt-navbar .gt-menu > li:nth-last-child(2) .gt-dropdown-menu {
  left: inherit;
  right: 0;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu > li:last-child .gt-dropdown-menu .gt-dropdown-menu,
.gt-header.gt-style-5 .gt-navbar .gt-menu > li:nth-last-child(2) .gt-dropdown-menu .gt-dropdown-menu {
  left: inherit;
  right: 100%;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu .gt-dropdown-menu a,
.gt-header.gt-style-5 .gt-navbar .gt-menu .gt-dropdown-menu a:visited {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  color: #222222;
  position: relative;
  display: block;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu .gt-dropdown-menu li a,
.gt-header.gt-style-5 .gt-navbar .gt-menu .gt-dropdown-menu li a:visited {
  padding-left: 20px;
  padding-right: 20px;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu .gt-caret {
  margin-left: 5px;
}

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

.gt-header.gt-style-5 .gt-elements {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.gt-header.gt-style-5 .gt-elements .gt-cart {
  margin: 0 0 0 12px;
}

.gt-header.gt-style-5 .gt-elements .gt-cart svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box {
  list-style: none;
  padding: 0px 9px;
  margin: 0 0 0 30px;
  font-size: 0.7692rem;
  text-transform: uppercase;
  border-radius: 25px;
  display: flex;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > li {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > 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;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > li > a,
.gt-header.gt-style-5 .gt-elements .gt-user-box > li > a:visited {
  color: #ffffff;
  display: block;
  padding: 9px 12.5px;
  line-height: 10px;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > li > a::after {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > li > a:hover,
.gt-header.gt-style-5 .gt-elements .gt-user-box > li > a:focus {
  opacity: 0.9;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > li:first-child {
  border-left: 0;
}

.gt-header.gt-style-5 .gt-elements .gt-user-box > li:last-child {
  border-right: 0;
}

.gt-header.gt-style-5 .gt-elements .gt-social-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.gt-header.gt-style-5 .gt-elements .gt-social-links li {
  padding: 0px;
  margin: 0px 7px;
}

.gt-header.gt-style-5 .gt-elements .gt-social-links li a,
.gt-header.gt-style-5 .gt-elements .gt-social-links li a:visited {
  color: #888888;
  font-size: 1.154rem;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu li a,
.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu li a:visited {
  color: #4a4a4a;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu > li:last-child > a,
.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu > li:last-child > a:visited {
  border-bottom: 0px;
}

.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus {
  background: transparent;
}

.gt-header.gt-style-5 .gt-language .gt-active-language {
  cursor: pointer;
}

.gt-header.gt-style-5 .gt-language .gt-active-language img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-5 .gt-language .gt-dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  border: 0;
  margin: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-header.gt-style-5 .gt-language .gt-dropdown-menu.show {
  display: block;
  margin: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-header.gt-style-5 .gt-language .gt-language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li a,
.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li a:visited {
  display: block;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7692rem;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li a:focus,
.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li a:hover {
  background-color: #f5f5f5;
}

.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li:last-child a,
.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li:last-child a:visited {
  border-bottom: 0;
}

.gt-header.gt-style-5 .gt-language .gt-language-switcher ul li img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-header.gt-style-5.gt-style-6 {
  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 */
  box-shadow: none;
}

.gt-header.gt-style-5.gt-style-6 .gt-elements .gt-cart svg {
  fill: #ffffff;
}

.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li > a,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li > a:visited {
  color: #ffffff;
}

.gt-header.gt-style-5.gt-style-6 .gt-elements .gt-social-links li a,
.gt-header.gt-style-5.gt-style-6 .gt-elements .gt-social-links li a:visited {
  color: #ffffff;
}

.gt-header.gt-style-5.gt-style-6 .gt-container .gt-logo {
  display: none;
}

.gt-header.gt-style-5.gt-style-6 .gt-logo.gt-text-logo a,
.gt-header.gt-style-5.gt-style-6 .gt-logo.gt-text-logo a:visited {
  color: #ffffff;
}

.gt-header.gt-style-5.gt-style-6 .gt-container .gt-logo-alternative {
  display: block;
}

.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu li a,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu li a:visited {
  color: #4a4a4a;
}

/*======
*
* 51. Sticky Header
*
======*/
.gt-sticky-header {
  padding: 15px 0;
  background: #ffffff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.admin-bar .gt-sticky-header {
  top: 32px;
}

.gt-sticky-header.gt-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-sticky-header .gt-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.gt-sticky-header .gt-logo.gt-text-logo a,
.gt-sticky-header .gt-logo.gt-text-logo a:visited {
  display: block;
  font-weight: 600;
  font-size: 1.846rem;
  text-transform: uppercase;
  color: #444444;
}

.gt-sticky-header .gt-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.gt-sticky-header .gt-navbar {
  padding: 0;
  margin: 0;
}

.gt-sticky-header .gt-navbar .gt-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: right;
}

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

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

.gt-sticky-header .gt-navbar .gt-menu .gt-dropdown-menu .gt-dropdown-menu {
  left: 100%;
  margin-top: -0.92313px;
  top: 0;
}

.gt-sticky-header .gt-navbar .gt-menu li.dropdown:hover > .gt-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;
}

.gt-sticky-header .gt-navbar .gt-menu li .gt-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: 235px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  border-top: 2px solid #eaeaea;
  border-radius: 5px;
}

.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu .gt-dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0px;
}

.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a:visited {
  font-size: 0.9375rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin: 0;
  line-height: 1.385rem;
  padding: 13px 22px 9px;
  border-bottom: 1px solid #eeeeee;
  background: transparent;
}

.gt-sticky-header .gt-navbar .gt-menu > li > a,
.gt-sticky-header .gt-navbar .gt-menu > li > a:visited {
  padding: 10px 15px;
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.gt-sticky-header .gt-navbar .gt-menu > li:last-child .gt-dropdown-menu,
.gt-sticky-header .gt-navbar .gt-menu > li:nth-last-child(2) .gt-dropdown-menu {
  left: inherit;
  right: 0;
}

.gt-sticky-header .gt-navbar .gt-menu > li:last-child .gt-dropdown-menu .gt-dropdown-menu,
.gt-sticky-header .gt-navbar .gt-menu > li:nth-last-child(2) .gt-dropdown-menu .gt-dropdown-menu {
  left: inherit;
  right: 100%;
}

.gt-sticky-header .gt-navbar .gt-menu .gt-dropdown-menu a,
.gt-sticky-header .gt-navbar .gt-menu .gt-dropdown-menu a:visited {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  color: #222222;
  position: relative;
  display: block;
}

.gt-sticky-header .gt-navbar .gt-menu .gt-dropdown-menu li a,
.gt-sticky-header .gt-navbar .gt-menu .gt-dropdown-menu li a:visited {
  padding-left: 20px;
  padding-right: 20px;
}

.gt-sticky-header .gt-navbar .gt-menu .gt-caret {
  margin-left: 5px;
}

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

.gt-sticky-header .gt-elements {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.gt-sticky-header .gt-elements .gt-user-box {
  list-style: none;
  padding: 0px 9px;
  margin: 0 0 0 40px;
  font-size: 0.7692rem;
  text-transform: uppercase;
  border-radius: 25px;
  display: flex;
}

.gt-sticky-header .gt-elements .gt-user-box > li {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.gt-sticky-header .gt-elements .gt-user-box > 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;
}

.gt-sticky-header .gt-elements .gt-user-box > li > a,
.gt-sticky-header .gt-elements .gt-user-box > li > a:visited {
  color: #ffffff;
  display: block;
  padding: 9px 12.5px;
  line-height: 10px;
}

.gt-sticky-header .gt-elements .gt-user-box > li > a::after {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-sticky-header .gt-elements .gt-user-box > li > a:hover,
.gt-sticky-header .gt-elements .gt-user-box > li > a:focus {
  opacity: 0.9;
}

.gt-sticky-header .gt-elements .gt-user-box > li:first-child {
  border-left: 0;
}

.gt-sticky-header .gt-elements .gt-user-box > li:last-child {
  border-right: 0;
}

.gt-sticky-header .gt-elements .gt-social-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.gt-sticky-header .gt-elements .gt-social-links li {
  padding: 0px;
  margin: 0px 7px;
}

.gt-sticky-header .gt-elements .gt-social-links li a,
.gt-sticky-header .gt-elements .gt-social-links li a:visited {
  color: #888888;
  font-size: 1.154rem;
}

.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a:visited {
  color: #4a4a4a;
}

.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu > li:last-child > a,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu > li:last-child > a:visited {
  border-bottom: 0px;
}

.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus {
  background: transparent;
}

.gt-sticky-header .gt-language .gt-active-language {
  cursor: pointer;
}

.gt-sticky-header .gt-language .gt-active-language img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-sticky-header .gt-language .gt-dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  border: 0;
  margin: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-sticky-header .gt-language .gt-dropdown-menu.show {
  display: block;
  margin: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-sticky-header .gt-language .gt-language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-sticky-header .gt-language .gt-language-switcher ul li a,
.gt-sticky-header .gt-language .gt-language-switcher ul li a:visited {
  display: block;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7692rem;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
}

.gt-sticky-header .gt-language .gt-language-switcher ul li a:focus,
.gt-sticky-header .gt-language .gt-language-switcher ul li a:hover {
  background-color: #f5f5f5;
}

.gt-sticky-header .gt-language .gt-language-switcher ul li:last-child a,
.gt-sticky-header .gt-language .gt-language-switcher ul li:last-child a:visited {
  border-bottom: 0;
}

.gt-sticky-header .gt-language .gt-language-switcher ul li img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

/*======
*
* 52. Mobile Header
*
======*/
.gt-mobile-header {
  display: none;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 21;
  background: #ffffff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}

.gt-mobile-header .gt-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gt-mobile-header .gt-logo.gt-text-logo {
  display: block;
  font-weight: 600;
  font-size: 1.308rem;
  text-transform: uppercase;
  color: #444444;
}

.gt-mobile-header.gt-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;
}

.gt-mobile-header .gt-menu-icon svg {
  width: 20px;
  height: 19px;
  color: #000000;
  cursor: pointer;
}

.gt-mobile-background {
  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;
}

.gt-mobile-background.gt-mobile-background-opened {
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  height: 120%;
  z-index: 20;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-mobile-menu {
  background: #000000;
  position: fixed !important;
  top: 0;
  left: -100%;
  z-index: 21;
  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;
}

.gt-mobile-menu.gt-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;
}

.gt-mobile-menu .gt-menu {
  padding: 0px;
  margin: 0;
  width: 100%;
  list-style: none;
}

.gt-mobile-menu .gt-menu li .fa-chevron-down {
  position: absolute;
  right: 0px;
  font-size: 0.8462rem;
  z-index: 10;
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  top: 0px;
  margin: auto;
  text-align: right;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.gt-mobile-menu .gt-menu li .dropdown .fa-chevron-down {
  top: -5px;
}

.gt-mobile-menu .gt-menu li.open > .fa-chevron-down {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.gt-mobile-menu .gt-navbar-collapse {
  margin: 0;
  padding: 0px;
  display: block !important;
}

.gt-mobile-menu .gt-top {
  padding: 30px;
  background: #ffffff;
}

.admin-bar .gt-mobile-menu .gt-top {
  padding-top: 60px;
}

.gt-mobile-menu .gt-top .gt-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.gt-mobile-menu .gt-top .gt-inner .gt-menu-icon svg {
  width: 14px;
  height: 14px;
  color: #000000;
  cursor: pointer;
}

.gt-mobile-menu .gt-top .gt-logo.gt-text-logo {
  display: block;
  font-weight: 600;
  font-size: 1.308rem;
  text-transform: uppercase;
  color: #444444;
}

.gt-mobile-menu .gt-top .gt-menu > li {
  position: relative;
}

.gt-mobile-menu .gt-top .gt-menu > li a,
.gt-mobile-menu .gt-top .gt-menu > li a:visited {
  display: block;
  font-size: 0.8462rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 0px;
  border-bottom: 1px solid #eaeaea;
  background: transparent;
}

.gt-mobile-menu .gt-top .gt-menu > li:last-child a,
.gt-mobile-menu .gt-top .gt-menu > li:last-child a:visited {
  border-bottom: 0;
}

.gt-mobile-menu .gt-top .gt-menu > li a > i {
  display: none;
}

.gt-mobile-menu .gt-top .gt-menu > li .gt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: relative;
  box-shadow: none;
  float: none;
  border: 0px;
  margin-left: 15px;
  padding: 9px 0px;
}

.gt-mobile-menu .gt-top .gt-menu > li .gt-dropdown-menu .gt-dropdown-menu {
  padding: 0px;
}

.gt-mobile-menu .gt-top .gt-menu > li .gt-dropdown-menu a,
.gt-mobile-menu .gt-top .gt-menu > li .gt-dropdown-menu a:visited {
  border-bottom: 0px;
  padding: 9px 0px;
}

.gt-mobile-menu .gt-bottom {
  color: #ffffff;
  padding: 30px;
}

.gt-mobile-menu .gt-bottom .gt-social-links {
  list-style: none;
  padding: 0;
  margin: 0 -5px 25px -5px;
  display: flex;
  flex-wrap: wrap;
}

.gt-mobile-menu .gt-bottom .gt-social-links li a,
.gt-mobile-menu .gt-bottom .gt-social-links li a:visited {
  display: block;
  font-size: 1.154rem;
  padding: 5px;
  color: #ffffff;
}

.gt-mobile-menu .gt-bottom .gt-user-box {
  list-style: none;
  padding: 0px 10px;
  margin: 0;
  font-size: 0.9231rem;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}

.gt-mobile-menu .gt-bottom .gt-user-box > 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;
}

.gt-mobile-menu .gt-bottom .gt-user-box > li > a,
.gt-mobile-menu .gt-bottom .gt-user-box > li > a:visited {
  color: #ffffff;
  display: block;
  padding: 13px 12.5px;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.gt-mobile-menu .gt-bottom .gt-user-box > li > a::after {
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 0;
  border-left: 3px solid transparent;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

.gt-mobile-menu .gt-bottom .gt-user-box > li > a:hover,
.gt-mobile-menu .gt-bottom .gt-user-box > li > a:focus {
  opacity: 0.9;
}

.gt-mobile-menu .gt-bottom .gt-user-box > li:first-child {
  border-left: 0;
}

.gt-mobile-menu .gt-bottom .gt-user-box > li:last-child {
  border-right: 0;
}

.gt-mobile-menu .gt-bottom .gt-user-box > li {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  flex: 1;
  display: flex;
}

@media (max-width: 1199px) {
  .gt-mobile-header {
    display: block;
  }

  .gt-sticky-header,
  .gt-header {
    display: none;
  }
}

/*======
*
* 53. User Box Modal
*
======*/
.gt-modal .gt-register-content button,
.gt-modal .gt-login-content button {
  width: 100%;
}

.gt-modal .gt-login-content .gt-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px -30px -10px;
  padding: 15px 20px 0px;
  border-top: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 0.8462rem;
  font-weight: 500;
}

.gt-modal .gt-register-content .gt-modal-footer p:last-child,
.gt-modal .gt-login-content .gt-modal-footer p:last-child {
  margin-bottom: 0;
}

.gt-modal .gt-register-content .gt-modal-footer {
  margin: 20px -30px 0;
  padding: 25px 30px 0px;
  border-top: 1px solid #eaeaea;
}

.gt-modal .gt-login-content .gt-modal-footer a,
.gt-modal .gt-login-content .gt-modal-footer a:visited {
  color: #777777;
  display: block;
  padding: 10px;
}

.gt-modal .gt-register-content .gt-modal-footer a,
.gt-modal .gt-register-content .gt-modal-footer a:visited {
  color: #777777;
}

.gt-modal .gt-register-content .gt-errors > p,
.gt-modal .gt-login-content .gt-errors > p {
  margin: 15px 0 0;
}

.gt-modal .gt-register-content .gt-loading,
.gt-modal .gt-login-content .gt-loading {
  display: none;
}

@media (min-width: 576px) {
  .gt-modal.gt-register-modal .gt-modal-dialog,
  .gt-modal.gt-login-modal .gt-modal-dialog {
    max-width: 350px;
  }
}

/*======
*
* 54. Footer
*
======*/
.gt-footer.gt-style-1 {
  background-color: #121219;
  background-image: url(include/assets/img/footer-style-1.jpg);
  background-size: cover;
  background-position: center;
  color: #ffffff;
  margin-top: 90px;
}

.gt-footer.gt-style-2 {
  background: #ffffff;
  margin-top: 90px;
  border-top: 1px solid #eaeaea;
}

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

.gt-footer .gt-copyright {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gt-footer.gt-style-2 .gt-copyright {
  border-top: 1px solid #eaeaea;
}

.gt-footer .gt-copyright .gt-logo {
  padding: 15px 0;
}

.gt-footer .gt-copyright p {
  /*max-width: 80%;*/
  text-align: center;
  margin: 0;
  padding: 15px 0;
}

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

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

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

.gt-footer .widget_nav_menu li a,
.gt-footer .widget_nav_menu li a:visited {
  display: block;
  padding: 5px 0px;
}

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

.gt-footer.gt-style-1 .gt-app-box .gt-item a,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:visited {
  border-color: rgba(255, 255, 255, 0.1);
}

.gt-footer.gt-style-1 .gt-app-box .gt-item i {
  color: #ffffff;
}

.gt-footer.gt-style-1 a,
.gt-footer.gt-style-1 a:visited,
.gt-footer.gt-style-1 .widget_nav_menu li a,
.gt-footer.gt-style-1 .widget_nav_menu li a:visited,
.gt-footer.gt-style-1 .gt-social-links-element.gt-style-7 ul li a,
.gt-footer.gt-style-1 .gt-social-links-element.gt-style-7 ul li a:visited,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:hover,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:focus,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:hover i,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:focus i,
.gt-footer.gt-style-1 .gt-post-style-3 .gt-information,
.gt-footer.gt-style-1 .gt-post-style-3 .gt-information > div a,
.gt-footer.gt-style-1 .gt-post-style-3 .gt-information > div a:visited,
.gt-footer.gt-style-1 .widget_nav_menu li,
.gt-footer.gt-style-1 .post-list-style-3 .title a,
.gt-footer.gt-style-1 .post-list-style-3 .title a:visited {
  color: #ffffff;
}

.gt-footer.gt-style-1 .gt-social-links-element.gt-style-6 ul li a:hover,
.gt-footer.gt-style-1 .gt-social-links-element.gt-style-6 ul li a:focus {
  background: #ffffff !important;
}

@media (max-width: 991px) {
  .gt-footer .gt-footer-content .wpb_row > .wpb_column {
    margin-bottom: 45px;
  }

  .gt-footer .gt-footer-content .wpb_row > .wpb_column:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .gt-footer .gt-copyright {
    justify-content: center;
  }

  .gt-footer .gt-copyright p,
  .gt-footer .gt-copyright .gt-logo {
    width: 100%;
    text-align: center;
  }
}

/*======
*
* 55. Breadcrumbs
*
======*/
.gt-page-title-bar {
  background: #121219;
  position: relative;
  padding: 100px 0px;
  margin-top: -120px;
  margin-bottom: 90px;
}

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

.gt-page-title-bar h1 {
  margin: 0;
  color: #ffffff;
  font-size: 3.231rem;
  font-weight: 600;
}

.gt-page-title-bar p {
  margin: 15px 0px 0px;
  color: #ffffff;
}

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

.gt-page-title-bar .gt-breadcrumb {
  margin-top: 15px;
}

.gt-page-title-bar .gt-breadcrumb nav > ol {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-page-title-bar .gt-breadcrumb nav > ol > li {
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.gt-page-title-bar .gt-breadcrumb nav > ol > li:after {
  content: ">";
  margin-left: 10px;
}

.gt-page-title-bar .gt-breadcrumb nav > ol > li:last-child:after {
  display: none;
}

.gt-page-title-bar .gt-breadcrumb,
.gt-page-title-bar .gt-breadcrumb nav > ol > li a,
.gt-page-title-bar .gt-breadcrumb nav > ol > li a:visited {
  color: #ffffff;
}

.gt-page-title-bar .gt-breadcrumb nav > ol > li.gt-item-current,
.gt-page-title-bar .gt-breadcrumb nav > ol > li.current-item > span {
  border-bottom: 2px solid #eeeeee;
}

@media (max-width: 1199px) {
  .gt-page-title-bar {
    margin-top: 0;
  }
}

/*======
*
* 56. Comments
*
======*/
.gt-post-comments .gt-comment-textarea {
  margin-bottom: 10px;
}

.gt-post-comments .gt-comment-inputs,
.gt-post-comments .gt-comment-inputs .gt-comment-input {
  margin-bottom: 10px;
}

.gt-post-comments .gt-comment-cookies {
  margin-bottom: 20px;
}

.gt-post-comments .gt-form-submit {
  width: 100%;
  flex: 1;
  margin: 0;
}

.gt-post-comments .gt-form-submit input {
  width: 100%;
}

@media (min-width: 768px) {
  .gt-post-comments .gt-comment-inputs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: -5px;
    margin-left: -5px;
  }

  .gt-post-comments .gt-comment-inputs .gt-comment-input {
    padding: 0 5px;
    width: 33.333%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .gt-post-comments {
    padding: 3rem;
  }
}

@media (max-width: 575px) {
  .gt-post-comments {
    padding: 32px;
  }
}

.gt-comment-list > ol {
  list-style: none;
  margin: -30px 0;
  padding: 0;
}

.gt-comment-list > ol ol.children,
.gt-comment-list > ol ul.children {
  padding: 0;
  margin: -30px 0 -30px 20px;
  list-style: none;
}

.gt-comment-list .gt-comment-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 0;
}

@media (max-width: 575px) {
  .gt-comment-list .gt-comment-wrapper {
    flex-direction: column;
  }
}

.gt-comment-list .gt-user-avatar {
  overflow: hidden;
  border-radius: 4px;
}

.gt-comment-list .gt-user-avatar img {
  width: 50px;
  height: 50px;
  margin: 0;
}

.gt-comment-list .gt-comment-content {
  padding-left: 24px;
  width: calc(100% - 50px);
  flex: 1;
}

.gt-comment-list .gt-comment-content p {
  margin-bottom: 15px;
}

.gt-comment-list li.pingback .gt-comment-content {
  width: 100%;
  padding-left: 0;
}

.gt-comment-list .gt-pagination ul {
  align-content: flex-start;
  justify-content: flex-start;
  margin: -15px 0 50px;
}

.gt-post-comments .no-comments {
  margin: 0;
}

.comment-respond .form-submit {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .gt-comment-list .gt-comment-content {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}

.gt-comment-list .gt-comment-content .gt-comment-user {
  font-weight: 700;
  margin-bottom: 5px;
}

.gt-comment-list .gt-comment-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.8462rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 -15px;
}

.gt-comment-list .gt-comment-details,
.gt-comment-list .gt-comment-details a,
.gt-comment-list .gt-comment-details a:visited {
  color: #888888;
}

.gt-comment-list .gt-comment-details .gt-item {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.gt-comment-list .gt-comment-details .gt-item i {
  margin-right: 6px;
}

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

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

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

.gt-post-style-1 .gt-image img {
  display: block;
  width: 100%;
  border-radius: 7px;
}

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

.gt-post-style-1 .gt-image .gt-category ul {
  list-style: none;
  margin: 0 -1.5px;
  background: #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.9231rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-post-style-1 .gt-image .gt-category ul li {
  padding: 0 1.5px;
}

.gt-post-style-1 .gt-image .gt-category ul li:after {
  content: ",";
}

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

.gt-post-style-1 .gt-title {
  font-size: 1.615rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.gt-post-style-1 .gt-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.gt-post-style-1 .gt-bottom .gt-more,
.gt-post-style-1 .gt-bottom .gt-more:visited {
  border: 1px solid #eaeaea;
  border-radius: 25px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-weight: 500;
}

.gt-post-style-1 .gt-bottom > ul {
  list-style: none;
  padding: 0;
  margin: -10px;
  font-size: 0.9231rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-style-1 .gt-bottom > ul a,
.gt-post-style-1 .gt-bottom > ul a:visited {
  color: #555555;
}

.gt-post-style-1 .gt-bottom > ul > li {
  padding: 10px;
  display: flex;
  align-items: center;
}

.gt-post-style-1 .gt-bottom > ul > li i {
  margin-right: 10px;
  font-size: 1.231rem;
}

.gt-post-style-1 .gt-bottom > ul > li:last-child {
  margin-right: 0;
}

.gt-post-style-1 .gt-bottom > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-style-1 .gt-bottom > ul > li > ul > li {
  margin-right: 5px;
}

.gt-post-style-1 .gt-bottom > ul > li > ul > li:after {
  content: ",";
}

.gt-post-style-1 .gt-bottom > ul > li > ul > li:last-child {
  margin-right: 0;
}

.gt-post-style-1 .gt-bottom > ul > li > ul > li:last-child:after {
  display: none;
}

.gt-post-style-1 .gt-excerpt {
  margin-bottom: 15px;
  font-size: 0.9231rem;
  color: #777777;
}

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

@media (max-width: 560px) {
  .gt-post-style-1 .gt-bottom > ul {
    margin-bottom: 15px;
    width: 100%;
  }
}

/*======
*
* 58. Post Style 2
*
======*/
.gt-post-style-2 .gt-image {
  position: relative;
  margin-bottom: 21px;
}

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

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

.gt-post-style-2 .gt-image img {
  display: block;
  border-radius: 7px;
  width: 100%;
}

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

.gt-post-style-2 .gt-image .gt-category ul {
  list-style: none;
  margin: 0 -1.5px;
  background: #ffffff;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.9231rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-style-2 .gt-image .gt-category ul li {
  padding: 0 1.5px;
}

.gt-post-style-2 .gt-image .gt-category ul li:after {
  content: ",";
}

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

.gt-post-style-2 .gt-title {
  font-size: 1.385rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.gt-post-style-2 .gt-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.gt-post-style-2 .gt-bottom .gt-more,
.gt-post-style-2 .gt-bottom .gt-more:visited {
  border: 1px solid #eaeaea;
  border-radius: 25px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px;
  font-weight: 500;
}

.gt-post-style-2 .gt-bottom > ul {
  list-style: none;
  padding: 0;
  margin: -10px;
  font-size: 0.9231rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-style-2 .gt-bottom > ul a,
.gt-post-style-2 .gt-bottom > ul a:visited {
  color: #555555;
}

.gt-post-style-2 .gt-bottom > ul > li {
  padding: 10px;
  display: flex;
  align-items: center;
}

.gt-post-style-2 .gt-bottom > ul > li i {
  margin-right: 10px;
  font-size: 1.231rem;
}

.gt-post-style-2 .gt-bottom > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-style-2 .gt-bottom > ul > li > ul > li {
  margin-right: 5px;
}

.gt-post-style-2 .gt-bottom > ul > li > ul > li:after {
  content: ",";
}

.gt-post-style-2 .gt-bottom > ul > li > ul > li:last-child {
  margin-right: 0;
}

.gt-post-style-2 .gt-bottom > ul > li > ul > li:last-child:after {
  display: none;
}

.gt-post-style-2 .gt-excerpt {
  margin-bottom: 15px;
  font-size: 0.9231rem;
  color: #777777;
}

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

/*======
*
* 59. Post Style 3
*
======*/
.gt-post-style-3 {
  display: flex;
}

.gt-post-style-3 .gt-image {
  padding-right: 15px;
}

.gt-post-style-3 .gt-image img {
  max-width: 60px;
  border-radius: 5px;
}

.gt-post-style-3 .gt-title {
  font-weight: 600;
  font-size: 1.077rem;
  margin-bottom: 5px;
}

.gt-post-style-3 .gt-information {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8462rem;
  margin: -7.5px;
}

.gt-post-style-3 .gt-information > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7.5px;
}

.gt-post-style-3 .gt-information > div i {
  margin-right: 7px;
  font-size: 1rem;
}

.gt-post-style-3 .gt-information,
.gt-post-style-3 .gt-information > div a,
.gt-post-style-3 .gt-information > div a:visited {
  color: #777777;
}

.gt-post-style-3 .gt-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-post-style-3 .gt-location ul li {
  margin-right: 5px;
}

.gt-post-style-3 .gt-location ul li:last-child {
  margin-right: 0;
}

.gt-post-style-3 .gt-location ul li:after {
  content: ",";
}

.gt-post-style-3 .gt-location ul li:last-child:after {
  display: none;
}

/*======
*
* 60. Map
*
======*/
.gt-map > .gt-map-inner {
  width: 100%;
  height: 450px;
}

.gt-map > ul {
  display: none;
}

.gt-map .infoBox > img {
  z-index: 15;
}

.gt-map.gt-events-map .gt-map-popup > a,
.gt-map.gt-events-map .gt-map-popup > a:visited {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 41px);
  z-index: 3;
}

.gt-map.gt-events-map .gt-map-popup {
  margin: 0px 0px -41px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
  padding: 20px;
  color: #ffffff;
  font-size: 1rem;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.gt-map.gt-events-map .gt-map-popup:before {
  content: "";
  display: block;
  background: #121219;
  position: absolute;
  width: 100%;
  height: calc(100% + 41px);
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.55;
  border-radius: 5px;
}

.gt-map.gt-events-map .gt-map-popup .gt-inner {
  position: relative;
  z-index: 2;
}

.gt-map.gt-events-map .gt-map-popup .gt-inner a,
.gt-map.gt-events-map .gt-map-popup .gt-inner a:visited {
  color: #ffffff;
}

.gt-map.gt-events-map .gt-map-popup .gt-top-links {
  list-style: none;
  padding: 0;
  margin: -5px -5px 75px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8462rem;
}

.gt-map.gt-events-map .gt-map-popup .gt-top-links > li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px;
  border-radius: 3px;
  margin: 5px;
}

.gt-map.gt-events-map .gt-map-popup .gt-title {
  font-weight: 500;
  font-size: 1.231rem;
  margin-bottom: 12px;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links {
  list-style: none;
  padding: 0;
  margin: -5px -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8462rem;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li {
  align-items: center;
  display: flex;
  margin: 5px 10px;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > i {
  font-size: 1.231rem;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > ul > li {
  margin-right: 4px;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > ul > li:after {
  content: ",";
  display: inline-block;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > ul > li:last-child {
  margin-right: 0;
}

.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > ul > li:last-child:after {
  display: none;
}

.gt-marker-cluster {
  border-radius: 50%;
  font-size: 1rem !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  z-index: 172;
  font-size: 1.15rem !important;
}

.gt-marker-cluster:empty {
  display: none;
}

.gt-marker-cluster:before {
  content: "";
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px dashed #ffffff;
  background: transparent;
  margin: auto;
}

.gt-marker-cluster:empty:before {
  display: none;
}

/*======
*
* 61. 404 Page
*
======*/
.gt-404-page {
  padding: 0 0 40px;
}

/*======
*
* 62. None Content Page
*
======*/
.gt-no-content {
  text-align: center;
}

.gt-no-content .gt-search-widget {
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
}

/*======
*
* 63. Label
*
======*/
.gt-label.gt-position-top-left {
  top: 20px;
  left: 20px;
}

.gt-label.gt-position-top-center {
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

.gt-label.gt-position-top-right {
  top: 20px;
  right: 20px;
}

.gt-position-middle-left {
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gt-position-middle-center {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gt-position-middle-right {
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

.gt-label.gt-position-bottom-center {
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}

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

.gt-label {
  z-index: 1;
  font-size: 0.9231rem;
  position: absolute;
}

.gt-label.gt-style-1 {
  background-color: #fff;
  padding: 7px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gt-label.gt-style-2 {
  background-color: #fff;
  padding: 7px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gt-label.gt-style-3 {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  font-weight: 500;
  border-radius: 50%;
}

.gt-label.gt-style-4 {
  background-color: #ffffff;
  padding: 5px;
  font-weight: 500;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-45deg);
  left: -29px;
  top: 9px;
  width: 111px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*======
*
* 64. Modal
*
======*/
.gt-modal .gt-modal-content {
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.gt-modal .gt-modal-body {
  padding: 30px;
  text-align: left;
}

.gt-modal .gt-modal-header {
  padding: 25px 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.gt-modal .gt-modal-header .gt-modal-title {
  color: #4a4a4a;
  font-size: 1.231rem;
}

.gt-modal .gt-close:hover,
.gt-modal .gt-close:focus,
.gt-modal .gt-close {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.gt-modal .gt-close svg {
  fill: #555555;
  height: 12px;
  width: 12px;
}

@media (min-width: 576px) {
  .gt-modal.gt-large-modal .gt-modal-dialog {
    max-width: 900px;
  }
}

/*======
*
* 65. Dropdown
*
======*/
.gt-dropdown .gt-panel-group {
  margin-bottom: 30px;
}

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

.gt-dropdown .gt-panel-group .gt-panel {
  margin-bottom: 15px;
  background-color: #ffffff;
}

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

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading {
  font-weight: 600;
}

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a,
.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:visited {
  padding: 23px 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222222;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:hover,
.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:focus {
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

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

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:hover > i,
.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:focus > i,
.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a > i,
.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:visited > i {
  font-size: 0.9231rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

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

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

.gt-dropdown .gt-panel-group .gt-panel-heading + .gt-panel-collapse > .gt-panel-body p:last-child {
  margin-bottom: 0;
}

/*======
*
* 66. HTML5 Lightbox
*
======*/
#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: 0.9231rem;
}

/*======
*
* 67. New WPBakery Classes
*
======*/
.bgfixed,
.bgfixed .vc_column-inner {
  background-attachment: fixed;
  background-size: cover;
}

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

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

.vc_row.vc_row-fluid.gt-overflow-visible {
  overflow: visible !important;
}

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

.wpb_column.gt-background-position-initial,
.wpb_column.gt-background-position-initial > .vc_column-inner,
.vc_row.gt-background-position-initial,
.gt-background-position-initial {
  background-position: initial !important;
}

.wpb_column.gt-background-position-inherit,
.wpb_column.gt-background-position-inherit > .vc_column-inner,
.vc_row.gt-background-position-inherit,
.gt-background-position-inherit {
  background-position: inherit !important;
}

.wpb_column.gt-background-position-center-center,
.wpb_column.gt-background-position-center-center > .vc_column-inner,
.vc_row.gt-background-position-center-center,
.gt-background-position-center-center {
  background-position: center center !important;
}

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

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

.wpb_column.gt-background-position-center-center,
.wpb_column.gt-background-position-center-center > .vc_column-inner,
.vc_row.gt-background-position-center-center,
.gt-background-position-center-center {
  background-position: center center !important;
}

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

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

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

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

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

.wpb_column.gt-background-position-right-top,
.wpb_column.gt-background-position-right-top > .vc_column-inner,
.vc_row.gt-background-position-right-top,
.gt-background-position-right-top {
  background-position: right top !important;
}

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

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

.wpb_column.gt-background-attachment-initial,
.wpb_column.gt-background-attachment-initial > .vc_column-inner,
.vc_row.gt-background-attachment-initial,
.gt-background-attachment-initial {
  background-attachment: initial !important;
}

.wpb_column.gt-background-attachment-inherit,
.wpb_column.gt-background-attachment-inherit > .vc_column-inner,
.vc_row.gt-background-attachment-inherit,
.gt-background-attachment-inherit {
  background-attachment: inherit !important;
}

.wpb_column.gt-background-attachment-scroll,
.wpb_column.gt-background-attachment-scroll > .vc_column-inner,
.vc_row.gt-background-attachment-scroll,
.gt-background-attachment-scroll {
  background-attachment: scroll !important;
}

.wpb_column.gt-background-attachment-fixed,
.wpb_column.gt-background-attachment-fixed > .vc_column-inner,
.vc_row.gt-background-attachment-fixed,
.gt-background-attachment-fixed {
  background-attachment: fixed !important;
}

.wpb_column.gt-background-attachment-local,
.wpb_column.gt-background-attachment-local > .vc_column-inner,
.vc_row.gt-background-attachment-local,
.gt-background-attachment-local {
  background-attachment: local !important;
}

.wpb_column.gt-background-size-initial,
.wpb_column.gt-background-size-initial > .vc_column-inner,
.vc_row.gt-background-size-initial,
.gt-background-size-initial {
  background-size: initial !important;
}

.wpb_column.gt-background-size-inherit,
.wpb_column.gt-background-size-inherit > .vc_column-inner,
.vc_row.gt-background-size-inherit,
.gt-background-size-inherit {
  background-size: inherit !important;
}

.wpb_column.gt-background-size-auto,
.wpb_column.gt-background-size-auto > .vc_column-inner,
.vc_row.gt-background-size-auto,
.gt-background-size-auto {
  background-size: auto !important;
}

.wpb_column.gt-background-size-cover,
.wpb_column.gt-background-size-cover > .vc_column-inner,
.vc_row.gt-background-size-cover,
.gt-background-size-cover {
  background-size: cover !important;
}

.wpb_column.gt-background-size-contain,
.wpb_column.gt-background-size-contain > .vc_column-inner,
.vc_row.gt-background-size-contain,
.gt-background-size-contain {
  background-size: contain !important;
}

.wpb_column.gt-background-repeat-initial,
.wpb_column.gt-background-repeat-initial > .vc_column-inner,
.vc_row.gt-background-repeat-initial,
.gt-background-repeat-initial {
  background-repeat: initial !important;
}

.vc_row.gt-background-repeat-inherit,
.vc_row.gt-background-repeat-inherit > .vc_column-inner,
.gt-background-repeat-inherit {
  background-repeat: inherit !important;
}

.wpb_column.gt-background-repeat-repeat,
.wpb_column.gt-background-repeat-repeat > .vc_column-inner,
.vc_row.gt-background-repeat-repeat,
.gt-background-repeat-repeat {
  background-repeat: repeat !important;
}

.wpb_column.gt-background-repeat-repeat-x,
.wpb_column.gt-background-repeat-repeat-x > .vc_column-inner,
.vc_row.gt-background-repeat-repeat-x,
.gt-background-repeat-repeat-x {
  background-repeat: repeat-x !important;
}

.wpb_column.gt-background-repeat-repeat-y,
.wpb_column.gt-background-repeat-repeat-y > .vc_column-inner,
.vc_row.gt-background-repeat-repeat-y,
.gt-background-repeat-repeat-y {
  background-repeat: repeat-y !important;
}

.wpb_column.gt-background-repeat-no-repeat,
.wpb_column.gt-background-repeat-no-repeat > .vc_column-inner,
.vc_row.gt-background-repeat-no-repeat,
.gt-background-repeat-no-repeat {
  background-repeat: no-repeat !important;
}

.wpb_column.gt-background-repeat-space,
.wpb_column.gt-background-repeat-space > .vc_column-inner,
.vc_row.gt-background-repeat-space,
.gt-background-repeat-space {
  background-repeat: space !important;
}

.wpb_column.gt-background-repeat-round,
.wpb_column.gt-background-repeat-round > .vc_column-inner,
.vc_row.gt-background-repeat-round,
.gt-background-repeat-round {
  background-repeat: round !important;
}

.gt-text-left {
  text-align: left;
}

.gt-text-center {
  text-align: center;
}

.gt-text-right {
  text-align: right;
}

/*======
*
* 68. Range Slider
*
======*/
.irs-min,
.irs-max {
  background: transparent;
  padding: 0;
  color: #777777;
  border-radius: 0;
  font-size: 0.7692rem;
}

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 0.7692rem;
  line-height: 1.154rem;
  cursor: pointer;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 4px;
}

.irs-line-mid {
  height: 5px;
  background: #dddddd;
}

.irs-line-left {
  height: 5px;
  background: #dddddd;
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}

.irs-line-right {
  height: 5px;
  background: #dddddd;
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}

.irs-grid-text {
  font-size: 0.7692rem;
  line-height: 0.7692rem;
}

.irs-grid-pol {
  background: #dddddd;
}

.irs-bar {
  background: transparent;
  height: 5px;
  top: 28px;
}

.irs-slider {
  width: 2px;
  top: 24px;
  height: 14px;
  cursor: pointer;
}

.irs-from,
.irs-to,
.irs-single {
  background: transparent;
}

.irs-line {
  height: 12px;
  top: 28px;
}

.irs-with-grid {
  height: 48px;
}

/*======
*
* 69. Datepicker
*
======*/
.ui-datepicker {
  z-index: 20 !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 270px;
  max-width: 100%;
}

.ui-datepicker .ui-datepicker-header {
  background-color: #ffbb00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-datepicker .ui-datepicker-title {
  order: 2;
}

.ui-datepicker .ui-state-disabled {
  opacity: 0.5;
}

.ui-datepicker .ui-datepicker-prev {
  order: 1;
}

.ui-datepicker .ui-datepicker-next {
  order: 3;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  font-size: 0;
  display: block;
  padding: 0 5px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:before {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  font-size: 1.154rem;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\f054";
}

.ui-datepicker .ui-datepicker-calendar {
  margin: 23px auto;
  width: calc(100% - 40px);
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  border: 0;
  padding: 8px;
  text-align: center;
  line-height: 1.6;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-current-day > a:visited,
.ui-datepicker .ui-datepicker-today > a,
.ui-datepicker .ui-datepicker-today > a:visited {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.8462rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ui-datepicker .ui-datepicker-current-day > a,
.ui-datepicker .ui-datepicker-current-day > a:visited {
  background-color: #666666;
}

.ui-datepicker .ui-datepicker-today > a,
.ui-datepicker .ui-datepicker-today > a:visited {
  background-color: #ffbb00;
}

.ui-datepicker .ui-datepicker-buttonpane {
  padding: 20px;
  border-top: 1px solid #eee;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  display: block;
  padding: 7px 15px;
  width: 100%;
  height: auto;
  line-height: 1.6;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none;
}

/*======
*
* 70. plyr.js
*
======*/
.plyr__controls button:hover,
.plyr__controls button:focus {
  border: 0px;
}

.plyr__video-embed,
.gt-media-player .plyr {
  border-radius: 5px;
}

.plyr--video .plyr__controls {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*======
*
* 71. Flex Menu
*
======*/
.gt-flex-menu {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0px;
  width: 150px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #eaeaea;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  list-style: none;
  text-align: left;
  margin: 0;
  left: 0;
  background: #ffffff;
  z-index: 50;
  top: 100%;
}

.active > .gt-flex-menu {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

.gt-flex-menu li a,
.gt-flex-menu li a:visited {
  color: #4a4a4a;
  font-size: 1rem;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin: 0;
  padding: 13px 30px;
  border-bottom: 1px solid #eeeeee;
  display: block;
}

.gt-flex-menu li:last-child a,
.gt-flex-menu li:last-child a:visited {
  border-bottom: 0;
}

/*======
*
* 72. Bootstrap Tab
*
======*/
.gt-tab-panel .tab-pane {
  -webkit-animation: 0.5s fade-in-up ease-out;
  animation: 0.5s fade-in-up ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*======
*
* 73. Full Calendar
*
======*/
.gt-events-calendar table > caption + thead > tr:first-child > th,
.gt-events-calendar table > colgroup + thead > tr:first-child > th,
.gt-events-calendar table > thead:first-child > tr:first-child > th,
.gt-events-calendar table > caption + thead > tr:first-child > td,
.gt-events-calendar table > colgroup + thead > tr:first-child > td,
.gt-events-calendar table > thead:first-child > tr:first-child > td {
  border: 1px solid #eee;
  font-weight: 600;
}

.fc table {
  margin: 0;
}

a.fc-more {
  margin: 0px 8px;
}

.fc-event,
.fc-event-dot {
  border: 0px;
  color: #ffffff;
}

.fc-event:hover,
.fc-event-dot:focus {
  background-color: #444;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 3px 10px;
}

tr:first-child > td > .fc-day-grid-event {
  margin: 3px 8px;
}

.fc-day-grid-event {
  margin: 3px 5px;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  color: #fff;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #eee;
}

.fc-unthemed thead {
  background: #fbfbfb;
}

.fc-event {
  font-size: 0.8462rem;
  border-radius: 5px;
}

.fc table,
body .fc {
  font-size: 1rem;
}

.fc-state-default {
  box-shadow: none;
  border: 0px;
  text-shadow: none;
}

.fc .fc-button-group > button {
  margin-right: 10px;
}

.fc-state-default,
.fc button {
  font-size: 1rem;
  height: auto;
  padding: 7px 15px 6px;
  color: #ffffff;
  border: 1px solid #eaeaea;
  background: transparent;
}

.fc-state-default:hover,
.fc-state-default:focus,
.fc button:hover,
.fc button:focus {
  padding: 7px 15px 6px;
}

.fc-toolbar h2 {
  margin: 0;
  font-size: 1.615rem;
  padding: 7px 0px;
  text-transform: uppercase;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 45px;
}

.fc-v-event.fc-not-end {
  color: #fff;
}

.fc-unthemed th.fc-day-header.fc-widget-header {
  background: #333;
  padding: 17px 15px;
  color: #fff;
  border-color: #4f4f4f !important;
  text-transform: uppercase;
}

.fc-unthemed th.fc-day-header.fc-widget-header:first-child {
  border-top-left-radius: 5px;
}

.fc-unthemed th.fc-day-header.fc-widget-header:last-child {
  border-top-right-radius: 5px;
}

td.fc-day-top {
  padding: 7px 15px 4px;
}

.fc-unthemed .fc-content-skeleton tbody tr:first-child td {
  padding: 5px 0px 0 0;
}

.fc-rtl .fc-h-event.fc-not-start {
  margin-left: 5px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  border-color: #4f4f4f !important;
  padding: 17px 15px;
}

.fc-list-table td {
  padding: 12px 15px;
}

/*======
*
* 74. Contact Form 7
*
======*/
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #191919;
}

span.wpcf7-list-item {
  display: inline-flex;
  margin: 0 15px 0 0;
  align-items: center;
}

span.wpcf7-list-item:last-child {
  margin-right: 0;
}

span.wpcf7-checkbox {
  font-size: 0.9231rem;
}

span.wpcf7-checkbox input[type="checkbox"],
span.wpcf7-checkbox input[type="radio"] {
  margin-right: 8px;
}

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

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

/*======
*
* 75. CSS Icons
*
======*/
.fa-times-circle:before {
  content: "\00d7";
}

/*======
*
* 76. Password Protected
*
======*/
.gt-password-protected {
  max-width: 600px;
  margin: 0 auto;
}

.gt-password-protected .gt-heading {
  margin-bottom: 90px;
}

.gt-password-protected .gt-form-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.gt-password-protected .gt-form-content > input,
.gt-password-protected .gt-form-content > button {
  width: 100%;
  margin-bottom: 15px;
}

.gt-password-protected .gt-form-content > input:last-child,
.gt-password-protected .gt-form-content > button:last-child {
  margin-bottom: 0;
}

/*======
*
* 77. Cookie Bar
*
======*/
.gt-cookie-bar.gt-style-1 {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000000;
  color: #ffffff;
  padding: 13px 20px;
  font-size: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.gt-cookie-bar.gt-style-1.gt-visibility {
  visibility: visible;
  opacity: 1;
}

.gt-cookie-bar.gt-style-1 p {
  margin-bottom: 0;
}

.gt-cookie-bar.gt-style-1 a,
.gt-cookie-bar.gt-style-1 a:visited {
  color: currentColor;
  text-decoration: underline;
}

.gt-cookie-bar.gt-style-1 .gt-cookie-button {
  margin-left: 15px;
}

.gt-cookie-bar.gt-style-1 .gt-cookie-button a,
.gt-cookie-bar.gt-style-1 .gt-cookie-button a:visited {
  font-weight: 600;
}

@media (max-width: 767px) {
  .gt-cookie-bar.gt-style-1 {
    flex-direction: column;
    text-align: center;
  }

  .gt-cookie-bar.gt-style-1 .gt-cookie-button {
    margin-left: 0;
  }
}

.gt-cookie-bar.gt-style-2 {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  color: #000000;
  padding: 13px 20px;
  font-size: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.gt-cookie-bar.gt-style-2.gt-visibility {
  visibility: visible;
  opacity: 1;
}

.gt-cookie-bar.gt-style-2 p {
  margin-bottom: 0;
}

.gt-cookie-bar.gt-style-2 a,
.gt-cookie-bar.gt-style-2 a:visited {
  color: currentColor;
  text-decoration: underline;
}

.gt-cookie-bar.gt-style-2 .gt-cookie-button {
  margin-left: 15px;
}

.gt-cookie-bar.gt-style-2 .gt-cookie-button a,
.gt-cookie-bar.gt-style-2 .gt-cookie-button a:visited {
  font-weight: 600;
}

@media (max-width: 767px) {
  .gt-cookie-bar.gt-style-2 {
    flex-direction: column;
    text-align: center;
  }

  .gt-cookie-bar.gt-style-2 .gt-cookie-button {
    margin-left: 0;
  }
}

.gt-cookie-bar.gt-style-3 {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  color: #000000;
  padding: 20px 25px;
  font-size: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.gt-cookie-bar.gt-style-3.gt-visibility {
  visibility: visible;
  opacity: 1;
}

.gt-cookie-bar.gt-style-3 p {
  margin-bottom: 0;
}

.gt-cookie-bar.gt-style-3 a,
.gt-cookie-bar.gt-style-3 a:visited {
  color: currentColor;
  text-decoration: underline;
}

.gt-cookie-bar.gt-style-3 .gt-cookie-button {
  margin-left: 15px;
}

.gt-cookie-bar.gt-style-3 .gt-cookie-button a,
.gt-cookie-bar.gt-style-3 .gt-cookie-button a:visited {
  font-weight: 600;
}

@media (max-width: 767px) {
  .gt-cookie-bar.gt-style-3 {
    flex-direction: column;
    text-align: center;
  }

  .gt-cookie-bar.gt-style-3 .gt-cookie-button {
    margin-left: 0;
  }
}

.gt-cookie-bar.gt-style-4 {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 25px;
  font-size: 0.95rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.gt-cookie-bar.gt-style-4.gt-visibility {
  visibility: visible;
  opacity: 1;
}

.gt-cookie-bar.gt-style-4 p {
  margin-bottom: 0;
}

.gt-cookie-bar.gt-style-4 a,
.gt-cookie-bar.gt-style-4 a:visited {
  color: currentColor;
  text-decoration: underline;
}

.gt-cookie-bar.gt-style-4 .gt-cookie-button {
  margin-left: 15px;
}

.gt-cookie-bar.gt-style-4 .gt-cookie-button a,
.gt-cookie-bar.gt-style-4 .gt-cookie-button a:visited {
  font-weight: 600;
}

@media (max-width: 767px) {
  .gt-cookie-bar.gt-style-4 {
    flex-direction: column;
    text-align: center;
  }

  .gt-cookie-bar.gt-style-4 .gt-cookie-button {
    margin-left: 0;
  }
}

/*======
*
* 78. Speaker Events
*
======*/
.gt-speaker-events {
  margin-top: 60px;
}

.gt-speaker-events .gt-heading {
  margin-bottom: 90px;
}

/*======
*
* 79. Related Speakers
*
======*/
.gt-related-speakers {
  margin-top: 90px;
}

.gt-related-speakers .gt-heading {
  margin-bottom: 90px;
}

/*======
*
* 80. Like Box
*
======*/
.gt-like-box .gt-inner-box {
  display: flex;
  margin: -4px;
}

.gt-like-box a,
.gt-like-box a:visited {
  border: 1px solid #eee;
  display: block;
  color: #888888;
  text-transform: uppercase;
  padding: 5px 11px;
  font-size: 0.9230769230769231rem;
  font-weight: 500;
  margin: 4px;
  border-radius: 3px;
}

.gt-like-box a.gt-login-for-like span,
.gt-like-box a.gt-login-for-favorite span,
.gt-like-box a.gt-content-favorite span,
.gt-like-box a.gt-content-like span {
  display: flex;
  align-items: center;
}

.gt-like-box a.gt-login-for-like span:before,
.gt-like-box a.gt-login-for-favorite span:before,
.gt-like-box a.gt-content-favorite span:before,
.gt-like-box a.gt-content-like span:before {
  font-family: Font Awesome\5 Free;
  font-weight: 500;
  font-size: 1.3076923076923077rem;
}

.gt-like-box a.gt-login-for-like span:before,
.gt-like-box a.gt-content-like span:before {
  content: "\f004";
  margin-right: 10px;
}

.gt-like-box a.gt-content-like.gt-liked span:before {
  font-weight: 900;
}

.gt-like-box a.gt-login-for-favorite span:before,
.gt-like-box a.gt-content-favorite span:before {
  content: "\f005";
}

.gt-like-box a.gt-content-favorite.gt-favorited span:before {
  font-weight: 900;
}

.gt-like-box a.gt-liked,
.gt-like-box a.gt-liked:visited,
.gt-like-box a.gt-favorited,
.gt-like-box a.gt-favorited:visited {
  background-color: #888888;
  color: #ffffff;
}

.gt-content-favorite-add-popup,
.gt-content-favorite-remove-popup,
.gt-content-like-add-popup,
.gt-content-like-remove-popup {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: max-content;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 13px 20px;
}

.gt-content-favorite-add-popup:before,
.gt-content-favorite-remove-popup:before,
.gt-content-like-add-popup:before,
.gt-content-like-remove-popup:before {
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f05a";
  font-size: 1.3076923076923077rem;
  margin-right: 10px;
  display: block;
}

/*======
*
* 81. User Activity
*
======*/
.gt-user-activity > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-user-activity > ul > li svg {
  font-size: 1.923rem;
  line-height: 1.923rem;
  padding-right: 25px;
  width: 50px;
}

.gt-user-activity > ul > li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.gt-user-activity > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/*======
*
* 82. Color Selector
*
======*/
.gt-eventchamp-slider {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.gt-eventchamp-slider > .gt-swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.gt-eventchamp-slider > .gt-swiper-slider .gt-slide-inner {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gt-eventchamp-slider > .gt-swiper-slider .gt-slide-inner .gt-opacity {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.gt-eventchamp-slider .gt-slider-content {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1020px;
  text-align: center;
  z-index: 10;
  color: #fff;
}

.gt-eventchamp-slider .gt-slider-content .gt-subtitle {
  color: #ffffff;
  font-size: 1.385rem;
  text-transform: uppercase;
  font-weight: 500;
}

.gt-eventchamp-slider .gt-slider-content .gt-title {
  margin: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gt-eventchamp-slider .gt-slider-content .gt-title .gt-primary,
.gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary {
  color: #ffffff;
  font-size: 4.231rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary {
  margin-left: 15px;
}

.gt-eventchamp-slider .gt-slider-content .gt-text {
  max-width: 80%;
  margin: 0 auto;
  font-size: 1.154rem;
}

.gt-eventchamp-slider .gt-slider-content .gt-buttons {
  margin: 60px 0 -22.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gt-eventchamp-slider .gt-slider-content .gt-buttons a,
.gt-eventchamp-slider .gt-slider-content .gt-buttons a:visited {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 40px;
  margin: 0 22.5px 22.5px;
  display: inline-flex;
  border-radius: 25px;
  align-items: center;
}

.gt-eventchamp-slider .gt-slider-content .gt-buttons a:hover,
.gt-eventchamp-slider .gt-slider-content .gt-buttons a:focus {
  color: #ffffff;
}

.gt-eventchamp-slider .gt-separator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.gt-eventchamp-slider .gt-separator > svg {
  fill: #ffffff;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-1 {
  text-align: center;
  bottom: 50px;
  width: 100%;
  top: auto;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-1 > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-1 > span:last-child {
  margin-right: 0;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-1 > span:hover,
.gt-eventchamp-slider .gt-slider-pagination.gt-style-1 > span:focus,
.gt-eventchamp-slider .gt-slider-pagination.gt-style-1 > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 {
  text-align: center;
  right: 0;
  left: auto;
  margin: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 15px;
  align-content: center;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 > span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  outline: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 > span {
  margin: 0 0 10px;
  display: block;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 > span:last-child {
  margin-bottom: 0;
}

.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 > span:hover,
.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 > span:focus,
.gt-eventchamp-slider .gt-slider-pagination.gt-style-2 > span.swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.gt-eventchamp-slider .gt-slider-control.gt-style-1 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin: 30px;
  z-index: 5;
  outline: 0;
}

.gt-eventchamp-slider .gt-slider-control.gt-style-1:hover,
.gt-eventchamp-slider .gt-slider-control.gt-style-1:focus {
  opacity: 0.6;
}

.gt-eventchamp-slider .gt-slider-control.gt-slider-prev.gt-style-1 {
  left: 0;
}

.gt-eventchamp-slider .gt-slider-control.gt-slider-next.gt-style-1 {
  right: 0;
}

.gt-eventchamp-slider .gt-slider-control.gt-style-2 {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.308rem;
  cursor: pointer;
  opacity: 0.3;
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 30px;
  margin-right: 30px;
  z-index: 5;
  outline: 0;
  left: 0;
}

.gt-eventchamp-slider .gt-slider-control.gt-slider-prev.gt-style-2 {
  margin-top: -30px;
}

.gt-eventchamp-slider .gt-slider-control.gt-slider-next.gt-style-2 {
  margin-top: 30px;
}

.gt-eventchamp-slider .gt-slider-control.gt-style-2:hover,
.gt-eventchamp-slider .gt-slider-control.gt-style-2:focus {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .gt-eventchamp-slider .gt-slider-content .gt-title {
    margin: 25px 0 0;
  }

  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary {
    margin-left: 10px;
  }

  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-background-text {
    display: none;
  }

  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-title-inner {
    position: relative;
  }

  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-primary,
  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary {
    font-size: 3.077rem;
  }
}

@media (max-width: 767px) {
  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-primary,
  .gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary {
    font-size: 2.308rem;
  }

  .gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-text,
  .gt-eventchamp-slider .gt-slider-content .gt-text {
    display: none;
    font-size: 1rem;
  }
}

/*======
*
* 83. Color Selector
*
======*/
/*====== Yellow Fill ======*/
.gt-user-activity > ul > li svg,
.gt-content-detail-box > ul > li > .gt-icon > svg {
  fill: #ffbb00;
}

/*====== Yellow Color ======*/
.gt-footer.gt-style-1 .gt-social-links-element.gt-style-6 ul li a:hover,
.gt-footer.gt-style-1 .gt-social-links-element.gt-style-6 ul li a:focus,
.gt-footer.gt-style-1 a:hover,
.gt-footer.gt-style-1 a:focus,
.gt-footer.gt-style-1 .post-list-style-3 .title a:hover,
.gt-footer.gt-style-1 .post-list-style-3 .title a:focus,
.gt-event-style-2 .gt-information > div a:focus,
.gt-event-style-2 .gt-information > div a:hover,
.gt-mobile-menu .gt-bottom .gt-social-links li a:hover,
.gt-mobile-menu .gt-bottom .gt-social-links li a:focus,
.gt-modal .gt-register-content .gt-modal-footer a:hover,
.gt-modal .gt-register-content .gt-modal-footer a:focus,
.gt-modal .gt-login-content .gt-modal-footer a:hover,
.gt-modal .gt-login-content .gt-modal-footer a:focus,
.gt-countdown.gt-style-3 ul li > .gt-inner,
.gt-footer .post-list-style-3 .title a:hover,
.gt-footer .post-list-style-3 .title a:focus,
.gt-feature-box .gt-content .gt-title,
.gt-feature-box .gt-icon,
.gt-map.gt-events-map .gt-map-popup .gt-inner a:hover,
.gt-map.gt-events-map .gt-map-popup .gt-inner a:focus,
.gt-map.gt-events-map .gt-map-popup .gt-bottom-links > li > i,
.gt-label.gt-style-4,
.gt-post-style-1 .gt-bottom .gt-more:hover,
.gt-post-style-1 .gt-bottom .gt-more:focus,
.gt-post-style-1 .gt-bottom > ul a:hover,
.gt-post-style-1 .gt-bottom > ul a:focus,
.gt-post-style-2 .gt-bottom .gt-more:hover,
.gt-post-style-2 .gt-bottom .gt-more:focus,
.gt-post-style-2 .gt-bottom > ul a:hover,
.gt-post-style-2 .gt-bottom > ul a:focus,
.gt-page-content .gt-post-meta a:hover,
.gt-page-content .gt-post-meta a:focus,
.gt-pagination ul li > span.current,
.gt-pagination ul li > a:hover,
.gt-pagination ul li > a:focus,
.gt-post-pagination ul li a:hover,
.gt-post-pagination ul li a:focus,
.gt-page-content .gt-post-meta > ul > li i,
.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details .gt-subtitle,
.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-details > .gt-price,
.gt-event-ticket.gt-style-1 .gt-ticket-inner > .gt-ticket-features p:before,
.gt-event-ticket.gt-style-2 .gt-ticket-inner .gt-title,
.gt-event-ticket.gt-style-2 .gt-price,
.gt-event-ticket.gt-style-3 .gt-ticket-inner .gt-title,
.gt-event-ticket.gt-style-3 .gt-price,
.gt-event-ticket.gt-style-4 .gt-price,
.gt-event-ticket.gt-style-4 .gt-ticket-inner .gt-ticket-features p:before,
.gt-event-ticket.gt-style-5 .gt-price,
.gt-event-ticket.gt-style-5 .gt-ticket-inner .gt-ticket-features p:before,
.gt-event-ticket.gt-style-6 .gt-ticket-features p:before,
.gt-event-ticket.gt-style-6 .gt-ticket-header .gt-price,
.gt-event-ticket.gt-style-7 .gt-ticket-features p:before,
.gt-event-ticket.gt-style-7 .gt-ticket-header .gt-price,
.gt-event-buttons ul li a:hover,
.gt-event-buttons ul li a:focus,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a.active,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a.active:visited,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:hover,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:focus,
.gt-speaker.gt-style-1 .gt-content .gt-name a:hover,
.gt-speaker.gt-style-1 .gt-content .gt-name a:focus,
.gt-speaker.gt-style-1 .gt-social-links ul li a:focus,
.gt-speaker.gt-style-1 .gt-social-links ul li a:hover,
.gt-speaker.gt-style-2 .gt-social-links ul li a:focus,
.gt-speaker.gt-style-2 .gt-social-links ul li a:hover,
.gt-speaker.gt-style-3 .gt-social-links ul li a:focus,
.gt-speaker.gt-style-3 .gt-social-links ul li a:hover,
.gt-speaker.gt-style-4 .gt-social-links ul li a:focus,
.gt-speaker.gt-style-4 .gt-social-links ul li a:hover,
.gt-speaker.gt-style-5 .gt-social-links ul li a:focus,
.gt-speaker.gt-style-5 .gt-social-links ul li a:hover,
.gt-speaker.gt-style-6 .gt-social-links ul li a:focus,
.gt-speaker.gt-style-6 .gt-social-links ul li a:hover,
.gt-content-detail-box > ul > li > .gt-content > .gt-inner a:hover,
.gt-content-detail-box > ul > li > .gt-content > .gt-inner a:focus,
.gt-content-detail-box > ul > li > .gt-icon > i,
.gt-icon-list ul li i,
.gt-mailchimp-newsletter .title i,
.gt-button.gt-style-6 a:hover,
.gt-button.gt-style-6 a:focus,
.gt-button.gt-style-5 a,
.gt-button.gt-style-5 a:visited,
.gt-button.gt-style-3 a:hover,
.gt-button.gt-style-3 a:focus,
.gt-button.gt-style-2 a:hover,
.gt-button.gt-style-2 a:focus,
.gt-button.gt-style-1 a:hover,
.gt-button.gt-style-1 a:focus,
.gt-contact-box i,
.gt-counter > .gt-title,
.gt-counter > .gt-number,
.gt-testimonials-carousel .content .name,
.gt-eventchamp-service-box .gt-title,
.gt-eventchamp-service-box i,
.gt-categorized-events .gt-nav > li > a.active,
.gt-categorized-events .gt-nav > li > a.active:visited,
.gt-categorized-events .gt-nav > li > a:hover,
.gt-categorized-events .gt-nav > li > a:focus,
.gt-heading .gt-title span,
.gt-eventchamp-slider .gt-slider-content .gt-title .gt-secondary,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-title .gt-secondary,
.gt-countdown-slider.gt-style-3 > .gt-slider-content > .gt-counter .gt-counter-inner > div,
.gt-events-slider .gt-slide-inner .gt-content .gt-information > li i,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .stock,
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce .woocommerce-MyAccount-navigation ul li a:visited,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:visited,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.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,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"],
.plyr__progress--played,
.plyr__volume--display,
.bootstrap-select.gt-select .dropdown-item:focus,
.bootstrap-select.gt-select .dropdown-item:hover,
.bootstrap-select.gt-select .dropdown-item.active,
.bootstrap-select.gt-select .dropdown-item:active,
blockquote:before,
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,
a:hover,
a:focus,
.gt-header.gt-style-1.gt-style-2 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-1.gt-style-2 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li a:hover,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li a:focus,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li:hover > a,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li:hover > a:visited,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li > a:hover,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu > li > a:focus,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-header.gt-style-3.gt-style-4 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-3.gt-style-4 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li a:hover,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li a:focus,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li:hover > a,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li:hover > a:visited,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li > a:hover,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu > li > a:focus,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-header.gt-style-5.gt-style-6 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-5.gt-style-6 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li a:hover,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li a:focus,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li:hover > a,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li:hover > a:visited,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li > a:hover,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu > li > a:focus,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-footer a:hover,
.gt-footer a:focus,
.gt-page-title-bar .gt-breadcrumb nav > ol > li a:focus,
.gt-page-title-bar .gt-breadcrumb nav > ol > li a:hover,
.gt-page-title-bar .gt-breadcrumb nav > ol > li.gt-item-current,
.gt-page-title-bar .gt-breadcrumb nav > ol > li.current-item > span,
.gt-mobile-menu .gt-top .gt-menu .gt-dropdown-menu > .active > a,
.gt-mobile-menu .gt-top .gt-menu .gt-dropdown-menu > .active > a:focus,
.gt-mobile-menu .gt-top .gt-menu .gt-dropdown-menu > .active > a:hover,
.gt-mobile-menu .gt-top .gt-menu > li a:hover,
.gt-mobile-menu .gt-top .gt-menu > li a:focus,
.gt-mobile-menu .gt-top .gt-menu li:hover > a,
.gt-mobile-menu .gt-top .gt-menu li:focus > a:visited,
.gt-mobile-menu .gt-top .gt-menu li:hover > i,
.gt-mobile-menu .gt-top .gt-menu li:focus > i,
.gt-flex-menu li a:focus,
.gt-flex-menu li a:hover,
.fc-state-default:hover,
.fc-state-default:focus,
.fc button:hover,
.fc button:focus,
.gt-post-style-1 .gt-bottom > ul > li i,
.gt-post-style-1 .gt-bottom .gt-more:hover,
.gt-post-style-1 .gt-bottom .gt-more:focus,
.gt-post-style-1 .gt-image .gt-category ul a,
.gt-post-style-1 .gt-image .gt-category ul a:visited,
.gt-post-style-1 .gt-image .gt-category ul,
.gt-post-style-2 .gt-bottom > ul > li i,
.gt-post-style-2 .gt-bottom .gt-more:hover,
.gt-post-style-2 .gt-bottom .gt-more:focus,
.gt-post-style-2 .gt-image .gt-category ul a,
.gt-post-style-2 .gt-image .gt-category ul a:visited,
.gt-post-style-2 .gt-image .gt-category ul,
.gt-post-style-3 .gt-information > div i,
.gt-event-style-1 .gt-venue a:focus,
.gt-event-style-1 .gt-venue a:hover,
.gt-event-style-1 .gt-location ul li a:focus,
.gt-event-style-1 .gt-location ul li a:hover,
.gt-event-style-1 .gt-location i,
.gt-event-style-1 .gt-date i,
.gt-event-style-1 .gt-time i,
.gt-event-style-1 .gt-venue i,
.gt-event-style-1 .gt-stock i,
.gt-event-style-1 .gt-event-status,
.gt-event-style-2 .gt-information > div i,
.gt-event-style-3 .gt-venue a:focus,
.gt-event-style-3 .gt-venue a:hover,
.gt-event-style-3 .gt-location ul li a:focus,
.gt-event-style-3 .gt-location ul li a:hover,
.gt-event-style-3 .gt-price i,
.gt-event-style-3 .gt-status i,
.gt-event-style-3 .gt-location i,
.gt-event-style-3 .gt-date i,
.gt-event-style-3 .gt-time i,
.gt-event-style-3 .gt-stock i,
.gt-event-style-3 .gt-venue i,
.gt-event-style-4 .gt-venue a:focus,
.gt-event-style-4 .gt-venue a:hover,
.gt-event-style-4 .gt-location ul li a:focus,
.gt-event-style-4 .gt-location ul li a:hover,
.gt-event-style-4 .gt-price i,
.gt-event-style-4 .gt-status i,
.gt-event-style-4 .gt-location i,
.gt-event-style-4 .gt-date i,
.gt-event-style-4 .gt-time i,
.gt-event-style-4 .gt-venue i,
.gt-event-style-4 .gt-stock i,
.gt-white .gt-venue-style-1 .gt-title a:hover,
.gt-white .gt-venue-style-1 .gt-title a:focus,
.gt-venue-style-1 .gt-title a:hover,
.gt-venue-style-1 .gt-title a:focus,
.gt-venue-style-1 .gt-image .gt-location,
.gt-venue-style-1 .gt-image .gt-location a,
.gt-venue-style-1 .gt-image .gt-location a:visited,
.gt-venue-style-1 .gt-image .status,
.gt-venue-style-2 .gt-information > div i,
.gt-content-favorite-add-popup:before,
.gt-content-favorite-remove-popup:before,
.gt-content-like-add-popup:before,
.gt-content-like-remove-popup:before,
.edit-link a:focus,
.edit-link a:hover {
  color: #ffbb00;
}

/*====== Yellow Background Color ======*/
.gt-marker-cluster,
.irs-bar,
.irs-slider,
.irs-from,
.irs-to,
.irs-single,
.gt-countdown.gt-style-4 ul li > .gt-inner,
.gt-countdown.gt-style-1 ul li > .gt-inner,
.gt-feature-box .gt-content .gt-line,
.gt-post-style-1 .gt-bottom .gt-more,
.gt-post-style-1 .gt-bottom .gt-more:visited,
.gt-post-style-2 .gt-bottom .gt-more,
.gt-post-style-2 .gt-bottom .gt-more:visited,
.gt-pagination ul li > span,
.gt-pagination ul li > a,
.gt-pagination ul li > a:visited,
.gt-post-pagination ul li a,
.gt-post-pagination ul li a:visited,
.gt-event-section-tabs .gt-event-tabs > li > a:after,
.gt-event-section-tabs .gt-event-tabs > li > a:visited:after,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited,
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:visited,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce span.onsale,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.gt-event-schedule.gt-style-1 .gt-schedule-tabs,
.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:visited,
.gt-event-schedule.gt-style-4 > .gt-item > .gt-heading,
.gt-event-schedule.gt-style-5 > .gt-item > .gt-heading,
.gt-event-schedule.gt-style-6 > .gt-item > .gt-heading,
.gt-organizers.gt-style-1 ul li a:hover,
.gt-organizers.gt-style-1 ul li a:focus,
.gt-organizers.gt-style-2 ul li a:hover,
.gt-organizers.gt-style-2 ul li a:focus,
.gt-organizers.gt-style-3 ul li a,
.gt-organizers.gt-style-3 ul li a:visited,
.gt-tags.gt-style-1 ul li a:hover,
.gt-tags.gt-style-1 ul li a:focus,
.gt-tags.gt-style-2 ul li a:hover,
.gt-tags.gt-style-2 ul li a:focus,
.gt-tags.gt-style-3 ul li a,
.gt-tags.gt-style-3 ul li a:visited,
.gt-categories.gt-style-1 ul li a:hover,
.gt-categories.gt-style-1 ul li a:focus,
.gt-categories.gt-style-2 ul li a:hover,
.gt-categories.gt-style-2 ul li a:focus,
.gt-categories.gt-style-3 ul li a,
.gt-categories.gt-style-3 ul li a:visited,
.gt-social-sharing.gt-style-1 ul li a:hover,
.gt-social-sharing.gt-style-1 ul li a:focus,
.gt-social-sharing.gt-style-2 ul li a:hover,
.gt-social-sharing.gt-style-2 ul li a:focus,
.gt-social-sharing.gt-style-3 ul li a:hover,
.gt-social-sharing.gt-style-3 ul li a:focus,
.gt-social-sharing.gt-style-4 ul li a:hover,
.gt-social-sharing.gt-style-4 ul li a:focus,
.gt-social-sharing.gt-style-5 ul li a:hover,
.gt-social-sharing.gt-style-5 ul li a:focus,
.gt-social-sharing.gt-style-6 ul li a,
.gt-social-sharing.gt-style-6 ul li a:visited,
.gt-social-sharing.gt-style-7 ul li a:hover,
.gt-social-sharing.gt-style-7 ul li a:focus,
.gt-social-links-element.gt-style-1 ul li a:hover,
.gt-social-links-element.gt-style-1 ul li a:focus,
.gt-social-links-element.gt-style-2 ul li a:hover,
.gt-social-links-element.gt-style-2 ul li a:focus,
.gt-social-links-element.gt-style-3 ul li a:hover,
.gt-social-links-element.gt-style-3 ul li a:focus,
.gt-social-links-element.gt-style-4 ul li a:hover,
.gt-social-links-element.gt-style-4 ul li a:focus,
.gt-social-links-element.gt-style-5 ul li a:hover,
.gt-social-links-element.gt-style-5 ul li a:focus,
.gt-social-links-element.gt-style-6 ul li a,
.gt-social-links-element.gt-style-6 ul li a:visited,
.gt-social-links-element.gt-style-7 ul li a:hover,
.gt-social-links-element.gt-style-7 ul li a:focus,
.gt-event-buttons ul li a,
.gt-event-buttons ul li a:visited,
.gt-content-detail-box > ul > li.gt-event-counter,
.gt-button.gt-style-3 a,
.gt-button.gt-style-3 a:visited,
.gt-button.gt-style-2 a,
.gt-button.gt-style-2 a:visited,
.gt-button.gt-style-1 a,
.gt-button.gt-style-1 a:visited,
.gt-app-box .gt-item a:hover,
.gt-app-box .gt-item a:focus,
.gt-blog-carousel .gt-slider-prev:hover,
.gt-blog-carousel .gt-slider-prev:focus,
.gt-blog-carousel .gt-slider-next:hover,
.gt-blog-carousel .gt-slider-next:focus,
.gt-blog-carousel .gt-all-button:hover,
.gt-blog-carousel .gt-all-button:focus,
.gt-venues-carousel .gt-slider-prev:hover,
.gt-venues-carousel .gt-slider-prev:focus,
.gt-venues-carousel .gt-slider-next:hover,
.gt-venues-carousel .gt-slider-next:focus,
.gt-venues-carousel .gt-all-button:hover,
.gt-venues-carousel .gt-all-button:focus,
.gt-events-carousel .gt-slider-prev:hover,
.gt-events-carousel .gt-slider-prev:focus,
.gt-events-carousel .gt-slider-next:hover,
.gt-events-carousel .gt-slider-next:focus,
.gt-events-carousel .gt-all-button:hover,
.gt-events-carousel .gt-all-button:focus,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:hover,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:focus,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gt-categorized-events .gt-all-button:hover,
.gt-categorized-events .gt-all-button:focus,
.gt-categorized-events .gt-nav > li > a,
.gt-categorized-events .gt-nav > li > a:visited,
.gt-eventchamp-slider .gt-slider-content .gt-buttons a:hover,
.gt-eventchamp-slider .gt-slider-content .gt-buttons a:focus,
.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-3 > .gt-slider-content .gt-buttons a:focus,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:focus,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:focus,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:hover,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:focus,
.gt-events-slider .gt-slide-inner .gt-content .gt-category,
.gt-eventchamp-service-box:hover i,
.gt-mobile-menu .gt-bottom .gt-user-box,
.gt-header.gt-style-1.gt-style-2 .gt-elements .gt-user-box,
.gt-header.gt-style-3.gt-style-4 .gt-elements .gt-user-box,
.gt-header.gt-style-5.gt-style-6 .gt-elements .gt-user-box,
.gt-style-4 .sk-fading-circle .sk-circle:before,
.gt-style-3 .spinner,
.gt-style-2 .spinner > div,
.gt-style-1 .double-bounce1,
.gt-style-1 .double-bounce2,
.gt-event-style-1 .gt-category ul li,
.gt-event-style-1 .gt-price,
.gt-event-style-3 .gt-category ul li,
.gt-event-style-4 .gt-category ul li,
.gt-venue-style-1 .gt-image .price,
.fc button,
.fc-state-default,
.fc-event,
.fc-event-dot,
.ui-datepicker .ui-datepicker-today > a,
.ui-datepicker .ui-datepicker-today > a:visited,
.ui-datepicker .ui-datepicker-header,
.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,
button,
input[type="submit"],
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus,
.gt-like-box a.gt-liked,
.gt-like-box a.gt-liked:visited,
.gt-like-box a.gt-favorited,
.gt-like-box a.gt-favorited:visited,
.gt-like-box a:hover,
.gt-like-box a:focus {
  background-color: #ffbb00;
}

/*====== Yellow Border Color ======*/
.gt-like-box a.gt-liked,
.gt-like-box a.gt-liked:visited,
.gt-like-box a.gt-favorited,
.gt-like-box a.gt-favorited:visited,
.gt-like-box a:hover,
.gt-like-box a:focus,
.gt-countdown.gt-style-3 ul li > .gt-inner,
.gt-footer .gt-app-box .gt-item a:hover,
.gt-footer .gt-app-box .gt-item a:focus,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:hover,
.gt-footer.gt-style-1 .gt-app-box .gt-item a:focus,
.gt-post-style-1 .gt-bottom .gt-more,
.gt-post-style-1 .gt-bottom .gt-more:visited,
.gt-post-style-2 .gt-bottom .gt-more,
.gt-post-style-2 .gt-bottom .gt-more:visited,
.gt-pagination ul li > span,
.gt-pagination ul li > a,
.gt-pagination ul li > a:visited,
.gt-post-pagination ul li a,
.gt-post-pagination ul li a:visited,
.gt-event-ticket.gt-style-1.gt-active-on,
.gt-event-ticket.gt-style-2.gt-active-on,
.gt-event-ticket.gt-style-3.gt-active-on,
.gt-event-ticket.gt-style-4,
.gt-event-ticket.gt-style-5.gt-active-on,
.gt-event-ticket.gt-style-6.gt-active-on,
.gt-event-ticket.gt-style-7.gt-active-on,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .woocommerce-MyAccount-navigation ul li a,
.woocommerce .woocommerce-MyAccount-navigation ul li a:visited,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li a:visited,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.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,
.gt-button.gt-style-3 a,
.gt-button.gt-style-3 a:visited,
.gt-button.gt-style-2 a,
.gt-button.gt-style-2 a:visited,
.gt-button.gt-style-1 a:hover,
.gt-button.gt-style-1 a:focus,
.gt-button.gt-style-1 a,
.gt-button.gt-style-1 a:visited,
.gt-event-buttons ul li a,
.gt-event-buttons ul li a:visited,
.gt-event-schedule.gt-style-7 .gt-item > ul > li .gt-content > .gt-inner,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:visited,
.gt-organizers.gt-style-2 ul li a:hover,
.gt-organizers.gt-style-2 ul li a:focus,
.gt-tags.gt-style-2 ul li a:hover,
.gt-tags.gt-style-2 ul li a:focus,
.gt-categories.gt-style-2 ul li a:hover,
.gt-categories.gt-style-2 ul li a:focus,
.gt-social-sharing.gt-style-7 ul li a:hover,
.gt-social-sharing.gt-style-7 ul li a:focus,
.gt-social-links-element.gt-style-7 ul li a:hover,
.gt-social-links-element.gt-style-7 ul li a:focus,
.gt-app-box .gt-item a:hover,
.gt-app-box .gt-item a:focus,
.gt-counter > .gt-number,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:hover,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet:focus,
.gt-testimonials-carousel .gt-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gt-eventchamp-service-box .gt-title,
.gt-eventchamp-service-box i,
.gt-blog-carousel .gt-slider-prev:hover,
.gt-blog-carousel .gt-slider-prev:focus,
.gt-blog-carousel .gt-slider-next:hover,
.gt-blog-carousel .gt-slider-next:focus,
.gt-blog-carousel .gt-all-button:hover,
.gt-blog-carousel .gt-all-button:focus,
.gt-venues-carousel .gt-slider-prev:hover,
.gt-venues-carousel .gt-slider-prev:focus,
.gt-venues-carousel .gt-slider-next:hover,
.gt-venues-carousel .gt-slider-next:focus,
.gt-venues-carousel .gt-all-button:hover,
.gt-venues-carousel .gt-all-button:focus,
.gt-venues-carousel.gt-white .gt-slider-prev:hover,
.gt-venues-carousel.gt-white .gt-slider-prev:focus,
.gt-venues-carousel.gt-white .gt-slider-next:hover,
.gt-venues-carousel.gt-white .gt-slider-next:focus,
.gt-venues-carousel.gt-white .gt-all-button:hover,
.gt-venues-carousel.gt-white .gt-all-button:focus,
.gt-events-carousel .gt-slider-prev:hover,
.gt-events-carousel .gt-slider-prev:focus,
.gt-events-carousel .gt-slider-next:hover,
.gt-events-carousel .gt-slider-next:focus,
.gt-events-carousel .gt-all-button:hover,
.gt-events-carousel .gt-all-button:focus,
.gt-categorized-events .gt-all-button:hover,
.gt-categorized-events .gt-all-button:focus,
.gt-categorized-events .gt-nav > li > a.active,
.gt-categorized-events .gt-nav > li > a.active:visited,
.gt-categorized-events .gt-nav > li > a:hover,
.gt-categorized-events .gt-nav > li > a:focus,
.gt-categorized-events .gt-nav > li > a,
.gt-categorized-events .gt-nav > li > a:visited,
.gt-eventchamp-slider .gt-slider-content .gt-buttons a:hover,
.gt-eventchamp-slider .gt-slider-content .gt-buttons a:focus,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-2 > .gt-slider-content .gt-buttons a:focus,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:hover,
.gt-countdown-slider.gt-style-1 > .gt-slider-content .gt-buttons a:focus,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:hover,
.gt-events-slider .gt-slide-inner .gt-content .buttons a:focus,
.fc button,
.fc-state-default,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu,
button,
input[type="submit"],
button:hover,
input[type="submit"]:hover,
button:active,
input[type="submit"]:active,
button:active:hover,
input[type="submit"]:active:hover,
button:active:focus,
input[type="submit"]:active:focus,
button:active:visited,
input[type="submit"]:active:visited,
button:focus,
input[type="submit"]:focus,
button,
input[type="submit"] {
  border-color: #ffbb00;
}

/*====== Yellow Border Top Color ======*/
.irs-from:after,
.irs-to:after,
.irs-single:after,
.gt-event-style-3 .gt-content,
.gt-event-ticket.gt-style-4.gt-active-on:before,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.gt-header.gt-style-1.gt-style-2 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-3.gt-style-4 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-5.gt-style-6 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-flex-menu {
  border-top-color: #ffbb00;
}

/*====== Yellow Border Bottom Color ======*/
.ui-datepicker:before,
.gt-page-title-bar .gt-breadcrumb nav > ol > li.gt-item-current,
.gt-page-title-bar .gt-breadcrumb nav > ol > li.current-item > span {
  border-bottom-color: #ffbb00;
}

/*====== Purple Gradient ======*/
.gt-speaker.gt-style-2 .gt-content,
.gt-banner-box a:before,
.gt-banner-box a:visited: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 */
}

/*====== Purple Color ======*/
.gt-header.gt-style-1 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-1 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-1 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-1 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-header.gt-style-1 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-1 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-1 .gt-navbar .gt-menu > li a:hover,
.gt-header.gt-style-1 .gt-navbar .gt-menu > li a:focus,
.gt-header.gt-style-3 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-3 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-header.gt-style-3 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-3 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-3 .gt-navbar .gt-menu > li a:hover,
.gt-header.gt-style-3 .gt-navbar .gt-menu > li a:focus,
.gt-header.gt-style-5 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-5 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-header.gt-style-5 .gt-elements .gt-social-links li a:hover,
.gt-header.gt-style-5 .gt-elements .gt-social-links li a:focus,
.gt-header.gt-style-5 .gt-navbar .gt-menu > li a:hover,
.gt-header.gt-style-5 .gt-navbar .gt-menu > li a:focus,
.gt-header.gt-style-1 .gt-navbar .gt-menu > li:hover > a:visited,
.gt-header.gt-style-3 .gt-navbar .gt-menu > li:hover > a:visited,
.gt-header.gt-style-5 .gt-navbar .gt-menu > li:hover > a:visited,
.gt-sticky-header .gt-elements .gt-social-links li a:hover,
.gt-sticky-header .gt-elements .gt-social-links li a:focus,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a:hover,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu li a:focus,
.gt-sticky-header .gt-elements .gt-social-links li a:hover,
.gt-sticky-header .gt-elements .gt-social-links li a:focus,
.gt-sticky-header .gt-navbar .gt-menu > li a:hover,
.gt-sticky-header .gt-navbar .gt-menu > li a:focus,
.gt-sticky-header .gt-navbar .gt-menu > li:hover > a,
.gt-sticky-header .gt-navbar .gt-menu > li:hover > a:visited .gt-sticky-header .gt-navbar .gt-menu > li:focus > a,
.gt-sticky-header .gt-navbar .gt-menu > li:focus > a:visited {
  color: #6600ff;
}

/*====== Purple Background Color ======*/
.gt-header.gt-style-1 .gt-elements .gt-user-box,
.gt-header.gt-style-3 .gt-elements .gt-user-box,
.gt-header.gt-style-5 .gt-elements .gt-user-box,
.gt-sticky-header .gt-elements .gt-user-box,
.gt-countdown-slider.gt-style-1 > .gt-counter:before {
  background: #6600ff;
}

/*====== Purple Border Top Color ======*/
.gt-header.gt-style-1 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-3 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-header.gt-style-5 .gt-navbar .gt-menu li .gt-dropdown-menu,
.gt-sticky-header .gt-navbar .gt-menu li .gt-dropdown-menu {
  border-top-color: #6600ff;
}

/*====== White Color ======*/
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:visited,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:visited,
.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-1 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-2 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:hover,
.gt-event-schedule.gt-style-3 .gt-dropdown .gt-panel-body .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul a:hover,
.gt-event-schedule.gt-style-4 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul a:hover,
.gt-event-schedule.gt-style-5 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus,
.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul a:hover,
.gt-event-schedule.gt-style-6 > .gt-item > ul > li .gt-content .gt-schedule-speakers .gt-list ul li a:focus,
.gt-organizers.gt-style-1 ul li a:hover,
.gt-organizers.gt-style-1 ul li a:focus,
.gt-organizers.gt-style-2 ul li a:hover,
.gt-organizers.gt-style-2 ul li a:focus,
.gt-tags.gt-style-1 ul li a:hover,
.gt-tags.gt-style-1 ul li a:focus,
.gt-tags.gt-style-2 ul li a:hover,
.gt-tags.gt-style-2 ul li a:focus,
.gt-categories.gt-style-1 ul li a:hover,
.gt-categories.gt-style-1 ul li a:focus,
.gt-categories.gt-style-2 ul li a:hover,
.gt-categories.gt-style-2 ul li a:focus,
.gt-venues-carousel .gt-all-button:hover,
.gt-venues-carousel .gt-all-button:focus,
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus,
.gt-like-box a:hover,
.gt-like-box a:focus {
  color: #ffffff;
}

/*====== Transparent Background ======*/
.fc-state-default:hover,
.fc-state-default:focus,
.fc button:hover,
.fc button:focus,
.gt-post-style-1 .gt-bottom .gt-more:hover,
.gt-post-style-1 .gt-bottom .gt-more:focus,
.gt-post-style-2 .gt-bottom .gt-more:hover,
.gt-post-style-2 .gt-bottom .gt-more:focus,
.gt-pagination ul li > span.current,
.gt-pagination ul li > a:hover,
.gt-pagination ul li > a:focus,
.gt-post-pagination ul li a:hover,
.gt-post-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.gt-event-buttons ul li a:hover,
.gt-event-buttons ul li a:focus,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a.active,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a.active:visited,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:hover,
.gt-event-schedule.gt-style-2 .gt-schedule-tabs > li > a:focus,
.gt-detail-widget > ul > li.button-content a:hover,
.gt-detail-widget > ul > li.button-content a:focus,
.gt-categorized-events .gt-nav > li > a.active,
.gt-categorized-events .gt-nav > li > a.active:visited,
.gt-categorized-events .gt-nav > li > a:hover,
.gt-categorized-events .gt-nav > li > a:focus,
.gt-button.gt-style-3 a:hover,
.gt-button.gt-style-3 a:focus,
.gt-button.gt-style-2 a:hover,
.gt-button.gt-style-2 a:focus,
.gt-button.gt-style-1 a:hover,
.gt-button.gt-style-1 a:focus {
  background: transparent;
}
.dropdown-menu li a {
  color: #222222;
}
.ky-content li {
  float: left;
  width: 30%;
  margin-right: 12px;
  list-style: none;
  min-height: 270px;
}
.nav-link {
  padding: 10px 15px;
  margin: 0px 8px;
}
.ky-img img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
.mt10 {
  margin: 10px 0px 30px 0px;
}
.menu-news-information-container a {
  display: block;
}


