/******************************************************************
Theme Name: Carnival Event Management HTML5 Template
Description: Premium HTML5 Event Management Template
Author: Codepixar
Author URI: http://www.codepixar.com/
Version: 1.0
Created: 02/01/2017
******************************************************************/
/*------------------------------------------------------------------
[Layout]

* body
	+ Header / .site-header
	+ Content / .site-main
		- Contetnt Area / .section
	+ Footer / .site-footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

01.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Base
	1.4	Helper
02. Preloader
03. Header
03. Slider / Banner
04. Event Countdown
05. Speakers
06. Event Schedule
07. Ticket Plans
08. Find Our Venue
09. Event Sponsors
10. Tourist Guides
11. Accommodation Info
12. Contact Us
12. Footer
13. Page
14. Blog
15. shop
	15.1  Shop Single
	15.2  Cart
	15.3  Checkout
16. Media Queries
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background:   #fff (White)
Primary:      #aa0a5f (magenta)
Secondery:    #571d62 (purple)
tertiary:     #16aced (purple)
Content:      #696969 (Gray)

a (standard):   #696969 (Gray)
a (hover)   :   #aa0a5f (magenta)

-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
[Typography]

Body 	:	14px/1.7 Roboto, sans-serif; 
Heading :	Oswald, sans-serif";
	h1  : 	36px
	h2  : 	30px
	h3  : 	24px
	h4  : 	18px
	h5  : 	14px
	h6  : 	12px
-----------------------------------------------------------------------*/
/*------------------------------------------------------------
	Including Styles
------------------------------------------------------------*/

::-moz-selection {
  /* Code for Firefox */
  background-color: #aa0a5f;
  color: #fff;
}

::selection {
  background-color: #aa0a5f;
  color: #fff;
}

body {
  color: #696969;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #696969;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  color: #aa0a5f;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

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

/**
 *  Typography
 *
 **/
h1, h2, h3,
h4, h5, h6,
.h1, .h2, .h3,
.h4, .h5, .h6 {
  color: #571d62;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.16;
  margin: 0;
}

/**
 *  Reset input fields opacity
 *
 **/
input:focus, button:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

button, input, select, textarea {
  font-weight: 500;
}

.btn:hover, .btn:focus, .btn:active:focus {
  outline: 0 none;
}
.btn:active, .btn.active {
  box-shadow: none;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.section-full {
  padding: 150px 0;
}

.section {
  padding: 75px 0;
}

.top-half {
  padding-top: 75px;
}

.top-full {
  padding-top: 150px;
}

.bottom-half {
  padding-bottom: 75px;
}

.bottom-full {
  padding-bottom: 150px;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.radius {
  border-radius: 3px;
}

.w100 {
  width: 100%;
}

.danger {
  color: #ff4951;
}

.ov-hidden {
  overflow: hidden;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.border-radius {
  border-radius: 3px;
}

.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.fw-700 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fz-12 {
  font-size: 12px;
}

.fz-16 {
  font-size: 16px;
}

.fz-20 {
  font-size: 20px;
}

.letter-spacing {
  letter-spacing: 0.1em;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-flow-rw {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.primary-color {
  color: #aa0a5f;
}

.primary-bg {
  background-color: #aa0a5f;
}

.secondery-color {
  color: #571d62;
}

.tertiary {
  color: #16aced;
}

.text-light {
  color: #fff;
}

.link-light {
  color: #fff;
}
.link-light:hover, .link-light:focus {
  color: #fff;
}

.default-shadow {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.facebook {
  background-color: #3b599a;
}

.twitter {
  background-color: #17bbf6;
}

.gplus {
  background-color: #db4437;
}

.dribbble {
  background-color: #f5699a;
}

.pinterest {
  background-color: #fc3030;
}

.behance {
  background-color: #1276ff;
}

.youtube {
  background-color: #bf0918;
}

.linkedin {
  background-color: #1385c4;
}

.link-dark {
  color: #000;
}
.link-dark:hover {
  color: #aa0a5f;
}

.link-underline:hover {
  text-decoration: underline;
}

.link-primary,
.link-primary:hover {
  color: #aa0a5f;
}

.text-color {
  color: #696969;
}

.text-dark {
  color: #000;
}

.ov-visible {
  overflow: visible;
}

.white-bg {
  background-color: #fff;
}

.gray-bg-1 {
  background-color: #f7f7f7;
}

.gray-bg-2 {
  background-color: #eeeeee;
}

.gray-bg-3 {
  background-color: #f3f3f3;
}

.btn {
  border: 0;
  border-radius: 3px;
  font-weight: 500;
  display: inline-block;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-wide {
  border: 0 none;
  height: 50px;
  line-height: 49px;
  padding-left: 60px;
  padding-right: 60px;
}

.btn-md {
  border: 0 none;
  height: 50px;
  line-height: 49px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-mid {
  height: 35px;
  line-height: 34px;
  padding: 0 30px;
}

.btn-round {
  border-radius: 50px;
}

.btn-shadow {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.btn-shadow:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.btn-theme {
  background-color: #aa0a5f;
  color: #fff;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  color: #aa0a5f;
}

.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  color: #aa0a5f;
}

.btn-dark {
  background-color: #212121;
  color: #fff;
}

.btn-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn-border:hover {
  background-color: #aa0a5f;
  border-color: #aa0a5f;
  color: #fff;
}

.btn-white-border {
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-white-border:hover {
  background-color: #aa0a5f;
  border-color: #aa0a5f;
  color: #fff;
}

.btn-white-border-tp {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white-border-tp:hover {
  background-color: #aa0a5f;
  border-color: #aa0a5f;
  color: #fff;
}

.btn-tertiary {
  background-color: #16aced;
  color: #fff;
}
.btn-tertiary:hover {
  color: #fff;
}

.custom-radio + .custom-radio {
  margin-left: 25px;
}
.custom-radio input {
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-radio input:checked + label::after {
  -webkit-transform: translate(-100%, -50%) scale(1);
  -moz-transform: translate(-100%, -50%) scale(1);
  -ms-transform: translate(-100%, -50%) scale(1);
  -o-transform: translate(-100%, -50%) scale(1);
  transform: translate(-100%, -50%) scale(1);
}
.custom-radio label {
  font-weight: 300;
  cursor: pointer;
  margin: 0;
  padding-left: 8px;
  position: relative;
}
.custom-radio label::before {
  background-color: #aa0a5f;
  border-radius: 15px;
  content: "";
  height: 15px;
  left: -1px;
  position: absolute;
  top: 50%;
  width: 15px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.custom-radio label::after {
  border-radius: 25px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.12);
  content: "";
  height: 25px;
  left: 4px;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 25px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-100%, -50%) scale(0);
  -moz-transform: translate(-100%, -50%) scale(0);
  -ms-transform: translate(-100%, -50%) scale(0);
  -o-transform: translate(-100%, -50%) scale(0);
  transform: translate(-100%, -50%) scale(0);
}
.custom-radio.right input {
  float: right;
  position: absolute;
  right: 0;
}
.custom-radio.right label {
  float: left;
  padding: 0 30px 0 0;
}
.custom-radio.right label::before {
  left: auto;
  right: -1px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.custom-radio.right label::after {
  left: auto;
  right: -31px;
  -webkit-transform: translate(-100%, -50%) scale(0);
  -moz-transform: translate(-100%, -50%) scale(0);
  -ms-transform: translate(-100%, -50%) scale(0);
  -o-transform: translate(-100%, -50%) scale(0);
  transform: translate(-100%, -50%) scale(0);
}

[class^="parallax-"] {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.bgp-center {
  background-position: center;
}

.bgs-contain {
  background-size: contain;
}

.bgs-100 {
  background-size: 100%;
}

.overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.input-group {
  display: block;
  position: relative;
}
.input-group + .input-group {
  margin-top: 30px;
}
.input-group .form-control {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  float: none;
}
.input-group .form-control:focus {
  box-shadow: none;
}
.input-group > input, .input-group > textarea {
  border: 0;
  font-weight: 300;
  height: 40px;
  padding: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.input-group > textarea {
  display: block;
  height: 100px;
}
.input-group > label {
  display: block;
  font-weight: 400;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.input-group > label.error {
  color: red;
  position: static;
}
.input-group::before, .input-group::after {
  background-color: #696969;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.input-group::before {
  background-color: rgba(105, 105, 105, 0.38);
  width: 100%;
}
.input-group .submit {
  background-color: #fff;
  border: 0 none;
  line-height: 40px;
  padding-left: 0;
}
.input-group.active::after {
  width: 100%;
}
.input-group.active > label {
  font-size: 11px;
  top: -20px;
}
.input-group.active > label.error {
  width: 100%;
}
.input-group.light::before, .input-group.light::after {
  background-color: #fff;
}
.input-group.light::before {
  background-color: rgba(255, 255, 255, 0.38);
}
.input-group.light > input, .input-group.light > textarea {
  background-color: transparent;
  color: #fff;
}
.input-group.light > label {
  color: #fff;
}
.input-group.light .submit {
  background-color: transparent;
  color: #fff;
}
.input-group.error:after {
  background-color: red;
  width: 100%;
}
.input-group .selectize-control .selectize-input {
  background: none;
}
.input-group .selectize-input input {
  color: #696969;
  font-weight: 300;
}

.msg-success,
.msg-error {
  border: 2px solid;
  display: none;
  font-size: 16px;
  margin-top: 25px;
  padding: 5px 20px;
}

.msg-success {
  color: lightgreen;
}

.msg-error {
  color: #ff0000;
}

.dots-one {
  padding-bottom: 108px;
}
.dots-one .owl-dots,
.dots-one .slick-dots {
  bottom: 0;
  left: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.dots-one.center .slick-dots,
.dots-one.center .owl-dots {
  position: absolute;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.dots-one .slick-dots li {
  cursor: pointer;
}
.dots-one .slick-dots li button {
  display: none;
}
.dots-one .slick-dots li,
.dots-one .owl-dot {
  background-color: #696969;
  border-radius: 10px;
  height: 8px;
  margin: 0 5px;
  opacity: 1;
  width: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dots-one .slick-dots li.slick-active, .dots-one .slick-dots li.active,
.dots-one .owl-dot.slick-active,
.dots-one .owl-dot.active {
  background-color: #000;
  height: 20px;
}
.dots-one.primary .slick-dots li,
.dots-one.primary .owl-dot {
  background-color: #aa0a5f;
}
.dots-one.light .slick-dots li,
.dots-one.light .owl-dot {
  background-color: #dfe0e1;
}

/**------------------------------------------------
	Site Header
--------------------------------------------------**/
.site-header {
  background-color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  top: 0;
  z-index: 100;
}
.site-header > .container {
  position: relative;
  z-index: 10;
}
.site-header.sticky-js {
  position: relative;
}
.site-header.sticky-js.is-sticky {
  position: relative;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.site-header.header-tp {
  background-color: transparent;
  border-bottom: 0;
}
.site-header.is-sticky {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s alternate none 1 running fadeInDown;
  -moz-animation: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s alternate none 1 running fadeInDown;
  -o-animation: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s alternate none 1 running fadeInDown;
  animation: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s alternate none 1 running fadeInDown;
}
.site-header.is-sticky .navbar-header {
  height: 70px;
}
.site-header.is-sticky .navbar-brand {
  height: 70px;
}
.site-header.is-sticky .navbar-brand .logo-1 {
  opacity: 0;
  visibility: hidden;
}
.site-header.is-sticky .navbar-brand .logo-2 {
  opacity: 1;
  visibility: visible;
}
.site-header.is-sticky .navbar-nav > li {
  margin-right: 0;
  padding: 0;
}
.site-header.is-sticky .navbar-nav > li > a {
  padding: 25px;
}
.site-header.is-sticky .navbar-nav > .dropdown:hover::before {
  background-color: transparent;
}
.site-header.is-sticky .sub-menu::before {
  content: none;
}
.site-header.is-sticky .hamburgerIcon {
  top: 24px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.header-static .navbar-nav .sub-menu:not(.submenu-sticky) {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  min-width: 180px;
  position: absolute;
  padding: 10px 0;
  right: 39px;
}
.header-static .navbar-nav > .dropdown:hover::before {
  background-color: transparent;
}
.header-static .navbar-nav > .dropdown:hover .nav-desc {
  z-index: -1;
}
.header-static .sub-menu:not(.submenu-sticky) li a {
  display: block;
  padding: 6px 20px;
}
.header-static .hamburgerIcon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-static.is-sticky .hamburgerIcon {
  top: 50%;
}

.bottom-header .navbar-nav > .dropdown:hover::before {
  background-color: transparent;
}
.bottom-header .navbar-nav > .dropdown:hover .nav-desc {
  z-index: -1;
}

.header-tp .hamburgerIcon,
.bottom-header .hamburgerIcon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-tp.is-sticky .hamburgerIcon,
.bottom-header.is-sticky .hamburgerIcon {
  top: 50%;
}

.hidden-header {
  opacity: 0;
  visibility: hidden;
}
.hidden-header.is-sticky {
  opacity: 1;
  visibility: visible;
}

.get-ready .navbar-nav .nav-item-count,
.get-ready .navbar-nav .nav-desc {
  display: none;
}

.navbar-header {
  height: 140px;
  position: relative;
  z-index: 30;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.navbar-brand {
  height: 140px;
  line-height: inherit;
  padding: 0;
  position: relative;
}
.navbar-brand img {
  position: absolute;
  top: 50%;
  width: 140px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.navbar-brand .logo-2 {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav {
  margin-right: -15px;
}
.navbar-nav > li {
  padding: 24px 38px 22px;
  position: relative;
}
.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
}
.navbar-nav > li > a span {
  display: block;
}
.navbar-nav > li > a .nav-item-count,
.navbar-nav > li > a .nav-label {
  margin-bottom: 15px;
}
.navbar-nav > li:hover > a {
  color: #aa0a5f;
}
.navbar-nav > li:hover .nav-desc {
  color: #16aced;
}
.navbar-nav > li .nav-desc {
  display: block;
  font-weight: 300;
  font-style: italic;
  text-align: right;
  position: relative;
}
.navbar-nav > .dropdown::before {
  background-color: transparent;
  border: 1px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.navbar-nav > .dropdown:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.38);
}
.navbar-nav > .dropdown li a {
  display: block;
  font-weight: 400;
  position: relative;
}
.navbar-nav > .dropdown li:hover > a {
  color: #aa0a5f;
}
.navbar-nav .sub-menu {
  display: none;
  margin-bottom: 32px;
  position: relative;
  text-align: right;
}
.navbar-nav .sub-menu::before {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -14px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 40px;
}
.navbar-nav .submenu-sticky {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  min-width: 180px;
  position: absolute;
  padding: 10px 0;
  right: 0;
  top: 100%;
}
.navbar-nav .submenu-sticky::after {
  content: none;
}
.navbar-nav .submenu-sticky li a {
  display: block;
  padding: 5px 20px;
}
.navbar-nav.light > li > a {
  color: #fff;
}
.navbar-nav.light > li:hover > a {
  color: #aa0a5f;
}
.navbar-nav.light > li .nav-desc {
  color: #16aced;
}
.navbar-nav.light > .dropdown li a {
  color: #fff;
}
.navbar-nav.light > .dropdown li:hover > a {
  color: #aa0a5f;
}
.navbar-nav.idle > li > a .nav-item-count,
.navbar-nav.idle > li > a .nav-label {
  color: #000;
  margin-bottom: 0;
}
.navbar-nav.idle > li .nav-desc {
  color: #696969;
}

.header-shop {
  padding: 0;
}
.header-shop > .container {
  padding-bottom: 20px;
  padding-top: 20px;
}
.header-shop.is-sticky > .container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.header-shop.is-sticky .hamburgerIcon {
  top: 50%;
}
.header-shop .navbar-nav .sub-menu {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  min-width: 180px;
  padding: 10px;
  position: absolute;
  right: 10px;
}
.header-shop .navbar-nav .sub-menu li a {
  padding: 5px 20px;
}
.header-shop .navbar-nav > .dropdown:hover::before {
  background-color: transparent;
}
.header-shop .navbar-nav > .dropdown:hover .nav-desc {
  z-index: -1;
}
.header-shop .navbar-nav .submenu-sticky {
  padding: 10px;
}
.header-shop .shop-actions > li > a {
  color: rgba(0, 0, 0, 0.87);
}
.header-shop .shop-actions > .header-cart {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 15px;
}
.header-shop .shop-actions > .header-cart > a {
  padding-left: 15px;
}
.header-shop .hamburgerIcon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bottom-header .navbar-nav .sub-menu {
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  min-width: 180px;
  padding: 10px;
  position: absolute;
  right: 10px;
}
.bottom-header .navbar-nav .sub-menu li a {
  padding: 5px 20px;
}
.bottom-header .navbar-nav .submenu-sticky {
  padding: 10px;
}

.header-bottom {
  padding: 10px 0;
}

.categorized-search {
  border-radius: 30px;
}
.categorized-search .input-group {
  float: none;
  width: 100%;
}
.categorized-search .input-group::before {
  content: none;
}
.categorized-search .input-group::after {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 5px;
  left: auto;
  right: 0;
  top: 5px;
  transform: none;
  width: 1px;
  z-index: 3;
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
}
.categorized-search .input-group input {
  background-color: #f7f7f7;
  border-radius: 30px 0 0 30px !important;
  color: #696969;
  font-style: italic;
  font-weight: 300;
  padding-left: 30px;
}
.categorized-search .search-categories {
  min-width: 220px;
}
.categorized-search .selectize-control .selectize-input {
  background-image: none;
  background-color: #f7f7f7;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #696969;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 0 20px;
  height: 40px;
  line-height: 40px;
}
.categorized-search .selectize-control .selectize-input::before, .categorized-search .selectize-control .selectize-input::after {
  content: none;
}
.categorized-search .selectize-control .selectize-input.input-active {
  background-color: #f7f7f7;
  display: block;
}
.categorized-search .selectize-control .selectize-dropdown {
  border: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.categorized-search .search-submit {
  background-color: #aa0a5f;
  border: 0 none;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  min-width: 45px;
  margin-left: 2px;
  padding: 0;
}

.mini-cart-wrapper {
  background-color: #fff;
  margin-top: 13px;
  min-width: 270px;
  padding: 30px;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}
.mini-cart-wrapper .mcart-product {
  border-bottom: 1px solid rgba(170, 10, 95, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.mini-cart-wrapper .mcart-product span {
  display: block;
}
.mini-cart-wrapper .mcart-product .thumb {
  height: 70px;
  width: 70px;
}
.mini-cart-wrapper .mcart-product .desc {
  position: relative;
  top: -13px;
}
.mini-cart-wrapper .mcart-product .remove-product {
  position: absolute;
  right: -25px;
  top: 0;
  width: 30px;
}
.mini-cart-wrapper .subtotal {
  font-size: 14px;
}

.header-cart:hover .mini-cart-wrapper {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

/**------------------------------------------------
	Hamburger
--------------------------------------------------**/
.hamburgerIcon {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  height: 22px;
  padding: 0;
  position: relative;
  top: 34px;
  width: 25px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hamburgerIcon span {
  background-color: #696969;
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburgerIcon span:nth-child(even) {
  left: 50%;
}
.hamburgerIcon span:nth-child(odd) {
  left: 0px;
}
.hamburgerIcon span:nth-child(1), .hamburgerIcon span:nth-child(2) {
  top: 2px;
}
.hamburgerIcon span:nth-child(3), .hamburgerIcon span:nth-child(4) {
  top: 10px;
}
.hamburgerIcon span:nth-child(5), .hamburgerIcon span:nth-child(6) {
  top: 18px;
}
.hamburgerIcon.open span:nth-child(1), .hamburgerIcon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburgerIcon.open span:nth-child(2), .hamburgerIcon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburgerIcon.open span:nth-child(1) {
  left: 2px;
  top: 7px;
}
.hamburgerIcon.open span:nth-child(2) {
  top: 7px;
  left: -webkit-calc(50% - 2px);
  left: -moz-calc(50% - 2px);
  left: calc(50% - 2px);
}
.hamburgerIcon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburgerIcon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburgerIcon.open span:nth-child(5) {
  left: 2px;
  top: 15px;
}
.hamburgerIcon.open span:nth-child(6) {
  top: 15px;
  left: -webkit-calc(50% - 2px);
  left: -moz-calc(50% - 2px);
  left: calc(50% - 2px);
}
.hamburgerIcon.light span {
  background-color: #fff;
}

.header-simple .navbar-nav > li {
  padding: 0;
}
.header-simple .navbar-nav > li::before, .header-simple .navbar-nav > li::after {
  content: none;
}
.header-simple .navbar-nav > li > a {
  padding: 0 25px;
}
.header-simple .navbar-nav .sub-menu {
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  margin-top: 15px;
  min-width: 160px;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
}
.header-simple .navbar-nav .sub-menu::before {
  content: none;
}
.header-simple .navbar-nav .sub-menu li a {
  padding: 5px 20px;
}
.header-simple.get-ready .navbar-nav .sub-menu {
  margin-top: 0;
}
.header-simple.is-sticky .navbar-nav .sub-menu {
  margin-top: 0;
  background-color: #fff;
}

/**------------------------------------------------
	Site Banner
--------------------------------------------------**/
.banner-flap-1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 55% auto;
  height: 247px;
  position: absolute;
  width: 100%;
}

.banner-flap-2 img {
  width: 100%;
}

.banner-flap-3 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-flap-3 img {
  width: 100%;
}

.banner-tent {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.banner-tent img {
  display: block;
  margin: 0 auto;
}

.banner-1-content img {
  margin-bottom: 30px;
}
.banner-1-content span {
  font-size: 20px;
}
.banner-1-content h2 {
  font-size: 72px;
}
.banner-1-content p {
  font-size: 20px;
  position: relative;
}
.banner-1-content p::before, .banner-1-content p::after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 91px;
}
.banner-1-content p::before {
  left: 0;
}
.banner-1-content p::after {
  right: 0;
}

.banner-2-content h2 {
  font-size: 72px;
}
.banner-2-content span {
  font-size: 24px;
}
.banner-2-content p {
  font-size: 16px;
  line-height: 30px;
}

.banner-3-content .time-slot .time {
  font-size: 48px;
}
.banner-3-content .time-slot .time-label {
  font-size: 24px;
}
.banner-3-content h2 {
  font-size: 72px;
}

.banner-4-content h2 {
  font-size: 72px;
}

.banner-5 .overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#571d62+0,aa0a5f+100 */
  background: #571d62;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #571d62 0%, #aa0a5f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -moz-linear-gradient(top, #571d62 0%, #aa0a5f 100%);
  /* FF3.6-15 */
  background: linear-gradient(to bottom, #571d62 0%, #aa0a5f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section-curve {
  position: relative;
}
.section-curve .curve-top,
.section-curve .curve-bottom {
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.section-curve .curve-top svg,
.section-curve .curve-bottom svg {
  fill: #fff;
}
.section-curve .curve-top svg path,
.section-curve .curve-bottom svg path {
  stroke: none;
}
.section-curve .curve-top {
  top: 8px;
}
.section-curve .curve-bottom {
  bottom: 1px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.section-curve + .pre-footer {
  padding-top: 300px;
}

.booking-form-container {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 5px solid transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.booking-form-container.active {
  border-top-color: #aa0a5f;
}
.booking-form-container .toggle-form {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 3px 0 0;
  color: #dddddd;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: -45px;
  width: 40px;
}
.booking-form-container .toggle-form:hover, .booking-form-container .toggle-form.active {
  background-color: #aa0a5f;
  color: #fff;
}

.booking-form {
  padding-bottom: 30px;
  padding-top: 30px;
}
.booking-form .input-group::before, .booking-form .input-group::after {
  content: none;
}
.booking-form .input-group .form-control {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: #fff;
  height: 45px;
  padding: 0 20px;
}
.booking-form .input-group .form-control:focus {
  border-color: #aa0a5f;
}
.booking-form .input-group .selectize-input {
  background: none !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  height: 45px;
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.booking-form .input-group .selectize-input:focus {
  border-color: #aa0a5f;
}
.booking-form .input-group .selectize-input input, .booking-form .input-group .selectize-input .item {
  color: #fff;
  height: 43px;
  line-height: 43px;
}
.booking-form .input-group .selectize-dropdown {
  border: 0;
}
.booking-form .input-group .btn-wide {
  height: 45px;
  line-height: 43px;
  padding-left: 0;
  padding-right: 0;
}

.banner-7-content h2 {
  background: transparent url("../img/banner/banner-7.jpg") no-repeat scroll left top/cover padding-box text;
  font-size: 72px;
  -webkit-text-fill-color: transparent;
}
.banner-7-content .event-countdown {
  margin-right: 0;
}

/**------------------------------------------------
	Event Countdown
--------------------------------------------------**/
.event-countdown {
  margin-right: 45px;
  padding: 28px 55px 24px 100px;
  position: relative;
}
.event-countdown::before {
  background: transparent url("../img/misc/cd-shadow.png") no-repeat scroll 0 0;
  content: "";
  height: 231px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.event-countdown::after {
  border-color: #aa0a5f transparent;
  border-style: solid;
  border-width: 46px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.event-countdown.transparent {
  background-color: transparent;
  padding: 0;
}
.event-countdown.transparent::before, .event-countdown.transparent::after {
  content: none;
}
.event-countdown .time-slot {
  margin-right: 35px;
}
.event-countdown .time-slot:last-child {
  margin-right: 0;
}
.event-countdown .time {
  font-size: 36px;
  font-weight: 700;
  line-height: 33px;
}
.event-countdown .time-label {
  font-size: 18px;
  font-weight: 300;
}

/**------------------------------------------------
	Speaker
--------------------------------------------------**/
.speaker-info {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 93px 100px 99px;
}
.speaker-info h4 {
  font-size: 24px;
  margin-bottom: 7px;
}
.speaker-info span {
  font-size: 16px;
}

.social-links-1 li {
  margin-right: 2px;
}
.social-links-1 li:last-child {
  margin-right: 0;
}
.social-links-1 li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 18px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.speaker-thumbs .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.speaker-thumbs .thumb {
  cursor: pointer;
  position: relative;
  margin: 0 15px;
}
.speaker-thumbs .thumb::before {
  background: -webkit-linear-gradient(90deg, #571d62 0%, #aa0a5f 100%);
  background: -moz-linear-gradient(90deg, #571d62 0%, #aa0a5f 100%);
  background: linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  content: "";
  height: 0;
  left: 0;
  opacity: 0.95;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.speaker-thumbs .slick-center::before {
  height: 100%;
}

/**------------------------------------------------
	Schedule Timeline
--------------------------------------------------**/
[class^="flap-"] {
  position: absolute;
}

.flap-top-right {
  right: 0;
  top: 0;
}

.flap-bottom-left {
  bottom: 0;
  left: 0;
}

.event-schedule-tab-nav li {
  margin-right: 30px;
}
.event-schedule-tab-nav li:last-child {
  margin-right: 0;
}
.event-schedule-tab-nav li a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  display: block;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0 39px;
  text-transform: uppercase;
}
.event-schedule-tab-nav li a:hover {
  border-color: #aa0a5f;
  color: #000;
}
.event-schedule-tab-nav .active a {
  background-color: #aa0a5f;
  border-color: #aa0a5f;
  color: #fff;
}
.event-schedule-tab-nav .active a:hover {
  color: #fff;
}

.mm-timeline-container {
  position: relative;
  z-index: 0;
}
.mm-timeline-container::after {
  background-color: #eeeeee;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: -1;
}

.mm-timeline-content {
  max-width: 370px;
  padding: 51px;
}

.mm-timeline-content {
  float: right;
  max-width: 370px;
  padding: 43px 50px 55px 60px;
}

.mm-timeline-date {
  display: block;
  float: right;
  margin: 30px 50px 0 0;
}
.mm-timeline-date .time {
  font-size: 18px;
  left: 50%;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mm-timeline-block:nth-child(2n) .mm-timeline-content {
  float: left;
}
.mm-timeline-block:nth-child(2n) .mm-timeline-date {
  float: left;
  margin: 30px 0 0 50px;
}

/* event table */
.mm-table {
  border-radius: 3px;
  width: 100%;
}
.mm-table thead tr {
  background-color: #f3f3f3;
}
.mm-table thead tr th {
  color: #000;
  font-weight: 400;
  padding: 18px 30px 17px;
  white-space: nowrap;
}
.mm-table tbody tr {
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mm-table tbody tr:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.mm-table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.mm-table tbody tr td {
  font-weight: 400;
  padding: 18px 30px 17px;
}

.event-info + .event-info {
  margin-top: 50px;
}
.event-info .border {
  background-color: #cccccc;
  display: block;
  width: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.event-info:hover .border {
  background-color: #aa0a5f;
}
.event-info:hover h4 {
  color: #aa0a5f;
}

.event-accordion h4 {
  cursor: pointer;
}
.event-accordion .accordion-body {
  display: none;
}

/**------------------------------------------------
	Prica Table
--------------------------------------------------**/
.price-table {
  border-radius: 3px;
  padding-top: 47px;
  padding-bottom: 50px;
}
.price-table .price {
  font-size: 36px;
}
.price-table li {
  line-height: 30px;
}
.price-table.style-2 {
  padding: 77px 80px 80px;
}
.price-table.style-2 .price {
  padding-right: 65px;
  position: relative;
}
.price-table.style-2 .price::after {
  background-color: rgba(0, 0, 0, 0.15);
  bottom: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.price-table.style-2 h4 {
  margin-bottom: 21px;
}
.price-table.style-2 ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.price-link {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  padding: 0 48px;
  text-transform: uppercase;
}

/**------------------------------------------------
	testimonial
--------------------------------------------------**/
.testimonial-carousel {
  padding: 46px 140px 100px;
}
.testimonial-carousel .owl-dots {
  bottom: 50px;
}

.testimonial-item span {
  position: relative;
}
.testimonial-item span::before {
  background-color: #aa0a5f;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  height: 2px;
  width: 30px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/**------------------------------------------------
	service
--------------------------------------------------**/
.service-block {
  padding: 0 60px;
}
.service-block .icon {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 37px;
}
.service-block h4 {
  margin-bottom: 17px;
}

/**------------------------------------------------
	Event Venue
--------------------------------------------------**/
#event-venue {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.direction-form-wrap {
  padding: 60px 100px;
}

/**------------------------------------------------
	sponsor carousel
--------------------------------------------------**/
.sponsor-carousel .owl-item {
  border-radius: 3px;
  padding: 40px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sponsor-carousel .owl-item img {
  margin: auto;
  width: auto;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sponsor-carousel .owl-item:hover {
  background-image: -webkit-linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  background-image: -moz-linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  background-image: -ms-linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  background-image: linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
}
.sponsor-carousel .owl-item:hover img {
  opacity: 1;
}

.logo-dark .logo-2 {
  left: 50%;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.logo-dark:hover .logo-1 {
  opacity: 0;
}
.logo-dark:hover .logo-2 {
  opacity: 1;
}

/**------------------------------------------------
	Accommodation
--------------------------------------------------**/
.accommodation img {
  border-radius: 3px;
}
.accommodation figcaption {
  border-radius: 3px;
  margin-top: 5px;
  padding: 29px 50px 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.accommodation.hover:hover figcaption {
  background-image: -webkit-linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  background-image: -moz-linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  background-image: -ms-linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
  background-image: linear-gradient(0deg, #571d62 0%, #aa0a5f 100%);
}
.accommodation.hover:hover figcaption a, .accommodation.hover:hover figcaption p {
  color: #fff;
}

/**------------------------------------------------
	Pre Footer
--------------------------------------------------**/
.footer-instagram {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  position: relative;
}
.footer-instagram.gray::before {
  background-color: #f7f7f7;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer-ig-stream a {
  float: left;
  width: 16.6666%;
}
#footer-ig-stream a img {
  width: 100%;
}

.pre-footer {
  background: #000000 url("../img/banner/footer.png") no-repeat scroll 0 0/cover;
}

/**------------------------------------------------
	Footer
--------------------------------------------------**/
.site-footer {
  padding-top: 38px;
  padding-bottom: 35px;
}

.footer-copyright {
  line-height: 1;
}

.footer-social li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 0 10px;
}
.footer-social li:last-child a {
  margin-right: 0;
}

/**------------------------------------------------
	Page Header
--------------------------------------------------**/
.page-header {
  border-bottom: 0 none;
  margin: 0;
  padding: 0;
}

.page-header-inner {
  padding: 300px 0 150px;
  position: relative;
  z-index: 1;
}

.page-header-flap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.breadcrumbs li {
  color: #fff;
}
.breadcrumbs li + li {
  margin-left: 10px;
}
.breadcrumbs li a {
  color: #fff;
}

/**------------------------------------------------
	Blog
--------------------------------------------------**/
.post-entry {
  border-radius: 5px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-entry img {
  border-radius: 5px;
}
.post-entry .post-format {
  font-size: 36px;
}
.post-entry .desc {
  padding: 38px 70px 43px;
}
.post-entry.entry-single .desc {
  padding-left: 0;
  padding-right: 0;
}
.post-entry .post-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 22px;
  padding-bottom: 22px;
}
.post-entry .post-meta span {
  margin-right: 10px;
  padding-right: 14px;
  position: relative;
}
.post-entry .post-meta span::after {
  background-color: #aa0a5f;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-entry .post-meta span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.post-entry .post-meta span:last-child::after {
  content: none;
}
.post-entry .read-more {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post-entry:hover:not(.entry-single) {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

.post-link .link {
  background-color: #f7f7f7;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 400;
  padding: 36px 50px 44px;
}
.post-link .link a {
  color: #000;
}
.post-link .link a:hover {
  color: #aa0a5f;
  text-decoration: underline;
}

.post-pagination li {
  margin: 0 2.5px;
}
.post-pagination li a {
  border: 1px solid transparent;
  border-bottom-color: #000;
  border-radius: 3px 3px 0 0;
  color: #000;
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 28px;
}
.post-pagination li.active a, .post-pagination li:hover a {
  border-color: #aa0a5f;
  color: #aa0a5f;
}
.post-pagination .prev a,
.post-pagination .next a {
  border: 0 none;
}

.widget + .widget {
  margin-top: 50px;
}

.widget-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #757575;
  color: #000;
  font-weight: 300;
}
.widget-title span {
  display: inline-block;
  padding: 11px 22px 13px 30px;
  position: relative;
}
.widget-title span::after {
  background-color: #aa0a5f;
  bottom: -1px;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}

.blog-search-form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px 0 0 30px;
  box-shadow: none;
  height: 50px;
  padding-left: 30px;
}
.blog-search-form input:focus {
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.blog-search-form button {
  background-color: #aa0a5f;
  border: 0 none;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}

.widget-post li {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-post li:hover {
  background-color: #fff;
  box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.widget-post .desc span {
  line-height: 1.3;
}

.categories li + li {
  margin-top: 2px;
}
.categories li a {
  background-color: #fafafa;
}
.categories li a span {
  background-color: #737373;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.categories li a:hover {
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.categories li a:hover span {
  background-color: #aa0a5f;
}

.widget-carousel {
  margin-bottom: 0;
  padding-bottom: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-carousel:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.widget-carousel .post-entry {
  box-shadow: none;
  margin-bottom: 0;
}
.widget-carousel .post-entry .desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
.widget-carousel .owl-dots {
  bottom: 50px;
}

.social-media-2 li:not(:last-child) {
  margin-bottom: 5px;
}
.social-media-2 a {
  border-radius: 3px;
  display: block;
  line-height: 45px;
}
.social-media-2 .icon {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  font-size: 20px;
  width: 60px;
  text-align: center;
}
.social-media-2 .user-count {
  float: left;
  padding-left: 25px;
}
.social-media-2 .like-btn {
  color: rgba(255, 255, 255, 0.32);
  font-size: 18px;
  float: right;
  margin-right: 25px;
}

.twitter-feed-widget li {
  font-weight: 300;
  padding: 31px 40px 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.twitter-feed-widget li:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
}
.twitter-feed-widget li .icon {
  font-size: 18px;
  margin-bottom: 10px;
}
.twitter-feed-widget li .tweet {
  margin-bottom: 14px;
}
.twitter-feed-widget li a {
  color: #aa0a5f;
}

.tag-cloud a {
  border-radius: 25px;
  color: #000;
  display: inline-block;
  font-weight: 300;
  height: 26px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 25px;
}
.tag-cloud a:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  color: #aa0a5f;
}

.single-post-actions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.post-share li:first-child {
  margin-right: 25px;
}
.post-share li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}

.single-post-pagination .prev i {
  margin-right: 8px;
}
.single-post-pagination .next i {
  margin-left: 8px;
}

.related-post {
  margin-bottom: 30px;
}
.related-post h4 {
  line-height: 26px;
  margin-bottom: 18px;
}
.related-post span {
  line-height: 20px;
}
.related-post span i {
  margin-right: 7px;
}

.comment + .comment,
.comment-body + .comment-body {
  margin-top: 10px;
}

.comment .comment-body + .comment-body {
  margin-left: 40px;
  padding-right: 135px;
}

.comment-body {
  border-radius: 3px;
  padding: 32px 175px 31px 35px;
}
.comment-body time i {
  margin-left: 8px;
}

.author-vcard {
  min-width: 100px;
}
.author-vcard img {
  border: 5px solid rgba(0, 0, 0, 0.15);
}

/**------------------------------------------------
	Shop
--------------------------------------------------**/
.star-rating {
  font: normal normal normal 14px/1 "CodePixar-icon";
}
.star-rating::before {
  content: "\e2bf\e2bf\e2bf\e2bf\e2bf";
}
.star-rating.star-half::before {
  content: "\e2be\e2bf\e2bf\e2bf\e2bf";
}
.star-rating.star-1::before {
  content: "\e2bd\e2bf\e2bf\e2bf\e2bf";
}
.star-rating.star-1-half::before {
  content: "\e2bd\e2be\e2bf\e2bf\e2bf";
}
.star-rating.star-2::before {
  content: "\e2bd\e2bd\e2bf\e2bf\e2bf";
}
.star-rating.star-2-half::before {
  content: "\e2bd\e2bd\e2be\e2bf\e2bf";
}
.star-rating.star-3::before {
  content: "\e2bd\e2bd\e2bd\e2bf\e2bf";
}
.star-rating.star-3-half::before {
  content: "\e2bd\e2bd\e2bd\e2be\e2bf";
}
.star-rating.star-4::before {
  content: "\e2bd\e2bd\e2bd\e2bd\e2bf";
}
.star-rating.star-4-half::before {
  content: "\e2bd\e2bd\e2bd\e2bd\e2be";
}
.star-rating.star-5::before {
  content: "\e2bd\e2bd\e2bd\e2bd\e2bd";
}

.shop-slider-wrapper h2 {
  font-size: 48px;
}
.shop-slider-wrapper .row {
  height: 80vh;
}

.feature-row {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
}
.feature-row > [class^="col-"]:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.feature {
  padding: 50px;
}

.product-carousel .owl-prev,
.product-carousel .owl-next {
  border: 1px solid;
  border-radius: 50px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-carousel .owl-prev:hover,
.product-carousel .owl-next:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  color: #aa0a5f;
}
.product-carousel .owl-prev {
  left: -8.33333%;
}
.product-carousel .owl-next {
  right: -8.33333%;
}

.carousel-product {
  padding: 0 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.carousel-product .thumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-bottom: 70px;
}

.owl-item.center .carousel-product {
  padding: 0;
}

.product-tab-nav li::after {
  color: #696969;
  content: "/";
  margin: 0 10px 0 5px;
}
.product-tab-nav li:last-child::after {
  content: none;
  margin: 0;
}
.product-tab-nav .active a {
  color: #000;
}

.product {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px 30px 0 30px;
  position: relative;
  text-align: center;
}
.product .product-share li a {
  display: block;
  margin: 0 4px;
}
.product .star-rating {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  padding-top: 7px;
}
.product .thumb {
  padding: 50px 0;
  position: relative;
}
.product .thumb .hover {
  background: rgba(255, 255, 255, 0.8) url("../img/icons/plus.png") no-repeat scroll center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 35px -30px 0;
  text-align: center;
}
.product .btn-add-to-cart {
  background-color: #090c15;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.product .btn-add-to-cart:hover {
  background-color: #aa0a5f;
}
.product .price {
  border-bottom-right-radius: 3px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product .price .sale-price {
  background-color: #fff;
  bottom: 0;
  color: #aa0a5f;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product .price .sale-price:empty {
  display: none;
}
.product:hover .thumb .hover {
  opacity: 1;
}
.product:hover .price .sale-price:not(:empty) {
  opacity: 1;
  visibility: visible;
}

.product--sale .regular-price {
  text-decoration: line-through;
}

.product-badge {
  background-color: #aa0a5f;
  color: #fff;
  font-size: 16px;
  padding: 15px 8.5px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 0;
  z-index: 10;
}
.product-badge::before {
  border-color: transparent #aa0a5f;
  border-style: solid;
  border-width: 14px;
  content: "";
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-badge .badge-inner span {
  display: block;
  line-height: 1;
}

.promotion-product {
  padding: 100px 75px;
  background-repeat: no-repeat;
  background-size: 60% auto;
}
.promotion-product.left {
  background-position: -60px center;
}
.promotion-product.right {
  background-position: -webkit-calc(100% + 60px) center;
  background-position: -moz-calc(100% + 60px) center;
  background-position: calc(100% + 60px) center;
}

.discount-amount {
  background-color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  height: 50px;
  left: 50%;
  line-height: 48px;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.w-product--list li + li {
  margin-top: 10px;
}
.w-product--list li .thumb {
  border-radius: 3px;
  height: 100px;
  width: 100px;
}

.shop-widget {
  padding: 50px;
}
.shop-widget h4 {
  background-color: transparent;
  border: 0;
}
.shop-widget li {
  font-weight: 300;
  line-height: 27px;
}
.shop-widget + .shop-widget {
  margin-top: 30px;
}

.row.product-right-sidebar .col-md-3 {
  float: left;
}
.row.product-right-sidebar .col-md-9 {
  float: right;
}

/*==============================================
    Shop Single
===============================================*/
.single-product-gallery {
  margin: 0;
}
.single-product-gallery .owl-controls {
  bottom: 25px;
}
.single-product-gallery .owl-dots {
  text-align: center;
}

.product--summery {
  padding: 0 100px;
}
.product--summery .price span {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
}
.product--summery .price .reg {
  margin-right: 25px;
  text-decoration: line-through;
}
.product--summery .btn-theme {
  height: 40px;
  line-height: 38px;
  padding: 0 32px;
}
.product--summery .size .selectize-input {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #000;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  width: 80px;
}
.product--summery .size .selectize-dropdown {
  border: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  margin: 0;
}
.product--summery .colors p:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 86px;
}
.product--summery .quantity .action-label,
.product--summery .size .action-label,
.product--summery .tags .action-label,
.product--summery .colors .action-label {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-right: 40px;
  min-width: 45px;
  position: relative;
}
.product--summery .quantity .action-label::after,
.product--summery .size .action-label::after,
.product--summery .tags .action-label::after,
.product--summery .colors .action-label::after {
  content: ":";
  position: absolute;
  right: 0;
}
.product--summery .add-to-cart {
  border-radius: 30px;
  height: 50px;
  line-height: 47px;
  padding: 0 35px;
}
.product--summery .bag-icon {
  background: transparent url("../img/icons/cart.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 20px;
  margin: 0 15px 0 0;
  position: relative;
  top: 5px;
  width: 17px;
}
.product--summery .wishlist {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.quantity:not(.cart) .quantity-field {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #000;
  height: 40px;
  line-height: 38px;
  position: relative;
  width: 80px;
}
.quantity:not(.cart) .quantity-field input {
  border: 0 none;
  padding: 0 25px;
  width: 100%;
}
.quantity:not(.cart) .quantity-field button {
  background-color: transparent;
  border: 0 none;
  color: #696969;
  height: 10px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 6px;
}
.quantity:not(.cart) .quantity-field button:hover {
  color: #000;
}
.quantity:not(.cart) .quantity-field .sub {
  top: auto;
  bottom: 11px;
}

.product-radio {
  border: 2px solid;
  border-radius: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}
.product-radio + .product-radio {
  margin-left: 7px;
}
.product-radio input {
  cursor: pointer;
  border: 0 none;
  height: 22px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 20px;
}
.product-radio input:checked + label {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product-radio label {
  border-radius: 18px;
  bottom: 0;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tab-1 .tab-nav {
  border-bottom: 1px solid #d6d6d6;
}
.tab-1 .tab-nav li a {
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-weight: 400;
  padding: 0 35px 25px;
  position: relative;
}
.tab-1 .tab-nav li a::before {
  background-color: #000;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tab-1 .tab-nav .active a {
  color: #696969;
}
.tab-1 .tab-nav .active a::before {
  width: 100%;
}

.product-specs {
  width: 100%;
}
.product-specs li {
  background-color: #f5f5f5;
}
.product-specs li:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.product-specs li span {
  padding: 10px 80px 9px;
  width: 50%;
}
.product-specs li span:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/**------------------------------------------------
	Cart Page
--------------------------------------------------**/
.table-1 > thead > tr > th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 17px;
  padding-top: 17px;
  white-space: nowrap;
}
.table-1 > tbody > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-1 > tfoot > tr > th, .table-1 > tfoot > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-1 .remove-product a {
  display: block;
  opacity: 0.4;
  width: 20px;
}
.table-1 .remove-product a:hover {
  opacity: 1;
}
.table-1 .product-price,
.table-1 .product-quantity,
.table-1 .remove-product {
  vertical-align: middle;
}
.table-1 .mcart-product h5 {
  font-size: 16px;
  font-weight: 300;
}

.quantity.cart .quantity-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.quantity.cart .quantity-field button {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 32px;
}
.quantity.cart .quantity-field input {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 38px;
  padding: 0;
  text-align: center;
  width: 32px;
}

.selectize-control .selectize-input.items.input-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.selectize-input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #696969;
  font-weight: 300;
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.selectize-input.focus {
  box-shadow: none;
  border-radius: 0;
  border-bottom-color: #000;
}
.selectize-input input {
  display: block;
}
.selectize-input.items input {
  height: auto;
}

.calculate-tax .selectize-control {
  margin-bottom: 10px;
}
.calculate-tax .selectize-control .selectize-input {
  background: none;
  box-shadow: none;
}
.calculate-tax .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.selectize-dropdown {
  border-radius: 0;
}

.purchase-confirmation-title p {
  color: #00be9b;
  font-weight: 400;
}

.woocommerce-thankyou-order-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
}
.woocommerce-thankyou-order-details li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #a9a9a9;
  padding: 0 40px;
}
.woocommerce-thankyou-order-details li:last-child {
  border-right: 0;
  padding-right: 0;
}

.order-details .table-1 thead tr th {
  font-size: 18px;
}
.order-details .table-1 > tfoot > tr > th, .order-details .table-1 > tfoot > tr > td {
  border: 0;
  padding: 10px 0;
}

.shipping-method label {
  cursor: pointer;
  margin: 0;
}
.shipping-method input {
  margin: 6px 0 0 20px;
}

.cart-subtotal {
  padding-left: 50px;
  padding-right: 50px;
}
.cart-subtotal hr {
  margin-left: -50px;
  margin-right: -50px;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  margin: 0;
  opacity: 0;
}
.custom-checkbox input + label {
  cursor: pointer;
  display: block;
  margin: 0 0 0 20px;
  position: relative;
}
.custom-checkbox input + label::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  height: 20px;
  left: -33px;
  position: absolute;
  top: 50%;
  width: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-checkbox input + label::after {
  color: #fff;
  content: '\f00c';
  font-family: FontAwesome;
  left: -30px;
  opacity: 0;
  position: absolute;
  top: 0;
}
.custom-checkbox input:checked + label::before {
  background-color: #aa0a5f;
}
.custom-checkbox input:checked + label::after {
  opacity: 1;
}

.woocommerce-info .woocommerce-info-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px 30px;
}
.woocommerce-info .login-form,
.woocommerce-info .checkout-coupon {
  display: none;
  padding-left: 50px;
  padding-right: 50px;
}

.password-field,
.diff-shipping-address {
  display: none;
}

.woocommerce-checkout-review-order {
  padding: 42px 30px 50px 30px;
}
.woocommerce-checkout-review-order .table-1 tr th,
.woocommerce-checkout-review-order .table-1 tr td {
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-checkout-payment {
  padding: 50px 30px;
}

.add-to-cart:hover {
  color: #696969;
}

.wishlist:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.wc_payment_methods li:not(:last-child) {
  margin-bottom: 3px;
}
.wc_payment_methods .payment_box {
  background-color: #fafafb;
  color: #696969;
  display: none;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 10px 30px;
}

/**------------------------------------------------
	Checkout
--------------------------------------------------**/
.woocommerce-info .woocommerce-info-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px 30px;
}
.woocommerce-info .login-form,
.woocommerce-info .checkout-coupon {
  display: none;
  padding-left: 50px;
  padding-right: 50px;
}

.password-field,
.diff-shipping-address {
  display: none;
}

.woocommerce-checkout-review-order {
  padding: 42px 30px 50px 30px;
}
.woocommerce-checkout-review-order .table-1 tr th {
  font-size: 18px;
}
.woocommerce-checkout-review-order .table-1 tr th,
.woocommerce-checkout-review-order .table-1 tr td {
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-checkout-payment {
  padding: 50px 30px;
}

/**------------------------------------------------
	404 page
--------------------------------------------------**/
.error-404-container {
  background: transparent url("../img/banner/404.png") no-repeat scroll center center/cover;
}

.error-404 {
  position: relative;
  top: -30px;
}
.error-404 img {
  margin: 0 auto;
  width: 40%;
}

/**------------------------------------------------
	coming soon
--------------------------------------------------**/
/* ============================================================
   COMING SOON – Prinz Zappes
   Alle wiederverwendbaren Stile für index.php (coming soon)
   Seitenspezifische Overrides bleiben in index.php <style>
   ============================================================ */

/* Hintergrund & Canvas-Wrapper */
.coming-soon-container {
    background: #184093 !important;
    overflow: visible !important;
    position: relative;
    margin-top: 0 !important;
    min-height: auto !important;
    padding: 32px 16px 60px;
}

/* Carnival fullscreen-Klasse deaktivieren */
.coming-soon-container .fullscreen {
    height: auto !important;
    min-height: auto !important;
}

/* Konfetti-Canvas hinter dem Inhalt */
#confetti-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Inhalt vor Canvas */
.coming-soon-text {
    position: relative;
    z-index: 1;
}

/* ── LOGO ── */
.cs-logo-wrap {
    margin-bottom: 24px;
}
.cs-logo-wrap img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 80vw;
    max-height: 120px;
}

/* ── ÜBERSCHRIFT & TEXT ── */
.coming-soon-text h2 {
    color: #ffffff;
    font-family: "Kaushan Script", cursive;
    font-style: italic;
    font-weight: 500;
    font-size: clamp(28px, 8vw, 58px);
}
.coming-soon-text p {
    color: rgba(255,255,255,0.85);
}

/* ── TEAMBILD-WRAPPER ──
   Bewusst AUSSERHALB des Bootstrap .container:
   Volle Viewport-Breite auf allen Devices          */
.cs-team-wrap {
    width: 100%;
    max-width: 960px;
    margin: 32px auto 0;
    padding: 0;
}

/* Foto: immer 100% des Wrappers, nie verzerrt */
.cs-team-photo {
    width: 100%;
    height: auto;
    display: block;
}

/* ── NAMEN UNTER DEM FOTO ──
   3 Spalten ausgerichtet an tatsächlicher Fotoposition:
   Yvonne ~28% | Prinz ~40% | Heiner ~32%           */
.cs-team-names {
    display: grid;
    grid-template-columns: 28% 40% 32%;
    margin-top: 16px;
    gap: 0;
}

.cs-team-member {
    text-align: center;
    padding: 0 6px;
}

/* Heiner: Körper sitzt links vom ausgestreckten Arm */
.cs-team-member--offset {
    transform: translateX(-20%);
}

/* ── TEAM TEXTE ── */
.cs-member-role {
    font-size: clamp(10px, 2.5vw, 11px);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f6c800;
    margin-bottom: 4px;
}
.cs-member-role--prinz {
    color: #ffffff;
    letter-spacing: 4px;
}
.cs-member-name {
    font-family: "Kaushan Script", cursive;
    font-size: clamp(16px, 4vw, 20px);
    color: #ffffff;
    margin-bottom: 2px;
}
.cs-member-name--lg {
    font-size: clamp(18px, 5vw, 24px);
}
.cs-member-desc {
    font-size: clamp(11px, 3vw, 13px);
    color: rgba(255,255,255,0.45);
    letter-spacing: 1px;
}

/* ── TRENNLINIE ── */
.cs-divider {
    width: 50px;
    height: 2px;
    background: #f6c800;
    margin: 32px auto;
}

/* ── KONTAKT ── */
.cs-contact-lbl {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 8px;
}
.cs-email {
    font-family: "Kaushan Script", cursive;
    font-size: clamp(16px, 4vw, 20px);
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 3px;
    transition: color 0.3s, border-color 0.3s;
    word-break: break-all;
}
.cs-email:hover {
    color: #f6c800;
    border-color: #f6c800;
}

/* ── INSTAGRAM BUTTON ── */
.cs-insta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 11px 24px;
    border: 1px solid rgba(255,255,255,0.35);
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}
.cs-insta-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: #ffffff;
    color: #ffffff;
}

/* ============================================================
   RESPONSIVE – Coming Soon
   ============================================================ */

/* Tablet: Logo etwas größer */
@media (min-width: 600px) {
    .cs-logo-wrap img {
        max-width: 300px;
        max-height: 160px;
    }
    .coming-soon-container {
        padding: 48px 0 80px;
    }
}

/* Desktop: noch mehr Luft */
@media (min-width: 992px) {
    .cs-logo-wrap img {
        max-width: 380px;
        max-height: 200px;
    }
    .coming-soon-container {
        padding: 60px 0 100px;
    }
}

/* Mobil: Namen untereinander statt nebeneinander */
@media (max-width: 599px) {
    .cs-team-names {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .cs-team-member {
        border-top: 1px solid rgba(255,255,255,0.12);
        padding: 16px 0 8px;
    }
    .cs-team-member:first-child {
        border-top: none;
        padding-top: 8px;
    }
    .cs-team-member--offset {
        transform: none; /* kein Versatz auf Mobil */
    }
}

/**------------------------------------------------
	Media Queries
--------------------------------------------------**/
/*============================================================
    For 22 inch and larger
==============================================================*/
@media only screen and (min-width: 1601px) {
  .site-header {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .header-shop {
    padding: 0;
  }
  .header-shop > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-flap-1 {
    background-size: contain;
  }

  .banner-1-content img {
    margin-bottom: 85px;
  }
}
/*============================================================
    For 19 inch monitor
==============================================================*/
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .navbar-brand img {
    width: 140px;
  }

  [class^="flap-"] img {
    display: block;
    width: 70%;
  }

  .flap-top-right img {
    margin-left: auto;
  }
}
/*============================================================
	Macbook pro 13 inch
==============================================================*/
/*============================================================
	For Small Desktop / tablet landscape
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
  .navbar-nav > li {
    padding: 24px 25px 22px;
  }

  .header-simple .navbar-nav > li > a {
    padding: 0 20px;
  }
  .header-simple.is-sticky .navbar-nav > li > a {
    padding: 0 20px;
  }
  .header-simple.is-sticky .navbar-nav > li .sub-menu {
    margin-top: 25px;
  }

  .speaker-info {
    padding: 49px 80px 54px;
  }

  .flap-bottom-left img,
  .flap-top-right img {
    width: 70%;
  }

  .flap-top-right img {
    display: block;
    margin-left: auto;
  }

  .mm-timeline-date {
    margin: 30px 35px 0 0;
  }

  .mm-timeline-block:nth-child(2n) .mm-timeline-date {
    margin: 30px 0 0 35px;
  }

  .col-md-3 .price-table .btn {
    padding-left: 35px;
    padding-right: 35px;
  }

  .price-table.style-2 {
    padding: 57px 40px 50px;
  }
  .price-table.style-2 .price::after {
    right: 25px;
  }

  .product-badge {
    padding: 15px 9px;
  }

  .promotion-product {
    background-size: 55% auto;
    padding: 85px 60px;
  }
}
/*============================================================
    Ipad Portrait 1024px
==============================================================*/
@media only screen and (max-width: 1025px) {
  .parallax-bg {
    background-attachment: scroll !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .btn-wide {
    height: 45px;
    line-height: 44px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .header-shop .navbar-nav .sub-menu {
    right: -20px;
  }

  .navbar-nav > li {
    padding: 0;
    margin: 0 20px;
  }
  .navbar-nav > li > a {
    padding: 0;
  }
  .navbar-nav > li > a .nav-item-count {
    display: none;
  }
  .navbar-nav > li > a .nav-label {
    margin-bottom: 0;
  }
  .navbar-nav > li .nav-desc {
    display: none;
  }
  .navbar-nav .dropdown::before {
    content: none;
  }
  .navbar-nav .sub-menu {
    margin-bottom: 0;
    margin-top: 15px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
    width: 150px;
  }
  .navbar-nav .sub-menu::before {
    content: none;
  }

  .hamburgerIcon {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header.is-sticky .hamburgerIcon {
    top: 50%;
  }
  .site-header.is-sticky .navbar-nav > li {
    margin: 0 20px 0 0;
    padding: 0;
  }
  .site-header.is-sticky .navbar-nav > li > a {
    padding: 10px;
  }

  .header-simple .navbar-header {
    height: 100px;
  }
  .header-simple .navbar-brand {
    height: 100px;
  }
  .header-simple .navbar-brand img {
    width: 100px;
  }
  .header-simple .navbar-nav > li {
    margin-left: 0;
    margin-right: 0;
  }
  .header-simple .navbar-nav > li > a {
    padding: 0 10px;
  }
  .header-simple.is-sticky .navbar-nav > li {
    margin-right: 0;
  }
  .header-simple.is-sticky .navbar-nav > li > a {
    padding: 0 10px;
  }
  .header-simple.is-sticky .navbar-nav .sub-menu {
    margin-top: 25px;
  }

  .banner-2-content h2 {
    font-size: 50px;
  }

  .banner-3-content h2 {
    font-size: 50px;
    margin: 20px 0;
  }

  .speaker-info {
    padding: 31px 30px 37px;
  }

  .flap-bottom-left img,
  .flap-top-right img {
    width: 50%;
  }

  .flap-top-right img {
    display: block;
    margin-left: auto;
  }

  .banner-flap-2 img {
    width: 100%;
  }

  .mm-timeline-container::after {
    left: 65px;
  }

  .mm-timeline-block {
    margin-bottom: 30px;
  }
  .mm-timeline-block:nth-child(2n) .mm-timeline-content {
    float: right;
  }
  .mm-timeline-block:nth-child(2n) .mm-timeline-date {
    float: none;
    margin: 30px 0 0;
  }

  .mm-timeline-content {
    max-width: 75%;
  }

  .mm-timeline-date {
    float: none;
    display: inline-block;
    margin: 30px 0 0;
  }

  .direction-form-wrap {
    padding: 40px;
  }

  .service-block {
    padding: 0;
  }

  .accommodation figcaption {
    padding: 19px 20px 23px;
  }

  .col-md-3 .price-table {
    margin-bottom: 30px;
  }

  .price-table.style-2 {
    padding: 67px 70px 70px;
  }
  .price-table.style-2 .price-body {
    display: block;
  }
  .price-table.style-2 .price {
    padding: 0 0 70px;
    text-align: center;
  }
  .price-table.style-2 .price::after {
    bottom: 30px;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }

  .shop-slider-wrapper h2 {
    font-size: 38px;
  }

  .feature-row > [class^="col-"]:nth-child(1) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .feature-row > [class^="col-"]:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 0 none;
  }

  .product-carousel .owl-prev {
    left: 30px;
  }
  .product-carousel .owl-next {
    right: 30px;
  }

  .product-badge {
    padding: 15px 9px;
  }

  .discount-amount {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .widget-product {
    margin-bottom: 30px;
  }

  .footer-copyright {
    line-height: 1.5;
  }

  .page-header-inner {
    padding: 200px 0 90px;
  }

  .shop-slider-wrapper .row {
    height: 50vh;
  }

  .post-entry .desc {
    padding: 38px 30px 43px;
  }
  .post-entry .desc h2 {
    font-size: 24px;
  }

  .post-link .link {
    font-size: 28px;
    overflow-wrap: break-word;
  }

  .product-right-sidebar .widget-area {
    margin: 0;
  }
  .product-right-sidebar .product h4 {
    font-size: 16px;
  }

  .shop-widget {
    padding: 30px;
  }

  .cart-subtotal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-subtotal hr {
    margin-left: -10px;
    margin-right: -10px;
  }

  .woocommerce-thankyou-order-details {
    padding: 20px 0;
  }
  .woocommerce-thankyou-order-details li {
    padding: 0 15px;
  }
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .disable-flex-xs {
    display: block;
  }

  .disable-fullscreen {
    height: auto !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .btn-md {
    padding-left: 28px;
    padding-right: 28px;
  }

  .section-full {
    padding: 100px 0;
  }

  .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    height: auto;
  }
  .navbar-header::before, .navbar-header::after {
    content: none;
  }

  .navbar-brand {
    height: auto;
  }
  .navbar-brand img {
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .navbar-brand .logo-1 {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .navbar-brand .logo-2 {
    opacity: 1;
    visibility: visible;
  }

  .navbar-toggle {
    margin: 0;
  }

  .primary-nav {
    background-color: #fff;
    border-top-color: transparent;
    margin-top: 20px;
  }

  .navbar-nav {
    display: block;
    max-height: 250px;
  }
  .navbar-nav > li {
    padding: 0;
  }
  .navbar-nav > li .nav-item-count,
  .navbar-nav > li .nav-desc {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 8px 20px;
    text-align: left;
  }
  .navbar-nav > li > a .nav-label {
    margin-bottom: 0;
  }
  .navbar-nav .sub-menu {
    display: none;
    min-width: none;
    position: relative;
    text-align: left;
    margin-bottom: 0;
  }
  .navbar-nav .submenu-sticky {
    background-color: transparent;
  }
  .navbar-nav .dropdown li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 20px 3px 30px;
    text-transform: uppercase;
  }
  .navbar-nav.light > li > a {
    color: #696969;
  }
  .navbar-nav.light .dropdown li a {
    color: #696969;
  }

  .navbar-nav > .dropdown:hover::before {
    background-color: transparent;
  }

  .site-header.is-sticky .navbar-brand {
    height: auto;
  }
  .site-header.is-sticky .primary-nav {
    border-top-color: #eeeeee;
    margin-top: 0;
  }
  .site-header.is-sticky .navbar-nav > li > a {
    padding: 8px 20px;
  }
  .site-header.is-sticky .sub-menu li a {
    color: #696969;
  }

  .header-shop {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-shop .navbar-header {
    margin-bottom: 10px;
  }
  .header-shop .navbar-nav .sub-menu {
    display: none;
    min-width: none;
    position: relative;
    text-align: left;
    margin-bottom: 0;
  }

  .header-simple .navbar-header::before, .header-simple .navbar-header::after {
    content: none;
  }
  .header-simple .navbar-nav > li > a {
    padding: 8px 20px;
  }
  .header-simple .navbar-nav .sub-menu {
    background-color: transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    padding: 5px 0;
    position: static;
  }
  .header-simple .navbar-nav .sub-menu li a {
    padding-left: 30px;
  }

  .bottom-header .navbar-nav .sub-menu {
    position: static;
  }

  .categorized-search .search-categories {
    min-width: 100px;
  }

  .banner-1-content img {
    width: 50%;
  }
  .banner-1-content h2 {
    font-size: 28px;
  }
  .banner-1-content span {
    font-size: 13px;
    margin: 0;
  }
  .banner-1-content p {
    font-size: 14px;
  }
  .banner-1-content p::before, .banner-1-content p::after {
    content: none;
  }

  .banner-2-content {
    padding: 20px 0;
  }
  .banner-2-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .banner-flap-2 img {
    width: 100%;
  }

  .banner-3-content .time-slot .time {
    font-size: 24px;
  }
  .banner-3-content .time-slot .time-label {
    font-size: 14px;
  }
  .banner-3-content h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .banner-3-content .btn {
    padding: 0 18px;
  }

  .banner-4-content h2 {
    font-size: 38px;
  }

  .section-curve .curve-bottom {
    bottom: 0;
  }

  .booking-form-container {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .booking-form-container .toggle-form {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .booking-form .input-group {
    margin-top: 5px;
  }

  .banner-7-content h2 {
    font-size: 40px;
  }
  .banner-7-content .btn {
    padding: 0 18px;
  }

  .event-countdown {
    padding: 14px;
    margin-right: 0;
  }
  .event-countdown::before, .event-countdown::after {
    content: none;
  }
  .event-countdown .time-slot {
    margin-right: 15px;
  }
  .event-countdown .time {
    font-size: 19px;
  }
  .event-countdown .time-label {
    font-size: 14px;
    margin-left: 5px;
  }

  .speaker-top .speaker-info {
    margin: 0 0 30px;
    padding: 30px;
  }

  .btn-wide {
    height: 45px;
    line-height: 44px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .speaker-info {
    padding: 31px 30px 37px;
  }

  .flap-bottom-left img,
  .flap-top-right img {
    width: 50%;
  }

  .flap-top-right img {
    display: block;
    margin-left: auto;
  }

  .mm-timeline-container::after {
    content: none;
  }

  .mm-timeline-block {
    margin-bottom: 100px;
  }
  .mm-timeline-block:last-child {
    margin-bottom: 0;
  }
  .mm-timeline-block:nth-child(2n) .mm-timeline-content {
    float: right;
  }
  .mm-timeline-block:nth-child(2n) .mm-timeline-date {
    float: none;
    margin: 0;
  }

  .mm-timeline-content {
    max-width: 100%;
    padding: 80px 30px 30px;
  }

  .mm-timeline-date {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .event-schedule-tab-nav li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .event-schedule-tab-nav li a {
    text-align: center;
  }

  .price-table,
  .accommodation {
    margin-bottom: 30px;
  }

  .price-table.style-2 {
    padding: 37px 40px 40px;
  }
  .price-table.style-2 .price-body {
    display: block;
  }
  .price-table.style-2 .price {
    padding: 0 0 70px;
    text-align: center;
  }
  .price-table.style-2 .price::after {
    bottom: 30px;
    height: 1px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
  }

  #event-venue {
    height: 350px;
    position: static;
  }

  .direction-form-wrap {
    padding: 35px 30px;
  }

  .testimonial-carousel {
    padding: 46px 15px 100px;
  }

  .service-block {
    padding: 0 30px;
  }

  .footer-copyright {
    line-height: 1.7;
    text-align: center;
  }

  .footer-social {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .post-entry .desc {
    padding: 15px;
  }
  .post-entry .desc h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .post-entry .post-meta {
    font-size: 13px;
  }

  .post-link .link {
    font-size: 28px;
    padding: 16px 30px 24px;
  }
  .post-link .link a {
    overflow-wrap: break-word;
  }

  .post-share {
    margin-bottom: 35px;
  }
  .post-share li:first-child {
    margin-right: 22px;
  }
  .post-share li a {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 35px;
  }

  .comment-body {
    display: block;
    padding: 15px;
  }
  .comment-body .author-vcard {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .comment .comment-body + .comment-body {
    margin-left: 15px;
    padding-right: 0;
  }

  .widget-area {
    margin-top: 100px;
  }

  .page-header-inner {
    padding: 150px 0 70px;
  }

  .shop-slider-wrapper .row {
    height: auto;
    padding: 50px 0;
  }
  .shop-slider-wrapper h2 {
    font-size: 28px;
  }

  .feature-row {
    margin-top: 0;
  }

  .product-carousel .owl-nav {
    display: none;
  }

  .product-tab-nav {
    display: block;
    margin-bottom: 50px;
  }
  .product-tab-nav li {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .product-tab-nav li::after {
    content: none;
  }

  .promotion-product {
    padding: 70px 25px;
  }
  .promotion-product h2 {
    font-size: 24px;
  }
  .promotion-product p {
    font-size: 14px;
  }

  .discount-amount {
    font-size: 16px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .widget-product {
    margin-bottom: 30px;
  }

  .row.product-right-sidebar .col-md-3,
  .row.product-right-sidebar .col-md-9 {
    float: none;
  }

  .product--summery {
    padding: 30px 15px 0;
  }
  .product--summery h2 br {
    display: none;
  }

  .tab-1 .tab-nav li a {
    padding: 0 9px 15px;
  }

  .product-specs li span {
    padding: 5px 10px;
  }

  .calculate-tax,
  .coupon-box {
    margin-bottom: 50px;
  }

  .cart-subtotal {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-subtotal hr {
    margin-left: 0;
    margin-right: 0;
  }

  .cart-actions {
    margin-top: 50px;
  }
  .cart-actions .btn-wide {
    font-size: 12px;
    margin-left: 0;
    padding: 0 18px;
  }

  .woocommerce-info .login-form {
    margin-bottom: 30px;
  }
  .woocommerce-info .login-form,
  .woocommerce-info .checkout-coupon {
    padding-left: 0;
    padding-right: 0;
  }

  .woocommerce-checkout-review-order {
    margin-top: 30px;
  }

  .woocommerce-thankyou-order-details li {
    border-right: 0;
  }
  .woocommerce-thankyou-order-details li span {
    font-weight: 300;
  }
  .woocommerce-thankyou-order-details li + li {
    padding-top: 25px;
  }

  .order-details .table-1 tr > th,
  .order-details .table-1 tr > td,
  .order-details .table-1 > tfoot > tr > th,
  .order-details .table-1 > tfoot > tr > td {
    padding: 10px 15px;
  }

  .coming-soon-container {
    padding: 100px 0;
  }

  .coming-soon-text img {
    max-width: 50%;
  }
  .coming-soon-text h2 {
    font-size: 32px;
    line-height: 1.6;
  }

  .error-404-container .row {
    width: auto;
  }

  .error-404 {
    top: 0;
  }

  .card-information .payment-actions {
    text-align: center;
  }
  .card-information .payment-actions a + a {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .speaker-top .col-sm-8 {
    width: 66%;
  }
  .speaker-top .col-sm-4 {
    width: 34%;
  }
}
