/*
Theme Name:     ClearEvent 
Description:    ClearEvent child theme
Author:         richardh
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*-----------------[Main Content Styles]----------------*/


h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
  padding-bottom: 0.5em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0em;
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

p:not(.has-background):last-child, ol:not(.has-background):last-child, li:not(.has-background):last-child {
  padding-bottom: 0 !important;
}


#breadcrumbs {
	display: none;
}

#top-header {
  background: linear-gradient(45deg, rgba(0,176,234,1) 0%, rgba(0,209,234,1) 50%, rgba(0,176,234,1) 100%) !important;
}


#CECHILD {
 font-size: 10px;
}


#main-content li {
  padding-bottom: 10px;
  list-style-position: outside;
  margin-left: 20px;
  line-height: 1.7em;
}

.ce-inline-buttons .et_pb_button_module_wrapper {
  display: inline-block;  
}

.ce-heading h1 {
  font-size: 38px;
  font-weight: 400;
  padding-bottom: 10px;
}

.ce-heading-lg h1 {
  font-size: 56px;
  font-weight: 400;
  padding-bottom: 20px;
}

.ce-heading-with-subtitle h1 {
  font-size: 56px !important;
  font-weight: 400;
  padding-bottom: 0;
}

.ce-heading-lead {
  font-size: 20px !important;
}

.ce-heading-disclaimer {
  margin-top: 15px;
  font-size: 16px !important;
}

.ce-subheading {
  margin-top: -10px;
  font-size: 30px !important;
  font-weight: 200;
  padding-bottom: 20px;
}

.ce-gradient-blue {
	background: rgb(0,176,234); /* Fallback for older browsers. */
	background: linear-gradient(90deg, rgba(0,176,234,1) 0%, rgba(0,209,234,1) 35%, rgba(0,233,234,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Landing Page Styles */
.ce-lp-header-seo-title h1 {
  font-size: 18px !important;
  font-weight: 400 !important;  
  color: #f79833;
}

.ce-lp-header-title h2 {
  font-size: 42px !important;
  font-weight: 600 !important;
  padding-bottom: 20px;
  line-height: 1.3em;
  color: #00b0ea;
}

.ce-lp-header-intro-text {
  margin-top: -10px;
  font-size: 20px !important;
  font-weight: 200;  
  margin-bottom: 30px !important;
}

.ce-lp-header-disclaimer {
  margin-top: 5px !important;
  font-size: 16px !important;
}

.ce-lp-header-image-right {
  height: 100%;
}

.ce-lp-header-image-right {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ce-lp-section-title h3 {
  font-size: 36px !important;
  font-weight: 600 !important;  
  margin-bottom: 0 !important;
  color: #00b0ea !important;
}

.ce-lp-blurb-title h4 {
  font-size: 24px !important;
  font-weight: 400 !important;  
}

.ce-lp-blurb-title .et_pb_main_blurb_image img {
  margin-top: 10px !important;
}

.ce-lp-more-features-section .ce-lp-more-features-blurb-title h4 {
  font-size: 24px !important;
  font-weight: 400 !important;    
}

.ce-lp-sign-up-form {
  display: flex;  
}


.ce-lp-sign-up-form-email-input {
  padding: 12px !important;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  font-size: 16px;
  max-width: 400px;
  min-width: 0;  
  flex-grow: 1;
}

.ce-lp-sign-up-form-email-submit {
  margin-left: 10px;
}

.ce-lp-button-orange {
  padding: 12px;
  border: solid 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  background-color: #f79833;
  font-size: 18px;
  font-weight: 500;
}

.ce-lp-button-orange:hover {
  background-color: #ffa84a;
}

.ce-lp-button-mobule-wrapper-no-margin .et_pb_button_module_wrapper  {
  margin: 0 !important;
}

@media (max-width: 768px) {
  #main-content h1 {
    font-size: 28px;
    padding-bottom: 15px;
  }

/* Custom Class for <h1> elements to override on desktop and mobile when using an <h1> in small characters for SEO title */
	/* Desktop Styles */
#main-content h1.seo-h1 {
  font-size: 16pt;
  padding-bottom: 0px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  #main-content h1.seo-h1 {
    font-size: 12pt;
    padding-bottom: 0px;
  }
}
  /* smartphones, iPhone, portrait 480x320 phones */
  #main-content h2 {
    font-size: 24px;
    padding-bottom: 15px;
  }

  #main-content h4 {
    font-size: 20px;
  }

  .ce-heading {
    font-size: 36px;
  }
  .ce-heading-lg {
    font-size: 42px;
  }

  .ce-heading-with-subtitle h1 {
    font-size: 42px !important;
  }

  .ce-subheading {
    font-size: 28px !important;
  }

  .ce-lp-header-full-width-row-mobile {
    width: 100% !important;
    max-width: 100% !important;
  } 

}


/*-----------------[Slick.js]--------------------------*/
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow-x: hidden;
  margin: 0;
  padding: 0 0 0px;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
  
.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
}
  
.ce-logo-slider .slick-arrow, .ce-logo-slider .slick-arrow:hover, .ce-logo-slider .slick-arrow:focus {
position: absolute;
font-size: 0;
line-height: 0;
padding: 0;
color: transparent;
outline: none;
background: rgba(221, 221, 221, 0.459);
border: none;
cursor: pointer;
top: 50%;
transform: translateY(-50%);
z-index: 100;
height: 30px;
vertical-align: middle;
border-radius: 50%;
width: 30px;
}
.ce-logo-slider .slick-prev { left: -50px; }
.ce-logo-slider .slick-next { right: -50px; }
  
.ce-logo-slider .slick-arrow:before {
font-family: ETmodules;
color: #000;
background: transparent;
opacity: 1;
font-size: 26px;
vertical-align: middle;
color: #00b0ea;
text-align: center;
}
.ce-logo-slider .slick-arrow:hover:before { opacity: 0.8; }
.ce-logo-slider .slick-prev:before { content: '\34'; }
.ce-logo-slider .slick-next:before { content: '\35'; } 
  
.entry-content ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #B7B7B7;
  border-radius: 10px;
}
.slick-dots li.slick-active button { background-color: #00b0ea; }
  
@media(max-width: 980px) {
	.ce-logo-slider .slick-prev { left: -32px; }
	.ce-logo-slider .slick-next { right: -30px; }
}
@media(max-width: 499px) {
	.ce-logo-slider .slick-prev { left: -26px; }
	.ce-logo-slider .slick-next { right: -24px; }
}

/*-----------------[Welcome Sign Up Landing Page]----------------*/

/*--- Sign Up Form ---*/
.ce-welcome-sign-up-form {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.ce-welcome-sign-up-form.inline {
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.ce-welcome-sign-up-form .row {
  display: flex;
}

.ce-welcome-sign-up-form .item {
  flex-grow: 1;
  margin: 5px;
}

.ce-welcome-sign-up-form .inline-email {
  flex-grow: 1;
}

.ce-welcome-sign-up-form .inline-button {
  margin-left: 10px;
}

.ce-welcome-sign-up-form input {
  padding: 12px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
  font-size: 16px;
  min-width: 0;
}

.ce-welcome-sign-up-form input[type="submit"] {
  padding: 12px;
  border: solid 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  background-color: #f79833;
  font-size: 18px;
  font-weight: 500;
}

.ce-welcome-sign-up-form input[type="submit"]:hover {
  background-color: #ffa84a;
}

.ce-welcome-sign-up-form > div {
  display: inline;
}

@media (max-width: 980px) {
  .ce-welcome-sign-up-form .row {
    /*flex-direction: column;*/
  }
  .ce-lp-header-full-width-row-mobile img {
    max-height: 300px !important;
  }    
}

/*--- Pricing Table ---*/
.ce-welcome-pricing-container * {
  font-family: "Open Sans";
  box-sizing: border-box;
}

.ce-welcome-pricing-container {
  display: flex;
  padding: 1em;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.ce-welcome-pricing-container .ce-welcome-pricing-item {
  flex: 1;
  width: 0;
  border: 2px solid #ddd;
}

.ce-welcome-pricing-container .ce-welcome-pricing-item:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ce-welcome-pricing-container .ce-welcome-pricing-item:not(:last-child) {
  margin-right: 0;
  border-right: none;
}

.ce-welcome-pricing-container .ce-welcome-pricing-item:last-child {
  margin-right: 0;
  padding-top: 10px;
  background-color: #38acd2;
  color: white;
  margin: -10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ce-welcome-pricing-container .ce-welcome-pricing-item:last-child .price {
  color: white;
}

.ce-welcome-pricing-container .package {
  list-style-type: none;
  padding: 20px;
  margin: 10px;
  transition: 0.25s;
}

.ce-welcome-pricing-container .package:hover {
  transform: scale(1.03);
}

.ce-welcome-pricing-container .package .header {
  font-size: 1em;
}

.ce-welcome-pricing-container .package li {
  padding: 1em;
  text-align: center;
}

.ce-welcome-pricing-container .package .default {
  font-size: 1.25em;
}

.ce-welcome-pricing-container .package .price {
  display: inline-block;
  color: #38acd2;
}

.ce-welcome-pricing-container .package .price div {
  display: inline-block;
  text-align: center;
}

.ce-welcome-pricing-container .package .currency {
  vertical-align: top;
  padding-top: 10px;
}

.ce-welcome-pricing-container .package .amount {
  line-height: 100px;
  font-size: 100px;
  font-weight: 600;
}

.ce-welcome-pricing-container .package .freq {
  display: block !important;
  font-size: 18px;
  margin-top: -5px;
}

.ce-welcome-pricing-container .package .tagline {
  font-weight: 400;
  font-size: 24px;
}

.ce-welcome-pricing-container .package li.detail {
  padding: 0.5em;
}

@media only screen and (max-width: 600px) {
  .ce-welcome-pricing-container {
    flex-wrap: wrap;
    padding: 0 1em;
  }

  .ce-welcome-pricing-container .ce-welcome-pricing-item {
    flex: 0 0 100%;
    margin-bottom: 1em;
    width: 100%;
  }

  .ce-welcome-pricing-container .package:hover {
    box-shadow: none;
    transform: none;
  }

  .ce-welcome-pricing-container .ce-welcome-pricing-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .ce-welcome-pricing-container .ce-welcome-pricing-item:not(:last-child) {
    border: 2px solid #ddd;
  }

  .ce-welcome-pricing-container .ce-welcome-pricing-item:last-child {
    padding-top: 10px;
    margin: 0px;
  }
}

/*-----------------[Use for white links]----------------*/
.ce-white-link,
.ce-white-link:hover,
.ce-white-link:active,
.ce-white:focus {
  color: white;
}

.ce-blue,
.ce-blue-heading > h1,
.ce-blue-heading > h2 {
  color: #00b0ea !important;  
}

.ce-orange,
.ce-orange-heading > h1,
.ce-orange-heading > h2 {
  color: #f79833 !important;
}

.ce-blue-heading > h2, .ce-orange-heading > h2 {
  font-weight: 600 !important;
}

.ce-home-feature-blurb h4 {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

/*-----------------[Menu Icons]----------------*/

.ce-menu-icon a {
  white-space: nowrap;
}

.ce-menu-icon a > i {
  width: 2em;
  text-align: center;
  display: inline-block;
}

.ce-menu-icon i:before {
  display: inline;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}

.ce-menu-icon-overview i:before {
  content: "\f05a";
}

.ce-menu-icon-how-it-works i:before {
  content: "\f059";
}

.ce-menu-icon-accept-payments i:before {
  content: "\f09d";
}

.ce-menu-icon-tickets i:before {
  content: "\f3ff";
}

.ce-menu-icon-register i:before {
  content: "\f2c1";
}

.ce-menu-icon-booths i:before {
  content: "\f1b2";
}

.ce-menu-icon-virtual i:before {
  content: "\e066";
}

.ce-menu-icon-dashboard i:before {
  content: "\f201";
}

.ce-menu-icon-event-app i:before {
  content: "\f3cd";
}

.ce-menu-icon-branding i:before {
  content: "\f1fc";
}

.ce-menu-icon-sponsors i:before {
  content: "\f2b5";
}

.ce-menu-icon-budget i:before {
  content: "\f1ec";
}

.ce-menu-icon-kiosk i:before {
  content: "\f108";
}

.ce-menu-icon-invite i:before {
  content: "\f1d8";
}

.ce-menu-icon-communicate i:before {
  content: "\f0a1";
}

.ce-menu-icon-contacts i:before {
  content: "\f2b9";
}

.ce-menu-icon-schedule i:before {
  content: "\f073";
}

.ce-menu-icon-todo i:before {
  content: "\f46c";
}

.ce-menu-icon-jobs i:before {
  content: "\f4fc ";
}

.ce-menu-icon-import-export i:before {
  content: "\f362";
}

.ce-menu-icon-support i:before {
  content: "\f1cd";
}

.ce-menu-icon-accessibility i:before {
  content: "\f29a";
}

.ce-menu-icon-security i:before {
  content: "\f023";
}

.ce-hidden-mega-menu > a {
  display: none !important;
}

.ce-hidden {
  display: none !important;
}

.logged-in .ce-hidden-design {
  display: inline-block !important;
}

.ce-hidden-design {
  display: none !important;
}

.ce-visible-flex {
  display: flex !important;
}

/*-----------------[Menu Hover Color]----------------*/
#top-menu-nav ul.sub-menu > li a:hover {
  background-color: #00b0ea !important;
  color: white !important;
  opacity: 1 !important;
}

/*-----------------[Release Notes]----------------*/
.ce-release-notes ol {
  padding: 0 0 23px 20px !important;
  list-style-position: unset !important;
}

.ce-release-notes h1,
.ce-release-notes h2,
.ce-release-notes h3,
.ce-release-notes h4,
.ce-release-notes h5 {
  margin: 0;
  padding: 15px 0 !important;
}

.pricing-plan-selector > label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

/*-----------------[Pricing Plans]----------------*/
.pricing-plan-selector {
  display: inline-block;
  margin-top: 15px;
}

.pricing-plan-selector > label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}

.ce-pricing-tooltip .et-tooltip {
  z-index: 10000;
}

.ce-pricing-tooltip .et-tooltip-box {
  display: none;
  padding: 15px 15px 15px 15px;
  bottom: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ce-pricing-tooltip .et-tooltip-arrow {
  left: 90px;
}

/*-----------------[CTA Menu Item - Get Started]----------------*/
.ce-get-started {
  border-radius: 0px;
  margin-top: -10px;
}


.ce-get-started>a {
  color: #fff !important;
}


.ce-get-started li a {
  color: #fff !important;
}

.ce-get-started li a:active {
  color: #fff !important;
}

.ce-get-started li a:hover {
  color: #fff !important;
}

.ce-get-started li a:visited {
  color: #fff !important;
}

li.ce-get-started {
  background-color: #7cda24;
  font-weight: 700;
  text-align: center;
  margin-top: 4px !important;
  height: 40px;
  border-radius: 3px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

li.ce-get-started:hover {
  background-color: #7cba00;
}


/* fixed header button text color */
.et-fixed-header #top-menu .ce-get-started a {
  color: #fff !important;
}

@media only screen and (min-width: 981px) {
  .ce-get-started>li.current_page_item>a {
      color: #fff !important;
  }
}

#main-header .ce-get-started a {
  color: #fff !important;
}

.ce.get-started li.current-menu-ancestor > a,
.ce-get-started li.current-menu-item > a {
  color: #fff !important;
}

@media only screen and (min-width: 981px) {
  li.ce-get-started {
    height: 33px;
    margin-top: -10px !important;
    padding: 10px 10px 10px !important;
  }
}

@media only screen and (min-width: 981px) {
  .et-fixed-header #top-menu .ce-get-started li.current-menu-ancestor>a, 
  .et-fixed-header #top-menu .ce-get-started li.current-menu-item>a, 
  .et-fixed-header #top-menu .ce-get-started li.current_page_item>a {
      color: #fff !important;
  }
}

/*-----------------[Hide Secondary Menu on Mobile]----------------*/

/*#mobile_menu li:not([id]) { display:none !important; }*/

/*-----------------[Adjust mailing list signup styles]----------------*/
.mc4wp-alert {
  color: white !important;
}

.mc4wp-form-theme-light button,
.mc4wp-form-theme-light input[type="submit"] {
  background-color: #7cda24 !important;
  text-align: center !important;
  margin-top: 4px !important;
  border-width: 0 !important;
  color: white !important;
  padding: 0.3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,
.attachment h1.entry-title,
.single p.post-meta {
}

.single .et_pb_post h1,
.single .et_pb_post h2,
.single .et_pb_post h3,
.single .et_pb_post h4,
.single .et_pb_post h5 {
  margin-top: 40px;
  text-transform: capitalize;
}

.single .et_pb_post img {
  margin: 20px 0;  
}

.single .et_pb_post div.entry-content blockquote > p {
  text-align: left !important;
  font-style: italic;
}

/* ---- Prevent wrapping on Mobile and Tablet ---- */
@media all and (max-width: 980px) {
  .ce-two-columns .et_pb_column {
    width: 50% !important;
  }

  .ce-three-columns .et_pb_column {
    width: 33.33% !important;
  }

  .ce-four-columns.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .ce-four-columns.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .ce-four-columns.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .ce-four-columns.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 25% !important;
    margin-right: 0 !important;
  }
}

/* ---- Customize stack order on mobile ---- */
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }

  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }

  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }

  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }

  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 15px;
  }
}

/* Hide the "Powered by Freshsales" branding banner on the embedded Freshsales web form.
   This CSS targets the specific class used by Freshsales for the branding element and
   removes it from view. Provided by FreshSales support for a cleaner user experience. */

.fserv-container div.powered-by { 
    display: none !important; 
}


/* ---- Pricing Table ---- */
.ce-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.ce-pricing-col-1 {
  -webkit-box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  background: #dcdcdc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f1f1f1,
    #dcdcdc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f1f1f1,
    #dcdcdc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 25px;
}

.ce-pricing-col-2 {
  -webkit-box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  background: #00b0ea; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4dc3ea,
    #00b0ea
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4dc3ea,
    #00b0ea
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 25px;
}

@media all and (max-width: 980px) {
  .ce-pricing {
    padding: 0 25px !important;
  }
}

/*-----------------[Fix Divi Captcha Width]----------------*/
.et_pb_contact_right p input {
  max-width: 60px;
}


/*-----------------[Cookie Notice Plug-In Customizations]----------------*/
.cn-button {
  font-weight: bold;
  background: #00b0ea !important;
}

.ce-icon-gradient-blue .fa {
  background: #00b0ea;
  background: linear-gradient(
    128deg,
    rgba(0, 209, 234, 1) 0%,
    rgba(0, 176, 234, 1) 50%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ce-background-wiggles {
  background-image: url(https://clearevent.com/wp-content/uploads/2019/11/ce-background-shapes.png);
  background-repeat: repeat-y;
  background-size: cover;
}

.ce-blurb {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
}

.ce-blurb i.fa {
  font-size: 96px;
  margin-bottom: 20px;
}

.ce-blurb h4 {
  text-align: center;
  font-size: 25px;
  line-height: 1.5em;
  color: #00b0ea;
  font-weight: 400;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .ce-blurb {
    font-size: 16px;
  }
  .ce-blurb i.fa {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .ce-blurb h4 {
    padding-bottom: 10px;
  }
}

.ce-pricing-plan-container {
  margin-top: 15px;
  -webkit-box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 26px -13px rgba(0, 0, 0, 0.75);
  width: 270px;
  min-width: 270px;
}

.ce-pricing-plan-blue {
  background: #00b0ea; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4dc3ea,
    #00b0ea
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4dc3ea,
    #00b0ea
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ce-pricing-plan-orange {
  background: #f79833; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f7b671,
    #f79833
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f7b671,
    #f79833
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*** Responsive Styles Large Desktop And Below ***/
@media all and (max-width: 1405px) {
  .ce-pricing-plan-container {
    display: inline-block;
  }
}

/* ---- Transaction Fee Table ---- */
.ce-pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.ce-pricing-col-gray {
  background: #dcdcdc; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #f1f1f1,
    #dcdcdc
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #f1f1f1,
    #dcdcdc
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 25px;
  border-radius: 4px;
}

.ce-pricing-col-blue {
  background: #00b0ea; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #4dc3ea,
    #00b0ea
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #4dc3ea,
    #00b0ea
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: 25px;
  border-radius: 4px;
}

.ce-pricing-col-plus {
  width: 100px;
}

@media all and (max-width: 980px) {
  .ce-pricing {
    padding: 0 25px !important;
  }
}

/*--- Pricing Table ---*/
.ce-pricing-container * {
  font-family: "Open Sans";
  box-sizing: border-box;
}

.ce-pricing-container {
  display: flex;
  justify-content: center;
  padding: 1em;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.ce-pricing-container .ce-pricing-item {
  flex: 1;
  width: 0;
  border: 2px solid #ddd;
  min-width: 220px;
  width: 100%;
  max-width: 300px;
}

.ce-pricing-container .ce-pricing-item:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ce-pricing-container .ce-pricing-item:not(:last-child) {
  margin-right: 0;
  border-right: none;
}

.ce-pricing-container .ce-pricing-item:last-child {
  margin-right: 0;
  padding-top: 10px;
  color: white;
  margin: -10px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #00b0ea;
  background: #00b0ea;
  background: -webkit-linear-gradient(to right, #4dc3ea, #00b0ea);
  background: linear-gradient(to right, #4dc3ea, #00b0ea);
}

.ce-pricing-container .ce-pricing-item:last-child .price {
  color: white;
}

.ce-pricing-container .package {
  list-style-type: none;
  padding: 20px;
  transition: 0.25s;
  margin: 0;
}

.ce-pricing-container .package:hover {
  transform: scale(1.03);
}

.ce-pricing-container .package .header {
  font-size: 1.5em;
  font-weight: 600;
  color: #00b0ea;
}

.ce-pricing-container .ce-pricing-item:last-child .package .header {
  color: white;
}
.ce-pricing-container .package li {
  padding: 1em;
  text-align: center;
}

.ce-pricing-container .package .default {
  font-size: 1.25em;
}

.ce-pricing-container .package .price {
  display: inline-block;
  color: #00b0ea;
  white-space: nowrap;
}

.ce-pricing-container .package .price div {
  display: inline-block;
  text-align: center;
}

.ce-pricing-container .package .button a {
  display: block;
  color: #ffffff !important;
  background: #7cda24;
  border-width: 2px !important;
  letter-spacing: 0px;
}

.ce-pricing-container .package .currency {
  vertical-align: top;
  padding-top: 10px;
}

.ce-pricing-container .package .amount {
  line-height: 60px;
  font-size: 60px;
  font-weight: 600;
}

.ce-pricing-container .package .dec {
  vertical-align: top;
  padding-top: 10px;
}

.ce-pricing-container .package .freq {
  display: block !important;
  font-size: 16px;
  margin-top: -5px;
}

.ce-pricing-container .package .tagline {
  font-weight: 400;
  font-size: 16px;
}

.ce-pricing-container .package li.detail {
  padding: 0.5em;
}

@media only screen and (max-width: 920px) {
  .ce-pricing-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ce-pricing-container .ce-pricing-item {
    flex: 0 0 auto;
    margin: 5px;
  }

  .ce-pricing-container .package:hover {
    box-shadow: none;
    transform: none;
  }

  .ce-pricing-container .ce-pricing-item {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .ce-pricing-container .ce-pricing-item:not(:last-child) {
    border: 2px solid #ddd;
    margin-right: 5px;
  }

  .ce-pricing-container .ce-pricing-item:last-child {
    margin: 5px;
  }
}

@media only screen and (max-width: 650px) {
  .ce-pricing-container {
    flex-wrap: wrap;
  }

  .ce-pricing-container .package {
    padding: 10px;
  }

  .ce-pricing-container .ce-pricing-item {
    flex: 0 0 100%;
    max-width: 400px;
  }
}

@media only screen and (max-width: 420px) {
  .ce-background-wiggles {
    background-image: none !important;
  }

  .ce-pricing-container {
    flex-wrap: wrap;
  }

  .ce-pricing-container {
    flex-wrap: wrap;
  }

  .ce-pricing-container .ce-pricing-item {
    flex: 0 0 100%;
    width: 100%;
    min-width: 280px;
    max-width: 100%;
  }

  .ce-pricing-container .package:hover {
    box-shadow: none;
    transform: none;
  }

  .ce-pricing-container .ce-pricing-item:not(:last-child) {
    border: 2px solid #ddd;
  }

  .ce-pricing-container .ce-pricing-item:last-child {
    margin: 10px;
  }

  .ce-lp-sign-up-form {
    display: flex;
    flex-direction: column;      
  }

  .ce-lp-sign-up-form-email-input {
    margin: 5px 0 !important;
  }  

  .ce-lp-sign-up-form-email-submit {
    margin: 0 !important;
  }    

}

/* Pricing Table With Features */
#ce-pricing-header-yearly,
#ce-pricing-body-yearly {
  display: none;
}

.ce-pricing-table {
  background: white;
  display: flex;
  justify-content: center;
}

.ce-pricing-table table {
  padding: 0;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 100px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.ce-pricing-table table,
.ce-pricing-table tbody,
.ce-pricing-table tr,
.ce-pricing-table th,
.ce-pricing-table td {
  border: none !important;
}

.floatThead-container {
  background-color: white;
  top: -30px !important;
  padding-top: 30px !important;
}

.ce-pricing-table .billing-freq-selector {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ce-pricing-table .selector-label {
  color: #999;
  font-weight: 600;
  padding: 0 10px;
}

.ce-pricing-table .selector-label.active {
  font-weight: 600;
  color: #00b0ea;
}

.ce-pricing-table .selector {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.ce-pricing-table .selector input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ce-pricing-table .selector .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00b0ea;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 24px;
}

.ce-pricing-table .selector .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.ce-pricing-table .selector input:checked + .slider {
  background-color: #00b0ea;
}

.ce-pricing-table .selector input:focus + .slider {
  box-shadow: 0 0 1px #12c4ff;
}

.ce-pricing-table .selector input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.ce-pricing-table .divider {
  padding: 0;
  height: 25px;
}

.ce-pricing-table .green {
  color: #7cda24;
}

.ce-pricing-table .mute {
  opacity: 0.3;
}

.ce-pricing-table table > thead > tr > th {
  width: 25%;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
}

.ce-pricing-table table > tbody > tr {
  padding: 0;
}

.ce-pricing-table table > tbody > tr > td {
  width: 25%;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
}

.ce-pricing-table .feature-table-title {
  padding: 5px;
  text-align: left;
}
.ce-pricing-table .feature-table-title h3 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #00b0ea;
}

.ce-pricing-table .title {
  color: #00b0ea;
  font-size: 1.5em;
  font-weight: 600;
}
.ce-pricing-table .title div {
  background: #ececec;
  padding: 10px;
  white-space: nowrap;
}

.ce-pricing-table .plan-name {
  color: #00b0ea;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.ce-pricing-table .plan-subtitle {
  font-weight: 400;
  white-space: nowrap;
}

.ce-pricing-table .plan-summary {
  color: #999;
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
}

.ce-pricing-table .price {
  color: #00b0ea;
  white-space: nowrap;
}

.ce-pricing-table .price div {
  display: inline-block;
  text-align: center;
}

.ce-pricing-table .price .currency-symbol {
  vertical-align: top;
  padding-top: 10px;
}

.ce-pricing-table .price .amount {
  line-height: 60px;
  font-size: 60px;
  font-weight: 600;
}

.ce-pricing-table .price .dec {
  vertical-align: top;
  padding-top: 10px;
}

.ce-pricing-table .price .freq {
  display: block !important;
  font-size: 16px;
  margin-top: -5px;
}

.ce-pricing-table .price .bill {
  display: block !important;
  font-size: 16px;
  font-style: italic;
  color: #999;
}

.ce-pricing-table .plan-frequency {
}

.ce-pricing-table .currency {
  padding: 0 0 10px 0;
  color: #999;
  font-style: italic;
}

.ce-pricing-table .trial {
  background-color: whitesmoke;
  padding: 5px;
}

.ce-pricing-table .cta td {
  text-align: center;
  padding: 10px 0;
}

.ce-pricing-table .cta a {
  max-width: 175px;
  text-decoration: none;
  font-weight: 600 !important;
  padding: 0.3em 1em 0.3em 1em;
  border-radius: 3px;
  border: 2px solid transparent;
  display: block;
  color: #ffffff !important;
  background: #7cda24;
  letter-spacing: 0px;
  white-space: nowrap;
  font-size: 18px !important;
  font-weight: bold;
  margin: 0 auto;
}

.ce-pricing-table .featured {
  background-color: #ececec;
}

.ce-pricing-table .volume {
  padding: 0;
  font-size: 16px;
}

.ce-pricing-table .category {
  background: #00b0ea;
  text-align: left;
  color: white;
  font-weight: 600;
  padding: 5px;
}

.ce-pricing-table .feature td {
  padding: 5px;
  line-height: 1.3em;
}

.ce-pricing-table .feature .name {
  text-align: left;
}

/* Tooltips */
.ce-pricing-table div.tooltip {
  position: relative;
  display: inline;
  text-decoration: none;
  cursor: pointer;
}

.ce-pricing-table div.tooltip:before {
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f059";
  opacity: 0.5;
  color: silver;
}

.ce-pricing-table div.tooltip:hover:before {
  opacity: 1;
  color: #00b0ea;
}

.ce-pricing-table div.tooltip span {
  position: absolute;
  width: 350px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  visibility: hidden;
  border-radius: 6px;
  border: #00b0ea2a solid 1px;
  padding: 15px;
  font-size: 14px;
}

.ce-pricing-table div.tooltip:hover span {
  visibility: visible;
  box-shadow: 9px 3px 24px 0px rgba(48, 48, 48, 0.37);
  background: rgb(247, 247, 247);
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 9999;
}

/* Mobile Styles */

.ce-pricing-table #ce-pricing-table-mobile {
  margin-bottom: 0;
  display: none;
  margin: 0 auto;
}

.ce-pricing-table #ce-pricing-header-yearly-mobile {
  display: none;
}

.ce-pricing-table #ce-pricing-table-mobile .plan-selector {
  padding: 5px;
}

.ce-pricing-table #ce-pricing-table-mobile .plan-selector a {
  display: inline-block;
  background-color: rgb(216, 216, 216);
  padding: 10px;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  text-decoration: none;
}

.ce-pricing-table #ce-pricing-table-mobile .plan-selector a h3 {
  font-size: 14px;
  color: #999;
}

.ce-pricing-table #ce-pricing-table-mobile .plan-selector.active a {
  background-color: #00b0ea;
  color: white;
}

.ce-pricing-table #ce-pricing-table-mobile .plan-selector.active a h3 {
  color: white;
}

.ce-pricing-table .plan-details-mobile {
  color: #999;
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
}

.ce-pricing-table .plan-details-mobile h2 {
  color: #00b0ea;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0 0 0;
}

.ce-pricing-table .plan-details-mobile h3 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px 0;
}

.ce-pricing-table #ce-pricing-mobile .trial {
  font-style: italic;
  color: #999;
  background-color: transparent !important;
  padding-bottom: 25px;
}

#ce-pricing-mobile-STARTER-monthly {
}

#ce-pricing-mobile-STARTER-yearly {
  display: none;
}

#ce-pricing-mobile-GROWTH-monthly,
#ce-pricing-mobile-GROWTH-yearly {
  display: none;
}

#ce-pricing-mobile-PREMIUM-monthly,
#ce-pricing-mobile-PREMIUM-yearly {
  display: none;
}

@media only screen and (max-width: 980px) {
  .ce-pricing-table .billing-freq-selector {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 576px) {
  #ce-pricing-table {
    display: none;
  }

  .floatThead-container,
  .floatThead-table {
    display: none !important;
  }

  .ce-pricing-table table > thead > tr > th {
    font-size: 15px;
  }

  .ce-pricing-table table > tbody > tr > td {
    font-size: 16px;
  }

  .ce-pricing-table #ce-pricing-table-mobile,
  .floatThead-table {
    display: inline-block;
  }

  .ce-pricing-table div.tooltip span {
    width: 150px;
  }
  .ce-pricing-table div.tooltip:hover span {
    display: relative;
    left: -15px;
    top: 35px;
  }
}

@media only screen and (min-width: 577px) {
  #ce-pricing-table {
    display: inline-block;
  }

  .ce-pricing-table #ce-pricing-mobile {
    display: none;
  }
}


