body.dev-home{
  background: transparent url('https://ujlibraryevents.co.za/wp-content/uploads/2019/08/home_bg.jpg') no-repeat center top;
}
body.dev-events{
  background: transparent url('http://domino/UJL/wp-content/uploads/2019/08/events_bg.jpg') no-repeat center top;
}
body.dev-event{
  background: transparent url('https://ujlibraryevents.co.za/wp-content/uploads/2019/08/event_bg.jpg') no-repeat center top;
}
body.dev-book{
  background: transparent url('https://ujlibraryevents.co.za/wp-content/uploads/2019/08/book_bg.jpg') no-repeat center top;
}
body.dev-about{
  background: transparent url('https://ujlibraryevents.co.za/wp-content/uploads/2019/08/about_bg.jpg') no-repeat center top;
}
body.dev-contact{
  background: transparent url('https://ujlibraryevents.co.za/wp-content/uploads/2019/08/contact_bg_1.jpg') no-repeat center top;
}
body.dev-terms{
  background: transparent url('https://ujlibraryevents.co.za/wp-content/uploads/2019/08/terms_bg.jpg') no-repeat center top;
}
body.dev-home,
body.dev-events,
body.dev-event,
body.dev-book,
body.dev-about,
body.dev-contact,
body.dev-terms{
  background-size: 1234px auto;
  opacity: 0.7;
}

/* General resets etc */
.elementor-section-wrap {
  position: relative;
}

body{ position: relative; }
/* body > div{ overflow: hidden; } */
.elementor-widget-heading .elementor-heading-title{
  line-height: 1.5;
  letter-spacing: 1px;
}
body {
  font-family: "Ubuntu", Sans-serif;
  color: #6d6e71;
}
h1,
.elementor-widget-heading h1.elementor-heading-title{
  display: flex;
  align-items: baseline;
  text-transform: uppercase;
  font-size: 2.9rem; /* 70pt / 46.6px */
  letter-spacing: 2px;
  color: #fff;
}
.elementor-widget-heading h1.elementor-heading-title:before{
  content: "";
  background-color: #f26522;
  display: inline-block;
  height: 1.6em;
  width: 4px;
  margin-right: 0.5em;
  position: relative;
  top: 0.4em;
}
h2,
.elementor-widget-heading h2.elementor-heading-title{
  font-size: 1.875rem; /* 45pt / 30px */ 
  letter-spacing: 2px;
  color: #fff;
}
.elementor-text-editor h2 {
  color: inherit;
}
h3,
.elementor-widget-heading h3.elementor-heading-title{
  text-transform: uppercase;
  font-size: 1.25rem; /* 30pt / 20px */
  letter-spacing: 2px;
}
h4,
.elementor-widget-heading h4.elementor-heading-title{
  text-transform: uppercase;
  font-weight: lighter;
  font-style: italic;
  font-size: 1.25rem; /* 30pt / 20px */
}
h5,
.elementor-widget-heading h5.elementor-heading-title{
  font-size: 1.666rem; /* 40pt / 26.6px */ 
  line-height: 2em;
  border-bottom: 1px Solid;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
h6,
.elementor-widget-heading h6.elementor-heading-title{
  font-weight: unset;
  font-size: 1rem; /* 25pt / 16.6px */ 
}
th,
h6 strong,
.elementor-widget-heading h6.elementor-heading-title strong,
.bold-as-head strong{
  text-transform: uppercase;
  font-size: 0.9em;
}
p strong{
  font-size: 1.1em;
}

@media (max-width: 767px){
  h1,
  .elementor-widget-heading h1.elementor-heading-title{
	  font-size: 1.8rem;
  }  
  h2,
  .elementor-widget-heading h2.elementor-heading-title{
    font-size: 1.2rem;
  }
  h5, .elementor-widget-heading h5.elementor-heading-title {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
  p strong{
  	font-size: 1em;
	}
}

footer .elementor-widget-heading h6.elementor-heading-title{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
footer .elementor-heading-title:after{
  content: ":";
}
/*
.elementor a:not(.elementor-item) {
  text-decoration: underline;
  color: #6d6e71;
}
.elementor .elementor-widget-icon-list a,
.elementor .elementor-widget-heading a{
  text-decoration: inherit;
  color: inherit;
}
*/
a{
  color: #f26522;
}
a:hover, a:active{
  color: #4f2365;
}
.elementor-widget-heading.readmore .elementor-heading-title>a:hover,
.inset a:hover{
  color: #f26522;
}
.elementor-widget-text-editor p,
.elementor-widget-text-editor li{
	margin-bottom: 1em;
}
.elementor-widget-text-editor ul{
  list-style: none;
  padding-left: 1.5em;
}
.elementor-widget-text-editor ul>li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #f26522;
}
.elementor-widget-text-editor ul ul {
		position: relative;
		line-height: 1;
		margin-bottom: 0.5em;
}
.elementor-widget-text-editor ul ul li {
		margin-bottom: 0.5em;
}
.elementor-widget-text-editor ul ul>li:before {
  content: "-";
}

.elementor-text-editor>:last-child {
  margin-bottom: 0;
}
.elementor-nav-menu:after{
  content: initial; /* Fixes issue with spacing on events menu */
}

/* Line effect on menu hover */
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before{
  width: 0;
  left: 50%;
  margin: auto;
}
.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
  width: 100% !important;
  left: 0% !important;
}


/* Forms, buttons and links */
.elementor-form{
  margin-bottom: -40px;
}
.elementor-form-fields-wrapper{
  justify-content: space-between;
}
@media (min-width: 768px){
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"]{
    width: 48%;
  }
}
.elementor-field-group{
  margin-bottom: 40px;
}
input, select, textarea,
.elementor-widget-form .elementor-field-group .elementor-field{
  color: #939598;
}
.elementor-widget-form .elementor-field-group .elementor-field-textual,
.em-booking-form .input, .em-booking-form .em-ticket-select {
  border-color: #939598;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.elementor-widget-form .elementor-field-group.elementor-field-type-textarea textarea {
  border-width: 1px;
}
.elementor-widget-form .elementor-field-group:not(.elementor-field-type-radio):not(.elementor-field-type-textarea):not(.elementor-field-type-date) > label, .em-booking-form p:not(.input-field-data_privacy_consent)>label {
  position: absolute;
  width: unset;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .5rem 1rem;
  color: #dcddde;
  z-index: 0;
}
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup{
  -webkit-flex-basis: unset;
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
}
.elementor-widget-form .elementor-field-group.elementor-field-type-radio label,
.elementor-widget-form .elementor-field-group.elementor-field-type-date label,
.elementor-widget-form .elementor-field-group.elementor-field-type-textarea label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  padding-bottom: 0.7em;
}
.elementor-field-type-radio>label:after,
.elementor-field-type-textarea label:after {
  content: ":";
}
.elementor-field-option {
  display: flex;
  flex-direction: row-reverse;
}
.elementor-field-option label {
  padding-left: 2em;
  padding-right: 1em;
}
.elementor-field-type-html strong {
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: unset;
    letter-spacing: 0.5px;
}
.readmore, .back,
.readmore.elementor-widget-heading span.elementor-heading-title {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.em-booking-submit,
.elementor-tab-title a,
.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button,
.elementor-button.elementor-size-xs {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 16px 0px 16px;
  min-height: 33px;
}
.em-booking-buttons{
	-webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.em-booking-buttons:hover,
.elementor-tab-title:hover a,
.elementor-button:hover {
  background-color: #4f2365;
}
.em-booking-buttons input:hover,
.em-booking-buttons input:focus{
  background-color: inherit;
  outline: unset;
}
.em-booking-buttons:after,
button > span:after,
.elementor-button>span:after,
.readmore a:after,
.back a:before{
    content: "";
    display: inline-block;
    height: 0.6em;
    width: 0.6em;
    margin-left: 0.3em;
    border: 2px Solid;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: rotate(45deg);
}
.em-booking-buttons:after,
button > span:after,
.elementor-button>span:after,
.readmore a:after{
  -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.back a:before{
    margin-right: 0.3em;
    transform: rotate(225deg);
}
.em-booking-buttons,
button > span,
.elementor-button,
.center-vertical *,
.elementor-button-content-wrapper{
  display: inline-flex;
  align-items: center !important;
}
.elementor-mark-required .elementor-field-label:after {
  color: inherit;
}
.elementor-message,
.em-booking-message-success.em-booking-message{
  position: absolute;
  bottom: 0;
  height: 46px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0px Solid #4f2365;
  border-radius: unset;
  color: inherit;
}
.em-booking-message-success:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
.input-field-data_privacy_consent label {
  line-height: 1.5;
}
/*
.elementor-field-group .elementor-field-textual:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
*/

/* Carousel navigation */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.swiper-button-next, .swiper-button-prev{
		height: 24px;
    width: 22px;
    background-size: 22px 60px;
    margin-top: -36px;
}

/* Carousel bullets */
.swiper-pagination-bullet {
  width: 44px;
  height: 4px;
  background-color: #fff;
  border-radius: unset;
  margin: 0 !important;
}
@media (max-width: 767px){
  .swiper-pagination-bullet {
    width: 16px;
  }  
}

/* Styles */
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
  padding: 0;
}
.elementor-section-boxed:not(.elementor-inner-section) {
  padding: 3.5em 2em 3.5em 2em; /* Default padding for sections */
}
.elementor-section-boxed:not(.elementor-inner-section).no-padding-top {
  padding-top: unset;
}
.elementor-section-boxed:not(.elementor-inner-section).no-padding-bottom {
  padding-bottom: unset;
}
.elementor-section-boxed:not(.elementor-inner-section).no-padding-left {
  padding-left: unset;
}
.elementor-section-boxed:not(.elementor-inner-section).no-padding-right {
  padding-right: unset;
}
.elementor-section-boxed:not(.elementor-inner-section) .elementor-section-boxed{
  padding: 0;
}

.icon_01 .elementor-heading-title{
  display: flex;
  align-items: baseline;
}
.icon_01 .elementor-heading-title:before{
  content: "";
  background-color: #f26522;
  display: inline-block;
  height: 1.2em;
  width: 4px;
  margin-right: 1em;
  position: relative;
  top: 0.2em;
}
.icon_02 .elementor-heading-title:before{
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 1.2em;
  line-height: 1;
  background-color: #f26522;
}

.bright-style {
  background-color: #f26522;
}
.bright-style.elementor-section-boxed:not(.elementor-inner-section) {
  padding: 5.5em 2em;
}
@media (max-width: 767px){
  .bright-style.elementor-section-boxed:not(.elementor-inner-section) {
    padding: 3em 2em;
  }
}
.bright-style.elementor-column:not(.inset).elementor-element,
.bright-style.elementor-column:not(.inset) .elementor-text-editor,
.bright-style.elementor-column:not(.inset) .elementor-widget-text-editor,
.bright-style.elementor-column:not(.inset) .elementor-widget-text-editor ul>li:before,
.bright-style .elementor-column:not(.inset) .elementor-widget-text-editor ul>li:before,
.bright-style.elementor-column:not(.inset) a,
.bright-style.elementor-column:not(.inset) .elementor-widget-heading .elementor-heading-title,
.bright-style .elementor-column:not(.inset).elementor-element,
.bright-style .elementor-column:not(.inset) .elementor-text-editor,
.bright-style .elementor-column:not(.inset) .elementor-widget-text-editor,
.bright-style .elementor-column:not(.inset) a,
.bright-style .elementor-column:not(.inset) .elementor-widget-heading .elementor-heading-title {
  color: #fff;
}
.bright-style.elementor-column:not(.inset) a:hover,
.bright-style .elementor-column:not(.inset) a:hover{
  color: inherit;
}
.bright-style.elementor-column:not(.inset) .elementor-heading-title:before,
.bright-style .elementor-column:not(.inset) .elementor-heading-title:before {
  background-color: #dcddde !important;
}
.bright-style.elementor-column:not(.inset) .elementor-widget-button .elementor-button,
.bright-style .elementor-column:not(.inset) .elementor-widget-button .elementor-button {
  background-color: #dcddde;
  color: #6d6e71;
}
.bright-style.elementor-column:not(.inset) .elementor-widget-button .elementor-button:hover,
.bright-style .elementor-column:not(.inset) .elementor-widget-button .elementor-button:hover {
  background-color: #4f2365;
  color: #fff;
}
.bright-style.elementor-column:not(.inset) .readmore a,
.bright-style .elementor-column:not(.inset) .readmore a {
  color: #dcddde;
}
.bright-style.elementor-column:not(.inset) .back a,
.bright-style .elementor-column:not(.inset) .back a {
  color: #fff;
}
.bright-style.elementor-column:not(.inset) .readmore a:hover,
.bright-style.elementor-column:not(.inset) .readmore a:active,
.bright-style.elementor-column:not(.inset) .elementor-widget-heading.readmore .elementor-heading-title>a:hover,
.bright-style .elementor-column:not(.inset) .readmore a:hover,
.bright-style .elementor-column:not(.inset) .readmore a:active,
.bright-style .elementor-column:not(.inset) .elementor-widget-heading.readmore .elementor-heading-title>a:hover{
  color: #fff;
}
.bright-style.elementor-column:not(.inset) .swiper-pagination-bullet,
.bright-style .elementor-column:not(.inset) .swiper-pagination-bullet {
  background-color: #dcddde;
}
/*
.bright-style.elementor-column:not(.inset) .elementor-widget-text-editor ul>li:before,
.bright-style .elementor-column:not(.inset) .elementor-widget-text-editor ul>li:before {
  color: #4f2365;
}
*/
.bright-style.elementor-column:not(.inset) .elementor-widget-text-editor li,
.bright-style .elementor-column:not(.inset) .elementor-widget-text-editor li {
  margin: 0;
  font-style: oblique;
}

.light-style{
  background-color: #dcddde;
}
.dark-style{
  background-color: #4f2365;
}
.dark-style.elementor-section-boxed:not(.elementor-inner-section) {
  padding: 5.5em 2em;
}
@media (max-width: 767px){
  .dark-style.elementor-section-boxed:not(.elementor-inner-section) {
    padding: 2em;
  }
}
.dark-style .elementor-element,
.dark-style .elementor-widget-heading .elementor-heading-title {
  color: #fff;
}

.stretch-height div {
  height: 100%;
}
.shadow{
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.inset > .elementor-column-wrap{
  padding: 5em 2.5em 5em 2.5em !important;
}
@media (max-width: 767px){
  .inset > .elementor-column-wrap{
    padding: 3em 2em !important;
  }
}
.inset > .elementor-element-populated:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.9;
}
.inset h3:before {
  background-color: #f26522;
}

.overlay a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f2365;
  opacity: 0;
  transition: all 0.3s;
}
.overlay:hover a:after {
  opacity: 0.5;
}

/* Tabs */
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{
  content: unset;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
  padding: unset;
  border-width: 0;
}
.elementor-tab-title.elementor-active a {
  background-color: #f26522;
}
.elementor-tab-title a {
  background-color: #dcddde;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-tabs-wrapper {
  display: flex;
  justify-content: space-between;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: unset;
    width: 24%;
}
.elementor-widget-tabs .elementor-tab-content {
    border-width: 0;
    padding: 2em 0 0;
}

/* Calendar */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
  background-color: #dcddde;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
  background-color: #f26522;
  color: #fff;
}
table td, table th,
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
  border-color: #939598;
}
table.em-calendar td.eventful a {
    color: #f26522;
}
table.em-calendar td.eventful-today a {
    color: #fff;
}
table.em-calendar td.eventful a:hover, table.em-calendar td.eventful-today a:hover {
  color: #4f2365;
}
table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
    color: #939598;
}

/* RSVP form */
.em-booking-form-details,
.em-attendee-fields {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: unset;
  float: unset;
  justify-content: space-between;
}
.em-attendee-fields {
  padding-bottom: 2em;
  border-bottom: 1px Solid #6d6e71;
  margin-bottom: 2em;
}
.em-booking-form h6,
.attendee_count,
.em-booking-form-details input.input {
    width: 100%;
}
.em-booking-form hr {
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 2em !important;
    border: unset;
    border-bottom: 1px solid;
}
.input-user-field,
.input-group{
    width: 48%;
}
.em-booking-form p.em-tickets-spaces {
  order: 1;
/*  padding-left: 3em;
  background: transparent url(/wp-content/uploads/2019/08/Plus-Icon.svg) no-repeat left center;
  background-size: contain; */
  clear: unset; /* Attemt to fix layout issue in Chrome */
  display: flex;
  align-items: center;
}
.em-tickets-spaces label{
  left: 100%;
  color: #939598;
}
.em-attendee-fieldset {
  order: 2;
  clear: both; /* Attemt to fix layout issue in Chrome */
}
.input-field-data_privacy_consent{
  order: 3;
  width: 100%;
}
.required_notice,
.em-booking-buttons{
    order: 4;
}
.em-booking-buttons{
  padding: 0px 16px 0px 16px;
  min-height: 30px;
  background-color: #f26522;
  color: #fff;
  align-self: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}
.em-booking-submit {
  border-width: 0;
  margin: 0;
  padding: 0;
  min-height: unset;
  color: inherit;
}

.em-booking-form p {
    position: relative;
}
.elementor-widget-form .elementor-field-group .elementor-field-textual,
.em-booking-form select,
.em-booking-form input[type=text] {
  position: relative;
  background-color: transparent;
}
.elementor-widget-form .elementor-field-group .elementor-field-textual:focus,
.elementor-widget-form .elementor-field-group .elementor-field-textual.hasValue,
.em-booking-form select:focus,
.em-booking-form select.hasValue,
.em-booking-form input[type=text]:focus,
.em-booking-form input[type=text].hasValue {
  background-color: #fff;
}