@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

/* jQuery-UI Styling *\

  /* Datepicker container */
  .ui-datepicker {
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-left:-74px;
  }

  /* Header */
  .ui-datepicker-header {
    background-color: #171826;
    color: #fff;
    border: none;
  }

  /* Previous and next buttons */
  .ui-datepicker-prev, .ui-datepicker-next {
    background-color: #fff; /* Change the background color here */
    color: #fff;
    height: 10px;
    font-size: 14px;
    line-height: 1;
  }

  /* Days of the week */
  .ui-datepicker th {
    background-color: #f5f5f5;
    color: #333;
  }

  /* Hover effect on days */
  .ui-datepicker-calendar tbody td a:hover {
    background-color: #f0f0f0;
  }

  /* Selected day */
  .ui-datepicker-calendar .ui-state-active {
    background-color: #171826;
    color: #fff;
  }

  /* Today's date */
  .ui-datepicker-current-day {
    background-color: #ddd;
  }

  /* Disabled dates */
  .ui-datepicker-unselectable {
    color: #ccc;
  }

/*End jQuery UI Styling *\

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ddd inset;
  transition: background-color 5000s ease-in-out 0s;
}

.formLabel{
  color:black;
}

.submitButton:hover{
	opacity:1;
}    


/* unvisited link */
formLink:link {
  color: blue;
  text-decoration: none;
}
/* visited link */
formLink:visited {
  color: black;
  text-decoration: none;
}

/* selected link */
formLink:active {
  color: blue;
}

.famGoogleMap{
	height:100%;
	min-width:360px;
}	


.famListGreenCheck{
  list-style-image: url('https://famtickets.com/images/greenCheck.png');
}

.famListRedX{
  list-style-image: url('https://famtickets.com/images/redX.png');
}

.famListItem{
  list-style-position: inside;
}

.famModalCloseButton{
	font-size:15pt;
	padding:5px;
	margin:0px;
	position:absolute;
	top:3%;
	right:3%;
	border: 0px;
  box-shadow:none;
}

.calendly-badge-widget{
  top:3%;
  height:50px;
}

.vanityValidator{
  opacity:0;
  transition: opacity 1s;
}

.famFormTitle{
	font-size:14pt;
    text-align:center;
}

.famFormSubtitle{
	font-size:18;
    text-align:center;
}

.famSubmitButton{
	text-align:center;
    height: 50px;
    width: 150px;
    background-color:#171826;
    color:white;
    font-size:14pt;
    cursor:pointer;
    opacity: .95;
	border-radius:20px;
	border: 0px;
}


.famSubmitButton:hover{
	opacity: 1;
}

.famCancelButton{
	text-align:center;
    height: 50px;
    width: 150px;
    background-color:#eb9834;
    color:white;
    font-size:14pt;
    cursor:pointer;
    opacity: .95;
	border-radius:20px;
	border: 0px;
}

.famCancelButton:hover{
	opacity: 1;
}

.famShoppingCart .famCheckoutDescriptionTableData{
	padding:10px 10px 10px 5px;
	text-align:left;
}
.famShoppingCart .famCheckoutPriceTableData{
	padding:10px 10px 10px 5px;
	text-align:right;
}
.famShoppingCart{
	border:1px solid;
}

.googleCaptchaPolicy{
	color:black;
    opacity: .5;
    font-size: 7pt;
}

.googleCaptchaPolicyLink{
	color:black;
    opacity: .7;
    font-size: 7pt;
}

.famOrderedList{
  list-style-position: inside;
 
}

.famOrderedList li{
  padding: 5px;
}

.famFormContainer{
	min-width: 360px;
	max-width: 360px;
	padding: 10px;
	background-color: white;
	border: 2px solid #ddd;	
	border-radius:20px;
}

.famFormContainer input[type=text], .famFormContainer input[type=password], .famFormContainer input[type=datetime-local], .famFormContainer select {
  width: 286px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
}

.famFormContainer input[type=text]:focus, .famFormContainer input[type=password]:focus, .famFormContainer input[type=datetime-local]:focus, .famFormContainer select:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.famFormContainer input[type=famNumberInput] {
  width: 65px;
  padding: 10px 2px;
  margin: 5px 10px 22px 0px;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
  text-align:center;
}

.famFormContainer input[type=famNumberInput]:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.famFormContainer textarea {
  width: 286px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
}

.famFormContainer textarea:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.famFormContainerInModal{
	margin: 20px 0px;
	min-width: 330px;
	max-width: 330px;
	padding: 10px;
	background-color: white;
	border: 2px solid #ddd;	
	border-radius:20px;
}

.famFormContainerInModal input[type=text], .famFormContainerInModal input[type=password], .famFormContainerInModal input[type=datetime-local], .famFormContainerInModal select {
  margin-bottom:20px;
  width: 256px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
}

.famFormContainerInModal input[type=text]:focus, .famFormContainerInModal input[type=password]:focus, .famFormContainerInModal input[type=datetime-local]:focus, .famFormContainerInModal select:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.famFormContainerInModal input[type=famNumberInput] {
  width: 65px;
  padding: 10px 2px;
  margin: 5px 10px 22px 0px;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
  text-align:center;
}

.famFormContainerInModal input[type=famNumberInput]:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.famFormContainerInModal textarea {
  width: 256px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
}

.famFormContainerInModal textarea:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.famLabel{
	margin-left:24px;
	font-family: "Poppins", sans-serif !important;
}

.famCreateEventPrice{
	display:block;
	margin-top:16px;
	margin-left:24px;
	font-size:12px;
}

.famCreateEventPriceTier{
	margin-right: 8px;
	font-size:12px;
}

.famFacebookIcon{
	color:black;
	font-size:16pt;
	text-decoration: none;
}

.famInstagramIcon{
	color:black;
	background-color:white;
	font-size:16pt;
	text-decoration: none;
	margin-left: 50px;
}

.famInstagramIconSolo{
	color:black;
	background-color:white;
	font-size:16pt;
	text-decoration: none;
}

.famStripeLogo{
	font-size:small;
	color:white;
	display:block;
}

.famAcceptTerms{
	font-size:7pt;
}

/*Begin DropdownCSS */

/* Tweak to change the look and feel */
:root {
	--button-color: white;
	--dropdown-highlight: #171826;
	--dropdown-width: 160px;
	--dropdown-background: #FAFAFA;
	--dropdown-color: black;
	--dropdown-border-background: #C6C6C6;
	--dropdownCenter-highlight: #171826;
	--dropdownCenter-width: 160px;
	--dropdownCenter-background: #FAFAFA;
	--dropdownCenter-color: black;
	--dropdownCenter-border-background: #C6C6C6;
	--dropdownEvent-highlight: #171826;
	--dropdownEvent-width: 160px;
	--dropdownEvent-background: #FAFAFA;
	--dropdownEvent-color: black;
	--dropdownEvent-border-background: #C6C6C6;
}

/* Boring button styles */
a.button {
  /* Frame */
	box-sizing: border-box;
  
  /* Style We set the content to the unicode character to get 3 dots*/
	border: none;
	font-size: 24px;
	cursor: pointer;
	font-size:12t;
	color:white;
	content: '\2807';
	font-size: 50px;
	margin-right:-23px;
}

a.button:active {
  filter: brightness(75%);
}

/* Dropdown styles */
.dropdown {
  position: relative;
  padding: 0;
  border: none;
}

.dropdown summary {
  list-style: none;
  list-style-type: none;
}

.dropdown > summary::-webkit-details-marker {
  display: none;
}

.dropdown summary:focus {
  outline: none;
}

.dropdown summary:focus a.button {
  
}

.dropdown summary:focus {
  outline: none;
}

/*The dropdown itself. Modify this to adjust where the dropdownlist goes */
.dropdown ul {
  position: absolute;
  margin: 10px 0 0 0;
  padding: 5px 0;
  width: var(--dropdown-width);
  left: 50%;
  margin-left: calc((var(--dropdown-width) - 25px)  * -1);
  box-sizing: border-box;
  z-index: 2;
  background: var(--dropdown-background);
  border-radius: 20px;
  list-style: none;
  border: 2px solid var(--dropdown-border-background);
  
}

.dropdown ul li {
  padding: 0;
  margin: 0;
}

.dropdown ul li a:link, .dropdown ul li a:visited {
  display: inline-block;
  padding: 10px 0.8rem;
  width: 100%;
  box-sizing: border-box;
  color: var(--dropdown-color);
  text-decoration: none;
  border-radius: 3px;
  
}

.dropdown ul li a:hover {
  background-color: var(--dropdown-highlight);
  color: var(--dropdown-background);
}

/* Dropdown triangle */
.dropdown ul::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent var(--dropdown-border-background) transparent;
}


/* Close the dropdown with outside clicks */
.dropdown > summary::before {
  display: none;
}

.dropdown[open] > summary::before {
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/*End DropdownCSS */

/* dropdownCenter styles */
.dropdownCenter {
  position: relative;
  padding: 0;
  border: none;
}

.dropdownCenter summary {
  list-style: none;
  list-style-type: none;
}

.dropdownCenter > summary::-webkit-details-marker {
  display: none;
}

.dropdownCenter summary:focus {
  outline: none;
}

.dropdownCenter summary:focus a.button {
  
}

.dropdownCenter summary:focus {
  outline: none;
}

/*The dropdownCenter itself. Modify this to adjust where the dropdownCenterlist goes */
.dropdownCenter ul {
  position: absolute;
  margin: 10px 0 0 0;
  padding: 5px 0;
  width: var(--dropdownCenter-width);
  left: 50%;
  margin-left: -80px;
  box-sizing: border-box;
  z-index: 2;
  background: var(--dropdownCenter-background);
  border-radius: 20px;
  list-style: none;
  border: 2px solid var(--dropdownCenter-border-background);
  
}

.dropdownCenter ul li {
  padding: 0;
  margin: 0;
}

.dropdownCenter ul li a:link, .dropdownCenter ul li a:visited {
  display: inline-block;
  padding: 10px 0.8rem;
  width: 100%;
  box-sizing: border-box;
  color: var(--dropdownCenter-color);
  text-decoration: none;
  border-radius: 3px;
  
}

.dropdownCenter ul li a:hover {
  background-color: var(--dropdownCenter-highlight);
  color: var(--dropdownCenter-background);
}

/* dropdownCenter triangle */
.dropdownCenter ul::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent var(--dropdownCenter-border-background) transparent;
}


/* Close the dropdownCenter with outside clicks */
.dropdownCenter > summary::before {
  display: none;
}

.dropdownCenter[open] > summary::before {
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/*End dropdownCenterCSS */

/* dropdownEvent styles */
.dropdownEvent {
  position: relative;
  padding: 0;
  border: none;
}

.dropdownEvent summary {
  list-style: none;
  list-style-type: none;
}

.dropdownEvent > summary::-webkit-details-marker {
  display: none;
}

.dropdownEvent summary:focus {
  outline: none;
}

.dropdownEvent summary:focus a.button {
  
}

.dropdownEvent summary:focus {
  outline: none;
}

/*The dropdownEvent itself. Modify this to adjust where the dropdownEventlist goes */
.dropdownEvent ul {
  position: absolute;
  margin: -10px 0 0 -80px;
  padding: 5px 0;
  width: var(--dropdownEvent-width);
  left: 50%;
  box-sizing: border-box;
  z-index: 2;
  background: var(--dropdownEvent-background);
  border-radius: 20px;
  list-style: none;
  border: 2px solid var(--dropdownEvent-border-background);
  
}

.dropdownEvent ul li {
  padding: 0;
  margin: 0;
}

.dropdownEvent ul li a:link, .dropdownEvent ul li a:visited {
  display: inline-block;
  padding: 10px 0.8rem;
  width: 100%;
  box-sizing: border-box;
  color: var(--dropdownEvent-color);
  text-decoration: none;
  border-radius: 3px;
  
}

.dropdownEvent ul li a:hover {
  background-color: var(--dropdownEvent-highlight);
  color: var(--dropdownEvent-background);
}

/* dropdownEvent triangle */
.dropdownEvent ul::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent var(--dropdownEvent-border-background) transparent;
}


/* Close the dropdownEvent with outside clicks */
.dropdownEvent > summary::before {
  display: none;
}

.dropdownEvent[open] > summary::before {
    content: ' ';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/*End dropdownEventCSS */




/*
.famThreeDots:after{
	
	content: '\2807';
	font-size: 40px;
	margin-right:-23px;
	padding:0px 0px 0px 10px;
}
*/

.famTicketStatusUnscanned{
	color:green;
}

.famTicketStatusScanned{
	color:red;
}

.ticketLink {
  background-color: #303030;
  border-radius: 5px;
  padding: 14px 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  margin: 10px 0px;
}

.ticket-container {
    display: inline-block;
    position: relative; 
}

.ticket-container img {
    max-width: 335px;
    height: 225px;
}

.ticket-info {
    width:70%;
	height: 90%;
	text-align: left;
    position: absolute; /* Position the text on top of the image */
    top: 50%; /* Vertically center the text */
    left: 50%; /* Horizontally center the text */
    transform: translate(-50%, -50%); /* Adjust for centering */
    background-color: rgba(255, 255, 255, 0); /* Add a transparent background */ 
	padding: 5px;
	margin-top: -6px;
}


.eventLink {
  background-color:white;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  padding: 14px 14px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  margin: .5px 0px;
  word-break:break-word;
  overflow:hidden
}

.famBorder{
  border: 1px solid #CCCCCC;
}

.noDecoration {
    text-decoration: none;
}
.noDecoration:hover, noDecoration:focus {
    text-decoration: none;
	color: #337AB7;
	
}
.printTicketLink{
	cursor:pointer;
	
}

.ticketScanned{
	display:none;
}

.ticketUnscanned{
	display:block;
}

.famTicketFuture{
	display:block;
}

.famTicketPast{
	display:none;
}

.famTicketCancelled{
	display:none;
}
.pastTickets{
	display:none;
}

.famTicketId{
	font-size: 8pt;
	color: #444444;
	right: -26px;
	top: 10px;
	position:absolute;
	text-orientation: upright;
	writing-mode: vertical-lr;
	letter-spacing: -2px;
	
	
}

.famEventDateTime{
	font-size:11pt;
	color:#444444;
	height: 12%;
	overflow:hidden;
  margin-top:-2px;
}

.famTicketDateTime{
	font-size:10pt;
	color:white;
}

.famTicketTitle{
	font-size:14pt;
	color:#003268;
	margin-top:3px;
	height:4em;
	overflow:hidden;
  line-height: .8em;
}

.famTicketProduct{
	font-size:12pt;
	color:#003268;
	margin-top:7px;
  height:2.7em;
	overflow:hidden;
  line-height: .9em;
}

.famTicketLocation{
	font-size:10pt;
	color:#444444;
	height:2.7em;
	margin-top:7px;
	overflow:hidden;
  line-height: .9em;
}

.transferTicketModalFormContainer{
	width: 310px;
	padding: 10px;
	background-color: white;
	border: 2px solid #ddd;	
	border-radius:20px;
}

.transferTicketModalFormContainer input[type=text], .transferTicketModalFormContainer input[type=password], .transferTicketModalFormContainer input[type=datetime-local], .transferTicketModalFormContainer select {
  width: 286px;
  padding: 15px;
  margin: 5px 0 10px 0;
  border: 3px solid #ddd;
  background-color: #ddd;
  border-radius:5px;
}

.transferTicketModalFormContainer input[type=text]:focus, .transferTicketModalFormContainer input[type=password], .transferTicketModalFormContainer input[type=datetime-local], .transferTicketModalFormContainer select:focus {
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.tooltipText {
  width: 286px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px 5px;
  z-index: 2;
  position:absolute;
  left: calc(50% - 143px);
  margin:auto;
  opacity: 0;
  transition: opacity 1s;
}

.tooltipText::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color:  transparent transparent black;
}

.tooltipTextAddEmails {
  width: 286px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px 5px;
  z-index: 2;
  position:absolute;
  left: calc(50% - 143px);
  margin:auto;
  opacity: 0;
  transition: opacity 1s;
}


.tooltipTextAddEmails::after {
  content: "";
  position: absolute;
  bottom:100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color:  transparent transparent black;
}



/*start help tooltip CSS */

.help-tip{
	position:relative;
    top: 23px;
    left: 280px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
    margin-top:-10px;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 286px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	z-index:1;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* start of helpTipWithCheckbox */

.helpTipWithCheckbox{
	position:relative;
    top: -27px;
    left: 280px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}

.helpTipWithCheckbox:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.helpTipWithCheckbox:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.helpTipWithCheckbox p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 286px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -64px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	z-index:1;
}

.helpTipWithCheckbox p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:70px;
    top:-12px;
}

.helpTipWithCheckbox p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.famInputColorWrapper{
	width: 286px;
	padding: 15px;
	margin: 5px 0 10px 0;
	border: 3px solid #171826;
	background-color: #171826;
	border-radius:8px;
}	

/*start famAddEmailsModalHelpTip tooltip CSS */

.famAddEmailsModalHelpTip{
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.famAddEmailsModalHelpTip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.famAddEmailsModalHelpTip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.famAddEmailsModalHelpTip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 286px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 6px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	left: 5px;
	z-index:1;
}

.famAddEmailsModalHelpTip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #1E2021 transparent;
    right:85%;
    top:-12px;
}

.famAddEmailsModalHelpTip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/*start famCompTicketsModalHelpTip tooltip CSS */

.famCompTicketsModalHelpTip{
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
	margin-right: 350px;
}

.famCompTicketsModalHelpTip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.famCompTicketsModalHelpTip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.famCompTicketsModalHelpTip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 286px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 6px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	left: 5px;
	z-index:1;
}

.famCompTicketsModalHelpTip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #1E2021 transparent;
    right:85%;
    top:-12px;
}

.famCompTicketsModalHelpTip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/*start famPageHelpTip */

.famPageHelpTip{
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
	margin-right: 350px;
}

.famPageHelpTip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.famPageHelpTip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.famPageHelpTip p{    /* The tooltip */

display: none;
text-align: left;
background-color: #1E2021;
padding: 20px;
width: 286px;
border-radius: 3px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
color: #FFF;
font-size: 13px;
line-height: 1.4;
z-index:1;
}

.famPageHelpTip p:before{ /* The pointer of the tooltip */
position: absolute;
content: '';
width:0;
height: 0;
border-style: solid;
border-width: 0 20px 20px 20px;
border-color: transparent transparent #1E2021 transparent;
right:85%;
top:-12px;
}

.famPageHelpTip p:after{ /* Prevents the tooltip from being hidden */
width:100%;
height:40px;
content:'';
position: absolute;
top:-40px;
left:0;
}

/*start famCropImageModal tooltip CSS */

.famCropImageModalHelpTip{
	  margin-right: 85%;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.famCropImageModalHelpTip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.famCropImageModalHelpTip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.famCropImageModalHelpTip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 286px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    left: -8px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	margin-right: 10%;
	z-index:1;
}

.famCropImageModalHelpTip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #1E2021 transparent;
    right:0px;
    top:-12px;
}

.famCropImageModalHelpTip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/*start famTransferModal tooltip CSS */

.famTransferModalHelpTip{
	position:relative;
    top: -25px;
    left: 120px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}

.famTransferModalHelpTip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.famTransferModalHelpTip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.famTransferModalHelpTip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 286px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	z-index:1;
}

.famTransferModalHelpTip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.famTransferModalHelpTip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/*start famShoppingCartFeeHelpTip tooltip CSS */

.famShoppingCartFeeHelpTip{
	display:inline-block;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.famShoppingCartFeeHelpTip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.famShoppingCartFeeHelpTip:hover p{
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.famShoppingCartFeeHelpTip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 10px;
    width: 160px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
	z-index:1;
}

.famShoppingCartFeeHelpTip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    left:4px;
    top:-12px;
}

.famShoppingCartFeeHelpTip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

.famSolidLine{
	border-top: 3px solid #333;		
	margin: 0px;
}

.famMessage{
	font-size:14pt;
    color:white;
	text-align:center;
}


.famSocialLink:hover {
    opacity: 0.7;
}

.navLink{
	font-size: 13pt;
  }
.rightnav{
	margin-top:5px;
  text-align:center;
}

.atcb-checkmark{
	display:none;
}

.tierLink {
  background-color: #FFFFFF;
  padding:10px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width:100%;
  position:relative;
  margin:auto;
  display:block;
  text-align:left;
}
.tierLink:hover{
 text-decoration:none;
 color:black;
}
.quantitySelect{
	border-radius: 6px;
	font-size:16pt;
	cursor:pointer;
	width:40px;
}

.famEventStatsTable{
  border-collapse: collapse;
}

.famModalHeader{
  padding:50px 0px;
}

.priceFeeSpan{
	color:#6a6ae8;
	font-size: 1.1em;
	font-weight: bolder;
	text-align:left;
	margin-left:20px;
}

.modalBodyContainer{
	background-color: #F3F3F3;
	padding: 20px 10px 5px 10px;
}
.buyTicketsFormContainer{
	background-color: #F3F3F3;
	padding: 30px 10px 5px 10px;
}

/* Full-width input fields */
.buyTicketsFormContainer input[type=text]{
  width: 286px;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: 3px solid #ddd;
  background: #ddd;
  border-radius:5px;
}

.buyTicketsFormContainer input[type=text]:focus{
  background-color: #ddd;
  outline: none;
  border: 3px solid #e1e1e1;
}

.checkoutButton{
	width:200px;
	height:60px;
	border-radius: 25px;
}

.modalDatePickerInput{
  text-align:center;
}

.buyTicketsLink{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-weight: 800;
  border-radius: 25px;
  background-color: #171826;
  padding: 14px;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 20px;
}
.buyTicketsLink:hover{
	text-decoration:none;
  background-color: #2ACC98;
}
.soldOutSpan{
	position:absolute;
	top: 40%;
	right: 11%;
	font-size:14pt;
	width:80px;
}
.famHorizontalList {
  list-style: none;
  padding: 0;
  margin: 30px 0 25px 0;
  display:inline-block;
  align-items: center; /* Vertically align items within the list */
  
}
.shareButton{
	display:block;
	align-items: center;
	background-color: var(--atcb-background);
	height:45px;
	border-radius: 6px;
	cursor: pointer;
	border: 0px;
	font-family: "Poppins", sans-serif !important;
	max-width: 350px;
	padding: 0px 1em;
	box-shadow: var(--atcb-shadow-button);
	color: var(--atcb-text);
}
.shareButton:hover{
  background-color: var(--atcb-background-2);
  box-shadow: var(--atcb-shadow-button-active);
  z-index: 15000000;
}
.shareTooltipText {
  width: 60px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: 24%;
  opacity: 0;
  transition: opacity 1s;
}
.shareTooltipText::after {
  content: "";
  position: absolute;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.shareDiv{
	position: relative;
	display: inline-block;
}

.famHidden{
    opacity: 0;
    height: 0;
    overflow: hidden;
	display:none;
	transition: all 1s linear;
}

.famVisuallyHidden {
  opacity: 0;
  transition: all 1s linear;
}

.famHider{
	transition: all 1s linear;
}

/*
.famShown{
	opacity: 1;
    height: auto;
	display: inline-block;
	transition: all 1s linear;
}
*/
.famLinkCheckbox{
	position:relative;
	left: 220px;
}

.dz-message {
  opacity: 1; /* Don't let it disappear */
  font-size:16pt;
}

.wrapper{
	position:fixed;
	top: 0px;
	overflow: scroll;
	margin: auto;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 9;
}

.editor {
  margin: auto;
  border: 3px solid #73AD21;
  padding: 10px;
  
}

.cropModalEventImage {
	display: block;
	/* This rule is very important, please don't ignore this */
	max-width: 100%;
}

.eventImageUpload{
	height: 260px;
	width: 335px;
	background-color:#F8F7FA;
    font-size:14pt;
    cursor:pointer;
	padding: 10px;
	border: 2px solid #ddd;
	box-shadow: 0 0px 2px 2px rgba(0,0,0,0.15);
	transition: all .3s ease-in-out;
	border-radius: 10px;
	z-index: 5;
}
.eventImageUpload:hover {
  box-shadow: 0 0px 2px 5px rgba(0,0,0,0.3);
  transition: opacity .3s ease-out-in;
}

.organizationImageUpload{
	height: 180px;
	width: 335px;
	background-color:#F8F7FA;
    font-size:14pt;
    cursor:pointer;
	padding: 10px;
	border: 2px solid #ddd;
	box-shadow: 0 0px 2px 2px rgba(0,0,0,0.15);
	transition: all .3s ease-in-out;
	border-radius: 10px;
	z-index: 5;
}
.organizationImageUpload:hover {
  box-shadow: 0 0px 2px 5px rgba(0,0,0,0.3);
  transition: opacity .3s ease-out-in;
}
/*start spinning submit modal CSS */


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  margin-right:10px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modalText{
	font-size:18pt;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px; /* height of sticky header */
}


body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 1.71;
  color: #000;
  margin: 0;
  padding: 0;
}

.topsection:after,
.fixed-nav:after,
.maincontent:after,
.footerdiv:after,
.upcoming_events:after,
.main-imgdiv:after {
  content: "";
  display: table;
  clear: both;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wrapper-inner {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  vertical-align: middle;
}

.topsection {
  padding-top: 113px;
  position: relative;
}


.maincontent .innercontent .left_display .text-big strong {
  font-weight: 800;
}

.fixed-nav {
  background: #f3f3f3;
  color: #666;
  padding: 25px 0;
  /*position: sticky;*/
  /*position: -webkit-sticky;*/
  top: 0;
  padding: 12px 0;
  box-shadow: rgb(51 51 51 / 17%) 0 0 16px;
}

.rightnav ul li a img {
  max-height: 20px;
  vertical-align: middle;
  margin-right: 7px;
  width: 20px; 
  display: inline-block;
}


.topsection .innerdiv.fixed .right-div {
  position: fixed;
  border: 1px solid #d7d7d7;
  right: calc(50vw - 580px);
  top: 113px;
  border-radius: 20px;
  box-shadow: rgb(51 51 51 / 12%) 3px 5px 22px;
}

.topsection .innerdiv.fixed .right-div .event-div {
  min-height: 540px;
}

.topsection .innerdiv .left-div {
  min-height: 582px;
  width: calc(100% - 320px);
  background-size: cover;
  background-position: center center; 
  border-radius: 20px 0px 0 0;
  background-repeat: no-repeat;
}

.topsection .innerdiv .right-div {
  width: 320px;
  background: #fff;
  padding: 40px 40px 35px;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 0 20px 0 0; 
  transition: all 0.3s ease-in-out 0s;
}

.FamViewEventLocation p {
  margin: 0;
}

.maincontent .innercontent {
  width: calc(100% - 400px);
  color: #333;
}

.maincontent .innercontent p {
  margin-top: 2px;
  margin-bottom: 3px;
}

.maincontent .innercontent .left_display {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.maincontent .innercontent .left_display:last-child {
  border-bottom: 0;
}

.maincontent .innercontent .left_display h5.display_header {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  color: #000;
}

.fixed-nav .leftnav {
  width: 65.8%;
  float: left; 
  margin-top:15px;
}

.venue-name {
  font-weight: 500;
}

.fixed-nav .rightnav {
  float: right;
  width: 34.2%;
  text-align: right;
  margin-top: 0;
}

.rightnav ul li {
  list-style: none;
  margin-left: 24px;
  display: inline-block;
}

.leftnav ul li {
  margin-right: 33px !important;
}

.rightnav ul li:first-child + li {
  margin-left: 40px;
}

.rightnav ul li:first-child {
  margin-left: 0;
}


/*.rightnav ul li:first-child > a {
  color: #2586b7;
}
*/

.rightnav ul li a {
  display: block;
}

.fixed-nav ul li a {
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

/*
.fixed-nav ul li a:hover {
  color: #2586b7;
}*/

.topsection .innerdiv {
  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;
  border-radius: 40px 40px 0 0;
}

.right-div .event-div {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100%;
  min-height: 340px;
}

.right-div .event-div .ticketprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100vw;
}

/*
.btn-theme {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  font-weight: 800;
  border-radius: 25px;
  background: #2586b7;
  padding: 14px;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 20px;
}
*/

.top-content{
	overflow:hidden;
	word-wrap:break-word;
}

.top-content h2.hosted_by {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
}

.top-content h1.famViewEventEventTitle {
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 18px 0 !important;
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
}

.event-div .top-content ul.famViewEventEventInfo {
  padding: 0;
  margin: 0;
}

.event-div .top-content ul.famViewEventEventInfo li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  color: #666;
  margin-bottom: 20px; 
}



.event-div .top-content ul.famViewEventEventInfo li::before {
  background-position: 68% 78%;
  background-size: 1228.5% 433.33%;
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
}

/*
.event-div .top-content ul.famViewEventEventInfo li span i.ico-pin {
  background-position: 67.08860759493672% 78.33333333333333%;
  background-size: 1228.5714285714287% 433.3333333333333%;
  width: 14px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
*/

.ticketprice .value {
  font-size: 24px;
  font-weight: 500;
}

.mapimg {
  margin-top: 30px;
  display: block;
  width: 100%;
}

.ticketprice .label {
  color: #666;
}

footer.footerdiv {
  border-top: 1px solid #ccc;
  padding: 40px 0 50px;
  color: #666666;
  text-align: center; 
}

footer.footerdiv img {
  max-width: 45px;
  margin-bottom: 6px;
}

.fixed-nav ul {
  margin: 0 4px 0 0;
  padding: 0;
}

.leftnav ul li {
  list-style: none;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}


.main-imgdiv {
  text-align: center;
}

.main-imgdiv img.bannerImageTop {
  border: 0;
  margin: 0 auto;
  max-height: 250px;
  max-width: 1140px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topsection .innerdiv.fixed .right-div {
    right: 20px;
  }

  .topsection {
    padding-top: 35px;
  }

  .mapimg img {
    max-width: 100%;
  }

  .fixed-nav .rightnav {
    width: 50%;
  }

  .fixed-nav .leftnav {
    width: 50%;
	
  }

  .rightnav ul li:first-child + li {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .upcoming_events .list-box {
    margin: 30px 15px 0;
    width: calc(50% - 30px);
  }

  .mapimg img {
    max-width: 100%;
  }

  .custom-card-tab li {
    font-size: 16px;
    padding: 0.5rem 0.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .upcoming_events .listing-page .list-box a .event_image {
    margin-right: 5.44%;
  }

  .bottom-links ul:nth-child(2) {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 481px) {
  .upcoming_events .listing-page .list-box {
    width: 100%;
  }

  .upcoming_events .listing-page .list-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0; 
  }

  .upcoming_events .listing-page .list-box a .event_image {
    width: 45.88%;
    padding-top: 30.3%;
    margin-right: 3%;
  }

  .upcoming_events .listing-page .list-box a .event__contentdiv {
    width: 48.68%;
    padding-left: 0;
  }

  .bottom-links ul:nth-child(2) {
    margin-bottom: 90px;
  }
}

/*screens smaller than 767 - phone*/
@media only screen and (max-width: 767px) {
  
  .modal-content{
		margin-left:-10px;
	}
	
  .rightnav ul li {
    margin-left: 10px;
  }

  .fixed-nav .rightnav {
    margin-top: 0;
    width: 43.2%;
  }

  .right-div .event-div {
    min-height: auto !important;
  }

  .maincontent .innercontent {
    width: 100%;
  }

  .topsection .innerdiv.fixed .right-div {
    position: relative;
    right: auto;
    top: auto;
  }

  .topsection {
    padding: 0;
  }

  .topsection .wrapper-inner {
    padding: 0;
  }

  .topsection .innerdiv .left-div {
    min-height: 77vw;
    width: 100vw;
    background-size: contain;
    border-radius: 10;
  }

  .topsection .innerdiv .right-div {
    border-radius: 0;
    width: 100%;
  }

  .right-div .event-div .ticketprice {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #f3f3f3;
    padding: 1rem 1.5rem;
    box-shadow: rgb(51 51 51 / 17%) 0 0 16px;
  }

  .right-div .event-div .ticketprice a {
    margin-top: 5px;
  }

  footer.footerdiv {
    margin-bottom: 6rem;
  }

  .leftnav ul li {
    margin-right: 10px !important;
  }

  .upcoming_events {
    padding: 30px 0 115px;
  }

  .fixed-nav .leftnav {
    width: 56.8%;
  }

  .rightnav ul li a img {
    max-height: 16px;
    margin-right: 3px;
    width: 16px;
  }

  .rightnav ul li:first-child + li {
    margin-left: 10px;
  }

  .main-imgdiv img.bannerImageTop {
    max-width: 100%;
  }

  .custom-card-tab li span {
    display: none;
  }

  .custom-card-tab li::before {
    margin-right: 0;
  }

  .bottom-links ul:nth-child(2) {
    margin-bottom: 90px;
  }
  
  .topsection{
	margin-top:100px;
  }
}

/*screens smaller than 480 - phone*/

@media only screen and (max-width: 480px) {
	
	.modal-content{
		margin-left:-10px;
	}
	
  .fixed-nav .rightnav ul li {
    margin: 0 5px !important;
  }

  .upcoming_events .list-box {
    width: 100%;
  }

  .fixed-nav ul li {
    margin: 0 9px !important;
  }

  .fixed-nav ul {
    text-align: center;
  }
  
  
  .fixed-nav ul li:last-child {
    margin-right: 0 !important;
  }

  .fixed-nav .leftnav {
    width: 100%;
  }

  .fixed-nav .rightnav {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }

  .bottom-links ul:nth-child(2) {
    margin-bottom: 90px;
  }

  .bottom-links .famViewEventFooter a {
    white-space: nowrap;
  }
  
  .topsection{
	margin-top:100px;
  }
}


.image {
  margin: 0;
}

.image img {
  max-width: 100%;
  height: auto;
}

.image-style-align-left img {
  display: block;
  margin-right: auto;
}

.image-style-align-right img {
  display: block;
  margin-left: auto;
}

.hidden {
  display: none !important;
}

.tab-content {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mg-frame-content {
  display: flex;
  align-items: center;
}
.mg-frame-content img {
  width: 50px;
  margin-right: 20px;
}
.mg-frame-content p {
  font-size: 18px;
  margin: 0;
}
.mg-frame-content p a {
  color: #0c4ada;
  font-weight: 600;
}