/*
Theme Name: Fluida Plus Child
Theme URI: http://www.cryoutcreations.eu/
Description: Fluida Plus base child theme - use for your theme customizations
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.5.4
Template: fluida-plus
*/@import url("../fluida-plus/style.css");

/*************** ADD CUSTOM CSS HERE.   ***************/

.grecaptcha-badge { visibility: hidden; }

/* Create horizontal line on page headings */
h1 {
 overflow: hidden;
 text-align: center;
}
h1:before,
h1:after {
 background-color: #FFFFFF;
 content: "";
 display: inline-block;
 height: 2px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h1:before {
 right: 0.5em;
 margin-left: -50%;
}
h1:after {
 left: 0.5em;
 margin-right: -50%;
}

/* Resizing breadcrumb */

#breadcrumbs {
    display: block;
	  background-color: #1E73BE;
	  color: white;
    width: 100%;
    padding: 1.0em 0em;
	  font-size: 1.1em;
}
body.page-id-1711 .content-widget-before{
    display: none !important;
}

/* Checkout fixes */
.ee-reg-form-qstn-grp-dv > .ee-reg-qstn {
    margin-bottom: 30px;
}
.ee-reg-form-qstn-grp-dv > .ee-reg-qstn > label {
    margin-bottom: 2px;
}
.ee-reg-form-qstn-grp-dv .ee-radio-button-input-dv  .micro-lbl {
  width: 100% !important;
  margin-top: 5px;
}
#ee-spco-attendee_information-reg-step-form .spco-whats-next-buttons {
  text-align: left;
}
#ee-spco-attendee_information-reg-step-form .ee-reg-form-qstn-grp-dv{
  padding-left: 0;
}
#ee-spco-attendee_information-reg-step-form fieldset {
  margin: 0;
  padding: 1em 0;
}
#ee-spco-attendee_information-reg-step-form fieldset legend {
  font-size: 14px;
}
#ee-spco-payment_options-reg-step-form #reg-page-totals-hdr .drk-grey-text {
  color: #eeee22
}
#ee-spco-payment_options-reg-step-form #ee-promotion-code-input,
#ee-spco-payment_options-reg-step-form #ee-promotion-code-submit {
  position: static;
  float: left;
}
#ee-spco-payment_options-reg-step-form #ee-promotion-code-input + br {
  display: none;
}
#ee-spco-payment_options-reg-step-form #ee-promotion-code-submit {
  height: 41px;
  margin-top: 1px;  
}

/* Change case of page headings*/
.main .lp-text-title {
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
}

/* Custom Upcoming events */
.abs-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abs-events__event {
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  border: 1px solid #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abs-events__event-thumb {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
  flex-shrink: 0;
  margin-right: 30px;
  background-position: center;
  background-size: cover;
}
.abs-events__event-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.abs-events__event-date {
  font-size: 24px;
}

.abs-events__event-time {
  font-size: 22px;
}

.abs-events__event-venue {
  font-size: 25px;
  margin-top: 12px;
}
.abs-events__event-info {
  font-size: 20px;
}
.abs-events .dashicons-tickets-alt:before {
  font-family: dashicons;
  font-style: normal;
  vertical-align: bottom;
  margin-right: 5px;
}
.abs-events .abs-butt-ic{
  margin-right: 8px;
}
.abs-events__event-info{
  display: inline-block;
  margin-top: 7px;
}
.events-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.month-filter {
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 7px;
  padding: 0 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.month-filter.active {
  background: #ffffff;
  color: #283779;
}

@media (max-width: 1275px) {
  .abs-events__event {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media (max-width: 760px) {
  .abs-events {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .abs-events__event {
    display: block;
    max-width: 96%;
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
	position: relative;
  }
  .abs-events__event-body {
    padding: 2px;
	  padding-left: 128px;
  }
  .abs-events__event-thumb {
    position: absolute;
    display: block;
    width: 120px;
    height: 100%;
    float: left;
    margin-right: 5px;
    top: 0;
    left: 0;
  }
}
.abs-events__event-info .dashicons-tickets-alt:before{content: "\f02d"; font-family: FontAwesome;}
@media only screen and (max-width: 450px){
	.abs-events__event-body{font-size: 0;}
	.abs-events__event-date{font-size: 20px;}
	.abs-events__event-time{font-size: 16px;}
	.abs-events__event-venue{font-size: 17px;}
	.abs-events__event-info{font-size: 16px; display: block;}
	.abs-events__event-info .dashicons-tickets-alt:before{font-size: 18px;}
}

/* Custom Upcoming events End */


/* Changes to Event Espresso Formatting */

input { -moz-appearance: none; appearance: none; }

a.category-label {font-size: 16px!important;}

div.box-col input {color: #131f58;}

div.ee_grid_box_v2.item .excerpt { border-top-width: 2px; border-bottom-width: 2px; border-style: solid; font-weight: 200; margin-bottom: 20px;}

div.ee_grid_box_v2.item {text-align: center;}

div.ee_grid_box_v2.item p.start-date, div.ee_grid_box_v2.item p.title {font-size: 27px; line-height: 36px; font-weight: 400;}

div.ee_grid_box_v2.item a.register-link.button {background-color: #E95B74!important; -webkit-border-radius: 0!important; -moz-border-radius: 0!important; border-radius: 0!important;}

div.ee_grid_box_v2.item a.register-link.button:hover {background-color: #000!important; -webkit-border-radius: 0!important; -moz-border-radius: 0!important; border-radius: 0!important;}

/* Business Directory changes */

/* div.entry-content {padding-top: 0;} */

div.listing-title h2 {color: #fff!important;}

div.listing-title { background-color: inherit!important; border: 0!important; }

div.wpbdp-listing.single.wpbdp-single.wpbdp-listing-single {padding: 15px;}

a.advanced-search-link {color: #000!important; font-size: 14px!important;}

a.wpbdp-button.button.view-listing {font-size: 20px; font-weight: 600; background-image: none; border: 0; background-color: #E95B74!important; color:#fff!important;}

a.wpbdp-button.button.edit-listing {font-size: 20px; font-weight: 600; background-image: none; border: 0; background-color: #E95B74!important; color:#fff!important;}

a.wpbdp-button.button.delete-listing {font-size: 20px; font-weight: 600; background-image: none; border: 0; background-color: #E95B74!important; color:#fff!important;}

a.wpbdp-button.button.edit-listing:hover {background-image: none; background-color: #000!important;}

a.wpbdp-button.button.delete-listing:hover {background-image: none; background-color: #000!important;}

a.wpbdp-button.button.view-listing:hover {background-image: none; background-color: #000!important;}

.button, input[type='button'], input[type='submit'] {background-color: #E95B74!important; cursor: pointer; color:#fff!important;-webkit-border-radius: 0!important; -moz-border-radius: 0!important; border-radius: 0!important;}
.button, input[type='button']:hover, input[type='submit']:hover {background-color: #000!important;-webkit-border-radius: 0!important; -moz-border-radius: 0!important; border-radius: 0!important;}

.wpbdp-listing {background: #283779!important; border:#fff!important; border-style: solid!important;}

.wpbdp-listing-excerpt.odd {background:#283779!important;}

.body.archive {color: #f00!important;}

/* Business Directory changes */

.field-value label {color: #fff!important; font-size: 18px!important;}

.highlight {background-color: #23306e!important;}


/* Changes to the show booking forms */

input.codepeoplecalculatedfield.field, select.field, textarea.field, input.field.digits.required, input.field.required {background-color: #fff!important; color:#000;}

p.title a {color:#fff;}

#fbuilder input[type="checkbox"] {
    width: 22px !important;
    height: 22px;
    vertical-align: middle;
}

#fbuilder input[type="radio"] {
    width: 24px !important;
    height: 24px;
    vertical-align: middle;
}

#fbuilder input[type="text"],
#fbuilder input[type="number"],
#fbuilder input[type="email"],
#fbuilder select,
.mc4wp-form input[type="text"],
.mc4wp-form input[type="number"],
.mc4wp-form input[type="email"],
.mc4wp-form select,
input[type="text"].ee-reg-qstn,
input[type="number"].ee-reg-qstn,
input[type="email"].ee-reg-qstn,
select.ee-reg-qstn{
    width: 100%;
    border-radius: 0 !important;
    line-height: 50px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.ticket-selector-tbl-qty-slct{
    border-radius: 0 !important;
}
.article-inner .mc4wp-form#mc4wp-form-1{
    max-width: 281px;
}
.mc4wp-form .mc-field-group{
    margin-bottom: 10px;
}

.ee-ticket-details-name{
    font-size: 16px !important;
}

p#spco-attendee_information-pg {
    color: white;
}

h2#spco-steps-big-hdr {
    color: #eeee22;

/* Changes to Event Espresso layout */

}
#ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]) {
    width: 50% !important;
}

th.ee-ticket-selector-ticket-details-th:before {
    content: "\66";
    font-family: 'ee-dashicons' !important;
}


/* Logo display on mobile */
@media (max-width: 600px){
#branding .identity,#branding{
     float: none !important;
     text-align: left !important;
}
}

.contact p{
    text-align: left;
    padding-left: 150px;
}
.contact h2{
    text-align: left;
    padding-left: 150px;
}
form #fbuilder .top_aligned .fields .one_column label{
padding-top: 10px;
}
form #fbuilder .top_aligned .fields .one_column label input[type="checkbox"] { 
display: none; 
} 
form #fbuilder .top_aligned .fields .one_column label span{
position: relative;
}
form #fbuilder .top_aligned .fields .one_column label span:not(.cff-checkbox-field-quantity):before{ 
width: 20px; 
height: 20px; 
border-radius: 50%; 
background: #ddd; 
display: inline-block; 
content: ""; 
margin-right: 5px; 
} 
form #fbuilder .top_aligned .fields .one_column  label input:checked + span:before{
border: 5px solid #ddd;
    background: #666;
}

button, input[type="button"], input[type="submit"], input[type="reset"]{
display: inline-block;
    background-image: none !important;
    padding: 12px 25px;
border-radius: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

 .fluida-bordered-table .main td{
color: #000;
text-align: center;
}
.fluida-stripped-table .main thead th, .fluida-bordered-table .main thead th,
.fluida-bordered-table .main th, .fluida-bordered-table .main td{
     border-color: #e95b74 !important;
}
.fluida-stripped-table .main thead th, .fluida-bordered-table .main thead th{
    background: #e95b74;
    border-color: #e95b74 !important;
}
.fluida-bordered-table .main th, .fluida-bordered-table .main td{
background: #ffffff;
 border-color: #e95b74 !important;
vertical-align: middle;
}
 .fluida-bordered-table .main td select{
    background: #000;
    color: #fff;
}


/* Changes to the buttons on the slider on the home page */
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons a{
    background: #e95b74;
padding: 10px 15px;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons a:last-child {
    background: #fff;
    color: #000;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons .show-info-button {
    background: #5946a0;
    color: #fff;
}
.check-out form#ee-spco-attendee_information-reg-step-form input#ee_reg_qstn-262-32-yes{
    background: transparent !important;
border: none !important;
border-radius: 50% !important;
overflow: hidden !important;
display: inline-block;
}
.seriousslider-captionbottom .seriousslider-caption-buttons a:hover,
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons a:last-child:hover {
    background: #000000 !important;
color: #fff;
}

@media (max-width: 1350px){
	.contact h2,.contact p {
		padding-left: 130px;
	}
	.lp-blocks1{
		background-image: none !important;
	}
}
@media (max-width: 1080px){
.contact h2,.contact p {
    padding-left: 100px;
}
}


@media (max-width: 992px){
.contact{
padding-top: 25px;
}


.contact h2, .contact p {
    padding-left: 0;
    text-align: center;
}
body .cf7-style.cf7-style-3935{
max-width: 100%;
}
}
/* Changes to the mobile slider on the home page */
@media (max-width: 870px){
	h1:before, h1:after{
		display: none !important;
	}
}
@media (max-width: 800px){
.seriousslider-inner .seriousslider-caption{
position: relative;
    padding: 0 !important;
margin-top: 0px !important;
}
.seriousslider-inner .seriousslider-caption h3{
    margin: 0;
background: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 15px;
    font-size: 18px;
min-height: 86px;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-text{
    margin: 0;
    padding: 15px 0;
    background: #223f83;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons{
    margin: 0;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons:after{
display: block;
clear: both;
content: "";
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons a{
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    margin: 0;
    padding: 15px 10px;
    background: #e95b74;
    font-size: 22px;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons a:last-child {
    background: #fff;
    color: #000;
}
.cryout-serious-slider .seriousslider-indicators {
    display: none !important
}

.seriousslider-caption-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.seriousslider-button.show-info-button {
    grid-column: span 2;
  grid-row: 2;
}

}

@media (max-width: 800px){
.seriousslider-inner .seriousslider-caption h3,
.seriousslider-inner .seriousslider-caption h3 h2 {
    font-size: 18px !important;
}
.article-inner{
box-sizing: border-box;
}
#ee-single-page-checkout-dv input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=file]){
width: 100% !important;
}
.ee-reg-form-qstn-grp-dv{
padding: 0 !important;
}
select#ee_reg_qstn-262-31{
width: 100%!important;
}

}
@media (max-width: 767px){

.seriousslider .seriousslider-caption .seriousslider-caption-title {
    font-size: 2.5em;

    background: #ddd url(../Documents/backgrnd.jpg);
    background-position: center;
    background-size: cover;
}

.seriousslider .seriousslider-caption .seriousslider-caption-title span,
.seriousslider .seriousslider-caption .seriousslider-caption-title h2{
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 28px !important;
    letter-spacing: 5px;
}

.seriousslider-inner .seriousslider-caption .seriousslider-caption-text {
    background: #000;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-text h5{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}
.seriousslider-inner .seriousslider-caption .seriousslider-caption-text h6,
.seriousslider-inner .seriousslider-caption .seriousslider-caption-text  p{
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

}


@media (max-width: 400px){
.seriousslider-inner .seriousslider-caption .seriousslider-caption-buttons a{
    font-size: 24px;
}
	}
	
.bottom-widget-area #mc_embed_signup .mc-field-group select,
.bottom-widget-area #mc_embed_signup .mc-field-group input[type="text"],
.bottom-widget-area #mc_embed_signup .mc-field-group input[type="email"]{
	width: 226px !important;
	line-height: normal;
	height: 42px;
	font-size: 14px;
}
.bottom-widget-area #mc_embed_signup .mc-field-group select{
	-webkit-appearance: menulist-button;
	position: relative;
	vertical-align: middle;
}

.bottom-widget-area #mc_embed_signup #mc_embed_signup_scroll{
	/*font-size: 0;*/
}
.bottom-widget-area #mc_embed_signup #mc_embed_signup_scroll h2{
	/*font-size: 26px;*/
	margin-bottom: 15px;
}
.bottom-widget-area #mc_embed_signup #mc_embed_signup_scroll .mc-field-group{
	margin: 2px;
	vertical-align: middle;
}
.bottom-widget-area #mc_embed_signup_scroll input[type="submit"]{
	font-size: 15px;
	margin-top: 5px;
}
.bottom-widget-area #mc_embed_signup_scroll input[type="submit"]:hover{
	background-color: #E95B74!important;
}
	
.ee-reg-form-qstn-grp-dv .ee-reg-qstn.ee-select-input-dv select.ee-reg-qstn{
	max-width: 100%;
    min-width: 50%;
}
.ee-reg-form-qstn-grp-dv .ee-reg-qstn.ee-select-input-dv select.ee-reg-qstn{
	-webkit-appearance: menulist-button;
	height: 46px;
	line-height: 46px;
}
.ee-reg-form-qstn-grp-dv input.ee-reg-qstn[type="radio"]{
	-webkit-transform: scale(2.2);
	-moz-transform: scale(2.2);
	-ms-transform: scale(2.2);
	-o-transform: scale(2.2);
	transform: scale(2.2);
	margin-right: 11px !important;
	margin-top: 6px !important;
}
.ee-reg-form-qstn-grp-dv .ee-radio-label-after{
	margin-top: 14px !important;
}


body.page-template-template-new-contact .one-column#container article.page{
	background: none;
}
body.page-template-template-new-contact:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40, 55, 121, 0.6);
}
@media only screen and (max-width: 700px){
	#lp-text-five,
	body.page-template-template-new-contact{
		background-image: url(/wp-content/themes/fluida-plus-child/contact-2-1-small.png) !important;
		background-position: center center !important;
	}
}
aside.bottom-widget-area,
#breadcrumbs-container{
	z-index: 2;
	position: relative;
}
@media only screen and (max-width: 520px){
	#lp-text-five .address-det,
	#lp-text-five .container{
		padding-left: 0;
		padding-right: 0;
	}
	#hlg-hlg{
		margin-left: 0 !important;
	}
}
#lp-text-five .wpcf7{
	margin-top: 0;
}
.panel-default > .panel-heading > .panel-title > a.accordion-toggle{
	color: #fff;
}
.panel-default > .panel-heading > .panel-title > a.accordion-toggle:hover{
	color: #eeee22;
}
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form,
#spco-payment_options-dv #ee-spco-payment_options-reg-step-form{
	width: 900px;
	margin: 0 auto;
	max-width: 100%;
}
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form .ee-reg-form-qstn-grp-dv{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form .spco-ticket-info-dv > table,
#spco-payment-info-table,
#espresso-thank-you-page-overview-dv .ee-registration-details-dv .ee-table{
	width: 100%;
}
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form .spco-ticket-info-dv > table th,
#spco-payment-info-table th,
#espresso-thank-you-page-overview-dv .ee-registration-details-dv .ee-table th{
	text-align: center;
}
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form input.ee-reg-qstn[type="text"],
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form input.ee-reg-qstn[type="email"],
#ee-single-page-checkout-dv #ee-spco-attendee_information-reg-step-form select.ee-reg-qstn{
	width: 100% !important;
}
#spco-payment_options-dv #ee-spco-payment_options-reg-step-form #ee-promotion-code-input{
	width: calc(100% - 224px) !important;
}
#spco-payment_options-dv #ee-spco-payment_options-reg-step-form #ee-promotion-code-submit{
	width: 224px !important;
}
.espresso-ajax-notices,
.espresso-notices{
    position: fixed !important;
    margin: 0px !important;
    width: 400px !important;
    max-width: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0 0 0 40000px #283779 !important;
}
.espresso-ajax-loading,
#espresso-ajax-loading{
	width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
}
.espresso-ajax-loading .ee-spinner,
#espresso-ajax-loading .ee-spinner{
	position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -68px 0 0 -24px !important;
    font-size: 48px !important;
}
#espresso-ajax-loading .loading-phrase{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 15px;
  top: 50%;
  left: 0;
  font-size: 19px !important;
  text-align: center;
}
@media (min-width: 1630px){
#spco-attendee_information-dv,
#spco-payment_options-dv{
	background: url(https://theukweddingevent.co.uk/wp-content/uploads/2018/05/bride-image.png) top right no-repeat, url(/wp-content/uploads/2018/05/new12.png) left top no-repeat;
    background-size: calc((100% - 900px) / 2) auto, 300px auto;
}
}
#espresso-thank-you-page-overview-dv .ee-attention .extra-padding-sides .jst-rght{
	text-align: center !important;
}
#spco-go-to-step-finalize_registration-submit{
	float: left;
}
.ee-registration-details-dv table.ee-table .ee-icon-only-lnk{
	color: #000 !important;
	text-decoration: underline !important;
	font-size: 13px !important;
}
.ee-registration-details-dv table.ee-table .ee-icon-only-lnk .ee-icon,
.ee-registration-details-dv table.ee-table .ee-icon-only-lnk .dashicons{
	text-decoration: none !important;
	color: #283779 !important;
}
.tab-content .insert-page .su-column-inner a,
.tab-content .tab-pane a{
	color: #283779;
}
#lp-text-one .lp-text-inside,
#lp-text-one .lp-text-overlay{
	z-index: auto !important;
}
.the-mac-screen{
	width: 100%;
	text-align: center;
	font-size: 0;
}
.the-mac-screen img{
	cursor: pointer;
}
.the-vid-pp-mx-shd{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}
.the-vid-pp-mx{
	width: 1253px;
	height: 683px;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	position: fixed;
	top: 50%;
	left: 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%);
	z-index: 9999999;
	display: none;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}
.the-vid-pp-mx .close{
	width: 30px;
    height: 30px;
    background: #fff;
    top: -10px;
    right: -10px;
    border-radius: 50% !important;
    position: absolute;
    opacity: 1;
	margin-right: 0;
    font-size: 25px;
    text-align: center;
}
.the-vid-pp-mx p{
	display: none;
}
.the-vid-pp-mx .the-vid-pp-mx-inn{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
}
.the-vid-pp-mx .the-vid-pp-mx-inn .su-youtube,
.the-vid-pp-mx .the-vid-pp-mx-inn .su-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
}
#breadcrumbs-container{
	background-color: #1E73BE !important;
}
#lp-text-five .lp-text-content .row + .nc + .col-md-6{
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: calc(100% - 600px) !important;
    float: left;
    clear: left;
}
#lp-text-five .lp-text-content .row + .nc + .col-md-6 + .nc + .col-md-6 + .col-md-6{
	width: 600px;
    float: right;
    padding: 0 0 0 60px;
}
#lp-text-five .lp-text-content .row + .nc + .col-md-6 + .nc + .col-md-6{
	display: none;
}
@media (max-width: 1000px){
	#lp-text-five .lp-text-content .row + .nc + .col-md-6 + .nc + .col-md-6 + .col-md-6{
		width: 100%;
		padding-left: 0;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	#lp-text-five .lp-text-content .row + .nc + .col-md-6{
		width: 100% !important;
	}
}
.the-marquee-wrap{
	width: 100%;
    float: left;
    padding: 12px 20px;
    background: #fff !important;
	font-size: 0;
}
.the-marquee-runner{
	color: #1f2454;
    font-size: 22px;
    font-weight: 400;
}
.the-marquee-runner br{
	display: none;
}
.the-marquee-runner a{
	color: #e95b74;
}
.the-marquee-runner a:hover{
	color: #1E73BE;
}
#mobile-nav ul li a span{
	white-space: normal !important;
}
@media (max-width: 700px){
	nav#mobile-menu > div{
		width: calc(100% - 50px);
		max-width: 9000px;
	}
}
.cryout #branding .identity{
	position: relative;
	z-index: 1000000;
}
nav#mobile-menu{
    background: linear-gradient(90deg, #3a4cb4 0%, #e91e63 100%) !important;;
}
nav#mobile-menu #nav-cancel{
	margin-top: 8px;
	z-index: 100000;
}
nav#mobile-menu:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background: linear-gradient(90deg, #3a4cb4 0%, #e91e63 100%) !important;;
    z-index: 99999;
}
.error-message{
	width: 100%;
	float:left;
	margin-top: 30px;
}
.error-message p{
	font-size: 28px;
	color: #fff;
}
.error-message p a{
	color: #e95b74;
	font-weight: 400;
}

/** added here **/
.c-form-side{
  max-width: 100%;
}
.article-inner .entry-content .listing-details .field-value .field-label{
  color: #fff;
}
.article-inner .entry-content .listing-actions .button{
  font-weight: normal;
  font-size: 16px;
}
.ee-reg-form-qstn-grp-dv > .ee-reg-qstn.ee-select-input-dv{
  display: block;
}
.fluida-bordered-table .main td select,
.fluida-bordered-table .main td select option{
  color: #fff;
}
#site-header-main-inside .mx-header-mail-phone{
  position: absolute;
  top: 27px;
  right: 48px;
  font-size: 19px;
}
body.custom-background .bodyafter{
  display: none;
}
@media only screen and (max-width: 1630px){
  body.custom-background .bodyafter{
    position:fixed;
    top:0;
    height:100vh;
    left:0;
    right:0;
    z-index:-1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
  }
}
@media only screen and (max-width: 800px){
  #site-header-main-inside .mx-header-mail-phone{
    display: none;
  }
}





body.page-id-51976{
    background-position: center center !important;
    background-size: cover !important;
}
body.page-id-51976 #site-header-main{
    height: auto !important;
}
body #site-header-main-inside #access{
    position: relative !important;
    top: auto !important;
    right: auto !important;
}
body.page-id-51976 #site-header-main-inside #sheader{
    opacity: 1 !important;
}
body:not(.page-id-51976) #site-header-main {
    height: auto !important; 
    background: linear-gradient(90deg, #3a4cb4 0%, #e91e63 100%) !important;
}
#access ul > li.current_page_item > a,
#access ul > li.current-menu-item > a,
#access ul > li.current_page_ancestor > a,
#access ul > li.current-menu-ancestor > a{
    border: 0 !important;
}
/*#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,*/
#access > div > ul > li:hover > a,
#site-header-main-inside #access div > ul > li > ul{
    background-color: #1f2454 !important;
}
#site-header-main.header-fixed .mx-header-mail-phone, #site-header-main .socials{
    opacity: 1 !important;
}
#header-image-main{
    margin: 125px 0 0 0 !important;
    width: 100%;
    float: left;
}
#breadcrumbs-container,
#breadcrumbs{
    background: #5746A4 !important;
}

.gform_wrapper {
    --gf-form-validation-bg-color: var(--gf-ctrl-label-color-req) !important;
    --gf-form-validation-heading-color: #fff !important;
    --gf-ctrl-desc-color: #fff !important;
}
.gfield_validation_message {
    background-color: var(--gf-form-validation-bg-color) !important;
    color: var(--gf-form-validation-heading-color) !important;
    display: inline-block !important;
  padding: 0.5rem !important;
  border-radius: 0.25rem !important;
}
.validate-tens-container {
    grid-column: span 12 !important;
    display: flex !important;
  justify-content: center !important;
}
.validate-tens-container #validate_tens {
    padding: 0.5rem;
}
.validate-tens-container #validate_tens h2 {
    margin-bottom: 0 !important;
}

.gfield--input-type-tax,
.gfield--input-type-total{
    width: 100% !important;
    float: left !important;
    font-size: 0 !important;
}
.ginput_product_price_wrapper{
    gap: 0 !important;
}
.gfield--input-type-tax .gform-field-label,
.gfield--input-type-total .gform-field-label,
.ginput_product_price_wrapper .gform-field-label{
    display: inline-block !important;
    margin: 0 !important;
    vertical-align: middle !important;
    margin: 0 11px 0 0 !important;
    font-size: 16px !important;
    width: 90px !important;
}
.gfield--input-type-tax .ginput_container,
.gfield--input-type-total .ginput_container,
span.ginput_product_price,
input.ginput_product_price,
.gform-text-input-reset.ginput_total{
    display: inline-block !important;
    vertical-align: middle !important;
    border: 0 !important;
    padding: 4px 0 !important;
    width: 211px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: bold !important;
}
.gform-text-input-reset.ginput_total{
    border: 0 !important;
}
@media(max-width: 600px) {
    .gform-theme--foundation .gfield .ginput_password, .gform-theme--foundation .gfield input, .gform-theme--foundation .gfield select {
        inline-size: 100% !important;
        width: 100% !important;
    }
}

/* make this select extend from gf styles */
.wpcf7-select {
    appearance: none;
background-clip: border-box;
background-color: rgb(255, 255, 255);
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'/%3E%3C/svg%3E");
background-origin: padding-box;
background-position-x: calc(100% - 12px);
background-position-y: 50%;
background-repeat: no-repeat;
background-size: 10px;

}


.mx-award-noms{
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}
.mx-award-noms .nom-brick{
    flex: 0 0 calc(33.33% - 27px);
    display: block;
    border: 1px solid #fff;
    padding: 0 0 0 190px;
    position: relative;
    max-width: 100%;
}
.mx-award-noms .nom-brick .img{
    width: 150px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    overflow: hidden;
}
.mx-award-noms .nom-brick .tt,
.mx-award-noms .nom-brick .nom,
.mx-award-noms .nom-brick .vote{
    display: block;
    width: 100%;
    padding-right: 20px;
    float: right;
    margin: 15px 0 0 0;
}
.mx-award-noms .nom-brick .tt{
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.mx-award-noms .nom-brick .nom{
    color: #eeee22;
    font-size: 17px;
    font-weight: bold;
}
.mx-award-noms .nom-brick .vote{
    margin-bottom: 15px;
}
.mx-award-noms .nom-brick .vote a{
    display: inline-block;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 6px 20px 5px 20px;
    text-decoration: none;
}

.mx-awards-voting-form .gform_wrapper{
    width: 100% !important;
    max-width: 100% !important;
}
.mx-awards-voting-form #gform_page_2_2{
    max-width: 600px;
}
.mx-awards-voting-form .gf_progressbar_title{
    color: #fff !important;
    font-size: 18px !important;
}
.mx-awards-voting-form .gf_progressbar{
    background-color: #90A4AE !important;
}
.mx-awards-voting-form .gf_progressbar_percentage{
    background-color: #eeee41 !important;
}
.mx-awards-voting-form .gsurvey-likert{
    max-width: 1000px;
}
.mx-awards-voting-form thead .gsurvey-likert-row-label{
    background: #e95b74 !important;
}
.mx-awards-voting-form .gsurvey-likert .gsurvey-likert-row-label{
    color: #333 !important;
    width: 151px !important;
}
.mx-awards-voting-form .gfield--type-textarea{
    max-width: 1000px !important;
}
.mx-awards-voting-form .gfield--type-textarea textarea{
    height: 111px !important;
    min-height: 0 !important;
}


.mx-gravity-entries{
    width: 100%;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.mx-gravity-entries .mx-gravity-entry{
    flex: 0 0 calc(25% - 30px);
    border: 1px solid #fff;
    padding: 20px;
}
.mx-gravity-entries .mx-gravity-entry .award{
    margin: 0 0 11px 0 !important;
    font-size: 17px !important;
    font-weight: bold !important;
}
.mx-gravity-entries .mx-gravity-entry .company{
    margin: 0 !important;
    font-size: 16px !important;
}



@media only screen and (max-width: 1880px) and (min-width: 801px){
    #header-image-main{
        margin: 99px 0 0 0 !important;
    }
    #site-header-main-inside #access{
        margin: 0 !important;
        width:100% !important;
        text-align: center !important;
    }
    #site-header-main-inside #access div > ul > li{
        float: none !important;
        display: inline-block;
    }
    #site-header-main-inside #access div > ul > li > ul{
        text-align: left !important;
    }
    #site-header-main-inside #access div > ul > li,
    #site-header-main-inside #access div > ul > li > a{
        line-height: 48px !important;
    }

    #site-header-main-inside #branding{
        margin: 0 !important;
    }
    #site-header-main-inside #branding .identity{
        line-height: normal !important;
        height: auto !important;
    }
    #site-header-main-inside #branding .identity img{
        height: 50px !important;
        position: relative;
        top: 10px;
    }

    #site-header-main-inside .mx-header-mail-phone{
        top: 21px !important;
        font-size: 16px;
    }

    #site-header-main-inside #sheader{
        position: absolute;
        top: 21px !important;
        right: 521px;
        bottom: auto;
        margin: 0 !important;
    }
    #site-header-main-inside #sheader a,
    #site-header-main-inside #sheader a:before{
        line-height: 20px !important;
    }
}
@media only screen and (max-width: 1400px){
    .mx-award-noms .nom-brick{
        flex: 0 0 calc(50% - 20px) !important;
    }
}
@media only screen and (max-width: 1250px) and (min-width: 801px){
    #site-header-main-inside #access > div > ul li > a:not(:only-child) > span:after{
        display: none !important;
    }
    #site-header-main-inside #access div > ul > li > a{
        padding: 0 6px !important;
    }

    #site-header-main-inside .mx-header-mail-phone {
        top: 12px !important;
    }

    #site-header-main-inside #sheader{
        top: 37px !important;
        right: 40px;
    }
}
@media only screen and (max-width: 1152px) and (min-width: 801px){
    body.page-id-51976 #site-header-main{
        position: absolute !important;
    }
    #header-image-main{
        margin: 0 !important;
    }
}
@media only screen and (max-width: 1050px) and (min-width: 801px){
    #site-header-main-inside #access{
        margin-top: 7px !important;
    }
    #site-header-main-inside #access div > ul > li > a{
        font-size: 11px !important;
        padding: 0 4px !important;
    }

    #site-header-main-inside .mx-header-mail-phone{
        font-size: 14px;
    }
    
    #site-header-main-inside #sheader{
        top: 36px !important;
    }
}

@media only screen and (max-width: 1250px){
    body.page-id-1711{
        background-size: cover !important;
        background-position: right top !important;
    }

    .mx-gravity-entries .mx-gravity-entry{
        flex: 0 0 calc(33.33% - 27px);
    }
}

@media only screen and (max-width: 1024px){
    .mx-awards-voting-form thead{
        display: none !important;
    }
    .mx-awards-voting-form .gsurvey-likert tr{
        padding: 0 !important;
        margin: 10px 0 0 0 !important;
        width: 100% !important;
        float: left !important;
        border: 2px solid #e95b74 !important;
        background: #fff;
    }
    .mx-awards-voting-form .gsurvey-likert .gsurvey-likert-row-label{
        width: 100% !important;
        padding: 10px !important;
        font-size: 16px !important;
        border: 0 !important;
        display: block !important;
    }
    .mx-awards-voting-form .gsurvey-likert .gsurvey-likert-choice{
        width: 10% !important;
        float: left;
        text-align: center !important;
        border: 0 !important;
        padding: 5px 0 !important;
    }
    .mx-awards-voting-form .gsurvey-likert .gsurvey-likert-choice:after{
        content: attr(data-label);
        color: #333 !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        top: 2px !important;
        font-weight: bold !important;
        font-size: 14px !important;
    }

    .mx-gravity-entries .mx-gravity-entry{
        flex: 0 0 calc(50% - 20px);
    }
}

@media only screen and (max-width: 950px){
    .mx-award-noms .nom-brick{
        flex: 0 0 100% !important;
    }
}

@media only screen and (max-width: 800px){
    #header-image-main{
        margin: 49px 0 0 0 !important;
    }
    #header-image-main .header-video video{
        height: 261px;
        object-fit: cover;
    }

    #site-header-main-inside #sheader{
        line-height: 50px;
        height: 50px;
        margin-right: 50px !important;
    }

    #site-header-main-inside #branding .identity{
        width: 231px !important;
        line-height: 50px !important;
    }
    #site-header-main-inside #nav-toggle{
        height: 50px;
        line-height: 50px;
    }

    .ee-reg-form-qstn-grp-dv .ee-reg-qstn.ee-select-input-dv select.ee-reg-qstn{
        width: 100%;
    }
    #masthead.cryout #site-header-main{
        position: fixed !important;
    }
    .fluida-menu-animation .header-fixed .identity,
    .fluida-menu-animation .header-fixed #branding,
    .fluida-menu-animation #site-header-main.header-fixed,
    .fluida-menu-animation .header-fixed #sheader,
    .fluida-menu-animation .header-fixed #sheader > a{
        height: 74px !important;
        line-height: 74px !important;
    }
    .ee-reg-form-qstn-grp-dv input.ee-reg-qstn[type="radio"]{
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
        margin-right: 14px !important;
    }

    nav#mobile-menu:before{
        height: 50px !important;
    }
    nav#mobile-menu #nav-cancel{
        margin: 0 !important;
        padding: 0 20px 0 0 !important;
    }
    nav#mobile-menu > div{
        margin-top: 70px !important;
    }

    .make-800-21 span{
        font-size: 25pt !important;
    }
    .make-800-center{
        text-align: center !important;
    }

    #masthead #site-header-main.header-fixed{
        top: 0 !important;
    }
}

@media only screen and (max-width: 750px){
    body.page-id-1711{
        background-image: none !important;
    }

    .mx-gravity-entries .mx-gravity-entry{
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 500px){
    .bottom-widget-area #mc_embed_signup .mc-field-group,
    .bottom-widget-area #mc_embed_signup .mc-field-group select,
    .bottom-widget-area #mc_embed_signup .mc-field-group input[type="text"],
    .bottom-widget-area #mc_embed_signup .mc-field-group input[type="email"]{
        width: calc(100% - 10px) !important;
    }

    .mx-award-noms .nom-brick{
        padding-left: 131px  !important;
    }
    .mx-award-noms .nom-brick .img{
        width: 111px !important;
    }
    .mx-award-noms .nom-brick .tt{
        font-size: 15px !important;
    }
}

/* Stand Booking Page 2025 */
.stand-booking-grid ul {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.stand-booking-grid li {
    width: 25%;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
@media(min-width: 1700px) {
    .stand-booking-grid li {
        /*grid-template-columns: repeat(4, 1fr);*/
        width: 20%;
    }
}
@media(max-width: 1000px) {
    .stand-booking-grid li {
        /*grid-template-columns: repeat(2, 1fr);*/
        width: 50%;
    }
}
@media(max-width: 700px) {
    .stand-booking-grid li {
        /*grid-template-columns: 100%;*/
        width: 100%;
    }
}

.stand-booking-grid .item {
    transition: 0.2s linear all;
    padding: 0.25rem;
    max-width: 310px;
}
.stand-booking-grid .item:hover {
    box-shadow: 0 0 15px #cccccc57;
    transform: scale(1.05);
    z-index: 1;
}
.stand-booking-grid h2 {
    font-weight: bold;
    font-size: 1.1rem;
}

.stand-booking-grid p {
    font-size: 1rem;
    color: #fff;
}

@media(min-width: 1800px) {
    #site-header-main-inside #branding .identity img {
        top: 25px;
    }
}
