@charset "UTF-8";

/*---------------------------------------------------------------------------------

	Theme Name: RoyalTickets
	Date: December 2019
	Description: Events Booking WordPress Theme
	Version: 1.1.3
	Author: FantasyThemes
	Author URI: http://fantasythemes.net 
	License URI: http://themeforest.net/licenses/regular_extended
	License: Commercial
	Theme URI: https://themeforest.net/user/fantasythemes/portfolio
	Text Domain: royaltickets
	Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Header
	4.	Navigation
	5.	Blog
	6.	Single Post
	7.	Post Content
	8.	Comments
	9.	Respond
	10.	Page & Page Templates
	11.	Pagination
	12.	Sidebar
	13.	Footer
	14.	Credits
	15.	Media Queries

----------------------------------------------------------------------------------- */

.boxwhiteradu .vc_column-inner{
background:#fff;
padding: 25px 25px !important;
    border-radius: 20px;
    border: 1px solid #00000017;
}
.whtietext{
color:#fff;
}
.whtietext p,.whtietext h3{
color:#fff !important;
background:none !important;
-webkit-text-fill-color:#fff;
}

input[type="file"]{
	
	max-width: 100%;
    color: #444;
    padding: 5px;
    font-size: 16px;
    background: #b8b7b7;
    border-radius: 5px;
    border: 1px solid #555;
}
.mobileheadbanner{
	padding-top:160px !important;
	padding-bottom:120px !important;
	
}

.tablespac tr td:first-child{
	
	width:25%;
}
.tablespac tr td{
	padding:5px;
	border: 1px solid #d4cece;
	
}

.mobileheadbanner .vc_row[data-vc-full-width] {
	
	padding-top:10px !important;
	padding-bottom:10px !important;
	
}

   @media only screen and (max-width: 720px) {
	   .nav-link img{
		   vertical-align:middle;
	   }
	   #imageclientun .wpb_single_image .vc_single_image-wrapper, #imageclientun .wpb_single_image .vc_figure{
		
		   width:100%;
		   
		   
	   }
	   .hideonmobile{
		   display:none !important;
		   
	   }
.mobileheadbanner{
	
	max-height: 270px;
	padding-top:10px !important;
	padding-bottom:0px !important;
}
	   .mobileheadbanner div, .mobileheadbanner section{
	
padding-bottom:5px !important;
	padding-top:7px !important;
		   margin-bottom: 0 !important;
		   margin-top:0 !important;
}
	   .mobileheadbanner h1{ 
	   font-size: 1.7em;
		   }
	   .mobileheadbanner p{
		   line-height:1.2em;
		   font-size:17px !important;
		   
	   }
	   
	   .timeline-item:before { 
	   font-size:24px !important;
	   }
}

.product_table{
	
	
}

.product_tableL{
	display: inline-block; vertical-align: top; width: 25%;  
	padding: 0px 0 0 0;
	margin-top: 15px;
	
}	
	
.product_tableR{
	display: inline-block; vertical-align: top; width: 73%;  padding-left:15px;margin-top: 15px;
}	
	

#imageclientun .wpb_single_image .vc_single_image-wrapper{
display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-align: center;
}
.textwiall *{

	
}
.textwiall  h3{

	
	}
#imageclientun figure img{

width:75%;
margin:auto;
}
.textwhite *{
color:#bcbaba !important;
}
.showcasetxt::before{
content: "SHOWCASE" !important;
    font-size: 7.5em;
   letter-spacing: .2em;
    position: absolute;
    font-weight: bold;
    left: 0;
    top: 15%;
    width: 100%;
    
    text-align: center;
   text-transform: uppercase;
    background: linear-gradient(to right, #000000 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  
       .readmore .vc_grid-item {
    width: 49%;
     padding-right: 0px !important; 
   padding-bottom: 0px !important; 
    float: left !important;
}

}


.wpb_raw_html{
      margin-bottom:0 !important;
}

         .imagebservice{
         border:1px solid #ffffff1c;
         padding: 35px 10px;
         }
        #servicehome p, .imagebservice p{
         padding-bottom:0;
         color:#fff;
         }

.pix-bounce-sm {
    will-change: transform;
    -webkit-animation-name: pix_bounce_sm;
    animation-name: pix_bounce_sm;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes pix_bounce_sm {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pix_bounce_sm {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10%)
    }

    100% {
        transform: translateY(0)
    }
}



.owl-prev.disabled , .owl-next.disabled{
    opacity:0;
}
.readmore {
  position: relative;
         max-height: calc(100vh - 30vh);
  overflow: hidden;
  width:100%;
 
  padding: 10px;
  margin-bottom: 20px;

  transition:max-height 0.15s ease-out;

}

.readmore-link{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
    width: 100%;
    height: 200px;
    text-align: center;
    z-index: 999;
    color: #47516c;
    font-weight: bold;
    font-size: 16px;
    padding-top: 175px;
    background-image: linear-gradient(to bottom, transparent, #f5f5f5 );
    cursor: pointer;
   content: " " !important;

}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:20px;
}


.owl-theme .owl-nav [class*=owl-] {
   background:none !important;
       margin: 5px 15px !important;

}

.owl-theme .owl-nav {
    padding-top: 30px !important;
    
 }
.home_testde{

}

.readmore_unique{
    padding: 0 !important;
}
.readmore_unique a{
background-color: #252429 !important;
    border-color: #252429 !important;
    color:#fff !important;
cursor: pointer;
  
}
.imagescalex img{
width: 100%;
            transition: 0.5s all ease-in-out;
opacity: 1;
}
.imagescalex:hover img{
transform: scale(.9);
opacity: 0.7;
}

.vc_parallax::before {

position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: " ";
    z-index: 1;
    background: #0000001c;

}

/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Montserrat-Thin';
  src: url('../fonts/Montserrat-Thin.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat-Thin.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Montserrat-Thin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Montserrat-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Montserrat-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg'); /* Legacy iOS */
}


@font-face {font-family: "Tw Cen MT Condensed";
  src: url("../fonts/a6e52658c34e3c3b5aab798f098593dc.eot"); /* IE9*/
  src: url("../fonts/a6e52658c34e3c3b5aab798f098593dc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/a6e52658c34e3c3b5aab798f098593dc.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/a6e52658c34e3c3b5aab798f098593dc.woff") format("woff"), /* chrome、firefox */
  url("../fonts/a6e52658c34e3c3b5aab798f098593dc.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/a6e52658c34e3c3b5aab798f098593dc.svg#Tw Cen MT Condensed") format("svg"); /* iOS 4.1- */
}



.hideunique{
display:none !important;
}

html, body { margin:0; padding:0;}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, del, details, dfn, div, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend,  mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	line-height:1.3;
	font-family:inherit;
	text-align:left;
  
}
.cerbox p{
padding-top:45px;
font-size:1.5em;
}
.certxt{
font-size:1.8em;
      background: -webkit-linear-gradient(#47516c, #121e41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.footer_partnerR img {
    height: 35px;
 vertical-align: middle;
    margin-left: 15px;
    
}
.txt_ga1,h3{
	/*
background: -webkit-linear-gradient(#47516c, #121e41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
*/
}
.fullbackg{
background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

strong {
	font-weight: 500;
}

small {
    font-size: 80%;
}

ol, ul {
	line-height: 1.6;
	margin-bottom: 30px;
}

li > ol,
li > ul {
	margin-bottom: 0;
}

dd { margin-bottom: 30px; }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 800;
    color: #044555;    
  	font-variant-ligatures: common-ligatures;
  	margin-top: 0;
  	margin-bottom: 0;
}
h1,
.h1 {
  	font-size: 3.6em;
  	line-height: 1.2em;
  	margin-bottom: 30px;
}
h2,
.h2 {
  	font-size: 2.5em;
  	line-height: 1.2em;
  	margin-bottom: 30px;
}
h3,
.h3 {
  	font-size: 2.6em;
  	line-height: 1.2em;
  	margin-bottom: 30px;
}
h4,
.h4 {
  	font-size: 1.9em;
  	line-height: 1.2em;
  	margin-bottom: 30px;
}
h5,
.h5 {
  	font-size: 1.45em;
  	line-height: 1.2em;
  	margin-bottom: 30px;
}
h6,
.h6 {
	font-size: 0.825em;
  	line-height: 1em;
  	margin-bottom: 30px;
  	font-weight: 400;
}

.attached-images-post-gallery-title {
	float: left;
	width: 100%;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border: none;
	margin-bottom: 30px;
}

table tr th {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
    color: #1B1919;
    vertical-align: middle;
    border: none;
    border-bottom: 2px solid #EFEFEF;
}

.dashboard-events-table .table td, 
.dashboard-events-table .table th {
    vertical-align: middle;
    padding: 20px;
}

.rt-table thead th {
    border: none;
}

.dashboard-events-table .table td, 
.dashboard-events-table .table th {
    border-color: #ced4da;
}

.dashboard-events-table .table thead th i {
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background-color: #ced4da;
    background-color: #f9f9f9;
}

.container-wide {
	max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
}

.text-muted {
    color: #737373 !important;
}

.text-muted-alt {
	color: #aaa7ca !important;
}

blockquote:before, 
blockquote:after { content:""; }

a,
a:focus { outline: none; text-decoration: none; }

input,
textarea { 
	-webkit-font-smoothing: antialiased; 
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

p {
	padding-bottom: 20px;
    font-size: 20px;
 	color: #484848;
	color: #676767;
}

blockquote {
	background-color: rgba(0,0,0,0.1);
    border-left: solid 5px #de2358;
	font-size: 20px;
	font-style: italic;
	padding: 30px;
	margin-bottom: 30px;
}

blockquote p {
	color: #000;
	font-size: 20px;
	line-height: 32px;
	font-style: italic;
}

blockquote p:last-child {
	padding-bottom: 0;
}

.btn-royaltickets {
    border-radius: 100px;
    padding: 20px 40px;
    font-weight: 500;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    background: rgb(17, 17, 17);
	color: #fff !important;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-ms-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.amp {
	font-family: 'Playfair Display', Georgia, serif;
}

.site-socket .amp {
	font-size: 18px;
    margin: 0 5px;
    position: relative;
	bottom: -2px;
}

/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
    color: #242428;
	background-color: #ffffff;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
font-family: "DM Sans";
  font-optical-sizing: auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;

	overflow-x: hidden;
}



body a {
	color: #de2358;
	text-decoration: none;
}

body a:hover {
	color: #cf1e50;
	text-decoration: none;
}

.dark-link {
	color: #111111;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.dark-link:hover,
.dark-link:focus,
.dark-link:visited {
	color: #de2358;
}

* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.royaltickets-fullwidth-image {
	width: 100%;
}

.clear { clear: both; }
.float-left { float: left; }
.float-right { float: right; }

::selection {
	background: #080810;
	color: #FFF;
}

::selection {
  	background: #178963; /* WebKit/Blink Browsers */
  	color: #fff;
}
::-moz-selection {
  	background: #178963; /* Gecko Browsers */
  	color: #fff;
}

::-webkit-input-placeholder { color: #666; }
:-ms-input-placeholder { color: #666; }

/* Transitions --------------------------------------- */

.widget-content .tagcloud {
	float: left;
    width: 100%;
}

.main-menu a {
letter-spacing: 2px;
}

body a,
.post-tags a,
.post-tags a:before,
.tagcloud a,
.tagcloud a:before {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-menu a,
.main-menu li::after,
.blog-title a,
.content form input,
.content form textarea,
.sticky-post,
.search-submit,
.more-link,
#infinite-handle span,
.main-menu > .menu-item-has-children a,
.main-menu > .menu-item-has-children > a::after {
	-webkit-transition: all 0.2s ease;
	 -moz-transition: all 0.2s ease;
	 -ms-transition: all 0.2s ease;
	 -o-transition: all 0.2s ease;
	 transition: all 0.2s ease;
}

.nav-toggle .bar {
	-webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -ms-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

.royaltickets-buy-now-buttons {
    font-size: 13px;
    font-weight: 700;
    left: 15px;
    bottom: 20px;
    display: block;
    padding: 16px;
    color: #fff;
    background: #82b541;
    border-radius: 48px;
    position: fixed;
    z-index: 999;
    overflow: hidden;
}

.royaltickets-buy-now-buttons .royaltickets-buy-now-inner img {
    height: 12px;
}

.royaltickets-buy-now-buttons:hover,
.royaltickets-buy-now-buttons:active,
.royaltickets-buy-now-buttons:focus {
	color: #fff;
}

.royaltickets-buy-now-buttons .royaltickets-buy-now-inner span {
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    margin: 0 3px;
}

.royaltickets-buy-now-buttons img {
	margin-left: 5px;
	vertical-align: initial;
}

.royaltickets-buy-now-buttons .fa {
	margin-right: 5px;
}

.royaltickets-buy-now-buttons img.royaltickets-buy-now-logo {
	width: 24px;
	height: auto;
	float: left;
	margin: 0;
}

.royaltickets-buy-now-buttons .royaltickets-buy-now-inner {
	display: block;
	padding: 3px 0;
	float: left;
	line-height: 18px;
	padding-left: 0;
	max-width: 0;
	position: relative;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: -70px;
}

.royaltickets-buy-now-buttons:hover .royaltickets-buy-now-inner {
	padding-left: 10px;
	padding-right: 5px;
	margin-right: 0;
	max-width: 400px;
	opacity: 1;
}


/* -------------------------------------------------------------------------------- */
/*	2. Structure
/* -------------------------------------------------------------------------------- */


.section { 
	padding-bottom: 60px; 
	display: block;
}

.royaltickets-section-no-padding {
	padding: 0 !important;
}

.index-page .section {
	padding-top: 120px;
}

.big-padding { padding: 80px 0; }
.medium-padding { padding: 40px 0; }
.small-padding { padding: 20px 0; }
.no-padding { padding: 0; }

.bg-white { background: #FFF !important; }
.bg-light { background-color: #f4f4f4 !important; }
.bg-red { background-color: #de2358 !important; }
.bg-graphite { background-color: #222222 !important; }
.bg-dark { background-color: #16151a !important; }
.bg-gold-soft { background-color: #f8f5f0 !important; }
.bg-dark-blue { background-color: #161631 !important; }
.bg-dark-blue-alt { background-color: #232252 !important; }

.bg-dark:hover, .bg-dark:focus, a.bg-dark:hover, a.bg-dark:focus { background-color: #292929 !important; }

.bg-image { 
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-position: center;
    min-height: 444px;
    display: inline-block;
    width: 100%;
}

.container-blog {
	display: block;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
}

.single-content {
	margin: 0 auto;
    padding-top: 38px !important;
    background-color: #fff;
    position: relative;
    padding: 90px !important;
}

.has_featured_image .single-content {
    margin-top: 10px;
}

.shadow-box {
    position: absolute;
    top: 0;
    height: 90px;
    width: 100%;
    margin-left: -90px;
    z-index: -1;
}

.shadow-box:before {
    content: "";
    position: absolute;
    top: 15px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39, 44, 49, 0.15);
    filter: blur(5px);
    left: -5px;
    transform: rotate(-5deg);
}

.shadow-box:after {
    content: "";
    position: absolute;
    top: 15px;
    z-index: -1;
    display: block;
    width: 20px;
    height: 200px;
    background: rgba(39, 44, 49, 0.15);
    filter: blur(5px);
    right: -5px;
    transform: rotate(5deg);
}

.footer .container{
	color: #fff;
}

.container.light { width: 900px; }
.container.thin { width: 700px; }

.wrapper-inner { position: relative; }


/* gridiriffic */


.one-fourth { width: 22%; margin-left: 4%; float: left; }
.one-third { width: 30%; margin-left: 5%; float: left; }
.one-half { width: 47.5%; margin-left: 5%; float: left; }
.two-thirds { width: 65%; margin-left: 5%; float: left; }

.one-fourth:first-child,
.one-third:first-child,
.one-half:first-child,
.two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
#header {
    position: relative;
    z-index: 999;
    background-color: #949292c2;
}

.menu-style-default #header:not(.clone-fixed) {
    border-bottom: solid 1px #f4f4f4;
}

#header.sticky-header.clone-fixed {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    margin-top: -100px;
    top: 0;
    opacity: 0;
    transition: all .4s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .4s cubic-bezier(.2,1,.22,1);
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.04);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.04);
}

#header.clone-fixed.slideDown {
	margin-top: 0;
    top: 0;
    opacity: 1;
}

body.admin-bar #header.clone-fixed.slideDown {
    top: 32px !important;
}

#header.clone-fixed .header-top {
    display: none;
}

.header-main {
    line-height: 14px;
}

#header .container {
	padding: 0;
}

#header .logo-main img {
    height: 75px;
    margin: 20px 0;
}

#header-nav-holder {
	background-color: #fff;
} 

.header-main .header-top-info {
	padding: 18px 0;
    float: left;
}

.header-main .header-main-socs {
    margin-left: 46px;
}

.header-main .header-main-socs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-main .header-main-socs ul li {
    display: block;
    float: left;
    margin-left: 15px;
    margin-bottom: 0;
}

.header-main .header-main-socs ul li:first-child {
    margin-left: 0;
}

.header-main .header-main-socs ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #2f3234;
    color: #fff;
    text-indent: 1px;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.header-main .header-main-phone .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.header-main-phone .phone .phone-label {
    margin-right: 2px;
    color: #6f7fec;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1px;
}

.header-main .header-main-phone .phone .phone-number {
    font-size: 16px;
    line-height: 18px;
    float: left;
}

.header-main-phone a, 
.header-secondary-phone a {
    text-decoration: none !important;
}

.header-main .header-address .fa {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.header-main .header-address .address .heading-font {
    font-size: 12px;
    line-height: 18px;
    display: block;
}

.header-main .header-address .address .heading-font.first-line {
    font-size: 16px;
    line-height: 18px;
}

.header-main .header-main-phone {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
    display: block;
}

.header-main .header-address {
    position: relative;
    padding-left: 30px;
    display: block;
}

.header { padding: 35px 0; background-color: #080810; color: #fff;}

.header .container{ text-align: center; }

.section-header {
    width: 100%;
}

/* -------------------------------------------------------------------------------- */
/*  3. Header Option
/* -------------------------------------------------------------------------------- */
.menu-style-fixed #header.visible-header {
    position: fixed!important;
    width: 100%;
    border-bottom: solid 1px rgba(255,255,255,.07);
    background: transparent;
    transition: all .3s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .3s cubic-bezier(.2,1,.22,1);
}

.menu-style-fixed #header.visible-header.sticky {
    margin-top: -300px;
}

.menu-style-fixed #header.visible-header .header-main {
    background: transparent;
}

/* Blog title --------------------------------------- */


.blog-title {
	display: block;
	font-size: 2.25em;
	line-height: 110%;
	font-weight: 700;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.blog-title a { color: #fff; }
.blog-title a:hover { color: #de2358; }

.blog-tagline { 
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 120%;
	text-align: center; 
	font-style: italic;
}


/* Blog logo --------------------------------------- */


.blog-logo { display: inline-block; }

.blog-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}


/* Header image --------------------------------------- */

.header-image {
	background-color: #111;
	position: relative;
}

.hero-post.header-image {
	margin-bottom: 40px;
	background-color: transparent;
    padding: 20px;
}

.header-image img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
	visibility: hidden;
	display: none;
}

.post-image-shadow {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	background-color: #161631;
    opacity: .9;
}

.post-header {
	padding-right: 30px;
    padding-bottom: 60px;
}

.post-image-gradient-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 270px;

	background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#000000', GradientType=0 );
}

.hero-post-content {
	position: relative;
	z-index: 999;
	padding: 420px 0 60px 0;
}

.hero-post-content .post-title,
.post-header .post-title {
	font-family: 'Merriweather', serif;
	font-size: 2.6em;
    line-height: 130%;
    font-weight: 700;
}

.post-header .post-meta p {
	display: inline-block;
    font-size: 0.75em;
    line-height: 200%;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 3px;
}

.hero-post-content .post-title,
.hero-post-content .post-title a,
.hero-post-content .post-title a:hover {
	color: #fff;
	position: relative;
}
.hero-post-content .post-title a:after {
	content: "";
	position: absolute;
	bottom: 0;
	margin-bottom: 4px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hero-post-content .post-title a:hover {
	text-decoration: none;
}
.hero-post-content .post-title a:hover:after {
	opacity: 1;
}

.hero-post-content .post-meta {
	border-color: rgba(255,255,255,0.2);
}

.hero-post-content .post-meta p {
	color: #eee;
	display: inline-block;
    font-size: 0.75em;
    line-height: 200%;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 3px;
}



/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */

a.blog-logo-text {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	font-size: 15px;
	line-height: 17px;
	margin-right: 30px;
	float: left;
}

a.blog-logo-text:hover {
	color: #de2358;
}


.toggles,
.mobile-search { display: none; }

.navigation { background-color: #080810; border-top: solid 1px rgba(136,136,136,0.15); }

.main-menu-wrapper {
	display: inline-flex;
	margin-top: 28px;
}

.main-menu,
.top-menu { 
	text-align: center;
	display: inline-flex;
}

ul.main-menu {
	margin: 0;
	padding: 0;
}

.position-left-menu .main-menu,
.position-fullscreen .main-menu {
	display: none !important;
}

.menu-v2 .main-menu {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	margin-top: 12px;
}

.main-menu li,
.top-menu li {
	display: inline-flex;
	position: relative;
	float: left;
}

.main-menu li:last-child a {
    margin-right: 0 !important;
}

.menu-login-register-button a .fe-more-vertical {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
}

.menu-login-register-button:hover a .fe-more-vertical {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#header .header-main .top-menu {
	margin: 0;
	margin-right: -35px;
}

#header .header-main .top-menu li a {
	line-height: 18px !important;
	float: left;
	padding: 18px 20px;
    text-align: center;
    border-left: solid 1px rgba(255,255,255,.1);
}

#header .header-main .top-menu li.menu-social-links a {
	font-size: 18px;
	width: 58px;
}

#header .header-main .top-menu li.menu-login-register-button a {
	width: auto;
}

#header .header-main .top-menu li.menu-login-register-button ul li a {
	width: 100%;
	text-align: right;
}

#header .header-main .top-menu li a:hover {
	background-color: #de2358;
}

.main-menu > li:first-child {
	/*margin-left: -24px;*/
}

.main-menu > li + li:before {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -3px;
	left: -22px;
    height: 4px;
    width: 4px;
    background-color: #A5A5A5;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: '';
    display: none;
}

.main-menu li.menu-social-links a .fa {
	margin-right: 0 !important;
}

.header-main #header-sidebar-menu-button {
	float: left;
	display: block;
}

.header-main #header-sidebar-menu-button {
	margin-left: 30px;
	display: none;
}

.header-main #header-sidebar-menu-button a {
	line-height: 36px;
	float: left;
}

.header-top-link,
.instagram-link,
.facebook-link,
.twitter-link {
	color: #aaa;
}

.header-top-link:hover,
.header-top-link:focus {
	color: #cb2f34;
}

.instagram-link:hover,
.instagram-link:focus {
	color: #C13584;
}

.facebook-link:hover,
.facebook-link:focus {
	color: #4267B2;
}

.twitter-link:hover,
.twitter-link:focus {
	color: #1DA1F2;
}

.header-top {
	background-color: #17161a;
    color: #a4a3a5;
}

.header-top a:not(.btn) {
	color: #a4a3a5;
}

.header-top a:not(.btn):hover {
	color: #de2358;
}

.header-main {
	color: #17161A;
}                            

#header.clone-fixed .header-main {
border:none;
   
    background: #044555;
   color: #ffffff;
}



#header .main-menu li.menu-login-register-button li {
	float: right;
}

.main-menu > li.menu-login-register-button > ul {
    right: 0;
    left: auto !important;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.main-menu > li.menu-login-register-button:hover > ul {
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-menu li.menu-login-register-button ul.sub-menu li a {
	text-align: right;
	padding: 10px 30px;
}

.main-menu li.menu-login-register-button ul.sub-menu li a:hover {
	padding-right: 33px;
    background-color: #f7f7f7;
}

.main-menu > li > a:not(.btn) {
	float: left;
	display: inline-block;
	position: relative;
    font-weight: 600;
    padding: 20px 20px;
    color: #17161A;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
  
}

.menu-color-light .sticky-header .main-menu > li > a:not(.btn), 
.menu-color-light .sticky-header .header-main {
    color: #ffffff;
}

#header.clone-fixed .header-main .main-menu > li:not(.cta-button) > a:not(.btn) {
    color: #fff;
}

.main-menu:not(.top-menu) li a:not(.btn) {
	border-bottom: solid 2px transparent;
}

.main-menu.top-menu li a:not(.btn) {
	padding: 13px 20px;
	text-transform: initial;
	color: #6b696d !important;
    font-size: 14px;
}

.menu-color-light #header.visible-header .header-top ul li ul li a:not(.btn) {
    color: #a4a3a5;
}

.main-menu.top-menu li a:not(.btn):hover {
	color: #de2358 !important;
}

.main-menu.top-menu li.menu-login-register-button > a {
	padding: 13px 20px;
    border-left: solid 1px rgba(255,255,255,.07)!important;
    border-right: solid 1px rgba(255,255,255,.07)!important;
}

.main-menu.top-menu li.menu-login-register-button > a:hover,
.main-menu.top-menu li.menu-login-register-button:hover > a {
	color: #ffffff;
}

.main-menu > li:first-child > a {
	padding-left: 0;
}

.main-menu:not(.top-menu) li.cta-button a {
	color: #fff;
	padding: 20px 30px!important;
    border-bottom: 0;
}

.main-menu li.cta-button a:hover,
.main-menu li.cta-button a:focus {
	background-color: #cf1e50;
	color: #fff;
}

.main-menu li a span.royaltickets-menu-hot {
	background-color: #FB6A5C;
    display: inline-block;
    margin-left: 7px;
    font-size: 10px;
    color: #fff;
    padding: 4px 5px 3px 5px;
    text-transform: uppercase;
    line-height: 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.main-menu li a span.royaltickets-menu-new {
	background-color: #e9b97b;
    display: inline-block;
    margin-left: 7px;
    font-size: 10px;
    color: #fff;
    padding: 4px 5px 3px 5px;
    text-transform: uppercase;
    line-height: 8px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.main-menu li:not(.menu-social-links) a i {
	margin-right: 10px;
    font-size: 90%;
}

.main-menu .royaltickets-cta a {
	padding: 15px 30px !important;
	background-color: #de2358;
	color: #fff !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.main-menu .royaltickets-cta a:hover {
    background-color: #dd5146;
    color: #fff !important;
}

.main-menu .royaltickets-cta-v2 a {
	padding: 12px 30px !important;
	border: solid 2px #c63730;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.main-menu .royaltickets-cta-v2 a:hover {
	background-color: #c63730;
	color: #fff !important;
}

.main-menu .royaltickets-cta-v3 a {
	padding: 15px 30px !important;
	background-color: #de2358;
	color: #fff !important;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}

.main-menu .royaltickets-cta-v3 a:hover {
	background-color: #dd5146;
	color: #fff !important;
}

.main-menu:not(.top-menu) > li > a:not(.btn) {
	padding: 20px 0 18px 0;
	margin: 0 20px;
}

.main-menu:not(.top-menu) > li:first-child > a:not(.btn) {
	margin-left: 0;
}

.main-menu:not(.top-menu) > li:last-child > a:not(.btn) {
	margin-right: 0;
}

.menu-color-light .main-menu > a:hover,
.menu-color-light .main-menu > li:hover > a {
	color: #ffffff;
}

.main-menu > li > a:hover,
.main-menu > li:hover > a {
	border-color: #de2358 !important;
}

.main-menu li.menu-item.current-menu-item > a, 
.main-menu li.page_item.current-menu-item > a,
.main-menu li.menu-item.current_page_item > a, 
.main-menu li.page_item.current_page_item > a {
	color: #ffffff;
	border-color: #de2358;
}

.menu-color-default .main-menu li.menu-item.current-menu-item:not(.cta-button) > a, 
.menu-color-default .main-menu li.page_item.current-menu-item:not(.cta-button) > a,
.menu-color-default .main-menu li.menu-item.current_page_item:not(.cta-button) > a, 
.menu-color-default .main-menu li.page_item.current_page_item:not(.cta-button) > a {
    color: #de2358;
    border-color: #de2358;
}

.main-menu ul.sub-menu li.menu-item.current-menu-item > a, 
.main-menu ul.sub-menu li.page_item.current-menu-item > a,
.main-menu ul.sub-menu li.menu-item.current_page_item > a, 
.main-menu ul.sub-menu li.page_item.current_page_item > a {
	color: #ffffff;
	border-color: #de2358;
}

.main-menu .royaltickets-cta.current-menu-item > a,
.main-menu .royaltickets-cta.current_page_item > a {
	color: #ffffff !important;
	background-color: #dd5146;
}

.main-menu > .menu-item-has-children > a { position: relative !important; padding-bottom: 17px !important; padding-top: 19px !important; }
.main-menu > .menu-item-has-children > a::after {
    font-family: 'Feather' !important;
    content: "\e92e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    font-size: .7em;
    opacity: .6;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.sub-menu > .menu-item-has-children > a { padding-left: 33px; position: relative; }
.sub-menu > .menu-item-has-children > a::after {
    font-family: 'Feather' !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    content: "\e9b1";
	display: block;
	position: absolute;
	z-index: 1001;
	right: 25px;
	top: 0;
	margin-top: 8px;
	margin-left: 15px;
	margin-left: 5px;
    font-size: 80%;
    font-size: 70%;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}

.sub-menu > .menu-item-has-children:first-child > a::after {
	margin-top: 10px;
}

.widget-content .sub-menu > .menu-item-has-children > a::after {
	display: none;
}

.widget-content .sub-menu > .menu-item-has-children > a {
	padding-left: 0;
}

.menu-color-light .main-menu li:hover > a { cursor: pointer; color: rgba(255,255,255,.7) !important; }
.main-menu li:hover > a::after { border-top-color: #de2358; }

.main-menu ul li:hover > a::after { border-top-color: #fff; }

.logo-light,
.menu-color-light .logo-dark,
.menu-color-light #header.clone-fixed .logo-light {
    display: none;
}

.menu-color-light .logo-light,
.logo-dark,
.menu-color-light #header.clone-fixed .logo-dark {
    display: inline-block;
}

/* Sub menus --------------------------------------- */
.main-menu ul.sub-menu {
	position: absolute;
	z-index: 10000;
	display: block;
	top: 76px;
	opacity: 0;
    visibility: hidden;
	z-index: 999;
    min-width: 280px;
	padding: 20px 0px;
	text-align: left;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1), 0 0.5rem 1rem -0.75rem rgba(22,28,45,.1);
    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
	border-radius: 4px;
	/*-webkit-transition: opacity 0.2s ease, top 0.1s ease;
	-moz-transition: opacity 0.2s ease, top 0.1s ease;
	-ms-transition: opacity 0.2s ease, top 0.1s ease;
	-o-transition: opacity 0.2s ease, top 0.1s ease;
	transition: opacity 0.2s ease, top 0.1s ease;*/
    /*de aici incepe new*/
    left: 50%;
    top: 67px;
   /* -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: perspective(300px) rotateX(-12deg);
    transform: perspective(300px) rotateX(-12deg);*/
    -webkit-transform: translate3d(0%,10px,0);
    transform: translate3d(0%,10px,0);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
}

.main-menu ul.sub-menu ul {
    left: auto;
    right: -280px;
    width: 280px;
    top: -20px;
    -webkit-transform: translate(0%, 15px);
    transform: translate(0%, 15px);
}

.main-menu ul.sub-menu li a:hover {
	color: #dd2357;
}

.main-menu ul.td-mega-menu {
	box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
}

.main-menu li.td-has-megamenu {
	position: static;
}

.main-menu ul.td-mega-menu {
	right: 0;
	width: 100%;
	min-width: 600px;
	margin-left: 0 !important;
    background: #111111;
    padding: 25px 30px 20px 30px;
}

.main-menu > li:hover > ul.td-mega-menu {
    right: initial !important;
    min-width: 820px;
}

.main-menu ul.td-mega-menu ul.sub-menu {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    box-shadow: none;
}

.main-menu ul.td-mega-menu ul.sub-menu li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.main-menu ul.td-mega-menu li {
	width: calc(100% / 3) !important;
    min-width: 240px;
    border-bottom: none !important;
}

.main-menu ul.td-mega-menu > li > a {
	font-size: 14px;
    color: #de2358;
    text-transform: uppercase;
}

.main-menu ul.td-mega-menu > li > a:hover {
	color: #cf1e50;
}

.main-menu ul.td-mega-menu li:last-child > a {
    padding-bottom: 14px !important;
}

.main-menu ul.td-mega-menu li,
.main-menu ul.td-mega-menu li:hover > a,
.main-menu ul.td-mega-menu li:active > a,
.main-menu ul.td-mega-menu li.menu-item.current-menu-item > a, 
.main-menu ul.td-mega-menu li.page_item.current-menu-item > a, 
.main-menu ul.td-mega-menu li.menu-item.current_page_item > a, 
.main-menu ul.td-mega-menu li.page_item.current_page_item > a {
	background: transparent !important;
}

.main-menu ul.td-mega-menu li.menu-item.current-menu-item > a, 
.main-menu ul.td-mega-menu li.page_item.current-menu-item > a, 
.main-menu ul.td-mega-menu li.menu-item.current_page_item > a, 
.main-menu ul.td-mega-menu li.page_item.current_page_item > a {
	color: #fff;
}

.main-menu ul.td-mega-menu li a:after {
	display: none;
}

.main-menu ul.td-mega-menu > li > a {
	cursor: default;
	padding-bottom: 14px;
	position: relative;
}

.main-menu ul.td-mega-menu > li > a:hover {
	padding-left: 0;
}

.main-menu ul.td-mega-menu > li > a span {
	float: left;
}


.main-menu ul.td-mega-menu li a.td-hidetitle {
	display: none;
}

#header .header-main .main-menu > li > ul.sub-menu li a {
	color: #1a1940;
    border-bottom-width: 0;
    width: 100%;
    display: inline-block;
}

#header .header-main .main-menu > li > ul.sub-menu li:hover > a,
#header .header-main .main-menu > li > ul.sub-menu li a:hover {
    color: #de2358 !important;
    padding-left: 29px;
    background-color: #f7f7f7;
}

#header .header-main .main-menu > li > ul.sub-menu li:hover > a::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(135deg);
}

#header .header-main .main-menu > li > ul.sub-menu li > a:hover {
	/*background: transparent;*/
    background-color: #f7f7f7;
}

#header .header-main .main-menu > li > ul.sub-menu .widget_nav_menu li a:hover {
    background: transparent;
}

#header .header-main .main-menu > li > ul.sub-menu li.current-menu-item a,
#header .header-main .main-menu > li > ul.sub-menu li.current_page_item a {
    border: none;
    padding-left: 33px;
}

.main-menu ul.sub-menu li { 	
	width: 100%;
}

.main-menu ul.sub-menu:not(.ft-mega-menu) a {
	display: block;
	padding: 10px 30px;
	line-height: 130%;
	width: 100%;
	letter-spacing: 0;
	font-size: 20px;
    text-transform: inherit;
    color: #a9a9a9;
}

.main-menu ul.sub-menu:not(.ft-mega-menu) a:hover {
	padding-left: 33px;
	color: #fff;
}

.main-menu ul.sub-menu > li:last-child > a { border-bottom-width: 0; }

.main-menu > li:hover > ul {
    top: 65px;
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999999;
}

.main-menu > li:first-child > ul {
	left: 50%;
}

.main-menu.top-menu > li > ul {
	top: 48px;
}


/* Deep down --------------------------------------- */


.main-menu ul ul { 
	padding-top: 0;
	top: 10px;
}

.main-menu ul ul .menu-item-has-children:hover::after { border-left-color: #333; }
.main-menu ul ul ul li { background: #444; }
.main-menu ul ul ul .menu-item-has-children:hover::after { border-left-color: #444; }
.main-menu ul ul ul ul li { background: #555; }
.main-menu ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #555; }
.main-menu ul ul ul ul ul li { background: #666; }
.main-menu ul ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #666; }

.main-menu li > ul > li:hover > ul {
	opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    visibility: visible;
}

.login-button {
	font-size: 14px !important;
}


/* -------------------------------------------------------------------------------- */
/*	5. WPML Language Menu
/* -------------------------------------------------------------------------------- */

.menu-item-language ul {
	margin-left: -31px !important;
	padding-top: 0 !important;
}

.menu-item-language ul:before {
	display: none !important;
}

.menu-item-language a {
	padding-right: 0 !important;
	opacity: 0.7;
	padding: 12px 0 18px 0 !important;
}

.menu-item-language a:hover {
	opacity: 1;
}

.menu-item-language a:after {
	display: none !important;
}

.menu-item-language ul li {
	width: 62px;
	background: transparent !important;
}

.menu-item-language ul li a {
	width: 100%;
    border: none !important;
    padding: 10px 20px !important;
}

.menu-item-language ul li a img {
	margin-right: 0;
}

.menu-item-language img.iclflag {
	margin-right: 0 !important;
}

.top-info-menu {
	margin: 0 !important;
}

.top-info-menu > li > a {
	padding: 10px 0 !important;
}

.top-info-menu > li:hover > .sub-menu {
	top: 38px;
}

.top-info-menu > li > .sub-menu a {
	font-size: 14px;
}

.top-info-menu > li > .sub-menu li {
	width: 210px;
}


/* Mega Menu */
.main-menu li.menu-has-mega-menu > .sub-menu.ft-mega-menu {
    display: initial;
    top: 68px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-default > .sub-menu.ft-mega-menu {
    left: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}

.main-menu li.menu-has-mega-menu.ft-menu-width-default:hover > .sub-menu.ft-mega-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 999999;
}

.main-menu li.menu-has-mega-menu:hover > .sub-menu.ft-mega-menu {
    left: 0;
    top: 65px;
}

.main-menu li.menu-has-mega-menu:not(.ft-menu-width-290):not(.ft-menu-width-330):not(.ft-menu-width-600):not(.ft-menu-width-900) > .sub-menu.ft-mega-menu {
    top: 95px;
}

.main-menu li.menu-has-mega-menu:hover:not(.ft-menu-width-290):not(.ft-menu-width-330):not(.ft-menu-width-600):not(.ft-menu-width-900) > .sub-menu.ft-mega-menu {
    top: 93px;
}

.ft-mega-menu {
    padding: 0 !important;
    overflow: hidden !important;
    width: 100%;
    left: 0;
    margin-left: 0 !important;
}

.ft-mega-menu .widget ul {
    display: inline-block;
    left: 0;
    padding: 0;
}

.ft-mega-menu .widget ul > li {
    width: 100% !important;
    border: none;
    padding: 0;
    padding-bottom: .25rem!important;
    padding-top: .25rem!important;
}

.ft-mega-menu .widget ul > li:before {
    display: none;
}

.ft-mega-menu .widget ul > li a:hover {
    color: #de2358 !important;
    padding-left: 3px !important;
    background: transparent;
}

.ft-mega-menu .widget ul > li:hover a {
    background: transparent !important;
}

.ft-mega-menu .widget ul > li a {
    padding: 0 !important;
    padding-left: 0 !important;
    line-height: 130%;
}

.ft-mega-menu .widget ul > li.current_page_item a,
.ft-mega-menu .widget ul > li.current-menu-item a {
    border: none;
    color: #de2358 !important;
}

.ft-mega-menu .widgettitle {
    font-size: 13px;
    margin-bottom: 10px !important;
    display: inline-block;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .08em;
    color: #8a8a8a;
    color: #b79b6c;
}

.main-menu li.menu-has-mega-menu:not(.ft-menu-width-290):not(.ft-menu-width-330):not(.ft-menu-width-600):not(.ft-menu-width-900) {
    position: unset;
}

/*.main-menu li.menu-has-mega-menu {
    position: unset;
}*/

.main-menu li.menu-has-mega-menu.ft-menu-width-290 .ft-mega-menu {
    width: 290px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-330 .ft-mega-menu {
    width: 330px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-600 .ft-mega-menu {
    width: 600px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-800 .ft-mega-menu {
    width: 800px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-900 .ft-mega-menu {
    width: 900px;
}

.section-menu-padding {
    padding: 40px 50px 0 50px !important;
    margin: 0 !important;
}

.rounded-menu-button {
    border-radius: 50px;
    height: 56px;
    width: 56px;
    background-color: rgba(0,0,0,.01);
    text-align: center;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 3px !important;
    border: none !important;
}

.rounded-menu-button:hover {
    background-color: rgba(0,0,0,.04);
}

.royaltickets-side-inner-menu .section-menu-padding {
    padding: 0 !important;
    background-color: transparent !important;
}

.menu-block-padding > .vc_column-inner > .wpb_wrapper {
    padding: 50px;
    padding-left: 20px;
    padding-bottom: 30px;
}

.royaltickets-side-inner-menu .menu-block-padding > .vc_column-inner > .wpb_wrapper {
    padding: 0;
}

.royaltickets-side-inner-menu .menu-block-padding {
    width: 100% !important;
}

.royaltickets-side-inner-menu .vc_col-sm-3,
.royaltickets-side-inner-menu .vc_col-sm-4,
.royaltickets-side-inner-menu .vc_col-sm-6,
.royaltickets-side-inner-menu .vc_col-sm-8,
.royaltickets-side-inner-menu .vc_col-md-3,
.royaltickets-side-inner-menu .vc_col-md-4,
.royaltickets-side-inner-menu .vc_col-md-6,
.royaltickets-side-inner-menu .vc_col-md-8,
.royaltickets-side-inner-menu .vc_col-lg-3,
.royaltickets-side-inner-menu .vc_col-lg-4,
.royaltickets-side-inner-menu .vc_col-lg-6,
.royaltickets-side-inner-menu .vc_col-lg-8 {
    width: 100%;
}

.section-menu-padding {
    padding: 40px 50px 0 50px !important;
    margin: 0 !important;
}

.royaltickets-side-inner-menu .section-menu-padding {
    padding: 0 !important;
    background-color: transparent !important;
}

.ft-mega-menu .vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner .wpb_wrapper {
    height: 100%;
}

.ft-event-banner {
    display: inline-block;
    width: 100%;
    padding: 60px 30px;
    background-size: cover;
    background-position: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.ft-event-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(30, 32, 34, 0.7);
}

.ft-event-banner-inner {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.padding-left-link:hover {
    padding-left: 3px;
}

.main-menu > li.ft-menu-position-right:hover > ul {
    opacity: 1;
    display: block;
    left: unset;
    right: 0;
    margin-left: 0;
    margin-right: -10px;
    margin-top: 0;
}

.main-menu > li.ft-menu-position-middle > ul {
    left: 50% !important;
    /*-webkit-transform: translateX(-50%) perspective(300px) rotateX(-12deg);
    transform: translateX(-50%) perspective(300px) rotateX(-12deg);*/
    -webkit-transform: translate(-50%,15px);
    transform: translate(-50%,15px);
}

.main-menu > li.ft-menu-position-middle:hover > ul {
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translateX(-50%) perspective(0) rotateX(0);
    transform: translateX(-50%) perspective(0) rotateX(0);
}

.widget-link {
    color: #1a1940;
}

.widget-link:hover {
    color: #de2358 !important;
    padding-left: 3px;
}

.megamenu-no-title-padding {
    padding-top: 44px;
}

.main-menu li.cta-button a:hover, 
.main-menu li.cta-button a:focus {
    color: #fff !important;
}

/* Sticky Post --------------------------------------- */


.sticky-post {
	display: block;	
	box-sizing: border-box;
	height: 40px;
	width: 30px;
	background: #de2358;
	text-align: center;
	color: #fff;	
	position: absolute;
	top: -1px;
	right: 3.75%;
}

.sticky-post .genericon {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -9px;
}

.sticky-post:after {
	content: "";
	border: 15px solid transparent;
	border-top: none;
	border-bottom-width: 8px;
	border-left-color: #de2358;
	border-right-color: #de2358;
	position: absolute;
	bottom: -8px;
	right: 0;
	-webkit-transform: scale(1.0001);
	-moz-transform: scale(1.0001);
}

.sticky-post:hover { 
	height: 43px; 
	color: #fff;
}


/* Post Image --------------------------------------- */


.post-image,
.post-image img {
	display: block;
}

.post-image {
	border: solid 30px #080810;
}


/* Post Inner --------------------------------------- */


#posts .post-inner {
	width: 50% !important;
	margin-left: 50%;
	background-color: #fff;
	display: inline-block;
	padding: 60px 0;
}

#posts .even-post .post-inner {
	margin-left: 0;
	margin-right: 50%;
}

#posts .post-header {
	display: inline-block;
	width: 100%;
	background-color: #eee;
	padding: 60px;
	margin-left: -210px;
}

#posts .even-post .post-header {
	margin-left: 0;
	margin-right: -210px;
	text-align: right;
}

#posts .even-post .post-header .post-title {
	text-align: right;
}

#posts .even-post .post-header .post-meta {
	text-align: right;
}


/* Post Header --------------------------------------- */


.post-header + .post-content { margin-top: 50px; }

.post-title {
	font-size: 2.6em;
	line-height: 130%;
	font-weight: 700;
	color: #111;
}

.post-title a { color: #111; }
.post-title a:hover { 
	color: #111;
	text-decoration: underline; 
}

/* Post Meta */

.post-meta {
	text-align: left;
}

.entry-subtitle .post-meta {
	text-align: center;
	border: none;

}

.entry-subtitle .post-meta p {
	color: #fff;
	text-transform: inherit;
	font-weight: normal;
}

.post-meta p { 
	display: inline-block;
	font-size: 0.75em;
	line-height: 200%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	padding-bottom: 0;
}

.post-meta p + p:before {
	content: "/";
	content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
	margin: 0 15px 0 11px;
	color: #ccc;
	display: none;
}

.post-meta p.post-categories {
	margin-right: 10px;
}

.post-meta p.post-edit-button {
	margin-left: 10px;
}

.post-meta a { 
	color: #de2358; 
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.post-meta a:hover { border-bottom-color: #de2358; }


/* -------------------------------------------------------------------------------- */
/*	6. Single Post
/* -------------------------------------------------------------------------------- */


/* Post Links -------------------------------------------- */
.pagelinks { 
	display: inline-block;
	margin-bottom: 15px;
	font-size: 0.75em;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
	color: #666;
	width: 100%;
    float: left;
}

.pagelinks a,
.pagelinks > span {
	display: inline-block;
	padding: 10px;
	padding-left: 0;
}

.pagelinks a:first-child,
.pagelinks span:first-child {
	margin-left: 0;
}

.post-content .page-links a:hover { 
	background: #de2358;
	color: #fff;
	text-decoration: none;
}

.page-links > span:nth-of-type(2),
.page-links a { 
    color: #111;
    padding: 13px 15px 10px 15px;
    border: 2px solid #b7b7b7;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    font-weight: 500;
    line-height: 33px;
    font-size: 20px;
}

.page-links > span:nth-of-type(2),
.page-links a:hover {
	background-color: #de2358;
    border: 2px solid #de2358;
    color: #fff;
}


/* Post Tags --------------------------------------------- */


.post-tags { margin-top: 30px; }

.post-tags,
.tagcloud {
	line-height: 1;
	text-align: left;
}

.post-tags a,
.tagcloud a { 
	display: inline-block;
    padding: 8px 20px;
    margin: 0 3px 7px 0;
    background: #ddd;
    font-size: 12px !important;
    line-height: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
    position: relative;
    font-weight: 500;
}

.post-tags a { margin-right: 8px; }

.footer-container .tagcloud a { background: #eee; }

.post-tags a:hover,
.tagcloud a:hover { 
	background: #de2358; 
	color: #fff !important;
}

.post-tags a:hover:before,
.tagcloud a:hover:before { 
	border-right-color: #de2358; 
}


/* Post Navigation --------------------------------------- */


.post-navigation {
	border-top: 1px solid #ddd;
	position: relative;
	margin-top: 30px;
}

.post-navigation-inner {
	padding: 30px 0 10px 0;
    margin: 0 auto;
}

.project-navigation .post-navigation-inner {
	width: 100%;
}

.post-navigation:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: 50%;
}

.post-nav-prev,
.post-nav-next {
	display: block;
	float: left;
	width: 47.5%;
	text-align: left;
}

.post-navigation p {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 8px;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.post-navigation h4 {
	display: block;
	font-size: 1em;
	line-height: 130%;
	font-weight: 700;
}

.post-navigation h4 a { color: #111; }
.post-navigation h4 a:hover { color: #de2358; }

.post-nav-next { float: right; }

.post-nav-next,
.post-nav-next h4 { 
	text-align: right; 
}


/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */

.post-content { 
	font-size: 1.05em;
    display: block;
    width: 100%;
    text-align: left;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
	line-height: 170%;
}

.post-content .sd-sharing {
	text-align: left;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 25px;
	line-height: 110%;
	font-weight: 500; 
}

.royaltickets-heading h1,
.royaltickets-heading h2,
.royaltickets-heading h3,
.royaltickets-heading h4,
.royaltickets-heading h5,
.royaltickets-heading h6 {
	text-transform: uppercase !important;
    font-size: 24px !important;
    letter-spacing: 1px !important;
    margin-bottom: 30px !important;
    font-family: 'Montserrat', sans-serif;
}

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.75em; }

.post-content h3 { font-size: 1.5em; }

.post-content h4 { font-size: 1.25em; }

.post-content h5 { font-size: 1.1em; }

.post-content h6 {
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 25px;
}

.post-content .more-link {
	display: inline-block;
	padding: 15px 18px;
	margin: 0;
	border: 2px solid #111;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	-webkit-appearance: none;
}

.post-content .more-link:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.post-content blockquote {
	padding: 30px 30px 30px 90px;
	background: #fafafa;
	border: 1px solid #eee;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

.post-content blockquote p { font-style: italic; }

.post-content blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Yantramanav', sans-serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #de2358;
	position: absolute;
	top: 31px;
	left: 0px;
}

.post-content blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content blockquote cite:before { content: "— "; }

.post-content hr {
	width: 128px;
	max-width: 60%;
	height: 2px;
	background: #DDD;
	margin: 50px auto;
	border: 0;
}

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: 500;
	font-style: italic;
}

.royaltickets-accordion-content strong,
p strong {
	font-weight: 500;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
	color: #c7254e;
}

.highlight {
	background: #de2358;
	width: auto;
	display: inline-block;
	padding: 2px 3px;
	border-radius: 3px;
}

h1.highlight,
.h1 .highlight,
h2 .highlight,
.h2 .highlight,
h3 .highlight,
.h3 .highlight,
h4 .highlight,
.h4 .highlight,
h5 .highlight,
.h5 .highlight,
h6 .highlight,
.h6 .highlight {
	padding: 7px 20px 0 20px;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: 500; }

.post-content ul,
.post-content ol {
	margin-left: 1.5em;
}

.post-content ul { list-style: disc; }
.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol { list-style: decimal; }
.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol { list-style: lower-roman; }

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ol > li:first-child,
.post-content ul > li:first-child {
	margin-top: 0.5em;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
	margin-bottom: 30px;
}

.post-content pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 140%;
	padding: 2% 2.5%;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

/* Post Media --------------------------------------- */


.post-content img {
	/*padding: 5px;
	border: 1px solid #ddd;*/
	border-radius: 3px;
}

.post-content .wp-caption { max-width: 100%; }

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 50%;
}

.wp-block-image .alignright,
.wp-block-image .alignleft {
    margin-bottom: 2em;
}

.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover-image .wp-block-cover-text, 
.wp-block-cover-image h2, 
.wp-block-cover .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
.wp-block-cover h2 {
    font-size: 1.6875em;
    font-weight: bold;
    line-height: 1.25;
    padding: 0;
    color: #fff !important;
}

.wp-block-cover-image, 
.wp-block-cover {
    position: relative;
    min-height: 430px;
    padding: 1rem;
}

.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright {
    margin-bottom: 2em;
}

*.alignleft,
*.alignleft,
.wp-block-group > .wp-block-group__inner-container > *.alignleft,
.wp-block-group > .wp-block-group__inner-container > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
	
      
      
  
  *.alignleft,
  *.alignleft,
  .wp-block-group > .wp-block-group__inner-container > *.alignleft,
  .wp-block-group > .wp-block-group__inner-container > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.wp-block-gallery {
    margin-bottom: 30px;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.wp-caption a {
	display: inline-block;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
    padding: 1em;
}

.royaltickets-vertical-center {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.post-content .alignleft {
	float: left;
	margin-right: 30px;
}

.post-content .alignright {
	float: right;
	margin-left: 30px;
	text-align: right;
}

p.aligncenter,
h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
h5.aligncenter,
h6.aligncenter,
img.aligncenter {
	text-align: center;
}

img.aligncenter {
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-content .aligncenter,
.post-content .aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover-image .wp-block-cover-text, 
.wp-block-cover-image h2, 
.wp-block-cover .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
.wp-block-cover h2 {
    max-width: 100%;
    padding: 0;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	margin: 4px auto 16px;
	font-size: 0.9rem;
	line-height: 160%; 
	color: #444;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

.post-inner .gallery {
	margin-bottom: 30px !important;
}


/* Tables --------------------------------------- */


.post-content table,
.index-card table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
    table-layout: fixed;
}

.post-content th,
.post-content td,
.index-card th,
.index-card td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption,
.index-card caption {
	color: #111;
	text-align: center;
	padding: 2%;
}

.post-content thead,
.index-card thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th,
.index-card th {
	font-weight: 500;
	color: #111;
	text-align: left;
}

.post-content table tbody > tr:nth-child(odd) > td,
.post-content table tbody > tr:nth-child(odd) > th,
.index-card table tbody > tr:nth-child(odd) > td,
.index-card table tbody > tr:nth-child(odd) > th { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #ddd;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #111;
	color: #fff;
}

.post-password-form label {
	float: left;
}

.post-password-form label input[type="password"],
.post-password-form label input[type="password"]:focus {
	border-right: none !important;
	padding: 11px 20px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.post-password-form input[type="submit"] {
	float: left !important;
    border-radius: 0 !important;
    display: block !important;
    float: left !important;
    margin-top: 23px !important;
    line-height: 12px !important;
    width: auto;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

#contact-agent-button,
.read-more {
	font-weight: 500;
}

#contact-agent-button,
.submit-loading {
	float: right;
	width: 100%;
	font-size: 14px;
    text-align: center;
}

#contact-agent-button:focus {
	outline: none;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 5px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover,
#contact-agent-button:hover,
.read-more:hover {
	cursor: pointer;
	background: #de2358;
	color: #fff !important;
	text-decoration: none !important;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}

#about_the_author {
    margin: 40px 0 40px 0;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: inline-block;
}

#about_the_author .gravatar {
    float: left;
    margin-right: 30px;
    width: 100px;
}

.gravatar {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 200px;
}

.gravatar img {
    max-width: 100% !important;
    height: auto;
}

#about_the_author .author_detail {
    float: left;
    width: calc(100% - 130px);
    text-align: left;
}

.author_label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
}

#about_the_author .author_detail h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

#about_the_author .author_detail p {
	padding-bottom: 0;
	color: #666;
    font-size: 16px;
}

/* -------------------------------------------------------------------------------- */
/*	8. 404 Error Page

/* -------------------------------------------------------------------------------- */
.error-404-page {
	text-align: center;
	background-color: #000;
	background-image: url(../images/search.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.error-404-page:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
}

.error-404-page h2,
.error-404-page .post-content,
.error-404-page .post-content p {
	text-align: center;
	color: #fff;
	z-index: 999;
	position: relative;
}

.error-404-page h2 {
	text-transform: uppercase;
	font-size: 2.8125em;
    line-height: 1.15555556em;
    margin-bottom: 0.57777777777778em;
    font-weight: 500;
}

.error-404-page .post-content p {
	font-size: 1.4375em;
    line-height: 1.69565217em;
}

.error-404-page .content {
	margin: 0 auto;
    float: none;
}

.royaltickets-login-page-icon {
	height: 470px;
	text-align: center;
}

.royaltickets-login-page-icon .fa {
	font-size: 240px;
	line-height: 470px;
	color: rgba(0,0,0,.7);
}


/* -------------------------------------------------------------------------------- */
/*	9. Element Size
/* -------------------------------------------------------------------------------- */
.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 5em 0;
}
@media all and (max-width: 767px) {

     .showcasetxt::before {
   
    font-size: 3em;
   
    top: 5%;
 
}
    .footer_partnerR img {
    height: 25px;
 vertical-align: middle;
    margin-left: 8px;
    
}

.footer_partnerR{
text-align:left;
padding-bottom:25px;
}
.footer_partnerR span{
display:block;
padding:10px 0;
}


  .height-100,
  .height-90,
  .height-80,
  .height-70,
  .height-60,
  .height-50,
  .height-40,
  .height-30,
  .height-20,
  .height-10 {
    height: auto;
    padding: 4em 0;
  }
}
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}


/* -------------------------------------------------------------------------------- */
/*	10. Comments
/* -------------------------------------------------------------------------------- */


.comments-container { border-top: 1px solid #f4f4f4; padding: 30px 0; margin-top: 60px; }

ol.commentlist,
ul.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.royaltickets-page-wrapper .comments-container ol.commentlist li.comment,
.royaltickets-page-wrapper .comments-container ul.commentlist li.comment,
.royaltickets-page-wrapper .comments-container ol.commentlist li.pingback,
.royaltickets-page-wrapper .comments-container ul.commentlist li.pingback {
	list-style: none !important;
	margin-bottom: 20px;
}

.comments-inner {
	width: 100%;
	display: inline-block;
}

.comments-title-container { position: relative; }

.comments-title-container {
	margin-bottom: 20px;
	vertical-align: bottom;
    text-align: left;
}

.comment-reply-title {
	margin-bottom: 30px;
	vertical-align: bottom;
	float: left;
    width: 100%;
    text-align: left;
}

#commentform .wp-social-login-widget {
	display: none;
}

.comments {
	padding-bottom: 30px;
}

.comments-title,
.comment-reply-title {
	font-size: 1.4375em !important;
    line-height: 1.9375em !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

.comments-title-link { 
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
    bottom: 10px;
    padding: 0;
    right: 0;
}

.comments-title-link a {
	display: block;
	color: #de2358;
}

.comments-title-link a:hover { text-decoration: underline; }

.no-comments { text-align: center; }


/* Comment List ---------------------------------------- */


.comment { position: relative; }

div.comment { margin-top: 25px; }

.commentlist > .comment:first-child > .comment:first-child { margin-top: 0; }

.commentlist .children { margin-left: 25px !important; list-style: none; }

.comment .avatar {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 10px;
	left: 0;
}

.comment-inner {
	margin-left: 80px;
	padding: 25px;
	background: #F1F1F1;
	border-radius: 6px;
	position: relative;
}

.bypostauthor .comment-author-icon {
	display: block;
	padding: 4px;
	border-radius: 99px;
	background: #de2358;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 4px;
	left: -4px;
	line-height: 1;
}

.comment-inner:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #f1f1f1;
	position: absolute;
	top: 30px;
	left: -20px;
}

.comment-header { margin-bottom: 0; }

.comment-header h4 {
	font-size: 1.1em;
	margin-bottom: 0;
}

.comment-header h4 a { color: #111; }
.comment-header h4 a:hover { color: #de2358; }

/* Comment Content */

.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
	line-height: 160%;
	margin-bottom: 1em;
}

/* Comment Meta */

.comment-meta { 
	margin-bottom: 20px;
	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

.post-author {
    color: #777;
    font-size: 70%;
}

.comment-meta a { 
	color: #777; 
	line-height: 16px;
    float: left;
}

.comment-meta .genericon {
	margin-right: 3px;
	position: relative;
	top: -1px;
    float: left;
}

.comment-meta .genericon-edit { margin-left: 12px; }


/* Pingbacks & Tracksbacks ----------------------------------- */


.pingbacks { margin-top: 40px; text-align: left; }

.pingbacks-title {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 30px;
	border-bottom: 2px solid #de2358;
	font-size: 0.75em;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pingbacklist li { line-height: 125%; }

.pingbacklist li + li {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.pingbacklist a { color: #111; }
.pingbacklist a:hover { color: #de2358; }


/* Comment Navigation ---------------------------------------- */


.comments-nav { margin-top: 30px; }

.comments-nav a {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.comments-nav a:hover { color: #de2358; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.respond-container { border-top: 1px solid #ddd; padding-top: 60px; }

.comment-respond {
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}

.comment-respond .logged-in-as { margin-bottom: 20px; }

.comment-respond p a:hover { text-decoration: underline; }

.comment-respond form label { 
	display: inline-block;
	text-transform: inherit;
}

.comment-respond form label span {
	margin-left: 2px;
	color: #de2358;
}

.comment-respond p { 
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.comment-form-comment,
.comment-form-cookies-consent {
    width: 100%;
}

.comment-respond p.comment-subscription-form { margin-bottom: 0px; padding-bottom: 0; padding-top: 30px; }
.comment-respond p.comment-subscription-form label { margin: 0; }
.comment-respond p.comment-subscription-form:last-of-type { margin-bottom: 0; }

.comment-form-author,
.comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}

.comment-form-email { float: right; }

.comment-form-url,
.comment-respond p.comment-subscription-form {
	width: 100%;
	float: left;
}

.comment-respond input:not(#wp-comment-cookies-consent),
.comment-respond textarea {
	-webkit-appearance: none;
}

#wp-comment-cookies-consent {
    margin-right: 10px;
}

.comment-respond input#gdpr-comments-checkbox {
	-webkit-appearance: checkbox;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	background-color: #ececec;
	border: 2px solid #ececec;
	font-size: 1rem;
	color: #111;
}

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: none;
}

.comment-respond textarea { 
	height: 200px; 
	line-height: 140%;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 11px 20px;
	margin: 0;
	background: #de2358;
	border: none;
	border-radius: 3px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-appearance: none;
}

.comment-respond input[type="submit"]:hover {
	cursor: pointer;
	background: #de2358;
	color: #fff;
}


/* In Comment List --------------------------------------- */


.commentlist .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
	margin-bottom: 85px;
}

.commentlist #cancel-comment-reply-link {
	margin-left: 3px;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.commentlist #cancel-comment-reply-link:hover { text-decoration: underline; }


/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Full Width Page Template -------------------------- */


.page-template-full-width-page-template-php .content {
	width: 100%;
	float: none;
}

.page-template-full-width-page-template-php .post-inner { width: auto; }


/* Search Page --------------------------------------- */

#searchform-search-page {
	float: left;
    width: 100%;
    padding: 0 20px;
    position: relative;
}

#searchform-search-page input#big-search-box::-webkit-input-placeholder {
	color: #000;
}

#searchform-search-page input#big-search-box,
#searchform-search-page .input-with-icon i {
	color: #000;
}

#searchform-search-page input#big-search-box {
	padding: 15px 20px;
    font-size: 20px;
    line-height: 26px;
    border-width: 2px !important;
}

#searchform-search-page .input-with-icon i {
	top: 20px;
	margin-right: 60px;
}

.wrapper .search-form,
.footer-container .search-form { position: relative; }

.wrapper .search-field,
.footer-container .search-field {
	display: block;
	margin: 0;
	background: #f4f4f4;
	border: 1px solid #ddd !important;
	border-radius: 4px;
	font-size: 0.9rem;
	color: #111;
	padding: 15px 20px;
}

.wrapper .search-field:focus,
.footer-container .search-field:focus { outline: none; border: 1px solid #de2358 !important; }


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


/* Page Title ---------------------------------------- */


.page-title {
	padding: 176px 0;
	text-align: center;
	background: rgba(0,0,0,0.7);
}

.title-background-type-Light .page-title {
	background: rgba(255,255,255,0.9);
}

.page-title .container{
	/*background: rgba(0,0,0,0.6);*/
	padding: 30px 60px;
	width: auto;
}

.page-title h4 {
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 0 0 rgba(0,0,0,0.2);
	margin-bottom: 0;
}

.title-background-type-Light .page-title h4 {
	color: #000;
}

.page-title span { color: rgba(255,255,255,0.8); }

.title-background-type-Light .page-title span { color: rgba(0,0,0,0.8); }

.page-title + .posts > .post:first-child { border-top: none; }


/* Archive Navigation --------------------------------------- */


.archive-navigation { margin-top: 60px; }

.archive-navigation p {
	display: inline;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.archive-navigation p + p:before {
	content: "/";
	display: inline;
	margin: 0 20px; 
	color: #aaa;
}

.archive-navigation,
.archive-navigation a { color: #666; }

.archive-navigation a:hover { color: #de2358; }


/* Infinite Scroll --------------------------------------- */


.infinite-scroll .archive-navigation { display: none; }

#infinite-handle,
.infinite-loader {
	margin-top: 60px;
	text-align: center;
}

#infinite-handle span {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	background: #111;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#infinite-handle span:hover {
	cursor: pointer;
	background: #de2358;
	color: #fff;
}

.infinite-loader .spinner { display: inline-block; }

#infinite-handle span button { -webkit-font-smoothing: antialiased; }


/* -------------------------------------------------------------------------------- */
/*	12. Sidebar
/* -------------------------------------------------------------------------------- */
.sidebar { 
	width: 27%; 
	float: left;
	text-align: left;
}

.widget { 
    display: inline-block;
    width: 100%;
    margin: 0 0 1.5em;
}

.widget li,
.royaltickets-page-wrapper .widget li {
    padding: 15px 0;
    margin-bottom: -1px;
    background-color: transparent;
    border-top: 1px solid #f3f3f7;
    display: inline-block;
}

.royaltickets-page-wrapper .widget li {
	border-top: 1px solid #f3f3f7;
}

.widget li:last-child {
    border-bottom: 1px solid #f3f3f7;
}

.widget li ul.sub-menu li {
    padding-right: 0;
    padding-bottom: 0;
    border: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.widget li ul.children li:last-child {
    border-bottom: none;
}

.royaltickets-single-post-page .widget {
	box-shadow: none;
}

.chosen-container {
    margin-bottom: 20px;
    width: 100% !important;
}

.chosen-container-active {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.145);
    -ms-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.145);
    box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.145);
}

.events-search-form .chosen-container .chosen-drop {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 44, 28, 0.125) !important;
    -ms-box-shadow: 0px 0px 15px 0px rgba(41, 44, 28, 0.125) !important;
    box-shadow: 0px 0px 15px 0px rgba(41, 44, 28, 0.125) !important;
}

.wpcf7 .chosen-container {
    margin-bottom: 30px
}

.wpcf7 .chosen-container-single .chosen-single, 
.wpcf7 .chosen-container-active.chosen-with-drop .chosen-single {
	line-height: 40px !important;
}

.chosen-container-single .chosen-single, 
.chosen-container-active.chosen-with-drop .chosen-single {
    float: left;
    position: relative;
    outline: none;
    box-shadow: none;
    height: auto;
    color: #565656 !important;
    padding: 9px 15px 10px 15px;
    padding-right: 50px;
    width: 100%;
    display: block;
    line-height: 24px;
    margin: 0 0 13px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    letter-spacing: 0;
}
/*
.single-ticket .chosen-container-single .chosen-single, 
.single-ticket .chosen-container-active.chosen-with-drop .chosen-single {
    border-color: transparent;
}*/

.events-search-form .chosen-container-single .chosen-single, 
.events-search-form .chosen-container-active.chosen-with-drop .chosen-single {
    padding: 0;
    border: none;
    background: transparent !important;
}

.events-search-form .chosen-container-active {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.events-search-form .title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #111;
    letter-spacing: .5px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.events-search-form .chosen-container-single .chosen-single span {
    font-size: 18px;
    color: #666;
    font-weight: 300;
}

.events-search-form .chosen-container-active .chosen-single span {
    color: #d9092b;
}

.events-search-form .chosen-container .chosen-drop {
    border: none;
    margin-left: -25px;
    margin-top: 10px;
}

.events-search-form input.form-control {
    padding: 0;
    border: 0;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    outline: none;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    background: transparent !important;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    display: none;
}

.flatpickr-calendar {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(41, 44, 28, 0.125) !important;
    -ms-box-shadow: 0px 0px 15px 0px rgba(41, 44, 28, 0.125) !important;
    box-shadow: 0px 0px 15px 0px rgba(41, 44, 28, 0.125) !important;
    margin-left: -10px;
}

.events-search-form input.form-control:focus {
    color: #d9092b;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-color: #fff !important;
}

.chosen-container-single .chosen-single div {
    width: 28px;
}

.events-search-form .input-group-text {
    border-color: #efefef;
    background-color: #ffffff;
    padding-left: 18px;
    padding-right: 18px;
}

.events-search-form .input-group>.form-control:not(:first-child) {
    padding: 17px 20px;
    border-color: #efefef;
}

.events-search-form #submit-search-events {
    padding: 18px 30px 19px 30px;
}

.widget-content .calendar_wrap {
	float: left;
    width: 100%;
}

.widget_calendar caption {
    background-color: #f4f4f4;
    padding: 0.4em;
    margin-bottom: 15px;
}

.widget_calendar #wp-calendar tr,
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar thead {
    border: none !important;
}

.widget_calendar td#prev a {
    padding-left: 0.6em;
}

.widget_calendar td#next a {
    padding-right: 0.6em;
}

.footer-container .widget-content .calendar_wrap,
.footer-container .widget-content li,
.footer-container .widget-content .tagcloud {
	padding: 3px 0;
	border: none;
    letter-spacing: 0;
    font-size: 18px;
}

.footer-container .widget-content .chosen-container,
.footer-container .widget-content select {
	margin: 0;
	width: 100% !important;
}

.footer-container .widget-content .calendar_wrap #wp-calendar,
.footer-container .widget-content .calendar_wrap #wp-calendar caption {
	background: transparent;
}

.footer-container .widget_rss li .rss-date {
	color: #f4f4f4;
}

.footer-container #wp-calendar thead th {
	color: #cb2f34;
}

.widget-content .search-form {
	float: left;
	width: 100%;
} 

.chosen-container-single .chosen-single div b:before, 
.variations_form .chosen-container-single .chosen-single div b:before {
	content: "";
    width: 1px;
    height: 26px;
    position: absolute;
    top: 0;
    margin-top: 7px;
    left: 0;
    margin-left: -18px;
    background-color: #eaeaea;
}

.events-search-form .chosen-container-single .chosen-single div b:before {
    background-color: #efefef;
    margin-top: 15px;
}

.events-search-form .chosen-container-single .chosen-single div b::after {
    margin-top: 17px;
}

.chosen-container-single .chosen-search input[type=text] {
    margin-bottom: 10px !important;
}

.chosen-container .chosen-results {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li {
    color: #565656;
    padding: 8px 8px;
    letter-spacing: 0;
}

.chosen-single:after { 
    content: attr(data-label); /* no quotes around attribute name! */
    position: absolute;
    top: 4px;
    color: #9b9b9b;
    font-size: 12px;
    font-size: .85714rem;
    display: block;
    left: 0;
    margin-left: 15px;
    width: auto;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    clip: rect(0,0,0,0);
    font-size: 13px;
    padding: 15px;
    padding-top: 18px;
    /*margin-left: -1.25rem;*/
    margin-top: 1px;
    color: #d6d6d6;
    border: none;
    background: none;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transform: translateY(15px);
    border: 1px solid #ced4da;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.chosen-container.chosen-with-drop .chosen-drop {
  transform: translateY(0);
}

.chosen-container .chosen-drop.large-dropdown {
    width: 100%;
}

.chosen-container .chosen-results {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.chosen-container .chosen-results li {
    color: #000;
    padding: 10px;
    letter-spacing: 0;
    font-size: .875rem;
    border-radius: 4px;
    position: relative;
    border: none;
    font-weight: 300;
}

.select-flag .chosen-container .chosen-results li {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
    padding-left: 55px;
}

.chosen-container .chosen-results li.highlighted {
    color: #b79b6c;
    background: none;
    background-color: rgba(183, 155, 108, .1);
}

.chosen-container-single .chosen-search {
    margin-bottom: 10px;
    padding: 0;
}

.chosen-container-single .chosen-search input[type=text] {
    background-image: none !important;
    background-color: #f4f4f4;
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 4px;
    border: none;
}

.chosen-container-single .chosen-search:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    margin: 0;
    color: #a0a0a0;
    right: 15px;
    top: 17px;
    z-index: 99;
}

.chosen-container-single .chosen-single div b {
    background-image: none !important;
}

.chosen-container-single .chosen-single div b::after {
    border: none;
    display: inline-block;
    font-family: 'Feather' !important;
    font-size: 80%;
    font-weight: 900;
    content: "\e931";
    content: "\e92e";
    margin-top: 9px;
    vertical-align: unset;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.chosen-container-single .chosen-single div i.material-icons {
    font-size: 18px;
    margin-top: 4px;
    color: #a0a0a0;
}

.chosen-with-drop.chosen-container-active.chosen-container-single .chosen-single div i.material-icons {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#ticket_type_chosen {
    margin-bottom: 0;
}

.chosen-container .chosen-results li.highlighted {
	background: none;
	color: #de2358;
    position: relative;
}

.chosen-container .chosen-results li.highlighted:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    background-color: #de2358;
    opacity: .1;
    z-index: -1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #efefef;
    padding: 10px 45px 10px 15px !important;
    border-radius: 0;
    border: none;
    width: 100%;
    margin-bottom: 20px;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #de2358 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #de2358 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #de2358;
  outline: 0;
}

#royaltickets-search-form select {
    border-radius: 4px;
}

#royaltickets-search-form select:focus {
    box-shadow: none;
    color: #ffffff!important;
    outline: none;
}

.btn {
    padding: 20px 40px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
}

.btn-group-lg>.btn,
.btn-group-sm>.btn,
.btn-lg,
.btn-sm {
    font-size: 14px;
    line-height: 19px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 16px 26px;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .3625rem .7625rem;
    font-size: 80%;
}

.btn-icon-left {
    padding-left: 52px !important;
}

.btn-icon-right {
    padding-right: 72px !important;
}

.btn-icon-left .btn-icon-holder {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    background-color: rgba(183,155,108,.25);
    background-color: rgba(255,255,255,.15);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-icon-right .btn-icon-holder {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 32px;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
    background-color: rgba(183,155,108,.25);
    background-color: rgba(255,255,255,.15);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-dark .btn-icon-holder {
    color: #de2358;
}

.btn-white .btn-icon-holder {
    background-color: rgba(0,0,0,.05);
}

.btn-icon-left .btn-icon-holder {
    left: 10px;
    -webkit-transform: translateY(-50%) scale(.85);
    -ms-transform: translateY(-50%) scale(.85);
    transform: translateY(-50%) scale(.85);
}

.btn-icon-right .btn-icon-holder {
    right: 20px;
    -webkit-transform: translateY(-50%) scale(.85);
    -ms-transform: translateY(calc(-50% - 1px)) scale(.85);
    transform: translateY(calc(-50% - 1px)) scale(.85);
}

.btn-icon-left .btn-icon-holder i,
.btn-icon-right .btn-icon-holder i {
    font-size: 90%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-icon-left:active .btn-icon-holder,
.btn-icon-left:focus .btn-icon-holder,
.btn-icon-left:hover .btn-icon-holder,
.btn-icon-right:active .btn-icon-holder,
.btn-icon-right:focus .btn-icon-holder,
.btn-icon-right:hover .btn-icon-holder {
    background-color: rgba(36,38,43,.25);
    background-color: rgba(0,0,0,.2);
}

.btn-icon-left:active .btn-icon-holder i,
.btn-icon-left:focus .btn-icon-holder i,
.btn-icon-left:hover .btn-icon-holder i,
.btn-icon-right:active .btn-icon-holder i,
.btn-icon-right:focus .btn-icon-holder i,
.btn-icon-right:hover .btn-icon-holder i {
    color: #fff;
}

.btn i,
.btn svg {
    display: inline-block;
}

.btn:active i,
.btn:focus i,
.btn:hover i,
.btn:active svg,
.btn:focus svg,
.btn:hover svg {
  
         /*
    -webkit-animation: hoverBtnVertical 0.2s 0 ease;
    -moz-animation: hoverBtnVertical 0.2s 0 ease;
    -ms-animation: hoverBtnVertical 0.2s 0 ease;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
           */
           
           opacity: .5;
}




@-webkit-keyframes hoverBtnVertical {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); 
    }
    51% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 1; 
    }
    52% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); 
    }
    53% {
        opacity: 0; }
    54% {
        opacity: 1; }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); 
    } 
}

@keyframes hoverBtnVertical {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); 
    }
    51% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 1; 
    }
    52% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px); 
    }
    53% {
        opacity: 0; }
    54% {
        opacity: 1; }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px); 
    } 
}


#modal .btn,
#agency-overlay-modal .btn {
	width: 100%;
}

.btn-soft-primary {
    color: #de2358;
    background: rgba(42, 65, 232, 0.1);
    position: relative;
    display: inline-block;
}

.btn-soft-primary:hover {
	color: #fff;
	background: rgba(42, 65, 232, 1);
	-moz-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    -webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}

.transition-3d-hover:hover, 
.transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn-soft-primary .fa {
	margin-right: 0.5rem;
	width: auto;
}

.btn:active {
	position: relative;
    top: 2px;
    box-shadow: 0 0 0 #bb3f35;
}

.btn:focus {
	border: none !important;
}

.btn:hover,
.btn:focus {
	color: #fff;
	background-color: #de2358;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0055ff;
    border-color: #0055ff
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #0077ff;
    border-color: #0077ff;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0 rgba(82, 118, 237, .5)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1643d4;
    border-color: #153fc9
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 118, 237, .5)
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #506690;
    border-color: #506690
}

.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    background-color: #425577;
    border-color: #3e4f6f;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0 rgba(106, 125, 161, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3e4f6f;
    border-color: #394967
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(106, 125, 161, .5)
}

.btn-success,
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #42ba96;
    border-color: #42ba96
}

.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #389e7f;
    border-color: #389e7f;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0 rgba(94, 196, 166, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #389e7f;
    border-color: #389e7f
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(94, 196, 166, .5)
}

.btn-success-soft,
.btn-success-soft.disabled,
.btn-success-soft:disabled {
    background-color: #ecf8f4;
    border-color: #ecf8f4;
    color: #42ba96;
}

.btn-success-soft:focus,
.btn-success-soft:hover,
.btn-success-soft:not(:disabled):not(.disabled).active,
.btn-success-soft:not(:disabled):not(.disabled):active,
.show>.btn-success-soft.dropdown-toggle {
    background-color: #d9f1ea;
    border-color: #d9f1ea;
    color: #42ba96;
}

.btn-info,
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #7c69ef;
    border-color: #7c69ef
}

.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5e46eb;
    border-color: #5e46eb;
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0 rgba(144, 128, 241, .5)
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(144, 128, 241, .5)
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    color: #24262b !important;
    background-color: #fad776;
    border-color: #fad776
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #24262b;
    background-color: #f9cc51;
    border-color: #f9cc51;
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0 hsla(44, 60%, 65%, .5)
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 hsla(44, 60%, 65%, .5)
}

.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff !important;
    background-color: #de2358;
    border-color: #de2358
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cf1e50;
    border-color: #cf1e50;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0 rgba(228, 99, 114, .5)
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(228, 99, 114, .5)
}

.btn-light {
    color: #24262b !important;
    background-color: #f9fbfd;
    border-color: #f9fbfd
}

.btn-light:hover,
.btn-light:focus {
    color: #24262b;
    background-color: #dce8f3;
    border-color: #d3e2f0;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #24262b;
    background-color: #f9fbfd;
    border-color: #f9fbfd
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #24262b;
    background-color: #d3e2f0;
    border-color: #c9dbed
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(218, 221, 227, .5)
}

.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff !important;
    background-color: #24262b;
    border-color: #24262b
}

.btn-dark:hover,
.btn-dark:focus {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0 rgba(75, 83, 105, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #191f2e;
    border-color: #151926
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(75, 83, 105, .5)
}

.btn-primary-soft {
    background-color: rgba(51, 94, 234, .1);
    color: #335eea !important;
}

.btn-primary-soft:focus,
.btn-primary-soft:hover {
    background-color: rgba(51, 94, 234, .15);
    color: #335eea;
}

.btn-secondary-soft {
    background-color: #e9e9e9;
    color: #24262b !important;
}

.btn-secondary-soft:focus,
.btn-secondary-soft:hover {
    background-color: #ece7df;
    color: #24262b;
}

.btn-success-soft {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96 !important;
}

.btn-success-soft:focus,
.btn-success-soft:hover {
    background-color: rgba(66, 186, 150, .25);
    color: #42ba96;
}

.btn-info-soft {
    background-color: rgba(124, 105, 239, .1);
    color: #7c69ef !important;
}

.btn-info-soft:focus,
.btn-info-soft:hover {
    background-color: rgba(124, 105, 239, .15);
    color: #7c69ef
}

.btn-warning-soft {
    background-color: hsla(44, 93%, 72%, .1);
    color: #fad776 !important;
}

.btn-warning-soft:focus,
.btn-warning-soft:hover {
    background-color: hsla(44, 93%, 72%, .15);
    color: #fad776;
}

.btn-danger-soft {
    background-color: rgba(223, 71, 89, .1);
    color: #de2358;
}

.btn-danger-soft:focus,
.btn-danger-soft:hover {
    background-color: rgba(223, 71, 89, .15);
    color: #de2358;
}

.btn-light-soft {
    background-color: rgba(249, 251, 253, .1);
    color: #f9fbfd !important;
}

.btn-light-soft:focus,
.btn-light-soft:hover {
    background-color: rgba(249, 251, 253, .15);
    color: #f9fbfd;
}

.btn-dark-soft {
    background-color: rgba(43, 53, 79, .1);
    color: #24262b;
}

.btn-dark-soft:focus,
.btn-dark-soft:hover {
    background-color: rgba(43, 53, 79, .15);
    color: #24262b;
}

.wp-social-login-provider,
.wp-social-login-connect-with {
	width: 100%;
	margin-bottom: 20px;
}

.widget-title-container {
	display: inline-block;
	width: 100%;
    float: left;
	font-weight: bold !important;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.royaltickets-page-footer .widget-title-container h5 {
    color: #054254
  
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    padding-top:15px;
}

.royaltickets-page-footer a {
    color: #054254;
    text-transform: capitalize;
 
}


.royaltickets-page-footer  .menu  li{
display:inline-block;
width:49%;
}

.royaltickets-page-footer a:hover {
    color: #de2358;
}

.widget-title {
	display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: relative;
	padding-bottom: 20px;
	font-weight: 500 !important;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.sidebar-footer .widget-title {
	color: rgba(255,255,255,.7);
	font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    background: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.sidebar-footer .widget-title-container,
.sidebar-footer .widget {
	border: none;
	background: transparent !important;
	width: 100%;
}

.sidebar-footer .widget a:not(.chosen-single):not(.tag-cloud-link) {
	font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

.sidebar-footer .widget a:not(.chosen-single):not(.tag-cloud-link):hover {
	color: #fff;
}

.royaltickets-page-footer-v3 .sidebar-footer .widget-title {
    color: #fff;
    display: block;
    width: auto;
    float: left;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 30px;
    font-size: 18px;
}

.royaltickets-page-wrapper ul.royaltickets-dashboard-menu,
.royaltickets-page-wrapper ul.royaltickets-dashboard-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
    width: 100%;
    float: left;
    border: none;
}

.royaltickets-page-wrapper ul.royaltickets-dashboard-menu li a {
    padding: 20px 30px;
    line-height: 130%;
    color: rgba(255,255,255,0.5);
    width: 100%;
    letter-spacing: 0;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    background: #333;
    float: left;
    width: 100%;
    font-weight: 500;
    border-bottom: solid 1px rgba(255,255,255,0.03);
}

.royaltickets-page-wrapper ul.royaltickets-dashboard-menu li a:hover,
.royaltickets-page-wrapper ul.royaltickets-dashboard-menu li.active a {
	color: #fff;
    background-color: #de2358;
}

.royaltickets-page-wrapper ul.royaltickets-dashboard-menu li.alerted a span.royaltickets-alert,
.main-menu ul.sub-menu li.alerted a span.royaltickets-alert {
	color: #f55a4e;
}

.search-parameters {
	text-transform: initial;
	width: 100%;
	display: inline-block;
}

.add-to-favorites {
	position: absolute;
    top: 0;
    right: 20px;
    padding: 3px 5px;
    padding-bottom: 12px;
    z-index: 9;
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	z-index: 999999;
}

.add-to-favorites {
	background-image: url(../images/tag-bg.svg);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.add-to-favorites:hover {
	padding-top: 10px;
}

.icon-svg {
	padding: 5px;
}

.add-to-favorites i {
	color: #e44652;
}

.add-to-compare i.fe {
	font-size: 22px;
	display: inline-block;
}

.add-to-compare .remove-to-compare-list,
.add-to-compare.remove .add-to-compare-list,
.add-to-compare .fa-spinner,
.add-to-compare.disabled .fe-bar-chart-2,
.add-to-compare.disabled .icon-svg,
.add-to-compare.disabled .fa-minus,
.add-to-favorites .remove-to-favorites-list,
.add-to-favorites.remove .add-to-favorites-list,
.add-to-favorites .fa-spinner,
.add-to-favorites.disabled .fa-heart,
#royaltickets_update_account .fa-spinner,
#confirm_new_password_error {
	display: none;
}

.add-to-compare.remove .remove-to-compare-list,
.add-to-compare .add-to-compare-list,
.add-to-compare.disabled .fa-spinner,
.add-to-compare .fa-plus,
.add-to-compare .fa-minus,
.add-to-favorites.remove .remove-to-favorites-list,
.add-to-favorites .add-to-favorites-list,
.add-to-favorites.disabled .fa-spinner,
.add-to-favorites .fa-heart {
	display: block;
}

.single-add-to-compare {
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
   	padding: 22px 0;
    background-color: #de2358;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.single-add-to-compare .container {
	display: block;
	padding: 0;
}

.single-add-to-compare.single-add-to-compare-visible,
.single-add-to-compare.single-add-to-favorites-visible {
    top: 0;
    opacity: 1;
}

.single-add-to-compare.single-add-to-favorites-visible .compare-fixed-link {
	display: none;
}

.admin-bar .single-add-to-compare.single-add-to-compare-visible,
.admin-bar .single-add-to-compare.single-add-to-favorites-visible {
	top: 32px;
}

.single-add-to-compare .royaltickets-title {
	color: #fff;
	line-height: 45px;
}

.single-add-to-compare .compare-fixed-link {
	color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 15px;
    border: solid 2px #fff;
}

.single-add-to-compare .compare-fixed-link:hover {
	background-color: #232628;
}

.tooltip > .tooltip-inner {
	padding: 7px 10px;
	font-weight: 500;
}



/* Widget Content --------------------------------------- */
.widget-content { 
	font-size: 0.95em;
	display: inline-block;
	float: left;
    width: 100%;
}

.widget-content ul {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
	width: 100%;
}

.widget-content select,
.widget-content input,
.widget-content textarea {
	max-width: 100%;
}

.widget.widget_archive .widget-content label.screen-reader-text,
.widget.widget_categories .widget-content label.screen-reader-text {
	display: none;
}

.widget-content ul li {
	list-style: none !important;
}

.widget-content .textwidget a:hover { text-decoration: underline; }

.widget-content p {
	line-height: 32px;
}

.widget-content li {
	line-height: 140%;
	width: 100%;
	float: left;
}

ul.royaltickets-widget-list li {
	border: none !important;
	padding: 15px 0 !important;
}

.royaltickets-page-footer-v3 .widget-content li {
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.royaltickets-page-footer-v3 .sidebar-footer .widget_archive li, 
.royaltickets-page-footer-v3 .sidebar-footer .widget_categories li, 
.royaltickets-page-footer-v3 .sidebar-footer .widget_meta li, 
.royaltickets-page-footer-v3 .sidebar-footer .widget_nav_menu li, 
.royaltickets-page-footer-v3 .sidebar-footer .widget_pages li {
	padding: 12px 0 !important;
}

.widget-content ul ul { 
    margin-left: 10px !important;
    width: calc(100% - 10px);
    float: left;
    margin-top: 20px !important;
}


/* Text Widget --------------------------------------- */


.textwidget { 
	line-height: 150%;
    float: left;
    width: 100%;
}

.textwidget .chosen-container,
.textwidget select {
	margin: 0;
	width: 100% !important;
}

.sidebar-footer .textwidget {
	padding: 0;
}


/* Widget Icons --------------------------------------- */


.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages { color: #888; }

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li {
	list-style: none !important;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover,
.widget_archive li.current-menu-item a,
.widget_categories li.current-menu-item a,
.widget_meta li.current-menu-item a,
.widget_nav_menu li.current-menu-item a,
.widget_pages li.current-menu-item a,
.widget_archive li.current_page_item a,
.widget_categories li.current_page_item a,
.widget_meta li.current_page_item a,
.widget_nav_menu li.current_page_item a,
.widget_pages li.current_page_item a {
	text-decoration: none;
}


.sidebar-footer .widget_archive li,
.sidebar-footer .widget_categories li,
.sidebar-footer .widget_meta li,
.sidebar-footer .widget_nav_menu li,
.sidebar-footer .widget_pages li { 
	padding: 0;
	border: none;
	padding: 10px 0;
    float: left;
    width: 100%;
}

.sidebar-footer .widget_archive li a,
.sidebar-footer .widget_categories li a,
.sidebar-footer .widget_meta li a,
.sidebar-footer .widget_nav_menu li a,
.sidebar-footer .widget_pages li a { 
	color: rgba(255,255,255,.5) !important; 
	letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: normal !important;
}

.sidebar-footer .widget_archive li a:hover,
.sidebar-footer .widget_categories li a:hover,
.sidebar-footer .widget_meta li a:hover,
.sidebar-footer .widget_nav_menu li a:hover,
.sidebar-footer .widget_pages li a:hover { 
	color: rgba(255,255,255,1) !important; 
	text-decoration: none !important;
}

.royaltickets-page-footer-v3 .sidebar-footer .widget_archive li:before,
.royaltickets-page-footer-v3 .sidebar-footer .widget_categories li:before,
.royaltickets-page-footer-v3 .sidebar-footer .widget_meta li:before,
.royaltickets-page-footer-v3 .sidebar-footer .widget_nav_menu li:before,
.royaltickets-page-footer-v3 .sidebar-footer .widget_pages li:before { 
	display: inline-block;
	font-size: 18px !important;
    width: 20px;
    height: 22px;
}

.sidebar-footer .widget_archive li:before,
.sidebar-footer .widget_categories li:before,
.sidebar-footer .widget_meta li:before,
.sidebar-footer .widget_nav_menu li:before,
.sidebar-footer .widget_pages li:before { 
	display: none;
}

.sidebar-footer p {
	font-size: 16px;
	color: rgba(255,255,255,.5); 
	padding-bottom: 20px;
	margin-top: 0;
	letter-spacing: 0.05em;
}

.sidebar-footer p.title {
	font-size: 18px;
}

.sidebar-footer p a {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
}

.sidebar-footer p a:hover {
	color: #fff;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    font-family: "Font Awesome 5 Free";
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #c9d2e7;
	margin-right: 8px;
	position: relative;
	top: -4px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 80%;
}

.footer-container .widget_archive li:before,
.footer-container .widget_categories li:before,
.footer-container .widget_meta li:before,
.footer-container .widget_nav_menu li:before {
    display: none;
}

.widget_archive li:before { content: "\f073"; }
.widget_categories li:before { content: "\f07c"; }
.widget_meta li:before { content: "\f013"; }
.widget_nav_menu li:before { content: "\f00c"; }

.royaltickets-sidebar-menu .widget_nav_menu li:before, 
.royaltickets-sidebar-menu .widget_nav_menu ul li a span.entry-subtitle { display: none; }

.royaltickets-sidebar-menu .widget_nav_menu ul li a {
    display: block;
    position: relative;
    padding: 15px 20px 13px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #737373;
    border: solid 1px rgba(0,0,0,0.1);
    border-bottom: none;
}
.royaltickets-sidebar-menu .widget_nav_menu ul li:last-child a {
	border-bottom: solid 1px rgba(0,0,0,0.1);
}


.royaltickets-sidebar-menu .widget_nav_menu ul li a:hover {
	background: #f4f4f4;
}

.royaltickets-sidebar-menu .widget_nav_menu ul li a:hover,
.royaltickets-sidebar-menu .widget_nav_menu ul li a:hover:after {
	color: #000;
}

.royaltickets-sidebar-menu .widget_nav_menu ul li.current-menu-item a,
.royaltickets-sidebar-menu .widget_nav_menu ul li.current_page_item a {
	color: #fff;
	background-color: #de2358;
	border-color: rgba(0,0,0,0);
}

.royaltickets-sidebar-menu .widget_nav_menu ul li.current-menu-item a:after,
.royaltickets-sidebar-menu .widget_nav_menu ul li.current_page_item a:after {
	color: #fff;
}


/* RSS Widget --------------------------------------- */


.widget_rss .widget-title img {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	vertical-align: initial;
}

.widget_rss li a {
	display: block;
}

.widget_rss li .rss-date {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #484848;
}

.widget_rss li .rssSummary { 
	margin-top: 5px;
	font-size: 16px;
    line-height: 1.75em;
    color: #999; 
}

.widget_rss li cite {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}

.widget_rss li cite:before { content: "— "; }


/* Widget Calendar --------------------------------------- */


#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #111;
	text-align: center;
}

#wp-calendar thead { border-top: 1px solid #ddd; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	text-transform: capitalize;
	color: #111;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar thead th {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #de2358;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child { border-left: 1px solid #ddd; }

#wp-calendar tbody a:hover { text-decoration: underline; }

#wp-calendar tfoot td { 
	padding: 0; 
	border: none !important;
}
#wp-calendar tfoot #prev a { text-align: left; }
#wp-calendar tfoot #next a { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	margin-top: 12px;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

.footer-container #wp-calendar tfoot a {
	color: #de2358;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #cf1e50;
}


/* royaltickets Widget List --------------------------------------- */


.royaltickets-widget-list a { 
	display: block; 
	min-height: 55px;
	position: relative;
}

.royaltickets-widget-list .post-icon {
	display: block;
	width: 90px;
	height: 90px;
    border-radius: 6px;
	float: left;
	position: relative;
}

.royaltickets-widget-list .post-icon img {
	display: block;
	border-radius: 4px;
}

.royaltickets-widget-list .post-icon .genericon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}

.royaltickets-widget-list .inner { 
	padding-left: 110px;
    padding-top: 10px;
}

.royaltickets-widget-list .title {
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	color: #111;
	padding-bottom: 0;
	margin-top: 0;
}

.footer-container .royaltickets-widget-list .title,
.royaltickets-page-footer .royaltickets-widget-list .title {
	color: #fff;
}

.royaltickets-widget-list .meta { 
	margin-top: 3px; 
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
	padding-bottom: 0px;
}

.royaltickets-widget-list .excerpt {
	margin-top: 3px;
	color: #666;
	line-height: 130%;
	padding-bottom: 0px;
}

.royaltickets-widget-list a:hover .title { text-decoration: underline; }


/* Flickr Widget --------------------------------------- */


.flickr_badge_image {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a,
.flickr_badge_image img {
	display: block;
}

.flickr_badge_image a {
	padding: 4px;
	background: #fff;
	border: 1px solid #eee;
}


/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.royaltickets-page-footer-v3 { 
	background-color: #16161B;
}

.royaltickets-page-footer-v3 .widgets {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.royaltickets-page-footer-v3 .widgets:first-child { margin-left: 0; }





/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits.section { padding: 30px 0; }

.credits p {
	padding-bottom: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.credits .sep {
	margin: 0 5px;
	color: #de2358;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	position: relative;
	bottom: -2px;
}

.credits p a { color: #fff; }
.credits p a:hover { color: #cf1e50; }



/* Colorix --------------------------------------- */
.top-br, .left-br,
.bottom-br, .right-br {
  	position: fixed;
  	background: #fff;
  	z-index: 999999;
}
.top-br{
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 20px;
}
.right-br{
  	top: 0;
  	right: 0;
  	width: 20px;
  	height: 100%;
}
.bottom-br{
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 20px;
}
.left-br{
  	top: 0;
  	left: 0;
  	width: 20px;
  	height: 100%;
}
.main-container {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 999;
}

#main-color-container,
.colorsblock {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -110;

	-webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.invisible {
	opacity: 0;
}

#change-color {
	position: absolute;
    bottom: 0;
    right: 0;
    line-height: 16px;
    z-index: 99;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    color: #111;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);

    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.has-image-bg #change-color {
	display: none;
}

#change-color:hover {
	color: #fff;
	background-color: #000;
}

.colorset-one {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#9CDDC8,
  		#9CDDC8 300px,
 		#0AABBA 300px,
 		#0AABBA 600px,
  		#400403 600px,
  		#400403 900px,
  		#FE0557 900px,
  		#FE0557 1200px,
  		#FE8B05 1200px,
  		#FE8B05 1500px,
  		#EFEECC 1500px,
  		#EFEECC 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#9CDDC8,
  		#9CDDC8 300px,
 		#0AABBA 300px,
 		#0AABBA 600px,
  		#400403 600px,
  		#400403 900px,
  		#FE0557 900px,
  		#FE0557 1200px,
  		#FE8B05 1200px,
  		#FE8B05 1500px,
  		#EFEECC 1500px,
  		#EFEECC 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
ÿ�	)
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#9CDDC8,
  		#9CDDC8 300px,
 		#0AABBA 300px,
 		#0AABBA 600px,
  		#400403 600px,
  		#400403 900px,
  		#FE0557 900px,
  		#FE0557 1200px,
  		#FE8B05 1200px,
  		#FE8B05 1500px,
  		#EFEECC 1500px,
  		#EFEECC 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#9CDDC8,
  		#9CDDC8 300px,
 		#0AABBA 300px,
 		#0AABBA 600px,
  		#400403 600px,
  		#400403 900px,
  		#FE0557 900px,
  		#FE0557 1200px,
  		#FE8B05 1200px,
  		#FE8B05 1500px,
  		#EFEECC 1500px,
  		#EFEECC 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
	);
}

.colorset-two {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#f9ffa2,
  		#f9ffa2 300px,
 		#aafd6d 300px,
 		#aafd6d 600px,
  		#00e2c5 600px,
  		#00e2c5 900px,
  		#00a7a8 900px,
  		#00a7a8 1200px,
  		#312633 1200px,
  		#312633 1500px,
  		#ff6b6b 1500px,
  		#ff6b6b 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#f9ffa2,
  		#f9ffa2 300px,
 		#aafd6d 300px,
 		#aafd6d 600px,
  		#00e2c5 600px,
  		#00e2c5 900px,
  		#00a7a8 900px,
  		#00a7a8 1200px,
  		#312633 1200px,
  		#312633 1500px,
  		#ff6b6b 1500px,
  		#ff6b6b 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#f9ffa2,
  		#f9ffa2 300px,
 		#aafd6d 300px,
 		#aafd6d 600px,
  		#00e2c5 600px,
  		#00e2c5 900px,
  		#00a7a8 900px,
  		#00a7a8 1200px,
  		#312633 1200px,
  		#312633 1500px,
  		#ff6b6b 1500px,
  		#ff6b6b 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#f9ffa2,
  		#f9ffa2 300px,
 		#aafd6d 300px,
 		#aafd6d 600px,
  		#00e2c5 600px,
  		#00e2c5 900px,
  		#00a7a8 900px,
  		#00a7a8 1200px,
  		#312633 1200px,
  		#312633 1500px,
  		#ff6b6b 1500px,
  		#ff6b6b 1800px,
  		#ffffff 1800px,
  		#ffffff 2100px
	);
}

.colorset-three {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#4E4340,
  		#4E4340 300px,
 		#398A87 300px,
 		#398A87 600px,
  		#79BAA0 600px,
  		#79BAA0 900px,
  		#B6D9AC 900px,
  		#B6D9AC 1200px,
  		#F5EEB7 1200px,
  		#F5EEB7 1500px,
  		#F5B9AE 1500px,
  		#F5B9AE 1800px,
  		#EE0B5B 1800px,
  		#EE0B5B 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#FF8A00,
  		#FF8A00 300px,
 		#FABE28 300px,
 		#FABE28 600px,
  		#FF9C97 600px,
  		#FF9C97 900px,
  		#FFBA7F 900px,
  		#FFBA7F 1200px,
  		#FAD3B2 1200px,
  		#FAD3B2 1500px,
  		#EEE9E5 1500px,
  		#EEE9E5 1800px,
  		#FFE181 1800px,
  		#FFE181 2100px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#FF8A00,
  		#FF8A00 300px,
 		#FABE28 300px,
 		#FABE28 600px,
  		#FF9C97 600px,
  		#FF9C97 900px,
  		#FFBA7F 900px,
  		#FFBA7F 1200px,
  		#FAD3B2 1200px,
  		#FAD3B2 1500px,
  		#EEE9E5 1500px,
  		#EEE9E5 1800px,
  		#FFE181 1800px,
  		#FFE181 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#FF8A00,
  		#FF8A00 300px,
 		#FABE28 300px,
 		#FABE28 600px,
  		#FF9C97 600px,
  		#FF9C97 900px,
  		#FFBA7F 900px,
  		#FFBA7F 1200px,
  		#FAD3B2 1200px,
  		#FAD3B2 1500px,
  		#EEE9E5 1500px,
  		#EEE9E5 1800px,
  		#FFE181 1800px,
  		#FFE181 2100px
	);
}

.colorset-four {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#EDEBE6,
  		#EDEBE6 300px,
 		#D6E1C7 300px,
 		#D6E1C7 600px,
  		#94C7B6 600px,
  		#94C7B6 900px,
  		#403B33 900px,
  		#403B33 1200px,
  		#D3643B 1200px,
  		#D3643B 1500px,
  		#9DC9AC 1500px,
  		#9DC9AC 1800px,
  		#FFFEC7 1800px,
  		#FFFEC7 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#EDEBE6,
  		#EDEBE6 300px,
 		#D6E1C7 300px,
 		#D6E1C7 600px,
  		#94C7B6 600px,
  		#94C7B6 900px,
  		#403B33 900px,
  		#403B33 1200px,
  		#D3643B 1200px,
  		#D3643B 1500px,
  		#9DC9AC 1500px,
  		#9DC9AC 1800px,
  		#FFFEC7 1800px,
  		#FFFEC7 2100px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#EDEBE6,
  		#EDEBE6 300px,
 		#D6E1C7 300px,
 		#D6E1C7 600px,
  		#94C7B6 600px,
  		#94C7B6 900px,
  		#403B33 900px,
  		#403B33 1200px,
  		#D3643B 1200px,
  		#D3643B 1500px,
  		#9DC9AC 1500px,
  		#9DC9AC 1800px,
  		#FFFEC7 1800px,
  		#FFFEC7 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#EDEBE6,
  		#EDEBE6 300px,
 		#D6E1C7 300px,
 		#D6E1C7 600px,
  		#94C7B6 600px,
  		#94C7B6 900px,
  		#403B33 900px,
  		#403B33 1200px,
  		#D3643B 1200px,
  		#D3643B 1500px,
  		#9DC9AC 1500px,
  		#9DC9AC 1800px,
  		#FFFEC7 1800px,
  		#FFFEC7 2100px
	);
}

.colorset-five {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#1F0310,
  		#1F0310 300px,
 		#442433 300px,
 		#442433 600px,
  		#A3D95B 600px,
  		#A3D95B 900px,
  		#AAE3AB 900px,
  		#AAE3AB 1200px,
  		#F6F0BC 1200px,
  		#F6F0BC 1500px,
  		#BCBDAC 1500px,
  		#BCBDAC 1800px,
  		#CFBE27 1800px,
  		#CFBE27 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#1F0310,
  		#1F0310 300px,
 		#442433 300px,
 		#442433 600px,
  		#A3D95B 600px,
  		#A3D95B 900px,
  		#AAE3AB 900px,
  		#AAE3AB 1200px,
  		#F6F0BC 1200px,
  		#F6F0BC 1500px,
  		#BCBDAC 1500px,
  		#BCBDAC 1800px,
  		#CFBE27 1800px,
  		#CFBE27 2100px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#1F0310,
  		#1F0310 300px,
 		#442433 300px,
 		#442433 600px,
  		#A3D95B 600px,
  		#A3D95B 900px,
  		#AAE3AB 900px,
  		#AAE3AB 1200px,
  		#F6F0BC 1200px,
  		#F6F0BC 1500px,
  		#BCBDAC 1500px,
  		#BCBDAC 1800px,
  		#CFBE27 1800px,
  		#CFBE27 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#1F0310,
  		#1F0310 300px,
 		#442433 300px,
 		#442433 600px,
  		#A3D95B 600px,
  		#A3D95B 900px,
  		#AAE3AB 900px,
  		#AAE3AB 1200px,
  		#F6F0BC 1200px,
  		#F6F0BC 1500px,
  		#BCBDAC 1500px,
  		#BCBDAC 1800px,
  		#CFBE27 1800px,
  		#CFBE27 2100px
	);
}

.colorset-six {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#E5F04C,
  		#E5F04C 300px,
 		#C0D23E 300px,
 		#C0D23E 600px,
  		#FF6E27 600px,
  		#FF6E27 900px,
  		#F34739 900px,
  		#F34739 1200px,
  		#D90F5A 1200px,
  		#D90F5A 1500px,
  		#991766 1500px,
  		#991766 1800px,
  		#331327 1800px,
  		#331327 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#E5F04C,
  		#E5F04C 300px,
 		#C0D23E 300px,
 		#C0D23E 600px,
  		#FF6E27 600px,
  		#FF6E27 900px,
  		#F34739 900px,
  		#F34739 1200px,
  		#D90F5A 1200px,
  		#D90F5A 1500px,
  		#991766 1500px,
  		#991766 1800px,
  		#331327 1800px,
  		#331327 2100px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#E5F04C,
  		#E5F04C 300px,
 		#C0D23E 300px,
 		#C0D23E 600px,
  		#FF6E27 600px,
  		#FF6E27 900px,
  		#F34739 900px,
  		#F34739 1200px,
  		#D90F5A 1200px,
  		#D90F5A 1500px,
  		#991766 1500px,
  		#991766 1800px,
  		#331327 1800px,
  		#331327 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#E5F04C,
  		#E5F04C 300px,
 		#C0D23E 300px,
 		#C0D23E 600px,
  		#FF6E27 600px,
  		#FF6E27 900px,
  		#F34739 900px,
  		#F34739 1200px,
  		#D90F5A 1200px,
  		#D90F5A 1500px,
  		#991766 1500px,
  		#991766 1800px,
  		#331327 1800px,
  		#331327 2100px
	);
}

.colorset-seven {
	background: -webkit-repeating-linear-gradient(
		-45deg,
  		#9DE0AD,
  		#9DE0AD 300px,
 		#547980 300px,
 		#547980 600px,
  		#F7EFA2 600px,
  		#F7EFA2 900px,
  		#FFC897 900px,
  		#FFC897 1200px,
  		#BAC99A 1200px,
  		#BAC99A 1500px,
  		#75C9A3 1500px,
  		#75C9A3 1800px,
  		#42393B 1800px,
  		#42393B 2100px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-45deg,
  		#9DE0AD,
  		#9DE0AD 300px,
 		#547980 300px,
 		#547980 600px,
  		#F7EFA2 600px,
  		#F7EFA2 900px,
  		#FFC897 900px,
  		#FFC897 1200px,
  		#BAC99A 1200px,
  		#BAC99A 1500px,
  		#75C9A3 1500px,
  		#75C9A3 1800px,
  		#42393B 1800px,
  		#42393B 2100px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-45deg,
  		#9DE0AD,
  		#9DE0AD 300px,
 		#547980 300px,
 		#547980 600px,
  		#F7EFA2 600px,
  		#F7EFA2 900px,
  		#FFC897 900px,
  		#FFC897 1200px,
  		#BAC99A 1200px,
  		#BAC99A 1500px,
  		#75C9A3 1500px,
  		#75C9A3 1800px,
  		#42393B 1800px,
  		#42393B 2100px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-45deg,
  		#9DE0AD,
  		#9DE0AD 300px,
 		#547980 300px,
 		#547980 600px,
  		#F7EFA2 600px,
  		#F7EFA2 900px,
  		#FFC897 900px,
  		#FFC897 1200px,
  		#BAC99A 1200px,
  		#BAC99A 1500px,
  		#75C9A3 1500px,
  		#75C9A3 1800px,
  		#42393B 1800px,
  		#42393B 2100px
	);
}

.container {
	max-width: calc(100% - 40px);
}

.shop-wrapper .container,
.page-wrapper .container {
	padding: 0;
}

.main-block {
	margin: 60px auto;
	width: 100%;
	max-width: 1200px;
	border-radius: 5px;
	min-height: 240px;
	background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.05);

    color: #000;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;

    display: none;
}

.footer-block,
.blogposts-block {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	border-radius: 5px 5px 0px 0px;
    text-align: center;
    position: relative;
    display: none;
}

.footer-block .genericon-previous {
	position: absolute;
    left: 50%;
    top: 0;
    color: #fff;
    font-weight: 500;
    margin-top: -30px;
    font-size: 40px;

	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);

    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);

    cursor: pointer;

    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-block .genericon-previous:hover {
	margin-top: -40px;
	color: #fff;
}

.top-dip-thingo {
    height: 15px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    position: relative;
}

.left-part, 
.right-part {
    width: 50%;
    height: 15px;
    background: #fff;
}

.left-part {
    margin-left: -24px;
    float: left;
}

.right-part {
    margin-right: -22px;
    float: right;
}

.top-dip-thingo svg {
    float: left;
    fill: #fff;
}

.footer-bottom {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
    background: #fff;
}

.cover-image {
	border-radius: 5px 5px 0 0;
	width: 100%;
	display: block;
	position: relative;
}

.royaltickets-logo {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 60px;
	margin-left: 80px;
	font-size: 56px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.05);
}

.cover-image img {
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: auto;
	display: block;
}

.wrapper {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
}

.shop-wrapper {
	padding: 90px 0 !important;
}

.royaltickets-blog-template {
	padding-bottom: 90px;
}

.royaltickets-magazine-template {
	padding-top: 0;
	background-color: transparent;
}

.royaltickets-visible-overflow {
	overflow: visible !important;
}

#color-palette {
	position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 60px;
    margin-right: 80px;
    height: 5px;
    width: 210px;
    z-index: 9;
}

.palette-colorset {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.palette-colorset-one {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#9CDDC8,
  		#9CDDC8 30px,
 		#0AABBA 30px,
 		#0AABBA 60px,
  		#400403 60px,
  		#400403 90px,
  		#FE0557 90px,
  		#FE0557 120px,
  		#FE8B05 120px,
  		#FE8B05 150px,
  		#EFEECC 150px,
  		#EFEECC 180px,
  		#ffffff 180px,
  		#ffffff 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#9CDDC8,
  		#9CDDC8 30px,
 		#0AABBA 30px,
 		#0AABBA 60px,
  		#400403 60px,
  		#400403 90px,
  		#FE0557 90px,
  		#FE0557 120px,
  		#FE8B05 120px,
  		#FE8B05 150px,
  		#EFEECC 150px,
  		#EFEECC 180px,
  		#ffffff 180px,
  		#ffffff 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#9CDDC8,
  		#9CDDC8 30px,
 		#0AABBA 30px,
 		#0AABBA 60px,
  		#400403 60px,
  		#400403 90px,
  		#FE0557 90px,
  		#FE0557 120px,
  		#FE8B05 120px,
  		#FE8B05 150px,
  		#EFEECC 150px,
  		#EFEECC 180px,
  		#ffffff 180px,
  		#ffffff 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#9CDDC8,
  		#9CDDC8 30px,
 		#0AABBA 30px,
 		#0AABBA 60px,
  		#400403 60px,
  		#400403 90px,
  		#FE0557 90px,
  		#FE0557 120px,
  		#FE8B05 120px,
  		#FE8B05 150px,
  		#EFEECC 150px,
  		#EFEECC 180px,
  		#ffffff 180px,
  		#ffffff 210px
	);
}

.palette-colorset-two {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#f9ffa2,
  		#f9ffa2 30px,
 		#aafd6d 30px,
 		#aafd6d 60px,
  		#00e2c5 60px,
  		#00e2c5 90px,
  		#00a7a8 90px,
  		#00a7a8 120px,
  		#312633 120px,
  		#312633 150px,
  		#ff6b6b 150px,
  		#ff6b6b 180px,
  		#ffffff 180px,
  		#ffffff 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#f9ffa2,
  		#f9ffa2 30px,
 		#aafd6d 30px,
 		#aafd6d 60px,
  		#00e2c5 60px,
  		#00e2c5 90px,
  		#00a7a8 90px,
  		#00a7a8 120px,
  		#312633 120px,
  		#312633 150px,
  		#ff6b6b 150px,
  		#ff6b6b 180px,
  		#ffffff 180px,
  		#ffffff 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#f9ffa2,
  		#f9ffa2 30px,
 		#aafd6d 30px,
 		#aafd6d 60px,
  		#00e2c5 60px,
  		#00e2c5 90px,
  		#00a7a8 90px,
  		#00a7a8 120px,
  		#312633 120px,
  		#312633 150px,
  		#ff6b6b 150px,
  		#ff6b6b 180px,
  		#ffffff 180px,
  		#ffffff 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#f9ffa2,
  		#f9ffa2 30px,
 		#aafd6d 30px,
 		#aafd6d 60px,
  		#00e2c5 60px,
  		#00e2c5 90px,
  		#00a7a8 90px,
  		#00a7a8 120px,
  		#312633 120px,
  		#312633 150px,
  		#ff6b6b 150px,
  		#ff6b6b 180px,
  		#ffffff 180px,
  		#ffffff 210px
	);
}

.palette-colorset-three {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#FF8A00,
  		#FF8A00 30px,
 		#FABE28 30px,
 		#FABE28 60px,
  		#FF9C97 60px,
  		#FF9C97 90px,
  		#FFBA7F 90px,
  		#FFBA7F 120px,
  		#FAD3B2 120px,
  		#FAD3B2 150px,
  		#EEE9E5 150px,
  		#EEE9E5 180px,
  		#FFE181 180px,
  		#FFE181 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#FF8A00,
  		#FF8A00 30px,
 		#FABE28 30px,
 		#FABE28 60px,
  		#FF9C97 60px,
  		#FF9C97 90px,
  		#FFBA7F 90px,
  		#FFBA7F 120px,
  		#FAD3B2 120px,
  		#FAD3B2 150px,
  		#EEE9E5 150px,
  		#EEE9E5 180px,
  		#FFE181 180px,
  		#FFE181 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#FF8A00,
  		#FF8A00 30px,
 		#FABE28 30px,
 		#FABE28 60px,
  		#FF9C97 60px,
  		#FF9C97 90px,
  		#FFBA7F 90px,
  		#FFBA7F 120px,
  		#FAD3B2 120px,
  		#FAD3B2 150px,
  		#EEE9E5 150px,
  		#EEE9E5 180px,
  		#FFE181 180px,
  		#FFE181 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#FF8A00,
  		#FF8A00 30px,
 		#FABE28 30px,
 		#FABE28 60px,
  		#FF9C97 60px,
  		#FF9C97 90px,
  		#FFBA7F 90px,
  		#FFBA7F 120px,
  		#FAD3B2 120px,
  		#FAD3B2 150px,
  		#EEE9E5 150px,
  		#EEE9E5 180px,
  		#FFE181 180px,
  		#FFE181 210px
	);
}

.palette-colorset-four {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#EDEBE6,
  		#EDEBE6 30px,
 		#D6E1C7 30px,
 		#D6E1C7 60px,
  		#94C7B6 60px,
  		#94C7B6 90px,
  		#403B33 90px,
  		#403B33 120px,
  		#D3643B 120px,
  		#D3643B 150px,
  		#9DC9AC 150px,
  		#9DC9AC 180px,
  		#FFFEC7 180px,
  		#FFFEC7 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#EDEBE6,
  		#EDEBE6 30px,
 		#D6E1C7 30px,
 		#D6E1C7 60px,
  		#94C7B6 60px,
  		#94C7B6 90px,
  		#403B33 90px,
  		#403B33 120px,
  		#D3643B 120px,
  		#D3643B 150px,
  		#9DC9AC 150px,
  		#9DC9AC 180px,
  		#FFFEC7 180px,
  		#FFFEC7 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#EDEBE6,
  		#EDEBE6 30px,
 		#D6E1C7 30px,
 		#D6E1C7 60px,
  		#94C7B6 60px,
  		#94C7B6 90px,
  		#403B33 90px,
  		#403B33 120px,
  		#D3643B 120px,
  		#D3643B 150px,
  		#9DC9AC 150px,
  		#9DC9AC 180px,
  		#FFFEC7 180px,
  		#FFFEC7 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#EDEBE6,
  		#EDEBE6 30px,
 		#D6E1C7 30px,
 		#D6E1C7 60px,
  		#94C7B6 60px,
  		#94C7B6 90px,
  		#403B33 90px,
  		#403B33 120px,
  		#D3643B 120px,
  		#D3643B 150px,
  		#9DC9AC 150px,
  		#9DC9AC 180px,
  		#FFFEC7 180px,
  		#FFFEC7 210px
	);
}

.palette-colorset-five {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#1F0310,
  		#1F0310 30px,
 		#442433 30px,
 		#442433 60px,
  		#A3D95B 60px,
  		#A3D95B 90px,
  		#AAE3AB 90px,
  		#AAE3AB 120px,
  		#F6F0BC 120px,
  		#F6F0BC 150px,
  		#BCBDAC 150px,
  		#BCBDAC 180px,
  		#CFBE27 180px,
  		#CFBE27 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#1F0310,
  		#1F0310 30px,
 		#442433 30px,
 		#442433 60px,
  		#A3D95B 60px,
  		#A3D95B 90px,
  		#AAE3AB 90px,
  		#AAE3AB 120px,
  		#F6F0BC 120px,
  		#F6F0BC 150px,
  		#BCBDAC 150px,
  		#BCBDAC 180px,
  		#CFBE27 180px,
  		#CFBE27 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#1F0310,
  		#1F0310 30px,
 		#442433 30px,
 		#442433 60px,
  		#A3D95B 60px,
  		#A3D95B 90px,
  		#AAE3AB 90px,
  		#AAE3AB 120px,
  		#F6F0BC 120px,
  		#F6F0BC 150px,
  		#BCBDAC 150px,
  		#BCBDAC 180px,
  		#CFBE27 180px,
  		#CFBE27 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#1F0310,
  		#1F0310 30px,
 		#442433 30px,
 		#442433 60px,
  		#A3D95B 60px,
  		#A3D95B 90px,
  		#AAE3AB 90px,
  		#AAE3AB 120px,
  		#F6F0BC 120px,
  		#F6F0BC 150px,
  		#BCBDAC 150px,
  		#BCBDAC 180px,
  		#CFBE27 180px,
  		#CFBE27 210px
	);
}

.palette-colorset-six {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#E5F04C,
  		#E5F04C 30px,
 		#C0D23E 30px,
 		#C0D23E 60px,
  		#FF6E27 60px,
  		#FF6E27 90px,
  		#F34739 90px,
  		#F34739 120px,
  		#D90F5A 120px,
  		#D90F5A 150px,
  		#991766 150px,
  		#991766 180px,
  		#331327 180px,
  		#331327 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#E5F04C,
  		#E5F04C 30px,
 		#C0D23E 30px,
 		#C0D23E 60px,
  		#FF6E27 60px,
  		#FF6E27 90px,
  		#F34739 90px,
  		#F34739 120px,
  		#D90F5A 120px,
  		#D90F5A 150px,
  		#991766 150px,
  		#991766 180px,
  		#331327 180px,
  		#331327 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#E5F04C,
  		#E5F04C 30px,
 		#C0D23E 30px,
 		#C0D23E 60px,
  		#FF6E27 60px,
  		#FF6E27 90px,
  		#F34739 90px,
  		#F34739 120px,
  		#D90F5A 120px,
  		#D90F5A 150px,
  		#991766 150px,
  		#991766 180px,
  		#331327 180px,
  		#331327 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#E5F04C,
  		#E5F04C 30px,
 		#C0D23E 30px,
 		#C0D23E 60px,
  		#FF6E27 60px,
  		#FF6E27 90px,
  		#F34739 90px,
  		#F34739 120px,
  		#D90F5A 120px,
  		#D90F5A 150px,
  		#991766 150px,
  		#991766 180px,
  		#331327 180px,
  		#331327 210px
	);
}

.palette-colorset-seven {
	background: -webkit-repeating-linear-gradient(
		-90deg,
  		#9DE0AD,
  		#9DE0AD 30px,
 		#547980 30px,
 		#547980 60px,
  		#F7EFA2 60px,
  		#F7EFA2 90px,
  		#FFC897 90px,
  		#FFC897 120px,
  		#BAC99A 120px,
  		#BAC99A 150px,
  		#75C9A3 150px,
  		#75C9A3 180px,
  		#42393B 180px,
  		#42393B 210px
  	);
 	/* Opera 11.1 to 12.0 */
  	background: -o-repeating-linear-gradient(
		-90deg,
  		#9DE0AD,
  		#9DE0AD 30px,
 		#547980 30px,
 		#547980 60px,
  		#F7EFA2 60px,
  		#F7EFA2 90px,
  		#FFC897 90px,
  		#FFC897 120px,
  		#BAC99A 120px,
  		#BAC99A 150px,
  		#75C9A3 150px,
  		#75C9A3 180px,
  		#42393B 180px,
  		#42393B 210px
  	);
  	/* Firefox 3.6 to 15 */
  	background: -moz-repeating-linear-gradient(
  		-90deg,
  		#9DE0AD,
  		#9DE0AD 30px,
 		#547980 30px,
 		#547980 60px,
  		#F7EFA2 60px,
  		#F7EFA2 90px,
  		#FFC897 90px,
  		#FFC897 120px,
  		#BAC99A 120px,
  		#BAC99A 150px,
  		#75C9A3 150px,
  		#75C9A3 180px,
  		#42393B 180px,
  		#42393B 210px
  	);
  	/* Standard syntax */
  	background: repeating-linear-gradient(
  		-90deg,
  		#9DE0AD,
  		#9DE0AD 30px,
 		#547980 30px,
 		#547980 60px,
  		#F7EFA2 60px,
  		#F7EFA2 90px,
  		#FFC897 90px,
  		#FFC897 120px,
  		#BAC99A 120px,
  		#BAC99A 150px,
  		#75C9A3 150px,
  		#75C9A3 180px,
  		#42393B 180px,
  		#42393B 210px
	);
}

.wrapper h1 {
letter-spacing: 3px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;

    
}

.wrapper h2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;

}

.wrapper p {
	font-size: 19px;
    
    line-height: 1.5;
}

.comment-content p {
	margin-bottom: 0 !important;
	padding-bottom: 10px !important;
	font-size: 16px;
}

.royaltickets-comment-reply {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.title-block {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	border-radius: 5px 5px 0px 0px;
    text-align: center;
    position: relative;
    padding: 60px;
    margin-bottom: 100px;
    display: none;
}

.title-block h2 {
	color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.05);
    text-align: center;
}

.royaltickets-social {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.royaltickets-social li {
	display: inline-block;
	width: auto;
}

.royaltickets-social li a {
	display: inline-block;
	width: auto;
}

.royaltickets-social svg {
    height: 60px;
    width: 60px;
    border: 2px solid #333;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: visible;
}

.royaltickets-social svg circle {
    fill: none;
    stroke: none;
}

.royaltickets-social svg path {
    fill: #000;
}

.royaltickets-social li a.link-twitter:hover svg {
	border-color: #0084b4;
}

.royaltickets-social li a.link-twitter:hover svg circle {
	color: #0084b4;
}

.royaltickets-social li a.link-twitter:hover svg path {
	fill: #0084b4;
}

.royaltickets-social li a.link-facebook:hover svg {
	border-color: #3b5998;
}

.royaltickets-social li a.link-facebook:hover svg circle {
	color: #3b5998;
}

.royaltickets-social li a.link-facebook:hover svg path {
	fill: #3b5998;
}

.royaltickets-social li a.link-dribbble:hover svg {
	border-color: #C73B6F;
}

.royaltickets-social li a.link-dribbble:hover svg circle {
	color: #C73B6F;
}

.royaltickets-social li a.link-dribbble:hover svg path {
	fill: #C73B6F;
}

hr {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 30px 0 40px 0;
	text-align: left;
	border: none;
}

hr:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 5px;
	background-color: #111;
	display: none;
}

.wp-block-separator {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
}

.wp-block-separator:before {
	left: 50% !important;
	margin-left: -35px;
}

.cv-description {
	width: 100%;
	display: inline-block;
}

.cv-description p {
	margin: 20px 0;
	font-size: 14px;
	line-height: 24px;
}

.cv-description p a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
	font-weight: 500;
}

.cv-description p a:before {
	content: "";
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
	left: 0;
	width: 100%;
	border-top: solid 2px #de2358;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cv-description p a:hover:before {
	opacity: 1;
}

.copyright {
	margin-top: 30px;
	font-size: 12px !important;
	letter-spacing: 0;
	text-transform: initial;
}

.main-wrapper {
	display: block;
	width: 100%;
	z-index: 9;
	position: relative;
	float: left;
}

.menu-v2-container {
	display: block;
	width: 100%;
	z-index: 9;
	position: relative;
	text-align: center;
}

.top-menu-container {
	float: left;
}

.position-Floating .top-menu-container {
	float: left;
}

.menu-v2-inner,
.footer-container {
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
}

.menu-v4-inner {
	display: block;
    width: 1280px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 2;
}

#menu.menu {
	width: 90%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
	display: inline-block;
	padding: 15px 30px;
	padding-bottom: 0;
	position: absolute;
	top: 0;
	margin-top: 20px;
	z-index: 999;
	box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.background-cover-holder,
.background-cover-holder-fixed {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #2e2e2e;
}

.background-cover-holder-fixed,
#menu.navbar-fixed .background-cover-holder {
	display: none;
}

#menu.navbar-fixed .background-cover-holder-fixed {
	display: block;
}

#menu.menu.menu-v2 {
	padding: 0 30px !important;
	box-shadow: none !important;
}

/* Header Options */
#menu {
	opacity: 0;
}
	
#menu.position-Floating {
	position: relative;
	margin-top: 0;
	float: left;
	width: 100% !important;
	background-color: #000;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#menu.navbar-fixed,
#menu.position-Floating.navbar-fixed {
	position: fixed;
}

#menu.position-Floating.navbar-fixed {
	margin-top: 20px;
	background: transparent;
	width: 100%;
}

#menu.menu.menu-dark-bg {
	background-color: rgba(46,46,46,0.8);
}

#menu.top-menu-Hide .top-menu-container {
	display: none !important;
}

#menu.social-links-Right .top-menu-wrapper .top-social-holder {
	float: right !important;
}

#menu.social-links-Right .top-menu-wrapper .top-contact-holder {
	float: left !important;
}

#menu.background-Light .offset-menu li a {
	color: #737373;
}

#menu.background-Light .top-social-links-right a:hover span {
	color: #de2358;
}
/* End Header Options */

.menu.navbar-fixed .blog-logo-image img {
	max-height: 47px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.offset-menu {
	float: right;
	margin: 15px 0;
}

.top-social-holder {
	float: left;
	width: auto;
	margin: 0;
	border-right: solid 1px rgba(255,255,255,0.1);
}

.top-contact-holder {
	float: right;
	width: auto;
	margin: 0;
}

.top-select-language-holder {
	float: right !important;
	width: auto;
	margin: 0;
}

.navbar-fixed .offset-full-width-menu {
	max-height: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
}

.offset-menu li {
	display: inline-block;
	width: auto;
    margin-left: 15px;
    padding: 10px 0;
    float: left;
}

.offset-full-width-menu li {
	float: right;
}

.offset-menu li a {
	float: left;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.offset-menu li a:hover {
	color: #de2358;
}

.logo-holder {
	float: left;
	width: auto;
}

.blog-logo-image {
	display: inline-flex;
	width: auto;
	float: left;
}

.blog-logo-image img {
	max-height: 47px;
	width: auto;
	float: left;
}

.menu-v2 .blog-logo-image img {
	max-height: 72px !important;
}

.royaltickets-gallery-fullwidth {
	padding: 0 !important;
}

.royaltickets-gallery-fullwidth .container{
	width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.main-wrapper.page-no-footer .royaltickets-page-wrapper {
	padding-bottom: 0 !important;
}

.royaltickets-page-content-boxed {
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.royaltickets-page-content-fullwidth {
	display: inline-block;
	width: 100%;
	float: left;
	margin: 0 auto;
	padding: 0;
}

.royaltickets-default-page {
	padding: 60px 0; 
}

.royaltickets-page-comments {
	margin: 0 auto;
	width: 100%;
	max-width: 970px;
}

.royaltickets-page-comments .comments-container {
	margin-top: 60px;
}

.royaltickets-page-comments #respond {
	margin-bottom: 120px;
}

.post-page {
	padding: 30px 0;
}

.compare-page {
	padding: 60px 0 30px 0;
}

.image-gallery {
	float: left;
	width: 100%;
}

.gallery-item img {
    border-color: transparent !important;
}

.image-gallery-gap-10 {
	width: -webkit-calc(100% + 10px) !important;
    width: calc(100% + 10px) !important;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.image-gallery-gap-20 {
	width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.image-gallery-gap-30 {
	width: -webkit-calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: -15px;
}

.image-gallery-gap-10 .gallery-item,
.image-gallery-gap-10 .gallery-item-masonry,
.image-gallery-gap-10 .gallery-item-thumnails,
.image-gallery-gap-10 .gallery-item-royaltickets {
	border: solid 5px transparent;
}

.image-gallery-gap-20 .gallery-item,
.image-gallery-gap-20 .gallery-item-masonry,
.image-gallery-gap-20 .gallery-item-thumnails,
.image-gallery-gap-20 .gallery-item-royaltickets {
	border: solid 10px transparent;
}

.image-gallery-gap-30 .gallery-item,
.image-gallery-gap-30 .gallery-item-masonry,
.image-gallery-gap-30 .gallery-item-thumnails,
.image-gallery-gap-30 .gallery-item-royaltickets {
	border: solid 15px transparent;
}

.royaltickets-page-footer  p,.royaltickets-page-footer  h2{color:#054254 !important;}
.royaltickets-page-footer {
	display: inline-block;
	width: 100%;

/*
   background-color: #252429 !important;
    background-image: url(../images/bg_head.jpg);
    background-size: cover !important;
  */
  background: #dedfe1;

  


	position: relative;
	float: left;
}

.royaltickets-page-footer-v2 {
	display: inline-block;
	width: 100%;
	background-color: #151515;
	position: relative;
	z-index: 9;
}

.page-template-front-dashboard #header .container {
    width: 100%;
}


/*//////////////////////////// 
/ 15 Footer
///////////////////////////*/
.footer-menu {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.footer-menu ul {
	text-align: center;
}
.footer-menu ul.sub-menu {
	display: none;
}
.footer-menu li {
	width: auto;
	display: inline-block;
}
.footer-menu a {
	margin: 0 20px;
	color: #fff;
	text-transform: uppercase;
}
.footer-header,
.fullscreen-menu-logo {
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
}
.fullscreen-menu-logo {
	text-align: left;
}
.fullscreen-menu-logo img {
	max-height: 90px;
	width: auto;
}
.footer-header a,
.footer-header a:hover {
	box-shadow: none;
}
.footer-header a img {
	max-height: 90px;
	width: auto;
}
.site-info {
	color: #B1B1B1;
    text-align: center;
    display: block;
    float: left;
    padding: 120px;
    padding-bottom: 0;
    width: 100%;
    font-size: .6875em;
    font-weight: 700;
    letter-spacing: .25em;
}

.royaltickets-footer-header {
	color: rgba(255, 255, 255, 0.5);
    display: block;
    float: left;
    padding: 0 30px;
    width: 100%;
    font-size: .6875em;
    font-weight: 700;
    letter-spacing: .25em;
    border-bottom: solid 1px rgba(255, 255, 255, .07);
}

.royaltickets-footer-header .logo-wrapper {
	padding: 30px;
	padding-left: 0;
	float: left;
}

.royaltickets-footer-header .logo-wrapper img {
	float: left;
    height: 42px;
}

.royaltickets-footer-social {
	float: right;
	border-right: solid 1px rgba(255, 255, 255, .07);
	margin: 0;
}

.royaltickets-footer-social li {
	display: inline-block;
	float: left;
}

.royaltickets-footer-social li a {
	font-size: 24px;
	color: #fff;
	padding: 31px 40px;
	border-left: solid 1px rgba(255, 255, 255, .07);
    display: inline-block;
}

.royaltickets-page-footer-v2 .site-info {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 90px;
	padding-bottom: 30px;
	text-align: left;
}

.royaltickets-post-inner {
	padding: 140px 80px;
	position: relative;
	width: 100%;
	display: inline-block;
}

.quote-block-post .royaltickets-post-inner,
.link-block-post .royaltickets-post-inner {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 80px;
}

.royaltickets-post-header {
	position: relative;
	z-index: 999;
}

.royaltickets-post-shadow {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(33,40,45,0.6);
	z-index: 1;
}

.quote-block-post .royaltickets-post-shadow {
	background-color: rgb(33,40,45);
}

.link-block-post .royaltickets-post-shadow {
	background-color: #de2358;
}

.royaltickets-post-border {
	position: absolute;
	z-index: 9;
	top: 0;
	margin-top: 40px;
	left: 0;
	margin-left: 40px;
	bottom: 0;
	margin-bottom: 40px;
	right: 0;
	margin-right: 40px;
	border: solid 3px #fff;
	opacity: .1;
}

.royaltickets-post-header a {
	color: #fff;
	width: auto;
	text-align: center;
    display: inline-block;
    text-decoration: none;
}

.royaltickets-post-header a:hover {
	color: #cf1e50;
	border: none;
	text-decoration: none;
}

.royaltickets-post-header .post-categories,
.royaltickets-post-header .post-date {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding-bottom: 0;
}

.royaltickets-post-header .post-categories {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 30px;
	color: #fff;
}

.royaltickets-post-header .post-categories .genericon-quote,
.royaltickets-post-header .post-categories .genericon-link {
	font-size: 64px;
}

.royaltickets-post-header .post-date {
	text-transform: uppercase;
	font-size: 13px;
	color: #eee;
}

.royaltickets-post-header h2 {
	width: 100%;
	text-align: center;
	font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.full-width-post .royaltickets-post-header h2 {
	font-size: 32px;
    line-height: 56px;
}

.quote-block-post .royaltickets-post-header h2,
.link-block-post .royaltickets-post-header h2 {
	font-size: 24px;
	line-height: 32px;
}

.link-block-post .royaltickets-post-header a {
	max-width: 100%;
}

.link-block-post .royaltickets-post-header a:hover {
	color: #000;
}

.full-width-post.quote-block-post .royaltickets-post-header h2,
.full-width-post.link-block-post .royaltickets-post-header h2 {
	font-size: 32px;
	line-height: 56px;
}


@media not screen and (min-width: 668px) {
	.royaltickets-page-footer-v2 .site-info {
		padding: 30px !important;
	}
	.footer-menu li,
	.footer-menu li a {
		width: 100%;
		text-align: center;
	}
	.footer-menu li { margin-bottom: 20px; }
	#main .front-search-box .search-field, 
	#main .front-search-box #search_category,  
	#main .front-search-box #search_category_chosen,
	#main .front-search-box #search_region,
	#main .front-search-box #search_region_chosen {
		width: 48% !important;
	    width: -webkit-calc(50% - 30px) !important;
	    width: calc(50% - 30px) !important;
	}
	.front-search-box .search-submit {
		width: 48% !important;
	    width: -webkit-calc(50% - 42px) !important;
	    width: calc(50% - 42px) !important;
	}
}
.site-info .footer-address,
.site-info .footer-address a {
	text-transform: uppercase;
	font-size: 10px !important;
}
.site-socket,
.site-fullscreen-menu-socket {
    display: block;
    width: 100%;
    font-size: 14px !important;
    letter-spacing: 0.05em;
}

.site-socket {
	float: left;
}

.site-socket .container {
	padding: 0;
}

.royaltickets-footer-menu {
	float: right;
	margin: 0;
}

.royaltickets-footer-menu li {
	width: auto;
	display: inline-block;
	margin-left: 10px;
}

.royaltickets-footer-menu li ul { display: none; }

.site-fullscreen-menu-socket {
	padding: 40px 0;
}

.site-fullscreen-menu-socket {
    font-size: 12px !important;
    line-height: 24px;
    letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	display: block;
    width: 100%;
    float: left;
}

#site-navigation {
	display: block;
    width: 100%;
    float: left;
}

.site-socket a,
.site-fullscreen-menu-socket a {
	font-weight: 700;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
}

.site-socket a:hover,
.site-fullscreen-menu-socket a:hover {
	color: #fff;
}

.site-socket a:after,
.site-fullscreen-menu-socket a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #de2358;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: none;
}

.site-socket a:hover:after,
.site-fullscreen-menu-socket a:hover:after {
	opacity: 1;
}

.royaltickets-page-footer-v2 .site-socket,
.royaltickets-page-footer-v3 .site-socket {
	padding-bottom: 40px;
	border-top: 1px solid rgba(255,255,255,.07);
}

.footer-social {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	float: left;
}

.footer-social.social-links-align-left {
	text-align: left;
	margin-left: -6px;	
}

.footer-social.social-links-align-right {
	text-align: right;
	margin-right: -6px;	
}

.footer-social a,
.footer-social a:hover {
	box-shadow: none;
	display: inline-block;
}

.footer-social svg {
    height: 60px;
    width: 60px;
    border: 2px solid #5F5F5F;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    margin: 0 8px;
    overflow: visible;
}

.footer-social svg:hover {
    border-color: #fff;
}

.footer-social svg circle {
    fill: none;
    stroke: none;
}

.footer-social svg path {
    fill: #5F5F5F;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.footer-social svg:hover path {
    fill: #fff;
}



.footer-social.social-background-dark svg {
	border-color: rgba(255,255,255,0.7);
}

.footer-social.social-background-dark svg path {
	fill: rgba(255,255,255,0.7);
}

.footer-social.social-background-light svg {
	border-color: rgba(0,0,0,0.7);
}

.footer-social.social-background-light svg path {
	fill: rgba(0,0,0,0.7);
}

.footer-social.social-background-light svg:hover,
.footer-social.social-background-dark svg:hover {
	border-color: #de2358;
}

.footer-social.social-background-light svg:hover path,
.footer-social.social-background-dark svg:hover path {
	fill: #de2358;
}



.top-social-links,
.top-social-links-right {
	float: left !important;
	margin-left: 0 !important;
	padding: 0 !important;
	border-right: solid 1px rgba(255,255,255,0.1);
}

.top-social-links {
	border-left: solid 1px rgba(255,255,255,0.1);
	border-right: none;
}

.top-social-links a {
	float: none !important;
	padding: 10px !important;
	padding-top: 11px !important;
	width: 40px !important;
	text-align: center !important;
	position: relative;
}

.top-social-links a:hover {
	color: #fff !important;
}

.top-social-links a:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	bottom: 0;
	background-color: #3B5998;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.top-social-links a:hover:before {
	top: 0;
}

.top-social-links a.link-twitter:before {
	background-color: #55acee;
}

.top-social-links a.link-dribbble:before {
	background-color: #ea4c89;
}

.top-social-links a.link-youtube:before {
	background-color: #cd201f;
}

.top-social-links a.link-pinterest:before {
	background-color: #c92228;
}

.top-social-links a.link-instagram:before {
	background-color: #e95950;
}

.top-social-links a .fa {
	display: inline-block;
}

.top-social-links:first-child {
	border-left: solid 1px rgba(255,255,255,0.1);
}

#menu .top-social-links-right {
	float: right !important;
	border: none;
}

.top-social-links-right a .fa {
	float: left;
	padding: 11px 15px !important;
	text-align: center !important;
	position: relative;
	width: 47px !important;
	border-right: solid 1px rgba(255,255,255,0.1);
	border-left: solid 1px rgba(255,255,255,0.1);
	position: relative;
}

.top-social-links-right a span {
	float: left;
	padding: 11px 15px !important;
	text-align: center !important;
	position: relative;
	font-size: 12px;
    line-height: 15px;
    letter-spacing: 2px;
}

.top-social-links-right:last-child a span {
	border-right: none;
}

.top-social-links-right a .fa:after {
	content: "";
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	bottom: 0;
	background-color: #de2358;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
}

.top-social-links-right a:hover .fa:after {
	top: 0;
}

.top-social-links-right a:hover .fa {
	color: #fff !important;
}

#posts {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#blog-no-sidebar #posts {
	margin-left: 15px;
}

.royaltickets-custom-post {
	border-bottom: none !important;
}

.royaltickets-post-miniblock {
	width: 40%;;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    background-color: #fafafa;

    text-transform: uppercase;
    font-size: 0.78em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#blog-left-sidebar .royaltickets-post-miniblock {
	margin-right: 0;
	margin-left: 30px;
}

.royaltickets-post-miniblock.full-width-post {
	width: 90% !important;
	width: -webkit-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
}

.royaltickets-post-miniblock-header {
	position: relative;
	width: 100%;
	height: 260px;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.royaltickets-link-post-miniblock-header {
	width: 100%;
	display: inline-block;
	background-color: #de2358;
	padding: 60px 30px;
}

.royaltickets-link-post-miniblock-header h2.post-url {
	margin-bottom: 0;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
}

.royaltickets-link-post-miniblock-header h2.post-url a {
	position: relative;
}

.royaltickets-link-post-miniblock-header h2.post-url a:after {
	content: "";
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.royaltickets-link-post-miniblock-header h2.post-url a:hover:after {
	opacity: 1;
}

.royaltickets-post-miniblock.full-width-post .royaltickets-post-miniblock-header {
	height: 430px;
}

.royaltickets-post-big-shadow {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}

.royaltickets-post-big-shadow:hover {
	background: rgba(0,0,0,0.5);
}

.royaltickets-post-miniblock-content {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 30px;
	background-color: #fafafa;
	color: #000;
	text-align: center;
}

.royaltickets-post-miniblock-content h2 a {
	color: #000;
	font-weight: 500;
	width: auto;
	display: inline-block;
	font-size: 24px;
	line-height: 32px;
	margin: 20px 0;
	position: relative;
}

.royaltickets-post-miniblock-content h2 a:hover {
	color: #cf1e50;
}

.royaltickets-post-miniblock-meta,
.royaltickets-post-miniblock-meta-top {
	display: inline-block;
	width: auto;
}

.royaltickets-post-miniblock-meta {
    width: 100%;
    display: inline-block;
    border-top: solid 1px #eee;
    padding-top: 20px;
}

.royaltickets-post-miniblock-meta p,
.royaltickets-post-miniblock-meta-top p {
	display: inline-block;
	width: auto;
	font-size: 12px;
	letter-spacing: 0;
	float: left;
	padding-bottom: 0;
}

.royaltickets-post-miniblock-meta p.genericon,
.royaltickets-post-miniblock-meta-top p.genericon {
	margin: 0 5px;
}

.royaltickets-post-miniblock-meta p a,
.royaltickets-post-miniblock-meta-top p a {
	position: relative;
}

.royaltickets-post-miniblock-meta p a,
.royaltickets-post-miniblock-meta .post-author {
	font-weight: 500;
	font-size: 14px;
}

.royaltickets-post-miniblock-meta p a:after,
.royaltickets-post-miniblock-meta-top p a:after {
	content: "";
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background-color: #de2358;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.royaltickets-post-miniblock-meta p a:hover:after,
.royaltickets-post-miniblock-meta-top p a:hover:after {
	opacity: 1;
}

.royaltickets-post-miniblock-title {
	margin-bottom: 0 !important;
	text-align: center;
}

.royaltickets-post-categories-shadow {
	position: absolute;
	top: 0;
	margin-top: -140px;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 140px;

	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#000000', GradientType=0 );

	display: none;
}

.royaltickets-post-categories {
	display: inline-block;
	width: 100%;
}

.royaltickets-post-categories a {
	color: #de2358;
	font-weight: 500;
	position: relative;
}

.royaltickets-post-categories a:after {
	content: "";
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #de2358;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.royaltickets-post-categories a:hover {
	color: #cf1e50;
}

.royaltickets-post-categories a:hover:after {
	opacity: 1;
}

.flex-control-nav {
	bottom: 0;
}

.flex-direction-nav a {
	background-color: transparent !important;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3 !important;
    width: 18px !important;
    height: 34px !important;
    margin-top: -17px !important;
}

.flex-direction-nav a:hover {
	opacity: 1 !important;
}

.flex-direction-nav .flex-prev {
	background-image: url(../images/slider-arrow-left.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.flex-direction-nav .flex-next {
	background-image: url(../images/slider-arrow-right.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 9999px;
}

.flex-control-paging li a {
	border-radius: 0 !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    width: 20px !important;
    height: 2px !important;
}

.flex-control-paging li a.flex-active {
	background-color: #fff !important;
}

.flex-direction-nav a.flex-prev:before {
	margin-right: -13px !important;
	font-size: 32px;
}

.flex-direction-nav a.flex-next:before {
	margin-left: 13px !important;
	margin-right: 0;
	font-size: 32px;
}

.flex-direction-nav a:before {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.flex-direction-nav a:hover:before {
	color: #cf1e50 !important;
}

.royaltickets-flexslider-bg-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.posts-navigation {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	border: none;
	margin-top: 60px;
	padding-right: 30px;
}

#blog-left-sidebar .posts-navigation {
	padding-right: 0;
	padding-left: 30px;
}

.posts-navigation h2.screen-reader-text {
	display: none;
}

.posts-navigation .nav-links {
	width: 100%;
	display: inline-block;
	text-align: left;
}

.posts-navigation .nav-links .nav-previous {
	float: left;
	width: auto;
}

.posts-navigation .nav-links .nav-next {
	float: right;
	width: auto;
}

.posts-navigation .nav-links a {
	color: #de2358;
	font-weight: 500;
	position: relative;
}

.posts-navigation .nav-links a:after {
	content: "";
    position: absolute;
    bottom: 0;
    margin-bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #de2358;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.posts-navigation .nav-links a:hover {
	color: #cf1e50;
}

.posts-navigation .nav-links a:hover:after {
	opacity: 1;
}

/* -------------------------------------------------------------------------------- */
/*	15. SLick Slider
/* -------------------------------------------------------------------------------- */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -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: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;

    z-index: 999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "FontAwesome";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    line-height: 1;

    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.carousel-slider .slick-prev:before,
.carousel-slider .slick-next:before {
	color: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #de2358;
}

.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: "\f053";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f053";
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: "\f054";
}
[dir='rtl'] .slick-next:before
{
    content: "\f054";
}

.carousel-thumbnail .slick-prev {
    left: -16px;
}

.carousel-thumbnail .slick-next {
    right: -16px;
}

.carousel-thumbnail .slick-slide {
	cursor: pointer;
	opacity: 0.7;
	padding: 0 10px;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

.carousel-thumbnail .slick-slide span {
	position: relative;
	width: 100%;
	float: left;
	display: block;
    border-radius: 3px;
    overflow: hidden;
    height: 100px;
    background-position: center;
    background-size: cover;
}

.carousel-thumbnail .slick-slide span:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	border: solid 6px #de2358;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.carousel-thumbnail .slick-slide:focus {
    outline: none;
}

.carousel-thumbnail .slick-slide:hover,
.carousel-thumbnail .slick-slide.slick-current {
	opacity: 1;
}

.carousel-thumbnail .slick-slide:hover span:before,
.carousel-thumbnail .slick-slide.slick-current span:before {
	opacity: 1;
}

.carousel-slider img {
	padding: 0;
	border: none;
	width: 100%;
}

.carousel-thumbnail {
    margin-top: 30px;
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -------------------------------------------------------------------------------- */
/*	16. My Favourite Events
/* -------------------------------------------------------------------------------- */
#fav_output {
  display: none;
}

#fav_output #fav_target {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none;
  border: none;
}

#fav_output.show {
  display: inline-block;
}

.print-email {
	display: none;
	z-index: 999;
    position: relative;
    text-transform: initial;
    color: #de2358;
    font-size: 20px;
}

.fullscreen-menu-cart-container {
	float: right;
	position: relative;
    margin-left: 15px;
    padding: 16px 0;
}

.fullscreen-menu-cart-container li {
	float: left;
	padding: 0px 15px;
}

.fullscreen-menu-cart-container li .top-menu-icons {
	padding: 11px 0;
}

.royaltickets-menu-wrapper {
	display: none;
	float: left;
    position: relative;
    margin-top: 3px;
}

.royaltickets-admin-menu-wrapper {
	display: none;
	float: right;
    position: relative;padding: ;
}

.fullscreen-menu-close {
	display: block;
    margin-top: 0;
    opacity: 0;
    margin-right: 90px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#royaltickets-fullscreen-menu.modal-active .fullscreen-menu-close {
	transform: translateY(160px);
    -webkit-transform: translateY(160px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.fullscreen-menu-close .icon-mobile-menu span.icon-wrap.royaltickets-middle-line {
	display: none;
}

.fullscreen-menu-close .icon-mobile-menu span.icon-wrap.royaltickets-top-line {
	-ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 20% 40%; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 20% 40%; /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    transform-origin: 20% 40%;

    margin-left: 10px;
    margin-top: -5px;
    width: 22px;
}

.fullscreen-menu-close .icon-mobile-menu span.icon-wrap.royaltickets-bottom-line {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 40% 20%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 20%; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 40% 420%;

    margin-left: 11px;
    margin-top: 0px;
    width: 22px;
}

.fullscreen-menu-close .icon-mobile-menu {
	background-image: url(../images/menu-close.png);
}

.fullscreen-menu-close .icon-mobile-menu span.icon-wrap {
	display: none;
}

.position-left-menu .royaltickets-menu-wrapper,
.position-fullscreen .royaltickets-menu-wrapper.fullscreen-menu-toggle,
.position-left-menu .royaltickets-admin-menu-wrapper,
.position-fullscreen .royaltickets-admin-menu-wrapper.fullscreen-menu-toggle,
#royaltickets-fullscreen-menu {
	display: block !important;
}

.icon-mobile-menu {
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 34px;
    background: transparent;
    text-indent: -900em;
    z-index: 2;
    position: relative;
    background-size: 40px 40px;
    border: solid 1px #47516c;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.royaltickets-admin-menu-wrapper {
	border-left: 1px solid #efefef;
	padding: 16px 35px;
}

.royaltickets-admin-menu-wrapper .icon-mobile-menu {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    border: none !important;
    float: left;
}

.icon-mobile-menu span.icon-wrap {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 9px;
}

.icon-mobile-menu span.icon-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #47516c;
	-webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.icon-mobile-menu span.icon-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #47516c;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu-color-light .icon-mobile-menu {
    border-color: #ffffff;
}

.menu-color-light .icon-mobile-menu span.icon-wrap:before,
.menu-color-light .icon-mobile-menu span.icon-wrap:after {
    background-color: #ffffff;
}

.icon-mobile-menu span.icon-wrap.royaltickets-bottom-line:after {
	display: none;
}

.icon-mobile-menu span.icon-wrap.royaltickets-middle-line:before {
	width: 4px;
}

.icon-mobile-menu span.icon-wrap.royaltickets-middle-line:after {
	width: 14px;
    right: 0;
    left: initial;
}

.icon-mobile-menu span.icon-wrap.royaltickets-top-line:after {
	width: 4px;
	right: 0;
    left: initial;
}

.icon-mobile-menu span.icon-wrap.royaltickets-top-line:before {
	width: 14px;
}

.icon-mobile-menu:hover span.icon-wrap.royaltickets-middle-line:before {
	width: 14px;
}

.icon-mobile-menu:hover span.icon-wrap.royaltickets-middle-line:after {
	width: 4px;
}

.icon-mobile-menu:hover span.icon-wrap.royaltickets-top-line:after {
	width: 14px;
}

.icon-mobile-menu:hover span.icon-wrap.royaltickets-top-line:before {
	width: 4px;
}

.icon-mobile-menu span.icon-wrap.royaltickets-middle-line {
    width: 20px;
}

.icon-mobile-menu span.icon-wrap.royaltickets-top-line {
    margin-top: -6px;
}

.icon-mobile-menu span.icon-wrap.royaltickets-bottom-line {
    margin-top: 6px;
}

.royaltickets-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;

    transform: translate3d(425px,0,0);
    -webkit-transform: translate3d(425px,0,0);
    -o-transform: translate3d(425px,0,0);
    -ms-transform: translate3d(425px,0,0);

    -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -moz-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
    transition: all .7s cubic-bezier(0.25,1,.2,1);
}

#royaltickets-admin-side-menu.royaltickets-side-menu {
	left: auto;
	right: -300px;
}

.royaltickets-side-opened .royaltickets-side-menu {
    transform: translate3d(0px, 0px, 0px);
}

body.admin-bar .royaltickets-side-menu {
	padding-top: 32px !important;
}

body.royaltickets-side-opened {
    overflow: hidden;
}

.royaltickets-side-menu .royaltickets-side-top {
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0px 50px;
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
}

.royaltickets-side-menu .royaltickets-side-top .logo-for-panel {
    float: left;
}

.royaltickets-side-menu .royaltickets-side-top .logo-for-panel .dark-logo {
	display: none;
}

.royaltickets-side-menu .royaltickets-side-inner {
	float: left;
    width: 100%;
    padding: 20px 50px;
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
}

.royaltickets-side-opened .royaltickets-side-menu .royaltickets-side-inner {
    opacity: 1;
    transform: translateX(0px);
}

.royaltickets-side-opened .royaltickets-side-menu {
    transform: translate3d(0px, 0px, 0px);
}

.close-side-menu-icon {
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    margin-right: -6px;
}

.close-side-menu-icon:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #484848;
    transform: rotate(45deg);
}

.close-side-menu-icon:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #484848;
    transform: rotate(-45deg);
}

.royaltickets-side-opened .royaltickets-side-menu .royaltickets-side-top {
    opacity: 1;
    transform: translateX(0px);
}

.royaltickets-side-inner ul.royaltickets-side-inner-menu {
    margin-bottom: 20px;
    padding-top: 10px;
    float: left;
    width: 100%;
    border-top: 1px dotted rgba(255,255,255,0.1);
    border-bottom: 1px dotted rgba(255,255,255,0.1);
}

.royaltickets-side-inner ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.royaltickets-side-inner ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    float: left;
    width: 100%;
    -webkit-transition: background .3s ease, border-top .3s ease;
    -moz-transition: background .3s ease, border-top .3s ease;
    transition: background .3s ease, border-top .3s ease;
}

.royaltickets-side-inner ul li:first-child {
    border-top-color: transparent;
}

.royaltickets-side-inner ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    float: left;
    width: 100%;
    text-decoration: none;
    color: #484848 !important;
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.royaltickets-side-inner ul li a:hover {
	color: #cf1e50;
}

.royaltickets-side-inner > ul > li > a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.royaltickets-side-inner ul li.current_page_item > a,
.royaltickets-side-inner ul.sub-menu li.current_page_item > a,
.royaltickets-side-inner ul li.current-menu-item > a,
.royaltickets-side-inner ul.sub-menu li.current-menu-item > a {
	color: #de2358;
}

.royaltickets-side-inner ul li ul {
    margin: 0;
    border-bottom: none;
}

.royaltickets-side-inner ul li a i.open-sub-menu {
	float: right;
    padding: 18px 0px 18px 20px;
}

.royaltickets-side-inner ul li .sub-menu {
	height: auto;
    width: 100%;
    overflow: hidden;
    display: none;
    padding-bottom: 15px;
}

.royaltickets-side-inner ul li svg.fa-angle-down {
    float: right;
    margin-top: 14px;
}

.royaltickets-side-inner .sub-menu > .menu-item-has-children > a::after {
	display: none;
}

.royaltickets-side-inner .sub-menu li a {
    padding: 0;
	padding-left: 15px;
}

.royaltickets-side-inner .ft-mega-menu .widget ul > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.royaltickets-side-inner .ft-mega-menu {
    padding-left: 15px !important;
    padding-bottom: 20px !important;
}

.royaltickets-side-inner ul li.opened-subm-menu a {
	background: #252525;
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.royaltickets-side-inner ul li.opened-subm-menu {
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.royaltickets-side-inner .sub-menu li ul.sub-menu a {
	padding-left: 42px;
	position: relative;
}

.royaltickets-side-inner .sub-menu li ul.sub-menu a:before {
	content: "\f105";
	position: absolute;
	top: 0;
	margin-top: 15px;
	left: 0;
	margin-left: 25px;
    font-family: "Font Awesome 5 Free";
	color: rgba(255,255,255,0.2);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}

.royaltickets-side-close {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
}

body.royaltickets-side-opened .royaltickets-side-close {
    display: block;
    background-color: rgba(0,0,0,0.5);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
}

.preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.preloader-icon {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 14px;
    top: 14px;
}

.preloader {
    display: none!important;
}

.ft-spin {
    -webkit-animation: ft-spin 1.5s infinite linear;
    animation: ft-spin 1.5s infinite linear;
}

@-webkit-keyframes ft-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg);
    }
}
@keyframes ft-spin {
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg);
    }
}

.loading:before {
    -webkit-animation: ft-spin 1.5s infinite linear;
    animation: ft-spin 1.5s infinite linear;
}

.pagination {
	float: left;
	text-align: center;
    margin-bottom: 0;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 6px;
    background-color: #f3f3f3;
    margin-bottom: 50px;
    display: inline-block;
}

.pagination li {
    float: left;
}

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

.pagination a,
.page-numbers {
    color: #16151a !important;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    min-width: 52px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.pagination li:last-child a {
    margin-right: 0;
}

.pagination li.disabled a {
    opacity: .7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination-top-margin .page-numbers {
    margin-top: 20px;
}

#royaltickets_ajax_load_more.pagination a {
	padding: 15px 30px;
	background-color: #de2358;
}

#royaltickets_ajax_load_more.pagination a .fa {
	font-size: 16px;
	margin-right: 10px;
	display: none;
}

#royaltickets_ajax_load_more a span {
	display: inline-block;
}

#royaltickets_ajax_load_more.load-animation a span {
	display: none;
}

#royaltickets_ajax_load_more.load-animation a {
	background: transparent !important;
	box-shadow: none;
}

#royaltickets_ajax_load_more.load-animation a .fa {
	margin-right: 0;
	color: #484848;
	font-size: 40px;
}

#royaltickets_ajax_load_more.pagination a.loading .fa {
	display: inline-block;
}

.pagination li:not(.disabled) a:hover,
.pagination a.current,
.pagination li.active a,
#royaltickets_ajax_load_more.pagination a:hover,
.page-numbers:hover,
.page-numbers.current {
    color: #de2358;
}

.pagination a:active {
	position: relative;
    top: 2px;
    box-shadow: 0 0 0 rgba(0,0,0,.1);
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	padding: 10px 15px;
    color: #232628;
    border: 1px solid #e8e8e8;
    height: auto;
    min-height: 46px;
    background-color: #ececec;
    border-color: #ececec;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single:focus {
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
    right: 10px;
}

.select2-container--open .select2-dropdown--below {
	border: 1px solid #e8e8e8;
	background-color: #fafafa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #de2358;
	color: #fff;
	outline: none;
}

.select2-results__option {
	padding: 6px 20px;
}

.select2-search--dropdown {
	padding: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	margin: 0 !important;
}

/* -------------------------------------------------------------------------------- */
/*	19. Text color on image background block
/* -------------------------------------------------------------------------------- */
.hero-content h1, 
.hero-content h2, 
.hero-content h3, 
.hero-content h4, 
.hero-content h5, 
.hero-content h6, 
.hero-content p, 
.hero-content ul,
.subtitle-hero-content h1,
.subtitle-hero-content h2, 
.subtitle-hero-content h3, 
.subtitle-hero-content h4, 
.subtitle-hero-content h5, 
.subtitle-hero-content h6, 
.subtitle-hero-content p, 
.subtitle-hero-content ul {
    color: #fff;
}

h1.subtitle-hero-content,
h2.subtitle-hero-content, 
h3.subtitle-hero-content, 
h4.subtitle-hero-content, 
h5.subtitle-hero-content, 
h6.subtitle-hero-content {
	color: rgba(255,255,255,0.8);
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.8;
}

.hero-content p {
	font-size: 1.4375em;
    line-height: 1.69565217em;
}

img.chef-signature {
	max-width: 188px;
	float: left;
}

.video-cover {
    position: relative;
    overflow: hidden;
}

.background-image-holder {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    opacity: 0;
    background: #232323;
}

.video-cover .background-image-holder {
    z-index: 3;
}

.video-cover .background-image-holder img {
	width: 100%;
	display: none;
}

.video-play-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 5px solid #fff;
    cursor: pointer;
    background-color: rgba(0,0,0,0.9);
    background-image: url("../images/icon-play2x.png");
    background-size: 13px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-play-icon {
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.video-play-icon:hover {
	border: 5px solid #de2358;
	-moz-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.3);
    -webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.3);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.3);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}

.video-cover .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.video-cover iframe {
    background: #232323;
}

.video-cover.reveal-video .video-play-icon, 
.video-cover.reveal-video .background-image-holder {
    opacity: 0 !important;
    pointer-events: none;
}

.video-cover.reveal-video .background-image-holder {
    opacity: 0 !important;
    pointer-events: none;
}



/* -------------------------------------------------------------------------------- */
/*	20. Menu Dishes
/* -------------------------------------------------------------------------------- */
.dish-menu-title {
	font-size: 24px;
	font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    color: #b7b7b7;
    margin-bottom: 60px;
}

.dish-menu-item {
	text-align: left;
	margin-bottom: 60px;
	position: relative;
	padding: 0 30px;
	float: left;
}

.dish-menu-item-title {
	color: #111;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    width: 90%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
}

.dish-menu-item-description {
	width: 90%;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    float: left;
}

.dish-menu-item-description p {
	color: #b7b7b7;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.dish-menu-item-price {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 30px;
	z-index: 1;
    max-width: 100px;
    font-size: 24px;
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
    color: #c59d5f;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
}

/* -------------------------------------------------------------------------------- */
/*	22. Contact Form 7 Styling
/* -------------------------------------------------------------------------------- */
div.wpcf7 img.ajax-loader {
	width: auto;
}

.wpcf7 form input[type="text"], 
.wpcf7 form input[type="password"], 
.wpcf7 form input[type="date"], 
.wpcf7 form input[type="datetime"], 
.wpcf7 form input[type="email"], 
.wpcf7 form input[type="number"], 
.wpcf7 form input[type="search"], 
.wpcf7 form input[type="tel"], 
.wpcf7 form input[type="time"], 
.wpcf7 form input[type="url"], 
.wpcf7 form textarea {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    padding: 11px 15px 12px 15px;
    color: #232628;
    font-weight: 500;
    outline: none;
    border: 1px solid #ced4da;
    background: transparent;
    border-radius: 4px;
    height: auto;
}

.wpcf7 form textarea {
	max-height: 320px !important;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    padding: 11px 15px 12px 15px;
    color: #232628;
    font-weight: 500;
    outline: none;
    border: 1px solid #ced4da;
    background: transparent;
    border-radius: 4px;
    height: auto;
}

.input-group-text,
.form-control {
    border-radius: 4px;
}

.ui-autocomplete {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    border: 1px solid #5b9dd9;
    box-shadow: 0 1px 2px rgba(30,140,190,.8);
    background-color: #fff;
}

.ui-autocomplete li {
	font-size: 14px;
	font-weight: 500;
	padding: 11px 15px 12px 15px;
	color: #232628;
	background: none;
	background-color: #fff;
}

.ui-autocomplete li:hover {
	font-size: 14px;
	font-weight: 500;
	padding: 11px 15px 12px 15px;
	color: #fff;
	background: none;
	background-color: #de2358;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus {
    outline: 0px;
   	border-color: #0C3A96;
}

.wpcf7 form label,
form label {
    color: #797979;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
}

form label.error {
	font-size: 12px;
	position: absolute;
	margin-top: -25px;
	text-transform: initial;
	font-weight: normal;
	color: #de2358;
}

.royaltickets-privacy-policy-accept label {
	text-transform: initial;
	margin-bottom: 10px;
}

input[type="submit"] {
	float: left;
	width: 100%;
	border: none;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 16px 20px;
    background-color: #de2358;
    /*box-shadow: 2px 2px 0 rgba(0,0,0,.1);*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="submit"].wpcf7-submit {
	padding: .6em 2.5em;
    width: auto;
}

div.wpcf7-response-output {
	float: left;
	width: 90%;
    width: -100%;
    padding: 30px !important;
    margin: 0 !important;
    margin-top: 30px !important;
    color: #191919;
    background: #fc0;
}

.submit-loading,
.contact-error,
.contact-success {
	display: none;
}

.royaltickets-gmap {
	margin-bottom: 0 !important;
}

.royaltickets-gmap .wpb_wrapper {
	padding: 0 !important;
}

.royaltickets-custom-maps {
	position: relative;
}

.royaltickets-custom-maps .royaltickets-custom-map-inner {
	z-index: 99;
}

/* Cluster styles */
.cluster img { display:none }

.cluster {
	width: 50px !important;
	height: 50px !important;
}

.cluster div {
	text-align: center;
	font-size: 16px !important;
	color: #fff !important;
	font-weight: 500 !important;
	border: solid 4px rgba(0,0,0,0.1);
	border-radius: 50%;
	width: 51px !important;
	height: 51px !important;
	line-height: 44px !important;
	font-family: 'Montserrat', sans-serif !important;
}

.cluster div:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	background-color: #de2358;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.cluster div:before {
	border: 7px solid #de2358;
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px #de2358;
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	animation: cluster-animationX 2.5s infinite, 
	   		   cluster-opacity 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform: scale(1.3) rotate(0deg)
	}
	50% {
		transform: scale(1.5) rotate(90deg)
	}
}

@keyframes cluster-animationX {
	0% {
		transform: scale(0)
	}
	100% {
		transform: scale(2)
	}
}

@keyframes cluster-opacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.show-directions-map {
	position: absolute;
	z-index: 9999;
	top: 0;
	margin-top: 10px;
	right: 0;
	margin-right: 10px;

	direction: ltr;
    overflow: hidden;
    text-align: center;
    color: rgb(0, 0, 0);
    -webkit-user-select: none;
    font-size: 11px;
    padding: 8px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    min-width: 22px;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
}

.royaltickets-accordion-section {
	margin-bottom: 30px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.royaltickets-accordion-section:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05)
}

.royaltickets-accordion-header {
	background-color: #333;
	background-color: #929292;
	color: #fff;
}

.royaltickets-accordion-header h4 {
	font-weight: 500;
    padding: 15px 30px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0;
}

.royaltickets-accordion-content {
	padding: 30px;
	background-color: #fff;
}

form p.description {
    padding-bottom: 0;
    font-size: 90%;
    color: #8e8e8e;
    font-style: italic;
    margin-top: -30px;
    margin-bottom: 9px;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/*//////////////////////////// 
/ 22 Back To Top
///////////////////////////*/
.cd-top {
  	display: inline-block;
  	height: 70px;
  	width: 70px;
  	position: fixed;
  	bottom: 60px;
  	right: 60px;
  	z-index: 999997;
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
    background: transparent !important;
  	background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
  	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
  	transition: opacity .3s 0s, visibility 0s .3s;
  	border-radius: 50px;
  	-moz-border-radius: 50px;
  	-webkit-border-radius: 50px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
  	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  	/* the button becomes visible */
  	visibility: visible;
  	opacity: 1;
}
.cd-top.cd-fade-out {
  	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  	/*opacity: .5;*/
}
/*.cd-top:hover {
  	background-color: #de2358;
  	opacity: 1;
}*/
.cd-top .st0 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cd-top svg {
    float: left;
}

.cd-top span {
    position: absolute;
    background-color: #fff;
    top: 10px;
    left: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.cd-top .st0 {
    opacity: .3;
}

.cd-top:hover .st0 {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
  	.cd-top {
    	right: 20px;
    	bottom: 20px;
  	}
}
@media only screen and (min-width: 1024px) {
  	.cd-top {
	    height: 70px;
	    width: 70px;
	    right: 20px;
	    bottom: 30px;
  	}
}

.modal-container {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.modal-container:before {
    background: #fff;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    z-index: 999998;
}

.modal-content {
	background-color: transparent;
	z-index: 99;
	width: 100%; 
	height: 100%;
	position: relative;
}

.close-big-search-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	cursor: url(../images/close-cursor.png), auto;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 50px;
    top: 12px;
    right: 0;
    color: #222;
}

form.search-form-404 {
	text-align: center;
}

form.search-form-404 i.fa-search {
	display: none;
}

#big-search-box {
	text-align: center;
	width: 100%;
    display: inline-block;
    text-align: left;
}

#big-search-box input#small-search-box {
	padding: 15px 20px;
    padding-left: 30px;
    padding-right: 60px;
    width: 100%;
    border-radius: 4px;
    line-height: 26px;
    font-size: 20px;
    border-width: 2px !important;
}

#big-search-box input#small-search-box {
    display: inline-block;
    max-width: 400px;
    text-align: center;
    font-weight: 500;
}

#big-search-box input#small-search-box::-webkit-input-placeholder {
	color: #222;
}

#big-search-box form#searchform-sidebar {
	text-align: center;
}

#big-search-box form#searchform-sidebar i.fa-search {
	display: none;
}

#searchform-sidebar .input-with-icon i {
	font-size: 14px;
	top: 14px;
	color: #eee;
}

input#small-search-box {
	padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 30px !important;
}

#royaltickets-side-menu input#small-search-box {
	padding: 10px 20px;
    font-size: 14px;
    background: rgba(255,255,255,.1);
    color: #fff;
    margin-bottom: 30px !important;
    border-color: #7b7b7b;
}

#royaltickets-side-menu input#small-search-box:focus {
	border-color: #fff !important;
}

input#small-search-box::-webkit-input-placeholder {
	color: #fff;
}

.flexslider {
	border: none;
	border-radius: 0px;
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.2);
}

#royaltickets-product-gallery-images.flexslider {
	box-shadow: none;
}

.royaltickets-quick-view-description {
	float: left;
	width: 100%;
	text-align: left;
}

.royaltickets-quick-view-description p {
	line-height: 1.6;
	float: left;
	width: 100%;
}

.royaltickets-quick-view-description p.add_to_cart_inline {
	border: none !important;
	padding: 0 !important;
}

.royaltickets-quick-view-description p.add_to_cart_inline .amount {
	display: none;
}

.close-royaltickets-product-quick-view-block {
	position: absolute;
	top: 0;
	margin-top: -10px;
	right: 0;
	margin-right: -12px;
	color: #999;
	cursor: pointer;
	z-index: 999;
}

.close-royaltickets-product-quick-view-block .fa {
	color: #fff !important;
	font-size: 18px !important;
    padding: 10px 12px!important;
    border-radius: 50%!important;
    width: 38px;
    height: 38px;
    background-color: #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.close-royaltickets-product-quick-view-block:hover .fa {
	color: #fff !important;
	background-color: #de2358 !important;
}

.royaltickets-product-quick-view-block-summary div.quantity {
	width: 50%;
    margin: 0 !important;
}

.royaltickets-product-quick-view-block-summary div.quantity input {
	margin: 0 !important;
}

.royaltickets-product-quick-view-block-summary form.cart .button {
	width: 50%;
	padding: 13px 20px;
    text-align: center;
}

.top-menu-icons span.count-wishlist,
.top-menu-icons span.count-cart {
    padding: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #de2358;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    top: 8px;
    right: -10px;
}

.owl-nav .owl-prev, 
.owl-nav .owl-next {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
   
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    z-index: 20;
    color: #24262b;
}


.owl-nav .owl-prev:before, 
.owl-nav .owl-next:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 100%;
    background-color: rgba(159, 159, 159, .1);
    z-index: 1;
}

.owl-nav .owl-prev:after, 
.owl-nav .owl-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}       

.owl-nav .owl-prev i, 
.owl-nav .owl-next i {
    line-height: 50px;
    font-size: 28px !important;
    z-index: 3;
    position: relative;
}

.owl-nav .owl-next svg,
.owl-nav .owl-prev svg {
    position: relative;
    z-index: 99;
}

.owl-nav .owl-next svg .st3,
.owl-nav .owl-prev svg .st3 {
    fill: #24262b;
}

.owl-nav .owl-next:hover svg .st3,
.owl-nav .owl-prev:hover svg .st3 {
    fill: #DA1F2D;
}

.owl-nav .owl-next svg {
    transform: rotate(90deg);
}

.owl-nav .owl-prev svg {
    transform: rotate(-90deg);
}

.owl-nav .owl-next i {
    padding-left: 3px;
}

.owl-nav .owl-prev i {
    padding-right: 3px;
}

.owl-nav .owl-prev {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}

.owl-nav .owl-next {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
}

.owl-nav .owl-next[class*="disabled"] {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.owl-nav .owl-prev[class*="disabled"] {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    color: #de2358;
}

.masonry .post,
.masonry-projects .post {
	background-color: transparent !important;
	margin-bottom: 30px;
}

.royaltickets-project-style-alt-card {
	position: relative;
}

.royaltickets-project-style-alt-meta-holder {
	position: absolute;
	text-align: left;
	z-index: 99;
	bottom: 0;
	margin-bottom: 0;
	left: 0;
	margin-left: 30px;
	right: 0;
	margin-right: 30px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.royaltickets-project-style-alt-meta-holder span {
	width: 100%;
	display: block;
}

.royaltickets-project-style-alt-title {
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    cursor: pointer;
}

.royaltickets-project-style-alt-cat {
	display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #b7b7b7;
    cursor: pointer;
}

.royaltickets-project-style-alt-meta-holder-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.royaltickets-search-card.royaltickets-project-style-alt-card a {
	display: block;
}

.royaltickets-search-card {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 4px;
    overflow: hidden;
}

.no-image-post {
	background-color: #f4f4f4;
    padding-bottom: 70%;
    position: relative;
}

.no-image-post .fa {
	font-size: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #cccccc;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.royaltickets-search-card-list {
	background-color: #fff;
}

.royaltickets-search-card.cards-has-shadow {
	-webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
}

.royaltickets-search-card:hover {
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    z-index: 9;
}

.royaltickets-related-posts .royaltickets-search-card:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    box-shadow: none;
    z-index: 9;
}

.royaltickets-search-card-image a .mask {
	-webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: #de2358;
	opacity: 0;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.royaltickets-search-card-image a:hover .mask {
	opacity: .7;
}

.royaltickets-search-card-image a {
	background-color: #de2358;
	display: inline-block;
    width: 100%;
    float: left;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}

.royaltickets-search-card-image a span {
	background-color: #fff;
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.royaltickets-search-card-image a:hover span {
    opacity: 1;
    display: inline-block;
}

.royaltickets-search-card-image a:hover span:first-child {
    margin-left: -20px;
}

.royaltickets-search-card-image a:hover span + span + span {
    margin-left: 20px;
}

.royaltickets-search-card.royaltickets-project-style-alt-card:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.royaltickets-search-card.royaltickets-project-style-alt-card:hover .royaltickets-project-style-alt-meta-holder {
	margin-bottom: 30px;
}

.royaltickets-search-card.royaltickets-project-style-alt-card:hover .royaltickets-project-style-alt-meta-holder,
.royaltickets-search-card.royaltickets-project-style-alt-card:hover .royaltickets-project-style-alt-meta-holder-bg {
	opacity: 1;
}

.projects-wide .masonry-item {
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.projects-wide .masonry-item:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    z-index: 9;
}

.projects-wide .royaltickets-search-card:hover {
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
}

.royaltickets-search-card-image {
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 9999;
    position: relative;
    text-align: center;
}

.royaltickets-magazine-image-card {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 70%;
	margin-bottom: 0 !important;
}

.royaltickets-full-width-post .royaltickets-magazine-image-card {
	padding-bottom: 40%;
}

.col-md-8.royaltickets-full-width-post .royaltickets-magazine-image-card {
	padding-bottom: 34%;
}

.royaltickets-magazine-image-card a {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.royaltickets-magazine-only-image .royaltickets-magazine-image-card a:before {
	content: "";
	z-index: 2;
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 170px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#000000', GradientType=0 );
}

.royaltickets-magazine-image-card a:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-color: #de2358;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.royaltickets-magazine-image-card a:hover:after {
	opacity: 0.3;
}

.royaltickets-search-card-image img {
	width: 100%;
	float: left;
}

.royaltickets-search-card .royaltickets-post-card-image img {
	width: 100%;
	max-width: 100%;
}

.royaltickets-index .royaltickets-search-card .royaltickets-post-card-image img {
	width: auto
}

.royaltickets-index .royaltickets-search-card-image a {
	background: transparent !important;
}

.royaltickets-index .royaltickets-search-card-image a .mask,
.royaltickets-index .royaltickets-search-card-image a span {
	display: none;
}

.single .royaltickets-search-card-image.royaltickets-post-card-image img {
	width: auto;
}

.royaltickets-magazine-image-card-content .royaltickets-search-card-body-meta span {
	color: #eee;
}

.royaltickets-magazine-image-card-content .royaltickets-search-card-body-meta span.royaltickets-post-comments, 
.royaltickets-magazine-image-card-content .royaltickets-search-card-body-meta span.royaltickets-post-views {
	color: #fff;
}

.royaltickets-magazine-image-card-content {
	position: absolute;
	padding: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 9;
}

.royaltickets-magazine-image-card-content h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.royaltickets-magazine-image-card-content .royaltickets-search-card-body-meta {
	margin-bottom: 0;
}

.royaltickets-magazine-image-card-content .royaltickets-categories-post span {

}

.royaltickets-search-card-body {
	float: left;
	width: 100%;
	padding: 30px;
	background: #fff;
	text-align: left;
}

.royaltickets-search-card-body:not(.index-card) ul,
.royaltickets-search-card-body:not(.index-card) ul li {
	list-style: none;
	padding: 0;
    margin: 0;
}

.royaltickets-full-width-post .royaltickets-search-card-body {
	padding: 60px;
}

.royaltickets-search-card-list .royaltickets-search-card-body {
	padding-left: 0;
}

.royaltickets-related-posts .royaltickets-search-card-body {
	padding: 0;
	padding-top: 30px;
	background: transparent;
}

.royaltickets-search-card-body h2 {
	font-size: 16px;
	line-height: 24px;
}

.royaltickets-search-card-body.blog-card-body h2 {
	margin: 0 0 30px 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: .1px;
    text-transform: uppercase;
}

.royaltickets-blog-posts-shortcode .royaltickets-search-card-body.blog-card-body h2 {
	min-height: 72px;
}

.royaltickets-agent-social-links,
.royaltickets-agency-social-links {
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 30px !important;
	width: 100%;
	text-align: left;
}

.item-agent-container .royaltickets-agent-social-links,
.item-agency-container .royaltickets-agency-social-links {
	border-radius: 4px;
	overflow: hidden;
    border: 1px solid #ececec;
    width: auto;
    float: left;
}

.item-agent-container .royaltickets-agent-social-links li,
.item-agency-container .royaltickets-agency-social-links li {
	margin: 0;
	padding: 0;
	border-right: 1px solid #ececec;
	width: 70px;
    float: left;
}

.item-agent-container .royaltickets-agent-social-links li:last-child,
.item-agency-container .royaltickets-agency-social-links li:last-child {
	border-right: none;
}

.item-agent-container .royaltickets-agent-social-links li a,
.item-agency-container .royaltickets-agency-social-links li a {
	border: none;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border-radius: 0;
    color: #111111;
}

.item-agent-container .royaltickets-agent-social-links li a:hover,
.item-agency-container .royaltickets-agency-social-links li a:hover {
	color: #cb2f34;
	background-color: #ececec;
}

.item-agent-container .royaltickets-search-card-body.blog-card-body h2,
.item-agency-container .royaltickets-search-card-body.blog-card-body h2 {
	text-align: left !important;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .2px;
    margin-bottom: 5px;
}

.item-agency-container .royaltickets-search-card-body.blog-card-body h2 {
	text-transform: inherit;
}

.item-agency-container .royaltickets-search-card-body.blog-card-body h2 {
	text-align: center !important;
}

.item-agent-container .royaltickets-search-card-body .entry-title,
.item-agency-container .royaltickets-search-card-body .entry-title {
	margin-bottom: 10px;
}

.item-agent-container .royaltickets-search-card-body .entry-title a,
.item-agency-container .royaltickets-search-card-body .entry-title a {
	color: #de2358;
	margin: 0;
	font-size: 18px;
}

.item-agent-container .royaltickets-search-card-body .entry-title .royaltickets-agent-position,
.item-agency-container .royaltickets-search-card-body .entry-title .royaltickets-agency-position {
	padding-bottom: 0;
	font-size: 18px;
	color: #999;
}

.royaltickets-agent-social-links li {
	display: inline-block !important;
	padding-right: 10px;
}

.royaltickets-agent-social-links-left {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 20px !important;
	width: 100%;
	text-align: left !important;
}

.royaltickets-agent-social-links-left li {
	display: inline-block !important;
	padding-left: 0;
	padding-right: 30px;
}

.royaltickets-related-posts .royaltickets-search-card-body.blog-card-body h2,
.post-card-title {
	font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 500;
}

.royaltickets-search-card-body h2 a {
	color: rgb(17, 17, 17);
}

.royaltickets-search-card-body-meta a {
	color: #111;
}

.royaltickets-search-card-body h2 a:hover,
.royaltickets-search-card-body-meta a:hover {
	color: #de2358;
}

.royaltickets-search-card-body-meta {
	width: 100%;
	padding-top: 30px;
    border-top: solid 1px #f4f4f4;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.royaltickets-search-card-body-meta.full-post-meta {
	border-top: none;
	padding-bottom: 30px;
    border-bottom: solid 1px #f4f4f4;
    margin-bottom: 30px;
}

.royaltickets-search-card-body-meta span.post-meta-item {
    position: relative;
    margin-right: 20px;
}

.royaltickets-search-card-body-meta span.post-meta-item .post-meta-separator {
	margin: 0 15px 0 17px;
}

.royaltickets-search-card-body-meta span.post-meta-item .post-meta-separator svg {
	height: 5px;
	width: 5px;
    vertical-align: middle;
}

.royaltickets-search-card-body-meta span.post-meta-item .post-meta-separator svg path {
	fill: #d8d9dc !important;
}

.royaltickets-search-card-body-meta span.post-meta-icon svg {
	height: 18px;
	width: auto;
	margin-right: 3px;
	margin-bottom: -4px;
	fill: #cb2f34 !important;
}

.royaltickets-search-card-body-meta span.post-meta-icon svg path {
	fill: #cb2f34 !important;
}

.royaltickets-search-card-body-meta span.royaltickets-post-comments,
.royaltickets-search-card-body-meta span.royaltickets-post-views {
	font-size: 12px;
    text-align: left;
    font-family: "Montserrat-Light";
    color: #111;
    margin-left: 7px;
}

.royaltickets-search-card-body:not(.index-card) p {
	font-size: 16px;
    line-height: 1.75em;
    color: #999;
}

.royaltickets-post-read-more-holder {
	padding-bottom: 5px;
}

.royaltickets-categories-post {
	font-size: 16px;
    text-align: left;
	margin-bottom: 10px;
	width: 100%;
}

.royaltickets-search-card-body p.post-preview {
	margin-bottom: 10px;
}

.royaltickets-categories-post a,
.royaltickets-categories-post span {
	color: #fff !important;
    background-color: #de2358;
    padding: 5px 12px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.royaltickets-categories-post a:hover {
	color: #ffffff;
	background-color: #1f1f1f;
}

.royaltickets-post-read-more {
	font-weight: 500;
    position: relative;
    color: #1f1f1f;
}

.royaltickets-post-read-more:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 2px;
	background-color: #1f1f1f;
	margin-bottom: -7px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.royaltickets-post-read-more:hover:after {
	background-color: #de2358;
}

.royaltickets-post-read-more:hover {
	color: #de2358;
}

.royaltickets-related-posts {
	display: block;
	padding-top: 40px;
	border-top: 1px solid #ddd;
}

.royaltickets-search-card-body .entry-title {
	margin-bottom: 0;
	color: #b7b7b7;
	font-size: 20px;
	text-align: left;
}

.royaltickets-search-card-body .entry-title h5 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}

.item-agent-container .royaltickets-search-card-body .entry-title.agent-contacts  h5 a,
.item-agency-container .royaltickets-search-card-body .entry-title.agency-contacts  h5 a {
    color: #636363;
}

.item-agent-container .royaltickets-search-card-body .entry-title.agent-contacts  h5 a:hover,
.item-agency-container .royaltickets-search-card-body .entry-title.agency-contacts  h5 a:hover {
	color: #de2358;
}

.royaltickets-search-card-body .entry-title h5 .fa {
	width: 30px;
	opacity: .3;
	display: none;
}

.royaltickets-search-card-body .entry-title .royaltickets-agent-position {
	padding-bottom: 20px;
	display: block;
}

.royaltickets-search-card-body .entry-title:before {
	height: 13px;
    margin-top: 6px;
}

.royaltickets-search-card-body .entry-title a {
	color: #999;
	font-size: 16px;
    line-height: 26px;
    margin: 0 5px 5px 0;
    display: inline-block;
}

.post_read_more {
    display: inline-block;
    line-height: 25px;
}

.royaltickets-arrow-right {
    position: relative;
    float: right;
    height: 25px;
    width: auto;
}

.royaltickets-arrow-right svg {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    display: inline-block;
    float: left;
    height: 16px;
    margin-top: 5px;
    width: auto;
    margin-left: 15px;
}

.royaltickets-arrow-right svg .st0 {
    fill: #de2358;
}

.post_read_more:hover .royaltickets-arrow-right svg {
    margin-left: 25px;
}

.post_read_more:hover .royaltickets-arrow-right svg .st0 {
    fill: #de2358;
}

.royaltickets-search-card-body .entry-title a:hover {
	color: #de2358;
}

.masonry-item {
	margin-bottom: 30px;
}

.projects-wide .masonry-item {
	padding: 0;
	margin-bottom: 0;
}

.royaltickets-blog-posts-shortcode {
	display: inline-block;
	width: 100%;
	float: left;
}

.royaltickets-blog-posts-shortcode .post {
	background: transparent;
}

.masonry-container {
	display: inline-flex;
	width: 100%;
}

.masonry-animate .masonry-item {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.masonry-animate .masonry-item:nth-child(1) {
  transition-delay: .1s;
}
.masonry-animate .masonry-item:nth-child(2) {
  transition-delay: .2s;
}
.masonry-animate .masonry-item:nth-child(3) {
  transition-delay: .3s;
}
.masonry-animate .masonry-item:nth-child(4) {
  transition-delay: .4s;
}
.masonry-animate .masonry-item:nth-child(5) {
  transition-delay: .5s;
}
.masonry-animate .masonry-item:nth-child(6) {
  transition-delay: .6s;
}
.masonry-animate .masonry-item:nth-child(7) {
  transition-delay: .7s;
}
.masonry-animate .masonry-item:nth-child(8) {
  transition-delay: .8s;
}
.masonry-animate .masonry-item:nth-child(9) {
  transition-delay: .9s;
}
.masonry-animate .masonry-item:nth-child(10) {
  transition-delay: 1s;
}
.masonry-animate .masonry-item:nth-child(11) {
  transition-delay: 1.1s;
}
.masonry-animate .masonry-item:nth-child(12) {
  transition-delay: 1.2s;
}
.masonry-animate .masonry-item:nth-child(13) {
  transition-delay: 1.3s;
}
.masonry-animate .masonry-item:nth-child(14) {
  transition-delay: 1.4s;
}
.masonry-animate .masonry-item:nth-child(15) {
  transition-delay: 1.5s;
}

.masonry-animate .masonry-active .masonry-item {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
}

.masonry-projects-nodelay .masonry-animate .masonry-active .masonry-item {
	transition-delay: 0s !important;
	transition: 0s ease;
    -webkit-transition: 0s ease;
    -moz-transition: 0s ease;
}

.single.post .royaltickets-search-card-image .flexslider ul {
	list-style: none;
	padding: 0;
    margin: 0;
}

.single.post .royaltickets-search-card-image .flexslider,
.single.post .royaltickets-search-card-image .flexslider .flex-viewport,
.single.post .royaltickets-search-card-image .flexslider ul,
.single.post .royaltickets-search-card-image .flexslider ul li {
    height: 540px;
}

.royaltickets-search-card-image .flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: 240px;
}

.royaltickets-search-card-image .flexslider .flex-viewport,
.royaltickets-search-card-image .flexslider .flex-viewport ul,
.royaltickets-search-card-image .flexslider .flex-viewport ul li {
	width: 100%;
    height: 240px;
}

.blog-big-cards .royaltickets-search-card-image .flexslider .flex-viewport,
.blog-big-cards .royaltickets-search-card-image .flexslider .flex-viewport ul,
.blog-big-cards .royaltickets-search-card-image .flexslider .flex-viewport ul li,
.blog-big-cards .royaltickets-search-card-image .flexslider {
	height: 520px;
}

.royaltickets-search-card-image .flexslider .flex-control-nav {
	bottom: 10px;
}

.royaltickets-search-card-image .flex-control-paging li a {
	background: rgba(255,255,255,1);
}

.royaltickets-search-card-image .flex-control-paging li a.flex-active,
.royaltickets-search-card-image .flex-control-paging li a:hover {
	background-color: #de2358 !important;
}

.royaltickets-search-card-image .royaltickets-search-card-link,
.royaltickets-search-card-image .royaltickets-search-card-quote {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: rgb(17, 17, 17);
	font-weight: 500;
	color: #fff;
}

.royaltickets-search-card-image .royaltickets-search-card-link:hover {
	color: #de2358;
}

.royaltickets-search-card-image .royaltickets-search-card-quote h2 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
    font-family: Libre Baskerville;
    margin-bottom: 20px;
    margin-top: 0;
}

.royaltickets-search-card-image .royaltickets-search-card-quote p {
	padding-bottom: 0;
	color: #828282;
}

.royaltickets-le-chef {
	padding: 120px !important;
}

.masonry-item-category {
	margin-bottom: 0 !important;
}

.masonry-item-category .royaltickets-banner-content {
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.masonry-item-category .royaltickets-banner-content h4 {
	margin-bottom: 0 !important;
}

.masonry-item-category .royaltickets-banner-content h2 {
	margin-bottom: 10px !important;
}

.masonry-item-category .royaltickets-banner-content h2,
.masonry-item-category .royaltickets-banner-content h4 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.royaltickets-section-title {
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
}

.royaltickets-section-title h2 {
	text-align: center;
	position: relative;
	font-weight: normal;
	padding-top: 60px;
	padding-bottom: 20px;
}

.royaltickets-section-title h2:after {
	content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background-color: #de2358;
    left: 50%;
    margin-left: -1px;
}

/* -------------------------------------------------------------------------------- */
/*	24. Portfolio Page
/* -------------------------------------------------------------------------------- */
#filters {
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
}

.royaltickets-sortable-accordion #filters {
	text-align: left;
	padding-bottom: 30px;
	margin-left: -15px;
}

#filters li {
	display: inline-block;
	text-transform: uppercase;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #484848;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	position: relative;
}

#filters li:hover,
#filters li.active {
	color: #de2358;
}

#filters li:after {
	content: "";
    position: absolute;
    top: 0;
    margin-top: 20px;
    right: 0;
    margin-right: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.1);
}

#filters li:last-child:after {
	display: none;
}

.masonry-projects .royaltickets-search-card-image a {
	float: left;
	width: 100%;
	position: relative;
}

.masonry-projects .royaltickets-search-card-image a img {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}

.masonry-projects .royaltickets-search-card-image a .project-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.masonry-projects .royaltickets-search-card-image a:hover > .project-hover-overlay {
	background-color: rgba(0,0,0,0.5);
}

.masonry-projects .royaltickets-search-card-image a:hover > .project-hover-overlay > span {
	top: 50%;
	opacity: 1;
}

.masonry-projects .royaltickets-search-card-body h2 {
	margin-bottom: 0;
}

.masonry-projects .all-agents-view .royaltickets-search-card-body h2 {
	text-align: left !important;
}

.item-agent-container .royaltickets-search-card,
.item-agency-container .royaltickets-search-card {
	overflow: visible;
}

.item-agent-container .royaltickets-search-card-body,
.item-agency-container .royaltickets-search-card-body {
	border-radius: 4px;
}

.item-agent-container .royaltickets-search-card:hover,
.item-agency-container .royaltickets-search-card:hover {
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.item-agent-container .royaltickets-search-card-image {
	border-radius: 4px;
	margin-bottom: 30px;
}

.item-agency-container .royaltickets-search-card-image {
	border-radius: 0;
	margin-bottom: 30px;
	text-align: center;
}

.item-agency-container .royaltickets-search-card-image a {
	background: transparent !important;
	display: inline-block;
    float: none;
}

.item-agency-container .royaltickets-search-card-image a img {
	max-height: 160px;
	width: auto;
	float: none;
	display: inline-block;
}

.masonry-projects .royaltickets-search-card-body {
	padding: 30px;
}

.masonry-projects .royaltickets-search-card-body .entry-title {
	text-transform: inherit;
	padding-left: 0;
	text-align: left;
}

.masonry-projects .royaltickets-search-card-body .entry-title:before {
	display: none;
}

.royaltickets-search-card-body.blog-card-body .entry-title {
	margin-bottom: 10px;	
}

.royaltickets-search-card-body.blog-card-body .entry-title.agent-contacts {
	margin-top: 15px;
}

.item-agency-container .royaltickets-search-card-body.blog-card-body .entry-title,
.item-agency-container .royaltickets-search-card-body .entry-title h5 {
	text-align: center;
}


/* -------------------------------------------------------------------------------- */
/*	25. Testimonials
/* -------------------------------------------------------------------------------- */
.testimonials-wrapper .royaltickets-search-card-body-meta {
	text-align: left;
	color: #b7b7b7;
}

.testimonials-wrapper .testimonial-quote-sign {
	padding-bottom: 10px; 
}

.testimonials-wrapper .testimonial-quote-sign .fa {
	font-size: 32px;
	color: #b7b7b7;
}

.testimonials-wrapper .royaltickets-search-card-body.blog-card-body h2 {
	margin-bottom: 0;
}

.testimonials-wrapper .testimonial-quote {
	font-style: italic;
	padding-bottom: 0;
}

.testimonials-wrapper .testimonial {
  	transition: 0.5s ease;
  	-webkit-transition: 0.5s ease;
  	-moz-transition: 0.5s ease;
  	transform: translate3d(0, 150px, 0);
  	-webkit-transform: translate3d(0, 150px, 0);
  	opacity: 0;
}

.testimonials-wrapper .testimonial:nth-child(1) {
  	transition-delay: .1s;
}
.testimonials-wrapper .testimonial:nth-child(2) {
  	transition-delay: .3s;
}
.testimonials-wrapper .testimonial:nth-child(3) {
  	transition-delay: .5s;
}
.testimonials-wrapper .testimonial:nth-child(4) {
  	transition-delay: .7s;
}
.testimonials-wrapper .testimonial:nth-child(5) {
  	transition-delay: .9s;
}
.testimonials-wrapper .testimonial:nth-child(6) {
  	transition-delay: 1.1s;
}
.testimonials-wrapper .testimonial:nth-child(7) {
  	transition-delay: 1.3s;
}
.testimonials-wrapper .testimonial:nth-child(8) {
  	transition-delay: 1.5s;
}
.testimonials-wrapper .testimonial:nth-child(9) {
  	transition-delay: 1.7s;
}

.testimonials-wrapper.testimonial-active .testimonial {
  	transform: translate3d(0, 0, 0);
  	-webkit-transform: translate3d(0, 0, 0);
  	opacity: 1;
}

.testimonials-wrapper .royaltickets-search-card {
	position: relative;
	z-index: 99;
}

/* Testimonials Style 2 */
.item-testimonials-container,
.item-testimonials-body,
.testimonial-author {
	display: inline-block;
	width: 100%;
}

.item-testimonials {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.item-testimonials-avatar,
.item-testimonials-author-data {
	width: auto;
	display: block;
	text-align: left;
	margin-bottom: 40px;
	margin-right: 30px;
	float: left;
}

.item-testimonials-author-data {
	margin-top: 23px;
}

.item-testimonials-avatar img {
	max-width: 90px;
	height: auto;
	display: inline-block !important;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.item-testimonials-body h2 {
	font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #1f1f1f;
	text-transform: uppercase;
	margin-bottom: 5px;
	width: auto;
}

.testimonials-wrapper.dark-bg .item-testimonials-body h2 {
	color: #fff;
}

.testimonials-wrapper.dark-bg .item-testimonials-meta:after {
	background-color: rgba(255,255,255,0.1);
}

.item-testimonials-meta {
	position: relative;
	width: auto;
    display: block;
    font-family: 'Montserrat-Light', sans-serif;
    color: #afafaf;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
}

.item-testimonials-body .testimonial-quote {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 30px;
    font-style: normal;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    padding: 0;
    margin-bottom: 60px;
    margin-top: 20px;
}

.item-testimonials-body .testimonial-quote:before {
	font-family: "Hind",sans-serif;
	content: '\”';
    display: block;
    font-weight: 300;
    font-size: 400px;
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: -44px;
    opacity: 0.1;
    margin: 0;
}

.testimonials-wrapper.dark-bg .item-testimonials-body .testimonial-quote {
	color: #f4f4f4;
}

.item-testimonials-body .testimonial-quote-sign {
	text-align: center;
	width: 100%;
}

/* -------------------------------------------------------------------------------- */
/*	26. Share buttons
/* -------------------------------------------------------------------------------- */
.share-page {
  	position: relative;
  	height: 52px;
    display: inline-block;
  	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */    
}

.share-page .share-icon {
  	width: 52px;
  	height: 52px;
  	border-radius:25px;
  	display:inline-block;
  	background: #6A6969;
  	margin-left:14px;
  	color:#fff;
  	opacity:0;
  	cursor:pointer;
  	text-align: center;
  	overflow: hidden;
  	position: relative;
  	-webkit-transition:0.85s;
  	transition:0.85s;
  	vertical-align:top;
  	margin-top: 10px;
}

.share-page .share-icon i {
  	width: 26px;
    height: 26px;
    font-size: 22px;
    margin-top: 1px;
    color: #fff;
}

.share-page .share-icon.bttn {
  	opacity: 1;
  	filter: alpha(opacity=100);
  	font-size: 24px;
  	width: 100%;
  	padding: 15px 30px;
    height: 72px;
    border-radius: 36px;
  	z-index: 5;
  	margin-top: 0;
  	white-space: nowrap;
  	letter-spacing: -0.5px;
  	line-height: 1.9;
  	background-color: transparent;
  	letter-spacing: 6px;
    font-weight: 500;
    text-transform: uppercase;
  	position:absolute;
  	cursor:pointer;
  	right:0;
  	-webkit-transition:0.5s;
  	transition:0.5s;
  	-webkit-transition-delay:0.15s;
  	transition-delay:0.15s;
  	will-change: max-width, padding-right, opacity, text-indent;
}

.share-page:hover .share-icon.bttn,
.share-page.hover .share-icon.bttn {
  	opacity: 0;
  	z-index: -1;
  	padding-right:0;
  	-webkit-transition-delay:0s;
  	transition-delay:0s;
}

.share-page .share-icon.bttn span {
   font-weight:100;
}
.share-page .share-icon:not(.bttn){  
  	padding-top: 14px;
}

.share-page .share-icon i {
  	outline: 26px solid rgba(44,42,42,0);
  	outline-offset: -12px;
  	-webkit-transition:0.25s;
  	transition:0.25s;
  	z-index: 2;
  	position: relative;
}

.share-page .share-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	opacity: 0;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-ms-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}
.share-page .share-icon:hover:after {
  	opacity: 0.1;
}
.share-page .share-icon:hover {
    -moz-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    -webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
}

.share-page .share-icon.twitter{
   	margin-left:0;
   	background:#55acee;
  	-webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
  	transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
   	-webkit-transform:translateX(264px) rotate(582deg);
       	-ms-transform:translateX(264px) rotate(582deg);
            transform:translateX(264px) rotate(582deg);
}
.share-page:hover .share-icon.twitter{
	-webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
    transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
 	-webkit-transition-duration:0.9s;
 	transition-duration:0.9s;
}

.share-page .share-icon.facebook{
   	background:#3b5998;
   	-webkit-transform:translateX(198px) rotate(436deg);
       	-ms-transform:translateX(198px) rotate(436deg);
            transform:translateX(198px) rotate(436deg);
}
.share-page:hover .share-icon.facebook{
    -webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
    transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
 	-webkit-transition-duration:0.8s;
         	transition-duration:0.8s;
}



.share-page .share-icon.googlePlus{
   	background:#dd4b39;
   	-webkit-transform:translateX(132px) rotate(290deg);
       	-ms-transform:translateX(132px) rotate(290deg);
            transform:translateX(132px) rotate(290deg);
}

.share-page:hover .share-icon.googlePlus{
    -webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
    transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
     -webkit-transition-duration:0.7s;
             transition-duration:0.7s;
}

.share-page .share-icon.pinterest{
   	background:#cc2127;
   	-webkit-transform:translateX(66px) rotate(145deg);
       -ms-transform:translateX(66px) rotate(145deg);
           transform:translateX(66px) rotate(145deg);
}
.share-page:hover .share-icon.pinterest{
    -webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
    transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
     -webkit-transition-duration:0.6s;
             transition-duration:0.6s;
}
  
.share-page .share-icon.mail{
   background:#722a65;
   -webkit-transform:translateX(0) rotate(0);
       -ms-transform:translateX(0) rotate(0);
           transform:translateX(0) rotate(0);
}
.share-page:hover .share-icon.mail{
    -webkit-transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
    transition-timing-function:cubic-bezier(.41,1.26,.56,.99);
     -webkit-transition-duration:0.5s;
             transition-duration:0.5s;
}
  

.share-page:hover .share-icon:not(.bttn),
.share-page.hover .share-icon:not(.bttn){
   -webkit-transform:none;
       -ms-transform:none;
           transform:none;
   opacity:1;
}

/* Desing Version 2 */
.share-page.share-buttons-v2 {
	width: 100%;
	height: auto;
}

.share-page.share-buttons-v2 .share-icon.bttn {
	position: relative;
    float: left;
    width: 30%;
    padding: 20px 30px !important;
    -webkit-border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    cursor: default;
}

.share-page.share-buttons-v2:hover .share-icon.bttn, 
.share-page.share-buttons-v2.hover .share-icon.bttn {
	opacity: 1;
	background-color: #000000 !important;
	color: #ffffff !important;
	z-index: 1;
	border: none;
}

.share-page.share-buttons-v2 .share-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    margin-top: 0;
    width: 14%;
    border-radius: 0 !important;
    padding: 22px 30px 18px 30px !important;
    margin: 0 !important;
    height: 69px !important;
    letter-spacing: 4px;
    font-size: 16px;
}
.share-page.share-buttons-v2 .share-icon.mail,
.share-page.share-buttons-v2 .share-icon.mail:after {
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.share-page.share-buttons-v2 .share-icon:hover {
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
}

.share-page.share-buttons-v2 .share-icon:after {
	border-radius: 0 !important;
}


/* Desing Version 3 */
.share-page.share-buttons-v3 {
	width: 100%;
	height: auto;
}

.share-page.share-buttons-v3 .share-icon.bttn {
	position: relative;
    float: left;
    width: 30%;
    padding: 20px 30px !important;
    border-left: solid 1px rgba(0,0,0,0.1);
    color: #000000 !important;
    cursor: default;
}

.share-page.share-buttons-v3:hover .share-icon.bttn, 
.share-page.share-buttons-v3.hover .share-icon.bttn {
	opacity: 1;
	background-color: transparent !important;
	color: #000000 !important;
	z-index: 1;
}

.share-page.share-buttons-v3 .share-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    margin-top: 0;
    width: 14%;
    border-radius: 0 !important;
    padding: 22px 30px 18px 30px !important;
    margin: 0 !important;
    height: 69px !important;
    border: solid 1px rgba(0,0,0,0.1);
    border-left: none;
    letter-spacing: 4px;
    font-size: 16px;
    background: transparent !important;
}

.share-page.share-buttons-v3 .share-icon:hover {
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.share-page.share-buttons-v3 .share-icon:hover:after {
    opacity: 0.02;
}

.share-page.share-buttons-v3 .share-icon:after {
	border-radius: 0 !important;
}

.share-page.share-buttons-v3 .share-icon.twitter i {
	color: #55acee !important;
}
.share-page.share-buttons-v3 .share-icon.facebook i {
    color: #3b5998;
}
.share-page.share-buttons-v3 .share-icon.googlePlus i {
    color: #dd4b39;
}
.share-page.share-buttons-v3 .share-icon.pinterest i {
    color: #cc2127;
}
.share-page.share-buttons-v3 .share-icon.mail i {
    color: #722a65;
}


/* -------------------------------------------------------------------------------- */
/*	27. royaltickets Accordion
/* -------------------------------------------------------------------------------- */

ul.royaltickets-accordion li i.accordion-arrows:before,
ul.royaltickets-accordion li i.accordion-arrows:after {
	transition: all 0.25s ease-in-out;
}

ul.royaltickets-accordion li {
  	animation: flipdown 0.5s ease both;
}

ul.royaltickets-accordion li div.royaltickets-accordion-content {
	color: #737373;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;

    margin-bottom: 0;
  	max-height: 0;
  	opacity: 0;
  	transform: translate(0, 30%);

  	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.royaltickets-accordion li div.royaltickets-accordion-content .royaltickets-accordion-content-inside {
	padding: 30px;
}

ul.royaltickets-accordion {
  	list-style: none;
  	perspective: 900;
	    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 60px !important;
}

ul.royaltickets-accordion li {
	list-style: none !important;
  	position: relative;
  	padding: 0;
  	margin: 0;
  	margin-top: -1px;
  	background-color: #ececec;
  	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

ul.royaltickets-accordion li.royaltickets-sortable-accordion-item {
	max-height: 2000px;
	margin-top: 0;
	opacity: 1;
	overflow: hidden;
	animation-delay: 0s;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

ul.royaltickets-accordion li.royaltickets-sortable-accordion-item.hide-sortbale-block {
	max-height: 0;
    opacity: 0;
}

ul.royaltickets-accordion li:nth-of-type(1) {
  	animation-delay: 0.5s;
}
ul.royaltickets-accordion li:nth-of-type(2) {
  	animation-delay: 0.75s;
}
ul.royaltickets-accordion li:nth-of-type(3) {
  	animation-delay: 1s;
}
ul.royaltickets-accordion li:nth-of-type(4) {
  	animation-delay: 1.25s;
}
ul.royaltickets-accordion li:nth-of-type(5) {
  	animation-delay: 1.5s;
}
ul.royaltickets-accordion li:nth-of-type(6) {
  	animation-delay: 1.75s;
}
ul.royaltickets-accordion li:nth-of-type(6) {
  	animation-delay: 2s;
}
ul.royaltickets-accordion li:nth-of-type(7) {
  	animation-delay: 2.25s;
}
ul.royaltickets-accordion li:nth-of-type(8) {
  	animation-delay: 2.5s;
}
ul.royaltickets-accordion li:nth-of-type(9) {
  	animation-delay: 2.75s;
}
ul.royaltickets-accordion li:nth-of-type(10) {
  	animation-delay: 3s;
}
ul.royaltickets-accordion li:last-of-type {
  	padding-bottom: 0;
}

ul.royaltickets-accordion li h4 {
	margin-bottom: 0;
	margin-top: 0;
	padding: 20px 30px;
	font-size: 20px;
    line-height: 24px;
    background: #fafafa;
	border: solid 1px #eeeeee;
	color: #666;
	cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.floor-plans-style2 ul.royaltickets-accordion li h4 {
	background-color: #fff;
}

ul.royaltickets-accordion li.royaltickets-sortable-accordion-item h4 {
	font-size: 16px;
	line-height: 20px;
	padding-left: 55px;
}

ul.royaltickets-accordion li.royaltickets-sortable-accordion-item h4:before {
    content: "\f067";
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    top: 0;
    margin-top: 24px;
    left: 0;
    margin-left: 25px;
}

ul.royaltickets-accordion li.royaltickets-sortable-accordion-item.active h4:before {
    content: "\f068";
}

ul.royaltickets-accordion li i {
	margin-right: 12px;
    font-size: 80%;
}

ul.royaltickets-accordion li i.accordion-arrows {
  	position: absolute;
  	transform: translate(-6px, 0);
  	margin-top: 8px;
  	right: 30px;
  	margin-right: 0;
}
ul.royaltickets-accordion li i.accordion-arrows:before, 
ul.royaltickets-accordion li i.accordion-arrows:after {
  	content: "";
  	position: absolute;
  	background-color: #de2358;
  	width: 3px;
  	height: 9px;
}
ul.royaltickets-accordion li i.accordion-arrows:before {
  	transform: translate(-2px, 1px) rotate(45deg);
}
ul.royaltickets-accordion li i.accordion-arrows:after {
  	transform: translate(3px, 0) rotate(-45deg);
}

ul.royaltickets-accordion li.active div.royaltickets-accordion-content {
  	overflow: hidden;
    max-height: 800px;
    opacity: 1;
    z-index: 2;
    transform: translate(0, 0);
}
ul.royaltickets-accordion li.active i.accordion-arrows:before {
  	transform: translate(3px, 0) rotate(45deg);
  	background-color: #de2358;
}
ul.royaltickets-accordion li.active i.accordion-arrows:after {
  	transform: translate(-2px, -1px) rotate(-45deg);
  	background-color: #de2358;
}

ul.royaltickets-accordion li.active h4,
ul.royaltickets-accordion li h4:hover {
	background: #de2358;
	border: solid 1px #de2358 !important;
	color: #fff !important;
}

ul.royaltickets-accordion li h4:hover i.accordion-arrows:before,
ul.royaltickets-accordion li h4:hover i.accordion-arrows:after,
ul.royaltickets-accordion li.active h4:hover i.accordion-arrows:before,
ul.royaltickets-accordion li.active h4:hover i.accordion-arrows:after,
ul.royaltickets-accordion li.active h4 i.accordion-arrows:before,
ul.royaltickets-accordion li.active h4 i.accordion-arrows:after {
	background-color: #ffffff; 
}

@keyframes flipdown {
  	0% {
	    opacity: 0;
	    transform-origin: top center;
	    transform: rotateX(-90deg);
  	}
  	5% {
    	opacity: 1;
  	}
  	80% {
    	transform: rotateX(8deg);
  	}
  	83% {
    	transform: rotateX(6deg);
  	}
  	92% {
		transform: rotateX(-3deg);
	}
  	100% {
    	transform-origin: top center;
    	transform: rotateX(0deg);
  	}
}



/* -------------------------------------------------------------------------------- */
/*	28. Tabs
/* -------------------------------------------------------------------------------- */
.royaltickets-tabs {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}

.royaltickets-tabs nav,
.royaltickets-tabs nav ul {
	width: 100%;
	position: relative;
	z-index: 999;
}

.royaltickets-tabs nav ul {
	text-align: center;
	margin: 0;
	margin-bottom: 60px;
}

.royaltickets-tabs nav ul li {
	display: inline-block;
	padding: 0 15px;
	margin: 0;
}

.royaltickets-tabs nav ul li a {
	font-weight: 500;
    color: #666;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
    padding: 22px 40px 18px 40px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: solid 2px rgba(0,0,0,0);
}

.royaltickets-tabs nav ul li a:hover {
	color: #484848;
	border-color: #484848;
}

.royaltickets-tabs nav ul li a.selected {
	border-color: #000000;
	color: #000000;
}

.royaltickets-tabs nav ul li a i {
    margin-right: 12px;
    font-size: 80%;
    line-height: 12px;
    font-weight: normal;
}

.royaltickets-tabs .content-wrapper {
	position: relative;
}

.royaltickets-tabs .content-wrapper .section-topline {
	color: #737373;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;

  	max-height: 0;
  	overflow: hidden;
  	opacity: 0;

  	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.royaltickets-tabs .content-wrapper .section-topline .section-topline-container {
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.royaltickets-tabs .content-wrapper .section-topline.selected {
    overflow: hidden;
    max-height: 30200px;
    opacity: 1;
    z-index: 2;

    -webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.royaltickets-tabs .content-wrapper .section-topline:not(.selected) {
	position: absolute;
    top: 0;
    pointer-events: none;
}

.royaltickets-tabs .content-wrapper .section-topline.selected .section-topline-container {
	margin-top: 0;
	opacity: 1;
}

.royaltickets-tabs .content-wrapper .section-topline strong,
.royaltickets-tabs .content-wrapper .section-topline strong em,
.royaltickets-tabs .content-wrapper .section-topline em strong {
	color: #000;
	font-weight: 500;
}

.royaltickets-tabs .content-wrapper .section-topline p {
	padding: 15px 0;
	text-align: center;
	color: #737373;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
}

/* Horizonta Style 2 */
.royaltickets-tabs.tabs-style-horizontal_2 nav ul {
	text-align: left;
	margin-bottom: 0;
}

.royaltickets-tabs.tabs-style-horizontal_2 nav ul li {
	padding: 0;
}

.royaltickets-tabs.tabs-style-horizontal_2 nav ul li a {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 1px #eeeeee;
    border-right: none;
}

.royaltickets-tabs.tabs-style-horizontal_2 nav ul li:last-child a {
	border-right: solid 1px #eeeeee;
}

.royaltickets-tabs.tabs-style-horizontal_2 nav ul li a.selected {
    border-bottom-color: #f7f7f7;
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-horizontal_2 nav ul li a:hover {
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-horizontal_2 .content-wrapper {
	background-color: #f7f7f7;
    border: solid 1px #eeeeee;
    margin-top: -1px;
    position: relative;
    z-index: 99;
}

.royaltickets-tabs.tabs-style-horizontal_2 .content-wrapper .section-topline {
	text-align: left;
	padding: 0 30px;
}

.royaltickets-tabs.tabs-style-horizontal_2 .content-wrapper .section-topline p {
	text-align: left;
}

.royaltickets-tabs.tabs-style-horizontal_2 .content-wrapper .section-topline.selected {
	padding: 30px;
}

/* Horizonta Style 3 */
.royaltickets-tabs.tabs-style-horizontal_3 nav ul {
	text-align: right;
	margin-bottom: 0;
}

.royaltickets-tabs.tabs-style-horizontal_3 nav ul li {
	padding: 0;
}

.royaltickets-tabs.tabs-style-horizontal_3 nav ul li a {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 1px #eeeeee;
    border-right: none;
}

.royaltickets-tabs.tabs-style-horizontal_3 nav ul li:last-child a {
	border-right: solid 1px #eeeeee;
}

.royaltickets-tabs.tabs-style-horizontal_3 nav ul li a.selected {
    border-bottom-color: #f7f7f7;
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-horizontal_3 nav ul li a:hover {
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-horizontal_3 .content-wrapper {
	background-color: #f7f7f7;
    border: solid 1px #eeeeee;
    margin-top: -1px;
    position: relative;
    z-index: 99;
}

.royaltickets-tabs.tabs-style-horizontal_3 .content-wrapper .section-topline {
	text-align: left;
	padding: 0 30px;
}

.royaltickets-tabs.tabs-style-horizontal_3 .content-wrapper .section-topline p {
	text-align: left;
}

.royaltickets-tabs.tabs-style-horizontal_3 .content-wrapper .section-topline.selected {
	padding: 30px;
}

/* Vertical Style 1 */
.royaltickets-tabs.tabs-style-vertical_1 {
	width: 100%;
    float: left;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_1 nav {
    width: 30%;
    float: left;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_1 .content-wrapper {
	width: 70%;
	float: right;
	display: block;
}

.royaltickets-tabs.tabs-style-vertical_1 nav ul {
	text-align: left;
	margin-bottom: 0;
}

.royaltickets-tabs.tabs-style-vertical_1 nav ul li {
	padding: 0;
	width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_1 nav ul li a {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 1px #eeeeee;
    border-bottom: none;
    width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_1 nav ul li:last-child a {
	border-bottom: solid 1px #eeeeee;
}

.royaltickets-tabs.tabs-style-vertical_1 nav ul li a.selected {
    border-right-color: #f7f7f7;
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-vertical_1 nav ul li a:hover {
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-vertical_1 .content-wrapper {
	background-color: #f7f7f7;
    border: solid 1px #eeeeee;
    left: -1px;
    position: relative;
    z-index: 99;
}

.royaltickets-tabs.tabs-style-vertical_1 .content-wrapper .section-topline {
	text-align: left;
	padding: 0 30px;
}

.royaltickets-tabs.tabs-style-vertical_1 .content-wrapper .section-topline p {
	text-align: left;
}

.royaltickets-tabs.tabs-style-vertical_1 .content-wrapper .section-topline.selected {
	padding: 30px;
}

/* Vertical Style 2 */
.royaltickets-tabs.tabs-style-vertical_2 {
	width: 100%;
    float: left;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_2 nav {
    width: 30%;
    float: right;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_2 .content-wrapper {
	width: 70%;
	float: left;
	display: block;
}

.royaltickets-tabs.tabs-style-vertical_2 nav ul {
	text-align: left;
	margin-bottom: 0;
}

.royaltickets-tabs.tabs-style-vertical_2 nav ul li {
	padding: 0;
	width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_2 nav ul li a {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: solid 1px #eeeeee;
    border-bottom: none;
    width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_2 nav ul li:last-child a {
	border-bottom: solid 1px #eeeeee;
}

.royaltickets-tabs.tabs-style-vertical_2 nav ul li a.selected {
    border-left-color: #f7f7f7;
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-vertical_2 nav ul li a:hover {
    background-color: #f7f7f7;
}

.royaltickets-tabs.tabs-style-vertical_2 .content-wrapper {
	background-color: #f7f7f7;
    border: solid 1px #eeeeee;
    right: -1px;
    position: relative;
    z-index: 99;
}

.royaltickets-tabs.tabs-style-vertical_2 .content-wrapper .section-topline {
	text-align: left;
	padding: 0 30px;
}

.royaltickets-tabs.tabs-style-vertical_2 .content-wrapper .section-topline p {
	text-align: left;
}

.royaltickets-tabs.tabs-style-vertical_2 .content-wrapper .section-topline.selected {
	padding: 30px;
}

/* Vertical Style 3 */
.royaltickets-tabs.tabs-style-vertical_3 {
	width: 100%;
    float: left;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_3 nav {
    width: 30%;
    float: left;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_3 .content-wrapper {
	width: 70%;
	float: right;
	display: block;
}

.royaltickets-tabs.tabs-style-vertical_3 nav ul {
	text-align: left;
	margin-bottom: 0;
}

.royaltickets-tabs.tabs-style-vertical_3 nav ul li {
	padding: 0;
	width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_3 nav ul li a {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_3 nav ul li:last-child a {
	border-bottom: solid 1px #eeeeee;
}

.royaltickets-tabs.tabs-style-vertical_3 nav ul li a.selected {
    border-right: solid 1px #fafafa;
    background-color: #fafafa;
}

.royaltickets-tabs.tabs-style-vertical_3 nav ul li a:hover {
    color: #000;
}

.royaltickets-tabs.tabs-style-vertical_3 .content-wrapper {
	background-color: #fafafa;
    border-left: solid 1px #eeeeee;
    left: -1px;
    position: relative;
    z-index: 99;
    box-shadow: -8px 0px 20px -10px rgba(0, 0, 0, 0.09);
}

.royaltickets-tabs.tabs-style-vertical_3 .content-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5px;
	width: 5px;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
}

.royaltickets-tabs.tabs-style-vertical_3 .content-wrapper .section-topline {
	text-align: left;
	padding: 0 30px;
}

.royaltickets-tabs.tabs-style-vertical_3 .content-wrapper .section-topline p {
	text-align: left;
}

.royaltickets-tabs.tabs-style-vertical_3 .content-wrapper .section-topline.selected {
	padding: 0 30px;
}

/* Vertical Style 4 */
.royaltickets-tabs.tabs-style-vertical_4 {
	width: 100%;
    float: left;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_4 nav {
    width: 30%;
    float: right;
    display: block;
}

.royaltickets-tabs.tabs-style-vertical_4 .content-wrapper {
	width: 70%;
	float: left;
	display: block;
}

.royaltickets-tabs.tabs-style-vertical_4 nav ul {
	text-align: left;
	margin-bottom: 0;
}

.royaltickets-tabs.tabs-style-vertical_4 nav ul li {
	padding: 0;
	width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_4 nav ul li a {
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    border-left: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    width: 100%;
}

.royaltickets-tabs.tabs-style-vertical_4 nav ul li:last-child a {
	border-bottom: solid 1px #eeeeee;
}

.royaltickets-tabs.tabs-style-vertical_4 nav ul li a.selected {
    border-left: solid 1px #fafafa;
    background-color: #fafafa;
}

.royaltickets-tabs.tabs-style-vertical_4 nav ul li a:hover {
    color: #000;
}

.royaltickets-tabs.tabs-style-vertical_4 .content-wrapper {
	background-color: #fafafa;
    border-right: solid 1px #eeeeee;
    right: -1px;
    position: relative;
    z-index: 99;
    box-shadow: 8px 0px 20px -10px rgba(0, 0, 0, 0.09);
}

.royaltickets-tabs.tabs-style-vertical_4 .content-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -5px;
	width: 5px;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
}

.royaltickets-tabs.tabs-style-vertical_4 .content-wrapper .section-topline {
	text-align: left;
	padding: 0 30px;
}

.royaltickets-tabs.tabs-style-vertical_4 .content-wrapper .section-topline p {
	text-align: left;
}

.royaltickets-tabs.tabs-style-vertical_4 .content-wrapper .section-topline.selected {
	padding: 0 30px;
}

/* -------------------------------------------------------------------------------- */
/*	29. Progress Circle
/* -------------------------------------------------------------------------------- */
@-webkit-keyframes load {
  	0% {
    	stroke-dashoffset: 0;
  	}
}

@keyframes load {
  	0% {
    	stroke-dashoffset: 0;
  	}
}

.royaltickets-progress-circle {
  	position: relative;
  	display: inline-block;
  	padding: 0;
  	text-align: center;
}

.royaltickets-progress-circle > span.progress-block {
  	display: inline-block;
  	position: relative;
  	text-align: center;
  	color: #93A2AC;
  	font-family: Lato;
  	font-weight: 100;
  	margin: 2rem;
}

.royaltickets-progress-circle > .progress-block:before {
  	content: attr(data-name);
  	position: absolute;
  	width: 100%;
  	bottom: -2rem;
  	font-weight: 400;
  	color: #737373;
}

.royaltickets-progress-circle > .royaltickets-progress-circle-precentage {
  	position: absolute;
  	width: 100%;
  	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  	left: 0;
  	font-size: 2rem;
  	text-align: center;
  	color: #737373;
  	font-size: 24px;
}

.royaltickets-progress-circle svg {
  	width: 10rem;
  	height: 10rem;
}

.royaltickets-progress-circle svg:nth-child(2) {
  	position: absolute;
  	left: 0;
  	top: 0;
  	-webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.royaltickets-progress-circle svg:nth-child(2) path {
	opacity: 0;
}

.royaltickets-progress-circle.animated svg:nth-child(2) path {
  	fill: none;
  	stroke-width: 25;
  	stroke-dasharray: 629;
  	stroke: #fafafa;
  	opacity: .9;
  	-webkit-animation: load 2s;
            animation: load 2s;
}



/* -------------------------------------------------------------------------------- */
/*	30. Progress Bars
/* -------------------------------------------------------------------------------- */
.royaltickets-progress-bar-thick,
.royaltickets-progress-bar-holder,
.royaltickets-progress-bar-content {
	display: block;
	width: 100%;
	position: relative;
}

.royaltickets-progress-bar-thick {
	margin-bottom: 30px;
}

.royaltickets-progress-bar-description {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #ffffff;
    z-index: 999;
    margin-top: 14px;
    margin-left: 20px;
}

.royaltickets-progress-bar-content {
	background: #f4f4f4;
    border-radius: 50px;
    height: 46px;
}

.royaltickets-progress-bar-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 46px;
	background: #de2358;
    border-radius: 50px;
}

.royaltickets-progress-bar-progress:before {
    content: attr(data-percent);
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #ffffff;
    right: 0;
    top: 0;
    margin-top: 14px;
    margin-right: 20px;
}

.royaltickets-progress-bar-progress.animated-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .1)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .1)), color-stop(.75, rgba(255, 255, 255, .1)), color-stop(.75, transparent), to(transparent) );
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent );
    z-index: 1;
    -webkit-background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    background-size: 80px 80px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    overflow: hidden;
}

@keyframes move {
  	0% {
    	background-position: 0 0;
  	}
  	100% {
    	background-position: 80px 80px;
  	}
}


/* -------------------------------------------------------------------------------- */
/*	31. Icon Boxes
/* -------------------------------------------------------------------------------- */
.royaltickets-icon-box,
.royaltickets-icon-box-content,
.royaltickets-icon-box-icon {
	display: block;
	text-align: left;
	width: 100%;
}

.royaltickets-icon-box {
	margin-bottom: 30px;
}

.royaltickets-icon-box-icon {
	line-height: 42px;
    font-size: 42px;
    margin-bottom: 20px;
    color: #de2358;
}

.royaltickets-icon-box-content {
	font-size: 16px;
	line-height: 1.75em;
    color: #585858;
}

.royaltickets-icon-box-content h4 {
	margin: 0 0 20px 0;
	font-weight: normal;
    font-size: 28px;
    line-height: 1.3
}

.royaltickets-icon-box-content h4 i {
	margin-right: 5px;
    font-size: 80%;
}

.royaltickets-icon-box-centered,
.royaltickets-icon-box-centered .royaltickets-icon-box-content,
.royaltickets-icon-box-centered .royaltickets-icon-box-icon,
.royaltickets-icon-box-centered .royaltickets-icon-box-content h4 {
	text-align: center !important;
}

.royaltickets-icon-box-centered-alt,
.royaltickets-icon-box-centered-alt .royaltickets-icon-box-content,
.royaltickets-icon-box-centered-alt .royaltickets-icon-box-icon,
.royaltickets-icon-box-centered-alt .royaltickets-icon-box-content h4 {
	text-align: center !important;
}

.royaltickets-icon-box-centered-alt.royaltickets-icon-box-style-boxed {
	margin-top: 36px;
	overflow: visible;
}

.royaltickets-icon-box-centered-alt.royaltickets-icon-box-style-boxed .royaltickets-icon-box-icon {
	margin-top: -81px;
}

.royaltickets-icon-box-centered-alt .royaltickets-icon-box-icon i {
	width: 76px;
    height: 76px;
    display: inline-block;
    padding: 20px;
    line-height: 36px;
    font-size: 36px;
    background-color: #de2358;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 100px;
    overflow: hidden;
}

.royaltickets-icon-box-style-boxed {
	position: relative;
    overflow: hidden;
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.royaltickets-icon-box-style-boxed:hover {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    z-index: 9;
}

.royaltickets-icon-box-side {
	float: left;
}

.royaltickets-icon-box-side .royaltickets-icon-box-icon {
	float: left;
	margin-right: 30px;
	font-size: 48px;
	line-height: 48px;
	width: 48px;
}

.royaltickets-icon-box-side .royaltickets-icon-box-content {
	float: left;
    max-width: 76%;
    max-width: -webkit-calc(100% - 78px);
    max-width: calc(100% - 78px);
}

/* -------------------------------------------------------------------------------- */
/*	32. Notification Boxes
/* -------------------------------------------------------------------------------- */
.royaltickets-notification-box {
	width: 100%;
	display: block;
	padding: 30px;
	background-color: #de2358;
	border: solid 3px #d63e32;
	margin-bottom: 30px;
}

.royaltickets-notification-box h4 {
	color: #fff;
	width: 100%;
	margin-bottom: 0;
}

.royaltickets-notification-box h4 i {
	margin-right: 12px;
}


/* -------------------------------------------------------------------------------- */
/*	33. Animated Number Boxes
/* -------------------------------------------------------------------------------- */
.royaltickets-animated-number-box {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.royaltickets-animated-number-box h1,
.royaltickets-animated-number-box h3 {
	text-align: center !important;
}

.royaltickets-animated-number-box h1 {
	letter-spacing: 3px;
}

.royaltickets-animated-number-box.royaltickets-icon-box-style-boxed {
	padding-top: 80px;
}

.royaltickets-icon-box-style-alt {
	position: relative;
    overflow: hidden;
    padding: 2.4375em;
    padding-top: 80px;
    border: dotted 1px rgba(0,0,0,0.1);
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.royaltickets-icon-box-style-alt:hover {
	background-color: #ececec;
}

/* -------------------------------------------------------------------------------- */
/*	34. Pricing Box
/* -------------------------------------------------------------------------------- */
.royaltickets-price-box {
	width: 100%;
	padding: 50px;
	background-color: #fff;
	position: relative;
	float: left;
	text-align: left;
	background-size: cover;
	background-position: center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.royaltickets-price-box.featured-royaltickets-price-box {
	border: solid 10px #de2358;
	margin-top: -10px;
}

.royaltickets-price-box:hover {
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    z-index: 9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.royaltickets-price-box .royaltickets-price-box-icon,
.royaltickets-price-box .royaltickets-price-box-title,
.royaltickets-price-box .royaltickets-price-box-subtitle,
.royaltickets-price-box .royaltickets-price-box-price,
.royaltickets-price-box .royaltickets-price-box-features,
.royaltickets-price-box .royaltickets-price-box-button {
	width: 100%;
	display: block;
}

.royaltickets-price-box .royaltickets-price-box-icon {
	margin-bottom: 10px;
    font-size: 24px;
}

.royaltickets-price-box .royaltickets-price-box-title h4 {
	margin-bottom: 10px;
	font-weight: normal;
}

.royaltickets-price-box .royaltickets-price-box-subtitle {
	color: #a2a2a2;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.royaltickets-price-box .royaltickets-price-box-price {
	font-size: 3em;
    font-weight: 300;
    padding: 0.85em 0;
    font-weight: 500;
}

.royaltickets-price-box .royaltickets-price-box-price div {
	display: inline-block;
}

.royaltickets-price-box .royaltickets-price-box-price .royaltickets-price-box-price-currency {
	font-size: 0.65em;
    vertical-align: super;
    color: #a2a2a2;
    font-weight: normal;
}

.royaltickets-price-box .royaltickets-price-box-price .royaltickets-price-box-price-period {
	font-size: 0.35em;
    color: #a2a2a2;
    font-weight: normal;
}

.royaltickets-price-box .royaltickets-price-box-features {
	padding: 0 0 2.5em;
	color: #757575;
}

.royaltickets-price-box .pricing__feature-list {
	margin-left: 0;
}

.royaltickets-price-box .royaltickets-price-box-features li {
	position: relative;
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.royaltickets-price-box .royaltickets-price-box-features li:before {
	content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #111111;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

.royaltickets-price-box .royaltickets-price-box-features p {
	padding: 0;
}

.royaltickets-price-box .royaltickets-price-box-button {
	margin-bottom: 0 !important;
}

.royaltickets-price-box.royaltickets-price-box-dark,
.royaltickets-price-box.royaltickets-price-box-dark .royaltickets-price-box-title h4 {
	color: #fff;
}

.royaltickets-price-box.royaltickets-price-box-dark .royaltickets-price-box-features {
	color: #eeeeee;
}

.royaltickets-price-box.royaltickets-price-box-dark .royaltickets-price-box-features li:before {
	background-color: #ececec;
}

.royaltickets-price-box.royaltickets-price-box-align-center,
.royaltickets-price-box.royaltickets-price-box-align-center .royaltickets-price-box-title h4,
.royaltickets-price-box.royaltickets-price-box-align-center .royaltickets-price-box-features li {
	text-align: center !important;
}

.royaltickets-price-box.royaltickets-price-box-align-center .royaltickets-price-box-features li {
	padding: 0;
}

.royaltickets-price-box.royaltickets-price-box-align-center .royaltickets-price-box-features li:before {
	display: none;
}

.royaltickets-price-box.royaltickets-price-box-align-right,
.royaltickets-price-box.royaltickets-price-box-align-right .royaltickets-price-box-title h4,
.royaltickets-price-box.royaltickets-price-box-align-right .royaltickets-price-box-features li {
	text-align: right !important;
}

.royaltickets-price-box.royaltickets-price-box-align-right .royaltickets-price-box-features li {
	padding: 0 20px 0 0;
}

.royaltickets-price-box.royaltickets-price-box-align-right .royaltickets-price-box-features li:before {
	left: initial;
    right: 0;
}

.rrssb-buttons {
    margin: 0 !important;
    padding: 0 !important;
}

.rrssb-buttons li {
	list-style: none !important;
}

/* -------------------------------------------------------------------------------- */
/*	35. Lists
/* -------------------------------------------------------------------------------- */
.royaltickets-page-wrapper ul,
.royaltickets-page-wrapper ol {
	padding: 0;
    margin: 0 0 10px 25px;
}

.royaltickets-page-wrapper ul li,
.royaltickets-page-wrapper ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 5px;
    list-style-type: disc;
}

.royaltickets-page-wrapper ol li {
	list-style-type: decimal;
}

.royaltickets-page-wrapper ul ul,
.royaltickets-page-wrapper ul ol,
.royaltickets-page-wrapper ol ol,
.royaltickets-page-wrapper ol ul {
    margin-bottom: 0;
}

.royaltickets-page-wrapper ul ul li,
.royaltickets-page-wrapper ol ul li {
    list-style-type: circle;
}

.cs-skin-slide .cs-options ul {
	list-style: none;
	margin: 0;
	margin-top: 12px;
}

.ft-tabs-alt ul,
.ft-tabs-alt li {
    list-style: none !important;
    margin-bottom: 0 !important;
}

.cs-skin-slide .cs-options li {
	margin-bottom: 0 !important;
	line-height: 1.2;
	list-style: none;
	height: 40px;
}

.flex-control-nav,
.flex-direction-nav, 
.slides {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.flex-control-nav li, 
.flex-direction-nav li, 
.slides li {
	list-style: none !important;
	margin-bottom: 0 !important;
}

.flex-control-nav li {
    display: inline-block !important;
}

#order_review {
	width: 50%;
}



/* -------------------------------------------------------------------------------- */
/*	36. Fullscreen Slide
/* -------------------------------------------------------------------------------- */
.royaltickets-gallery-fullscreen-slider {
	display: block;
	width: 100%;
	position: relative;
	z-index: 9;
	background-color: #000;
}

.royaltickets-gallery-fullscreen-slider-flexslider {
	position: absolute;
	width: 100%;
}

.royaltickets-gallery-fullscreen-slider-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.royaltickets-gallery-fullscreen-slider-cover .royaltickets-gallery-fullscreen-slider-cover-inner {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	left: 0;
	margin-left: 30px;
	right: 0;
	margin-right: 30px;
	color: #fff;
	z-index: 99;
}

.royaltickets-gallery-fullscreen-slider-cover.royaltickets-gallery-fullscreen-slider-cover-centered .royaltickets-gallery-fullscreen-slider-cover-inner {
	width: 100%;
    padding: 20px;
    margin: 0;
    text-align: center;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.royaltickets-gallery-fullscreen-slider-cover.royaltickets-gallery-fullscreen-slider-cover-centered .royaltickets-gallery-fullscreen-slider-cover-title,
.royaltickets-gallery-fullscreen-slider-cover.royaltickets-gallery-fullscreen-slider-cover-centered .royaltickets-gallery-fullscreen-slider-cover-subtitle,
.royaltickets-gallery-fullscreen-slider-cover.royaltickets-gallery-fullscreen-slider-cover-centered .royaltickets-gallery-fullscreen-slider-cover-open-gallery {
	text-align: center;
	width: 100%;
    float: left;
	margin: 20px 0;
	position: relative;
}

.royaltickets-gallery-fullscreen-slider-cover.royaltickets-gallery-fullscreen-slider-cover-centered .royaltickets-gallery-fullscreen-slider-cover-open-gallery .cover-open-gallery-arrow {
	display: none;
}

.royaltickets-gallery-fullscreen-slider .flexslider {
	border: none;
	margin: 0;
	-o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    position: relative;
    z-index: 99;
}

.royaltickets-gallery-fullscreen-slider .flexslider li {
	position: relative;
}

.royaltickets-gallery-fullscreen-slider .royaltickets-gallery-fullscreen-slider-content {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	left: 0;
	margin-left: 45px;
	right: 0;
	margin-right: 45px;
	color: #fff;
}

.royaltickets-gallery-fullscreen-slider .royaltickets-gallery-fullscreen-slider-content .royaltickets-gallery-fullscreen-slider-content-title {
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2em;
    line-height: 1;
}

.royaltickets-gallery-fullscreen-slider .royaltickets-gallery-fullscreen-slider-content .image_meta_wrapper {
	width: 100%;
	display: block;
	text-align: left;
	font-style: italic;
	font-family: "Georgia";
}

.royaltickets-gallery-fullscreen-slider .royaltickets-gallery-fullscreen-slider-content .image_meta_wrapper div {
	width: auto;
	display: inline-block;
	margin-right: 20px;
    margin-top: 20px;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav .flex-next {
	right: 50px;
	background-image: url(../images/slider-arrow-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 34px;
    opacity: 0.7;
    text-indent: 9999px;
}

.royaltickets-gallery-fullscreen-slider .flex-control-nav, 
.royaltickets-gallery-fullscreen-slider .flex-direction-nav {
    z-index: 999;
}

.royaltickets-gallery-fullscreen-slider .flex-control-nav {
	display: none;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav .flex-next:before {
	display: none;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav .flex-prev {
	left: 50px;
	background-image: url(../images/slider-arrow-left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 34px;
    opacity: 0.7;
    text-indent: -9999px;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav .flex-prev:before {
	display: none;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav .flex-next:hover,
.royaltickets-gallery-fullscreen-slider .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.royaltickets-gallery-fullscreen-slider-cover-title {
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 72px;
    line-height: 1;
}

.royaltickets-gallery-fullscreen-slider-cover-subtitle {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 1;
}

.royaltickets-gallery-fullscreen-slider-cover-open-gallery {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-ms-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.royaltickets-gallery-fullscreen-slider-cover-open-gallery-link {
	text-align: left;
    width: 100%;
    float: left;
    margin: 20px 0;
    position: relative;
}

.royaltickets-gallery-fullscreen-slider-cover-centered .royaltickets-gallery-fullscreen-slider-cover-open-gallery-link {
	text-align: center;
}

.royaltickets-gallery-fullscreen-slider-cover-open-gallery-link a {
	color: #fff;
	opacity: 0.7;
}

.royaltickets-gallery-fullscreen-slider-cover-open-gallery-link a:hover,
.royaltickets-gallery-fullscreen-slider-cover-open-gallery-link a:active,
.royaltickets-gallery-fullscreen-slider-cover-open-gallery-link a:visited {
	color: #fff;
	opacity: 1;
}

.royaltickets-gallery-fullscreen-slider-cover-open-gallery-link .cover-open-gallery-arrow {
	display: none;
}

.cover-open-gallery-text {
	width: auto;
	overflow: hidden;
	display: inline-block;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 30px;
}

.cover-open-gallery-arrow {
	background-image: url(../images/slider-arrow-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 34px;
    display: inline-block;
    margin-left: 20px;
}

.royaltickets-gallery-fullscreen-slider-cover-open-gallery:hover {
	opacity: 1;
}

.royaltickets-gallery-fullscreen-slider-contain li.royaltickets-flexslider-bg-image {
	background-size: contain;
}

.royaltickets-content-wrapper {
	position: relative;
	z-index: 999;
	float: left;
    width: 100%;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav {
    position: absolute;
    z-index: 100;
    right: 0;
    margin-right: 45px !important;
    bottom: 30px;
    display: block;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav li {
	display: inline-block;
	float: left;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav li.count_holder {
	padding: 0 30px;
    color: #fff;
    font-size: 42px;
    line-height: 40px;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav li.count_holder .count_total {
	line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-size: 50%;
    top: -13px;
    top: -.72222rem;
    padding-left: 10px;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav li.count_holder .count_total:before {
	position: relative;
    top: 2px;
    top: .11111rem;
    left: -3px;
    left: -.16667rem;
    content: '/';
    padding-right: 5px;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav li a.flex-prev {
	display: inline-block;
	left: inherit;
    position: relative;
    top: inherit;
    margin: 0 !important;
}

.royaltickets-gallery-fullscreen-slider .flex-direction-nav li a.flex-next {
	display: inline-block;
	right: inherit;
    position: relative;
    top: inherit;
    margin: 0 !important;
}

/* -------------------------------------------------------------------------------- */
/*	37. Instagram Feed
/* -------------------------------------------------------------------------------- */
.instagram-feed {
	width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
}

.instagram-feed li {
	list-style: none !important;
	padding: 0 15px;
    overflow: hidden;
    height: 170px;
    margin-bottom: 30px !important;
}

.instagram-feed li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.instagram-feed li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .5);
    transform: scale(0);
    transition: transform .2s ease-in-out;
}

.instagram-feed li a:hover:before{
	transform: scale(1);
}

.instagram-feed li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-instagram-follow {
	text-align: left;
}


/* -------------------------------------------------------------------------------- */
/*	38. royaltickets Image Slider Shortcode
/* -------------------------------------------------------------------------------- */
.royaltickets-image-slider {
	border: none !important;
	border-radius: 0 !important;
	-o-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 100px !important;
}

.royaltickets-image-slider .flex-direction-nav {
	display: none;
}

.royaltickets-image-slider .slides li {
	height: 760px;
}

.royaltickets-image-slider .flex-control-nav {
	bottom: -60px;
}

.royaltickets-image-slider.full_height_slider .flex-control-nav {
	bottom: 60px;
}

.royaltickets-image-slider .flex-control-paging li {
	margin: 0 10px;
}

.royaltickets-image-slider .flex-control-paging li a {
	width: 110px !important;
	height: 24px !important;
	background: none !important;
	border-radius: 0;
    -o-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.royaltickets-image-slider .flex-control-paging li a:before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #888888;
	position: absolute;
	bottom: 0;
	left: 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.royaltickets-image-slider.full_height_slider .flex-control-paging li a:before {
	background-color: #ffffff;
}

.royaltickets-image-slider .flex-control-paging li a span.royaltickets-image-slider-count {
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 14px;
    text-indent: 0;
    font-family: 'Montserrat-Light', sans-serif;
    color: #898989;
}

.royaltickets-image-slider.full_height_slider .flex-control-paging li a span.royaltickets-image-slider-count {
	color: #fff;
}

.royaltickets-image-slider .flex-control-paging li a:hover:before {
	background-color: #333;
}

.royaltickets-image-slider .flex-control-paging li a.flex-active:before {
	background-color: #de2358 !important;
}

.royaltickets-image-slider .flex-control-paging li a.flex-active span.royaltickets-image-slider-count {
	color: #de2358;
}

.royaltickets-image-slider .slides li .royaltickets-image-slider-content {
	position: relative;
	width: 100%;
	padding: 30px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.royaltickets-image-slider .slides li.flex-active-slide .royaltickets-image-slider-content {
	opacity: 1;
}

/* -------------------------------------------------------------------------------- */
/*	40. FlipClock
/* -------------------------------------------------------------------------------- */

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.royaltickets-flipclock {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center;
}

.royaltickets-flipclock-align-left .flip-clock-wrapper {
	float: left;
	margin-left: 0 !important;
}

.royaltickets-flipclock-align-right .flip-clock-wrapper {
	float: right;
	margin-right: 0 !important;
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font-family: 'Montserrat-Thin', sans-serif;
  font-size: 11px;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: auto;
  margin: 1em;
  display: inline-block;
  background-color: #0f1012;
  border-radius: 6px;
  padding: 3px 7px;
  padding-right: 6px;
  margin-bottom: 60px;
  z-index: 9;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	margin-top: 10px;
	left: 40px;
	right: 40px;
	height: 90px;
	width: 80%;
	width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
	bottom: 0;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.50);
	z-index: 1;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px 0;
  margin-right: 1px;
  width: 100px;
  height: 90px;
  font-size: 80px;
  font-weight: 500;
  line-height: 87px;
  border-radius: 6px;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
  list-style: none;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
  border-bottom: solid 1px #0f1012; }

.flip-clock-wrapper ul li a div.up:after {
  	content: "";
  	position: absolute;
  	top: 34px;
  	right: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012; }

.flip-clock-wrapper ul li a div.up:before {
	content: "";
  	position: absolute;
  	top: 34px;
  	left: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012;
}

.flip-clock-wrapper ul li a div.down:before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012;
}

.flip-clock-wrapper ul li a div.down:after {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-align: center;
  background-color: #202427;
  border-radius: 6px;
  font-size: 80px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #757575;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 13px;
  bottom: -40px;
  width: 204px;
  left: 1px;
  text-align: center;
  color: #000;
  text-shadow: none; }

.royaltickets-flipclock-background-dark .flip-clock-divider .flip-clock-label {
	color: #757575;
}

.flip-clock-divider.hours .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label {
  left: 14px; }

.flip-clock-dot.top {
  top: 37px; }

.flip-clock-dot.bottom {
  bottom: 37px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }




/* -------------------------------------------------------------------------------- */
/*	40. Media Queries
/* -------------------------------------------------------------------------------- */

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

@media ( max-width: 1300px ) {

	/* Nav Toggle */
	.royaltickets-menu-wrapper {
		display: block;
	}

    .main-menu-wrapper {
        display: none;
    }

	.main-menu { display: none; }

    .top-social-menu,
    .top-social-menu li.menu-social-links { display: block !important; }

    .top-social-menu-wrapper {
        -ms-flex-pack: flex-end!important;
        justify-content: flex-end!important;
    }

	.inventory-views,
	.inventory-type {
  		display: none;
  	}
		
	.royaltickets-post-miniblock {
		width: 100% !important;
	}

	.main-menu li.menu-social-links,
	#menu-search-button {
		display: none;
	}

}

@media ( max-width: 1400px ) {

	

}


@media ( max-width: 1000px ) {

	/* flipclock responsive */

	.flip-clock-wrapper {
		margin: 0;
		margin-bottom: 30px;
	}

	.flip-clock-wrapper ul {
		margin-bottom: 50px;
		display: inline-block;
		float: initial;
	}

	.flip-clock-dot {
		display: none;
	}

	.flip-clock-divider,
	.flip-clock-divider:first-child {
		width: 100%;
		height: 0;
		clear: both;
	}

	.flip-clock-divider .flip-clock-label {
		bottom: -140px;
		left: 50% !important;
    	margin-left: -102px;
	}

	/* end flipclock responsive */

	
	/* Navigation --------------------------------------- */
	
	.nav-toggle .bar {
		background: #111;
	}

	.search-toggle .genericon {
		color: #111;
	}
	
	.navigation > .container{ max-width: 100%; }
	
	/* Nav Toggle */
	.position-fullscreen .royaltickets-menu-wrapper.fullscreen-menu-toggle,
	.position-fullscreen .royaltickets-admin-menu-wrapper.fullscreen-menu-toggle,
	#royaltickets-fullscreen-menu,
	.compare-action-button {
		display: none !important;
	}

	.toggles { 
		display: block; 
		background: #fff;
		border-top: 1px solid #eee;
		padding: 0 5%;
	}
	
	.toggle {
		display: block;
		width: 30px;
		height: 55px;
		position: relative;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle { float: left; }
	
	.nav-toggle .bar {
		width: 30px;
		height: 3px;
		background: #111;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		top: 50%;
		-webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
		-moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
		-o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
	}
	
	.nav-toggle .bar:nth-child(1) { margin-top: -10px; }
	.nav-toggle .bar:nth-child(2) { margin-top: -2px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 6px; }
	
	.nav-toggle.active .bar { 
		background: #de2358; 
		-webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
		-moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
		-o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
		transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
	}
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { margin-top: -2px; }
	
	.nav-toggle.active .bar:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav-toggle.active .bar:nth-child(2) { 
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0; 
	}
	
	.nav-toggle.active .bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/* Search Toggle */
	
	.search-toggle { float: right; }
	
	.search-toggle .genericon {
		width: 100%;
		font-size: 32px;
		text-align: center;
		position: absolute;
		top: 50%;
		margin-top: -16px;
		color: #111;
	}
	
	.search-toggle.active { color: #de2358; }
	
	
	/* Menus --------------------------------------- */
	
	.mobile-menu li { border-top: 1px solid #333; }
	
	.mobile-menu > li:first-child { border-top: none; }
	
	.mobile-menu a {
		display: block;
		padding: 20px 5%;
		font-size: 0.9em;
		color: #fff;
	}
	
	.mobile-menu ul a { padding-left: 10%; }
	.mobile-menu ul ul a { padding-left: 15%; }
	.mobile-menu ul ul ul a { padding-left: 20%; }
	.mobile-menu ul ul ul ul a { padding-left: 25%; }
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; }
	
	
	/* Mobile Search --------------------------------------- */
	
	
	.mobile-search { position: relative; }
	
	.mobile-search form { 
		display: block;
		max-width: 90%;
		padding: 40px 0;
		margin: 0 auto;
		position: relative; 
	}
	
	.mobile-search .search-field {
		display: block;
		width: 100%;
		padding: 20px 84px 20px 20px;
		margin: 0;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 0;
			font-size: 0.9rem;
	}
	
	.mobile-search .search-field:focus { outline: none; }
	
	.mobile-search .search-button {
		display: block;
		width: 59px;
		height: 59px;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-left: 1px solid #eee;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -30px;
	}
	
	.mobile-search .search-button .genericon {
		display: block;
		font-size: 32px;
		text-align: center;
	}
	
	.mobile-search .search-button:hover { 
		color: #de2358; 
		cursor: pointer;
	}
	
	
}

@media (max-width: 992px) {

	

}

@media ( max-width: 768px ) {
      .fs-90px {
    font-size: 55px !important;
}
    h1,
    .h1 {
        font-size: 2.25em;
    }
    h2,
    .h2 {
        font-size: 2em;
    }
    h3,
    .h3 {
        font-size: 1.75em;
    }

    .single-content {
        padding: 0 20px !important;
    }

    .shadow-box {
        display: none;
    }

    .top-social-menu, .side-social-links { display: none !important; }

	.royaltickets-menu-wrapper {
		float: right;
	}

	.royaltickets-page-title span {
		font-size: 42px;
	}

	.blog-big-cards .post {
		margin-bottom: 30px;
	}

	.royaltickets-promo-block {
		padding: 50px !important;
	}

	.royaltickets-footer-menu {
		width: 100%;
	    text-align: center;
	    margin-top: 30px;
	}

    .has_featured_image .single-content {
        margin-top: 20px;
    }

}

.wp-block-pullquote.is-style-solid-color {
    margin-bottom: 30px;
}

p.has-background {
    margin-bottom: 30px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-bottom: 0;
    background: transparent;
    border: none !important;
    padding: 0 !important;
}


@media ( max-width: 600px ) {

    .single-content {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        max-width: 80%;
    }

    #header .logo-main img {
        height: 50px;
    }

    #header.clone-fixed.slideDown,
    #header .header-top {
        display: none!important;
    }

	/* flipclock responsive */

	.flip-clock-wrapper {
		margin: 0;
		margin-bottom: 30px;
	}

	.flip-clock-wrapper ul {
		margin-bottom: 50px;
		display: inline-block;
		float: initial;
	}

	.flip-clock-dot {
		display: none;
	}

	.main-menu li.menu-social-links,
	#menu-search-button {
  		display: none;
  	}

	.header-main .header-address,
  	.header-main .header-working-time,
  	.header-main #menu-search-button {
  		display: none;
  	}

	.flip-clock-divider,
	.flip-clock-divider:first-child {
		width: 100%;
		height: 0;
		clear: both;
	}

	.flip-clock-divider .flip-clock-label {
		bottom: -140px;
		left: 50% !important;
    	margin-left: -102px;
	}

	/* end flipclock responsive */
	
	
	/* Header --------------------------------------- */
	
	.header-wrapper { position: relative; }
	
	.header { padding: 10px 0 13px; }
	
	.header .container{ max-width: 100%; }
	
	.blog-title { 
		font-size: 1.5em;
		padding: 0 24px; 
		margin: 0 10%;
	}
	
	.blog-tagline { display: none; }
	
	/* Navigation --------------------------------------- */
	
	.mobile-menu a {
		color: #fff;
	}
	

	.mobile-menu li,
	.mobile-menu > li:first-child {
	    border-top: 1px solid #333;
	}

	.navigation { border-top: none; }
	
	.toggles {
		background: none;
		border: none;
	}

	.cd-top.cd-is-visible,
	.royaltickets-buy-now-buttons {
		display: none !important;
	}
	
	.toggle { 
		height: 54px; 
		width: 24px;
		position: absolute;
		top: 50%;
		margin-top: -27px;
	}
	
	.nav-toggle { left: 5%; }
	.search-toggle { right: 5%; }
	
	.nav-toggle .bar { 
		width: 24px; 
		margin-left: -12px;
		background: #fff;
	}
	
	.nav-toggle .bar:nth-child(1) { margin-top: -9px; }
	.nav-toggle .bar:nth-child(3) { margin-top: 5px; }
	
	.search-toggle .genericon {
		font-size: 30px;
		margin-top: -15px;
		color: #fff;
	}
	
	.mobile-menu > li:first-child { border-top: 1px solid #333; }
	
	.mobile-search { border-top: 1px solid #eee; }
	
	.mobile-search form { padding: 5% 0; }
	
	.menu {
		width: 100% !important;
		position: relative !important;
		margin-top: 0 !important;
		float: left !important;
	}
	
}


@media ( max-width: 500px ) {

	/* flipclock responsive */

	.flip-clock-wrapper {
		margin: 0;
		margin-bottom: 30px;
	}

	.flip-clock-wrapper ul {
		margin-bottom: 50px;
		display: inline-block;
		float: initial;
	}

	.flip-clock-dot {
		display: none;
	}

	.flip-clock-divider,
	.flip-clock-divider:first-child {
		width: 100%;
		height: 0;
		clear: both;
	}

	.flip-clock-divider .flip-clock-label {
		bottom: -140px;
		left: 50% !important;
    	margin-left: -102px;
	}

	/* end flipclock responsive */
		
	.post-image { padding: 7.5% 5% 0 5%; }
	
	.post-inner { padding: 0; }
	
	.post-image + .post-inner { padding-top: 7%; }
	
	.post-title { font-size: 1.75em; }
	
	.post-meta { 
		margin-top: 10px;
		padding-top: 7px; 
	}
	
	.post-meta p { font-size: 0.7em; }
	
	.post-meta span { display: none; }
	
	.post-meta p + p:before { margin: 0 10px 0 6px; }
	
	.post-content .more-link { 
		padding: 13px 15px; 
		font-size: 0.75rem;
	}
	
	.post-header + .post-content { margin-top: 7%; }
	
	
	/* Single Post --------------------------------------- */
	
	
	.single .wrapper { padding-bottom: 0; }
	
	.post-tags { margin-top: 30px; }
	
	.post-navigation:before { content: none; }
	
	.post-navigation-inner {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.post-nav-prev,
	.post-nav-next {
		float: none;
		width: 100%;
		padding: 20px 5%;
	}
	
	.post-nav-prev + .post-nav-next { border-top: 1px solid #ddd; }
	
	
	/* Post Content --------------------------------------- */
	
	
	.post-content h1, 
	.post-content h2, 
	.post-content h3, 
	.post-content h4, 
	.post-content h5, 
	.post-content h6 { 
		margin: 40px 0 20px; 
	}
	
	.post-content h1 { font-size: 1.5em; }
	.post-content h2 { font-size: 1.4em; }
	.post-content h3 { font-size: 1.3em; }
	.post-content h4 { font-size: 1.2em; }
	.post-content h5 { font-size: 1.1em; }
	
	.post-content hr { margin: 40px auto; }
	
	.post-content .alignleft,
	.post-content .alignright {
		display: block;
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img {
		display: block;
		margin: 0 auto;
	}
	
	.post-content input[type="text"],
	.post-content input[type="tel"],
	.post-content input[type="url"],
	.post-content input[type="email"],
	.post-content input[type="password"],
	.post-content textarea {
		padding: 16px;
	}
	
	
	/* Comments --------------------------------------- */
	
	
	.comments-inner,
	.comment-respond { 
		max-width: 100%;
		padding: 40px 0; 
	}
	
	div.comment { margin-top: 20px; }
	
	.commentlist .children { margin-left: 0 !important; }
	
	.comment-inner { 
		padding: 20px;
		border-radius: 3px; 
	}
	
	.comment-header { margin-bottom: 20px; }
	
	.comment-content { font-size: 0.95em; }
	
	.comments-nav a { font-size: 0.8em; }
	
	
	/* Respond --------------------------------------- */
	
	
	.comment-respond p { margin-bottom: 15px; }
	
	.comment-respond input[type="text"], 
	.comment-respond textarea {
		padding: 15px;
	}
	
	.comment-respond textarea { height: 150px; }
	
	.comment-respond input[type="submit"] { padding: 13px 15px; }
	
	
	/* Page & Page Templates --------------------------------------- */
	
	
	.single-attachment .featured-image { padding: 5%; }
	
	
	/* Pagination --------------------------------------- */

	.archive-navigation { 
		max-width: 100%; 
		padding: 25px 5% 28px;
		margin: 0;
		border-top: 1px solid #ddd;
		text-align: center;
		background: #fff;
	}
	
	.archive-navigation .float-left { display: none; }
	
	.archive-navigation .float-right { float: none; }
	
	.archive-navigation p { font-size: 0.8em; }
	
	.archive-navigation p + p:before { margin: 0 12px; }
	
	
	/* Footer --------------------------------------- */
	
	
	.footer { 
		background: #fafafa;
		border-top-color: #ddd;
		padding: 10% 0; 
	}
	
	.footer-container .widgets + .widgets,
	.widget + .widget { 
		padding-top: 4%; 
		margin-top: 4%;
	}
	
	.footer-container .tagcloud a { background: #ddd; }
	.footer-container .tagcloud a:before { border-right-color: #ddd; }
	
	.footer-container .tagcloud a:hover { background: #de2358; }
	.footer-container .tagcloud a:hover:before { border-right-color: #de2358; }

	#order_review {
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 720px){
	.mobileh2{
		font-size:25px !important;
		
	}
	.lh-1-5{
		word-break: break-word !important;
		
	}
	.list-group-item h5{
		font-size:22px;
		word-break: break-word;
	}
	
	.icon-size-large.bg-shape {
    width: 100px !important;
    height: 100px  !important;
}
}

@media ( max-width: 440px ) {

    .input-group>.custom-file, 
    .input-group>.custom-select, 
    .input-group>.form-control, 
    .input-group>.form-control-plaintext,
    .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
    .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), 
    .input-group>.input-group-append:not(:last-child)>.btn, 
    .input-group>.input-group-append:not(:last-child)>.input-group-text, 
    .input-group>.input-group-prepend>.btn, 
    .input-group>.input-group-prepend>.input-group-text {
        width: 100%;
        border-radius: 0 !important;
    }

    .input-group>.custom-select:not(:last-child), 
    .input-group>.form-control:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-bottom: 20px;
    }

    .input-group>.input-group-append>.btn, 
    .input-group>.input-group-append>.input-group-text, 
    .input-group>.input-group-prepend:first-child>.btn:not(:first-child), 
    .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), 
    .input-group>.input-group-prepend:not(:first-child)>.btn, 
    .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 100%;
    }

    .input-group-append, 
    .input-group-prepend {
        display: block;
        width: 100%;
    }

	.header-main .header-main-phone {
		margin-left: 0;
	}

	/* flipclock responsive */

	.flip-clock-wrapper {
		margin: 0;
		margin-bottom: 30px;
	}

	.flip-clock-wrapper ul {
		margin-bottom: 50px;
		display: inline-block;
		float: initial;
	}

	.flip-clock-dot {
		display: none;
	}

	.flip-clock-divider,
	.flip-clock-divider:first-child {
		width: 100%;
		height: 0;
		clear: both;
	}

	.flip-clock-divider .flip-clock-label {
		bottom: -130px;
		left: 50% !important;
    	margin-left: -102px;
	}
	
	
	/* Single Post --------------------------------------- */
	
	
	.post-title { font-size: 1.5em; }
	
	.post-meta {
		margin-top: 8px;
		padding-top: 5px;
	}
	
	
	/* Post Content ---------------------------------- */
	
	
	.post-content blockquote { padding: 20px; }
	
	.post-content blockquote:after { display: none; }
	
	
	/* Comments -------------------------------------- */
	
	
	.comments-title,
	.comment-reply-title { font-size: 1.3em; }
	
	.comment-inner { padding: 15px; }
	
	.comment-header { margin-bottom: 15px; }
	
	.comment-meta { 
		margin-top: 16px;
		font-size: 0.65em; 
	}
		
	
	/* Credits --------------------------------------- */
	
	
	.credits p { padding-bottom: 0; }
	
	.credits p span { display: none; }
	
	.credits p a:hover { border-bottom-color: #de2358; }
	
	
}

@media ( max-width: 425px ) {

	.royaltickets-page-wrapper ul.agents-navigation li {
		width: 100%;
	}

}

.gutter-0 {
	margin: 0;
}

.gutter-0.sp-1 .col-md-4,
.gutter-0.sp-1 .col-md-6 {
	padding: 0;
	padding-right: 1px;
	padding-bottom: 1px;
}

.p-30 {
	padding: 30px;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-1 {
    font-size: 0.875rem !important;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-72 {
    font-size: 72px !important;
}

.fs-80px {
    font-size: 80px !important;
}

.fs-90px {
    font-size: 90px ;
}

.fs-100px {
    font-size: 100px !important;
}

.fs-160px {
    font-size: 160px !important;
}

.fs-90 {
	font-size: 90% !important;
}

.fs-80 {
	font-size: 80% !important;
}

.fs-70 {
	font-size: 70% !important;
}

.lift {
    transition: box-shadow .25s ease,transform .25s ease;
}

.lift:focus, .lift:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1);
    transform: translate3d(0,-8px,0);
    z-index: 1;
}

.w-40 {
	width: 40px;
}

.w-60 {
    width: 60px;
}

.img-w-60 img {
    width: 60px;
}

.img-w-100 img {
    width: 100px;
}

.img-w-120 img {
    width: 120px;
}

.text-dark-blue {
    color: #1e2022 !important;
}

.text-dark-blue {
    color: #161631 !important;
}

.text-danger {
    color: #de2358 !important;
}

.text-red {
	color: #de2358 !important;
}

.text-orange {
    color: #ffac61 !important;
}

.fs-20 {
    font-size: 20px !important;
}

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

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

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

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.font-normal {
    font-weight: normal;
}

.h-40 {
	height: 40px;
}

.h-30 {
	height: 30px;
}

.lh-14 {
	line-height: 14px;
}

.lh-24 {
    line-height: 24px;
}

.lh-32 {
    line-height: 32px;
}

.fs-4 {
    font-size: 4px !important;
}

.fs-6 {
	font-size: 6px !important;
}

.fs-8 {
	font-size: 8px !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}


.fs-16 {
  /*font-size: 16px !important;*/
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

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

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: .75rem!important
}

.mt-3,
.my-3 {
    margin-top: .75rem!important
}

.mr-3,
.mx-3 {
    margin-right: .75rem!important
}

.mb-3,
.my-3 {
    margin-bottom: .75rem!important
}

.mb-3px {
    margin-bottom: 3px!important;
}

.ml-3,
.mx-3 {
    margin-left: .75rem!important
}

.m-4 {
    margin: 1rem!important
}

.mt-4,
.my-4 {
    margin-top: 1rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1rem!important
}

.m-5 {
    margin: 1.5rem!important
}

.mt-5,
.my-5 {
    margin-top: 1.5rem!important
}

.mr-5,
.mx-5 {
    margin-right: 1.5rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem!important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem!important
}

.m-6 {
    margin: 2rem!important
}

.mt-6,
.my-6 {
    margin-top: 2rem!important
}

.mr-6,
.mx-6 {
    margin-right: 2rem!important
}

.mb-6,
.my-6 {
    margin-bottom: 2rem!important
}

.ml-6,
.mx-6 {
    margin-left: 2rem!important
}

.m-7 {
    margin: 2.5rem!important
}

.mt-7,
.my-7 {
    margin-top: 2.5rem!important
}

.mr-7,
.mx-7 {
    margin-right: 2.5rem!important
}

.mb-7,
.my-7 {
    margin-bottom: 2.5rem!important
}

.ml-7,
.mx-7 {
    margin-left: 2.5rem!important
}

.m-8 {
    margin: 3rem!important
}

.mt-8,
.my-8 {
    margin-top: 3rem!important
}

.mr-8,
.mx-8 {
    margin-right: 3rem!important
}

.mb-8,
.my-8 {
    margin-bottom: 3rem!important
}

.ml-8,
.mx-8 {
    margin-left: 3rem!important
}

.m-9 {
    margin: 4rem!important
}

.mt-9,
.my-9 {
    margin-top: 4rem!important
}

.mr-9,
.mx-9 {
    margin-right: 4rem!important
}

.mb-9,
.my-9 {
    margin-bottom: 4rem!important
}

.ml-9,
.mx-9 {
    margin-left: 4rem!important
}

.m-10 {
    margin: 5rem!important
}

.mt-10,
.my-10 {
    margin-top: 5rem!important
}

.mr-10,
.mx-10 {
    margin-right: 5rem!important
}

.mb-10,
.my-10 {
    margin-bottom: 5rem!important
}

.ml-10,
.mx-10 {
    margin-left: 5rem!important
}

.m-11 {
    margin: 6rem!important
}

.mt-11,
.my-11 {
    margin-top: 6rem!important
}

.mr-11,
.mx-11 {
    margin-right: 6rem!important
}

.mb-11,
.my-11 {
    margin-bottom: 6rem!important
}

.ml-11,
.mx-11 {
    margin-left: 6rem!important
}

.m-12 {
    margin: 8rem!important
}

.mt-12,
.my-12 {
    margin-top: 8rem!important
}

.mr-12,
.mx-12 {
    margin-right: 8rem!important
}

.mb-12,
.my-12 {
    margin-bottom: 8rem!important
}

.ml-12,
.mx-12 {
    margin-left: 8rem!important
}

.m-13 {
    margin: 10rem!important
}

.mt-13,
.my-13 {
    margin-top: 10rem!important
}

.mr-13,
.mx-13 {
    margin-right: 10rem!important
}

.mb-13,
.my-13 {
    margin-bottom: 10rem!important
}

.ml-13,
.mx-13 {
    margin-left: 10rem!important
}

.m-14 {
    margin: 14rem!important
}

.mt-14,
.my-14 {
    margin-top: 14rem!important
}

.mr-14,
.mx-14 {
    margin-right: 14rem!important
}

.mb-14,
.my-14 {
    margin-bottom: 14rem!important
}

.ml-14,
.mx-14 {
    margin-left: 14rem!important
}

.m-15 {
    margin: 16rem!important
}

.mt-15,
.my-15 {
    margin-top: 16rem!important
}

.mr-15,
.mx-15 {
    margin-right: 16rem!important
}

.mb-15,
.my-15 {
    margin-bottom: 16rem!important
}

.ml-15,
.mx-15 {
    margin-left: 16rem!important
}

.m-16 {
    margin: 25rem!important
}

.mt-16,
.my-16 {
    margin-top: 25rem!important
}

.mr-16,
.mx-16 {
    margin-right: 25rem!important
}

.mb-16,
.my-16 {
    margin-bottom: 25rem!important
}

.ml-16,
.mx-16 {
    margin-left: 25rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: .75rem!important
}

.pt-3,
.py-3 {
    padding-top: .75rem!important
}

.pr-3,
.px-3 {
    padding-right: .75rem!important
}

.pb-3,
.py-3 {
    padding-bottom: .75rem!important
}

.pl-3,
.px-3 {
    padding-left: .75rem!important
}

.p-4 {
    padding: 1rem!important
}

.pt-4,
.py-4 {
    padding-top: 1rem!important
}

.pr-4,
.px-4 {
    padding-right: 1rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1rem!important
}

.pl-4,
.px-4 {
    padding-left: 1rem!important
}

.p-5 {
    padding: 1.5rem!important
}

.pt-5,
.py-5 {
    padding-top: 1.5rem!important
}

.pr-5,
.px-5 {
    padding-right: 1.5rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 1.5rem!important
}

.pl-5,
.px-5 {
    padding-left: 1.5rem!important
}

.p-6 {
    padding: 2rem!important
}

.pt-6,
.py-6 {
    padding-top: 2rem!important
}

.pr-6,
.px-6 {
    padding-right: 2rem!important
}

.pb-6,
.py-6 {
    padding-bottom: 2rem!important
}

.pl-6,
.px-6 {
    padding-left: 2rem!important
}

.p-7 {
    padding: 2.5rem!important
}

.pt-7,
.py-7 {
    padding-top: 2.5rem!important
}

.pr-7,
.px-7 {
    padding-right: 2.5rem!important
}

.pb-7,
.py-7 {
    padding-bottom: 2.5rem!important
}

.pl-7,
.px-7 {
    padding-left: 2.5rem!important
}

.p-8 {
    padding: 3rem!important
}

.pt-8,
.py-8 {
    padding-top: 3rem!important
}

.pr-8,
.px-8 {
    padding-right: 3rem!important
}

.pb-8,
.py-8 {
    padding-bottom: 3rem!important
}

.pl-8,
.px-8 {
    padding-left: 3rem!important
}

.p-9 {
    padding: 4rem!important
}

.pt-9,
.py-9 {
    padding-top: 4rem!important
}

.pr-9,
.px-9 {
    padding-right: 4rem!important
}

.pb-9,
.py-9 {
    padding-bottom: 4rem!important
}

.pl-9,
.px-9 {
    padding-left: 4rem!important
}

.p-10 {
    padding: 5rem!important
}

.pt-10,
.py-10 {
    padding-top: 5rem!important
}

.pr-10,
.px-10 {
    padding-right: 5rem!important
}

.pb-10,
.py-10 {
    padding-bottom: 5rem!important
}

.pl-10,
.px-10 {
    padding-left: 5rem!important
}

.p-11 {
    padding: 6rem!important
}

.pt-11,
.py-11 {
    padding-top: 6rem!important
}

.pr-11,
.px-11 {
    padding-right: 6rem!important
}

.pb-11,
.py-11 {
    padding-bottom: 6rem!important
}

.pl-11,
.px-11 {
    padding-left: 6rem!important
}

.p-12 {
    padding: 8rem!important
}

.pt-12,
.py-12 {
    padding-top: 8rem!important
}

.pr-12,
.px-12 {
    padding-right: 8rem!important
}

.pb-12,
.py-12 {
    padding-bottom: 8rem!important
}

.pl-12,
.px-12 {
    padding-left: 8rem!important
}

.p-13 {
    padding: 10rem!important
}

.pt-13,
.py-13 {
    padding-top: 10rem!important
}

.pr-13,
.px-13 {
    padding-right: 10rem!important
}

.pb-13,
.py-13 {
    padding-bottom: 10rem!important
}

.pl-13,
.px-13 {
    padding-left: 10rem!important
}

.p-14 {
    padding: 12rem!important
}

.pt-14,
.py-14 {
    padding-top: 12rem!important
}

.pr-14,
.px-14 {
    padding-right: 12rem!important
}

.pb-14,
.py-14 {
    padding-bottom: 12rem!important
}

.pl-14,
.px-14 {
    padding-left: 12rem!important
}

.p-15 {
    padding: 16rem!important
}

.pt-15,
.py-15 {
    padding-top: 16rem!important
}

.pr-15,
.px-15 {
    padding-right: 16rem!important
}

.pb-15,
.py-15 {
    padding-bottom: 16rem!important
}

.pl-15,
.px-15 {
    padding-left: 16rem!important
}

.p-16 {
    padding: 25rem!important
}

.pt-16,
.py-16 {
    padding-top: 25rem!important
}

.pr-16,
.px-16 {
    padding-right: 25rem!important
}

.pb-16,
.py-16 {
    padding-bottom: 25rem!important
}

.pl-16,
.px-16 {
    padding-left: 25rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mt-n1px {
    margin-top: -1px !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -.75rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -.75rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -.75rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -.75rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -.75rem!important
}

.m-n4 {
    margin: -1rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1rem!important
}

.m-n5 {
    margin: -1.5rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -1.5rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -1.5rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -1.5rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -1.5rem!important
}

.m-n6 {
    margin: -2rem!important
}

.mt-n6,
.my-n6 {
    margin-top: -2rem!important
}

.mr-n6,
.mx-n6 {
    margin-right: -2rem!important
}

.mb-n6,
.my-n6 {
    margin-bottom: -2rem!important
}

.ml-n6,
.mx-n6 {
    margin-left: -2rem!important
}

.m-n7 {
    margin: -2.5rem!important
}

.mt-n7,
.my-n7 {
    margin-top: -2.5rem!important
}

.mr-n7,
.mx-n7 {
    margin-right: -2.5rem!important
}

.mb-n7,
.my-n7 {
    margin-bottom: -2.5rem!important
}

.ml-n7,
.mx-n7 {
    margin-left: -2.5rem!important
}

.m-n8 {
    margin: -3rem!important
}

.mt-n8,
.my-n8 {
    margin-top: -3rem!important
}

.mr-n8,
.mx-n8 {
    margin-right: -3rem!important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3rem!important
}

.ml-n8,
.mx-n8 {
    margin-left: -3rem!important
}

.m-n9 {
    margin: -4rem!important
}

.mt-n9,
.my-n9 {
    margin-top: -4rem!important
}

.mr-n9,
.mx-n9 {
    margin-right: -4rem!important
}

.mb-n9,
.my-n9 {
    margin-bottom: -4rem!important
}

.ml-n9,
.mx-n9 {
    margin-left: -4rem!important
}

.m-n10 {
    margin: -5rem!important
}

.mt-n10,
.my-n10 {
    margin-top: -5rem!important
}

.mr-n10,
.mx-n10 {
    margin-right: -5rem!important
}

.mb-n10,
.my-n10 {
    margin-bottom: -5rem!important
}

.ml-n10,
.mx-n10 {
    margin-left: -5rem!important
}

.m-n11 {
    margin: -6rem!important
}

.mt-n11,
.my-n11 {
    margin-top: -6rem!important
}

.mr-n11,
.mx-n11 {
    margin-right: -6rem!important
}

.mb-n11,
.my-n11 {
    margin-bottom: -6rem!important
}

.ml-n11,
.mx-n11 {
    margin-left: -6rem!important
}

.m-n12 {
    margin: -8rem!important
}

.mt-n12,
.my-n12 {
    margin-top: -8rem!important
}

.mr-n12,
.mx-n12 {
    margin-right: -8rem!important
}

.mb-n12,
.my-n12 {
    margin-bottom: -8rem!important
}

.ml-n12,
.mx-n12 {
    margin-left: -8rem!important
}

.m-n13 {
    margin: -10rem!important
}

.mt-n13,
.my-n13 {
    margin-top: -10rem!important
}

.mr-n13,
.mx-n13 {
    margin-right: -10rem!important
}

.mb-n13,
.my-n13 {
    margin-bottom: -10rem!important
}

.ml-n13,
.mx-n13 {
    margin-left: -10rem!important
}

.m-n14 {
    margin: -12rem!important
}

.mt-n14,
.my-n14 {
    margin-top: -12rem!important
}

.mr-n14,
.mx-n14 {
    margin-right: -12rem!important
}

.mb-n14,
.my-n14 {
    margin-bottom: -12rem!important
}

.ml-n14,
.mx-n14 {
    margin-left: -12rem!important
}

.m-n15 {
    margin: -16rem!important
}

.mt-n15,
.my-n15 {
    margin-top: -16rem!important
}

.mr-n15,
.mx-n15 {
    margin-right: -16rem!important
}

.mb-n15,
.my-n15 {
    margin-bottom: -16rem!important
}

.ml-n15,
.mx-n15 {
    margin-left: -16rem!important
}

.m-n16 {
    margin: -25rem!important
}

.mt-n16,
.my-n16 {
    margin-top: -25rem!important
}

.mr-n16,
.mx-n16 {
    margin-right: -25rem!important
}

.mb-n16,
.my-n16 {
    margin-bottom: -25rem!important
}

.ml-n16,
.mx-n16 {
    margin-left: -25rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media ( min-width: 576px ) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: .75rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: .75rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: .75rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: .75rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: .75rem!important
    }
    .m-sm-4 {
        margin: 1rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1rem!important
    }
    .m-sm-5 {
        margin: 1.5rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem!important
    }
    .m-sm-6 {
        margin: 2rem!important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2rem!important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2rem!important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem!important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem!important
    }
    .m-sm-7 {
        margin: 2.5rem!important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 2.5rem!important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 2.5rem!important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 2.5rem!important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 2.5rem!important
    }
    .m-sm-8 {
        margin: 3rem!important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3rem!important
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3rem!important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3rem!important
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3rem!important
    }
    .m-sm-9 {
        margin: 4rem!important
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4rem!important
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 4rem!important
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4rem!important
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 4rem!important
    }
    .m-sm-10 {
        margin: 5rem!important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 5rem!important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 5rem!important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 5rem!important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 5rem!important
    }
    .m-sm-11 {
        margin: 6rem!important
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 6rem!important
    }
    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 6rem!important
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 6rem!important
    }
    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 6rem!important
    }
    .m-sm-12 {
        margin: 8rem!important
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 8rem!important
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 8rem!important
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 8rem!important
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 8rem!important
    }
    .m-sm-13 {
        margin: 10rem!important
    }
    .mt-sm-13,
    .my-sm-13 {
        margin-top: 10rem!important
    }
    .mr-sm-13,
    .mx-sm-13 {
        margin-right: 10rem!important
    }
    .mb-sm-13,
    .my-sm-13 {
        margin-bottom: 10rem!important
    }
    .ml-sm-13,
    .mx-sm-13 {
        margin-left: 10rem!important
    }
    .m-sm-14 {
        margin: 12rem!important
    }
    .mt-sm-14,
    .my-sm-14 {
        margin-top: 12rem!important
    }
    .mr-sm-14,
    .mx-sm-14 {
        margin-right: 12rem!important
    }
    .mb-sm-14,
    .my-sm-14 {
        margin-bottom: 12rem!important
    }
    .ml-sm-14,
    .mx-sm-14 {
        margin-left: 12rem!important
    }
    .m-sm-15 {
        margin: 16rem!important
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 16rem!important
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 16rem!important
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 16rem!important
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 16rem!important
    }
    .m-sm-16 {
        margin: 25rem!important
    }
    .mt-sm-16,
    .my-sm-16 {
        margin-top: 25rem!important
    }
    .mr-sm-16,
    .mx-sm-16 {
        margin-right: 25rem!important
    }
    .mb-sm-16,
    .my-sm-16 {
        margin-bottom: 25rem!important
    }
    .ml-sm-16,
    .mx-sm-16 {
        margin-left: 25rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: .75rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: .75rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: .75rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: .75rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: .75rem!important
    }
    .p-sm-4 {
        padding: 1rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1rem!important
    }
    .p-sm-5 {
        padding: 1.5rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem!important
    }
    .p-sm-6 {
        padding: 2rem!important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem!important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem!important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem!important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem!important
    }
    .p-sm-7 {
        padding: 2.5rem!important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 2.5rem!important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 2.5rem!important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 2.5rem!important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 2.5rem!important
    }
    .p-sm-8 {
        padding: 3rem!important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3rem!important
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3rem!important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3rem!important
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3rem!important
    }
    .p-sm-9 {
        padding: 4rem!important
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4rem!important
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 4rem!important
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4rem!important
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 4rem!important
    }
    .p-sm-10 {
        padding: 5rem!important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 5rem!important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 5rem!important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 5rem!important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 5rem!important
    }
    .p-sm-11 {
        padding: 6rem!important
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 6rem!important
    }
    .pr-sm-11,
    .px-sm-11 {
        padding-right: 6rem!important
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 6rem!important
    }
    .pl-sm-11,
    .px-sm-11 {
        padding-left: 6rem!important
    }
    .p-sm-12 {
        padding: 8rem!important
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 8rem!important
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 8rem!important
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 8rem!important
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 8rem!important
    }
    .p-sm-13 {
        padding: 10rem!important
    }
    .pt-sm-13,
    .py-sm-13 {
        padding-top: 10rem!important
    }
    .pr-sm-13,
    .px-sm-13 {
        padding-right: 10rem!important
    }
    .pb-sm-13,
    .py-sm-13 {
        padding-bottom: 10rem!important
    }
    .pl-sm-13,
    .px-sm-13 {
        padding-left: 10rem!important
    }
    .p-sm-14 {
        padding: 12rem!important
    }
    .pt-sm-14,
    .py-sm-14 {
        padding-top: 12rem!important
    }
    .pr-sm-14,
    .px-sm-14 {
        padding-right: 12rem!important
    }
    .pb-sm-14,
    .py-sm-14 {
        padding-bottom: 12rem!important
    }
    .pl-sm-14,
    .px-sm-14 {
        padding-left: 12rem!important
    }
    .p-sm-15 {
        padding: 16rem!important
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 16rem!important
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 16rem!important
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 16rem!important
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 16rem!important
    }
    .p-sm-16 {
        padding: 25rem!important
    }
    .pt-sm-16,
    .py-sm-16 {
        padding-top: 25rem!important
    }
    .pr-sm-16,
    .px-sm-16 {
        padding-right: 25rem!important
    }
    .pb-sm-16,
    .py-sm-16 {
        padding-bottom: 25rem!important
    }
    .pl-sm-16,
    .px-sm-16 {
        padding-left: 25rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -.75rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -.75rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -.75rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -.75rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -.75rem!important
    }
    .m-sm-n4 {
        margin: -1rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1rem!important
    }
    .m-sm-n5 {
        margin: -1.5rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -1.5rem!important
    }
    .m-sm-n6 {
        margin: -2rem!important
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2rem!important
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2rem!important
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2rem!important
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2rem!important
    }
    .m-sm-n7 {
        margin: -2.5rem!important
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -2.5rem!important
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -2.5rem!important
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -2.5rem!important
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -2.5rem!important
    }
    .m-sm-n8 {
        margin: -3rem!important
    }
    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3rem!important
    }
    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3rem!important
    }
    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3rem!important
    }
    .m-sm-n9 {
        margin: -4rem!important
    }
    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -4rem!important
    }
    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -4rem!important
    }
    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -4rem!important
    }
    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -4rem!important
    }
    .m-sm-n10 {
        margin: -5rem!important
    }
    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -5rem!important
    }
    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -5rem!important
    }
    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -5rem!important
    }
    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -5rem!important
    }
    .m-sm-n11 {
        margin: -6rem!important
    }
    .mt-sm-n11,
    .my-sm-n11 {
        margin-top: -6rem!important
    }
    .mr-sm-n11,
    .mx-sm-n11 {
        margin-right: -6rem!important
    }
    .mb-sm-n11,
    .my-sm-n11 {
        margin-bottom: -6rem!important
    }
    .ml-sm-n11,
    .mx-sm-n11 {
        margin-left: -6rem!important
    }
    .m-sm-n12 {
        margin: -8rem!important
    }
    .mt-sm-n12,
    .my-sm-n12 {
        margin-top: -8rem!important
    }
    .mr-sm-n12,
    .mx-sm-n12 {
        margin-right: -8rem!important
    }
    .mb-sm-n12,
    .my-sm-n12 {
        margin-bottom: -8rem!important
    }
    .ml-sm-n12,
    .mx-sm-n12 {
        margin-left: -8rem!important
    }
    .m-sm-n13 {
        margin: -10rem!important
    }
    .mt-sm-n13,
    .my-sm-n13 {
        margin-top: -10rem!important
    }
    .mr-sm-n13,
    .mx-sm-n13 {
        margin-right: -10rem!important
    }
    .mb-sm-n13,
    .my-sm-n13 {
        margin-bottom: -10rem!important
    }
    .ml-sm-n13,
    .mx-sm-n13 {
        margin-left: -10rem!important
    }
    .m-sm-n14 {
        margin: -12rem!important
    }
    .mt-sm-n14,
    .my-sm-n14 {
        margin-top: -12rem!important
    }
    .mr-sm-n14,
    .mx-sm-n14 {
        margin-right: -12rem!important
    }
    .mb-sm-n14,
    .my-sm-n14 {
        margin-bottom: -12rem!important
    }
    .ml-sm-n14,
    .mx-sm-n14 {
        margin-left: -12rem!important
    }
    .m-sm-n15 {
        margin: -16rem!important
    }
    .mt-sm-n15,
    .my-sm-n15 {
        margin-top: -16rem!important
    }
    .mr-sm-n15,
    .mx-sm-n15 {
        margin-right: -16rem!important
    }
    .mb-sm-n15,
    .my-sm-n15 {
        margin-bottom: -16rem!important
    }
    .ml-sm-n15,
    .mx-sm-n15 {
        margin-left: -16rem!important
    }
    .m-sm-n16 {
        margin: -25rem!important
    }
    .mt-sm-n16,
    .my-sm-n16 {
        margin-top: -25rem!important
    }
    .mr-sm-n16,
    .mx-sm-n16 {
        margin-right: -25rem!important
    }
    .mb-sm-n16,
    .my-sm-n16 {
        margin-bottom: -25rem!important
    }
    .ml-sm-n16,
    .mx-sm-n16 {
        margin-left: -25rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {

    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: .75rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: .75rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: .75rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: .75rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: .75rem!important
    }
    .m-md-4 {
        margin: 1rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1rem!important
    }
    .m-md-5 {
        margin: 1.5rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.5rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.5rem!important
    }
    .m-md-6 {
        margin: 2rem!important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2rem!important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2rem!important
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2rem!important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem!important
    }
    .m-md-7 {
        margin: 2.5rem!important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 2.5rem!important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 2.5rem!important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 2.5rem!important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 2.5rem!important
    }
    .m-md-8 {
        margin: 3rem!important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3rem!important
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 3rem!important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3rem!important
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 3rem!important
    }
    .m-md-9 {
        margin: 4rem!important
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 4rem!important
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 4rem!important
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4rem!important
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 4rem!important
    }
    .m-md-10 {
        margin: 5rem!important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 5rem!important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 5rem!important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 5rem!important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 5rem!important
    }
    .m-md-11 {
        margin: 6rem!important
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 6rem!important
    }
    .mr-md-11,
    .mx-md-11 {
        margin-right: 6rem!important
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 6rem!important
    }
    .ml-md-11,
    .mx-md-11 {
        margin-left: 6rem!important
    }
    .m-md-12 {
        margin: 8rem!important
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 8rem!important
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 8rem!important
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 8rem!important
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 8rem!important
    }
    .m-md-13 {
        margin: 10rem!important
    }
    .mt-md-13,
    .my-md-13 {
        margin-top: 10rem!important
    }
    .mr-md-13,
    .mx-md-13 {
        margin-right: 10rem!important
    }
    .mb-md-13,
    .my-md-13 {
        margin-bottom: 10rem!important
    }
    .ml-md-13,
    .mx-md-13 {
        margin-left: 10rem!important
    }
    .m-md-14 {
        margin: 12rem!important
    }
    .mt-md-14,
    .my-md-14 {
        margin-top: 12rem!important
    }
    .mr-md-14,
    .mx-md-14 {
        margin-right: 12rem!important
    }
    .mb-md-14,
    .my-md-14 {
        margin-bottom: 12rem!important
    }
    .ml-md-14,
    .mx-md-14 {
        margin-left: 12rem!important
    }
    .m-md-15 {
        margin: 16rem!important
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 16rem!important
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 16rem!important
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 16rem!important
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 16rem!important
    }
    .m-md-16 {
        margin: 25rem!important
    }
    .mt-md-16,
    .my-md-16 {
        margin-top: 25rem!important
    }
    .mr-md-16,
    .mx-md-16 {
        margin-right: 25rem!important
    }
    .mb-md-16,
    .my-md-16 {
        margin-bottom: 25rem!important
    }
    .ml-md-16,
    .mx-md-16 {
        margin-left: 25rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: .75rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: .75rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: .75rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: .75rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: .75rem!important
    }
    .p-md-4 {
        padding: 1rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1rem!important
    }
    .p-md-5 {
        padding: 1.5rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 1.5rem!important
    }
    .p-md-6 {
        padding: 2rem!important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem!important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem!important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem!important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem!important
    }
    .p-md-7 {
        padding: 2.5rem!important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 2.5rem!important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 2.5rem!important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 2.5rem!important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 2.5rem!important
    }
    .p-md-8 {
        padding: 3rem!important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3rem!important
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 3rem!important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3rem!important
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 3rem!important
    }
    .p-md-9 {
        padding: 4rem!important
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 4rem!important
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 4rem!important
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4rem!important
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 4rem!important
    }
    .p-md-10 {
        padding: 5rem!important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 5rem!important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 5rem!important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 5rem!important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 5rem!important
    }
    .p-md-11 {
        padding: 6rem!important
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 6rem!important
    }
    .pr-md-11,
    .px-md-11 {
        padding-right: 6rem!important
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 6rem!important
    }
    .pl-md-11,
    .px-md-11 {
        padding-left: 6rem!important
    }
    .p-md-12 {
        padding: 8rem!important
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 8rem!important
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 8rem!important
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 8rem!important
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 8rem!important
    }
    .p-md-13 {
        padding: 10rem!important
    }
    .pt-md-13,
    .py-md-13 {
        padding-top: 10rem!important
    }
    .pr-md-13,
    .px-md-13 {
        padding-right: 10rem!important
    }
    .pb-md-13,
    .py-md-13 {
        padding-bottom: 10rem!important
    }
    .pl-md-13,
    .px-md-13 {
        padding-left: 10rem!important
    }
    .p-md-14 {
        padding: 12rem!important
    }
    .pt-md-14,
    .py-md-14 {
        padding-top: 12rem!important
    }
    .pr-md-14,
    .px-md-14 {
        padding-right: 12rem!important
    }
    .pb-md-14,
    .py-md-14 {
        padding-bottom: 12rem!important
    }
    .pl-md-14,
    .px-md-14 {
        padding-left: 12rem!important
    }
    .p-md-15 {
        padding: 16rem!important
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 16rem!important
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 16rem!important
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 16rem!important
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 16rem!important
    }
    .p-md-16 {
        padding: 25rem!important
    }
    .pt-md-16,
    .py-md-16 {
        padding-top: 25rem!important
    }
    .pr-md-16,
    .px-md-16 {
        padding-right: 25rem!important
    }
    .pb-md-16,
    .py-md-16 {
        padding-bottom: 25rem!important
    }
    .pl-md-16,
    .px-md-16 {
        padding-left: 25rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -.75rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -.75rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -.75rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -.75rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -.75rem!important
    }
    .m-md-n4 {
        margin: -1rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1rem!important
    }
    .m-md-n5 {
        margin: -1.5rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -1.5rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -1.5rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -1.5rem!important
    }
    .m-md-n6 {
        margin: -2rem!important
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2rem!important
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2rem!important
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2rem!important
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2rem!important
    }
    .m-md-n7 {
        margin: -2.5rem!important
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -2.5rem!important
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -2.5rem!important
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -2.5rem!important
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -2.5rem!important
    }
    .m-md-n8 {
        margin: -3rem!important
    }
    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3rem!important
    }
    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3rem!important
    }
    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3rem!important
    }
    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3rem!important
    }
    .m-md-n9 {
        margin: -4rem!important
    }
    .mt-md-n9,
    .my-md-n9 {
        margin-top: -4rem!important
    }
    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -4rem!important
    }
    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -4rem!important
    }
    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -4rem!important
    }
    .m-md-n10 {
        margin: -5rem!important
    }
    .mt-md-n10,
    .my-md-n10 {
        margin-top: -5rem!important
    }
    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -5rem!important
    }
    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -5rem!important
    }
    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -5rem!important
    }
    .m-md-n11 {
        margin: -6rem!important
    }
    .mt-md-n11,
    .my-md-n11 {
        margin-top: -6rem!important
    }
    .mr-md-n11,
    .mx-md-n11 {
        margin-right: -6rem!important
    }
    .mb-md-n11,
    .my-md-n11 {
        margin-bottom: -6rem!important
    }
    .ml-md-n11,
    .mx-md-n11 {
        margin-left: -6rem!important
    }
    .m-md-n12 {
        margin: -8rem!important
    }
    .mt-md-n12,
    .my-md-n12 {
        margin-top: -8rem!important
    }
    .mr-md-n12,
    .mx-md-n12 {
        margin-right: -8rem!important
    }
    .mb-md-n12,
    .my-md-n12 {
        margin-bottom: -8rem!important
    }
    .ml-md-n12,
    .mx-md-n12 {
        margin-left: -8rem!important
    }
    .m-md-n13 {
        margin: -10rem!important
    }
    .mt-md-n13,
    .my-md-n13 {
        margin-top: -10rem!important
    }
    .mr-md-n13,
    .mx-md-n13 {
        margin-right: -10rem!important
    }
    .mb-md-n13,
    .my-md-n13 {
        margin-bottom: -10rem!important
    }
    .ml-md-n13,
    .mx-md-n13 {
        margin-left: -10rem!important
    }
    .m-md-n14 {
        margin: -12rem!important
    }
    .mt-md-n14,
    .my-md-n14 {
        margin-top: -12rem!important
    }
    .mr-md-n14,
    .mx-md-n14 {
        margin-right: -12rem!important
    }
    .mb-md-n14,
    .my-md-n14 {
        margin-bottom: -12rem!important
    }
    .ml-md-n14,
    .mx-md-n14 {
        margin-left: -12rem!important
    }
    .m-md-n15 {
        margin: -16rem!important
    }
    .mt-md-n15,
    .my-md-n15 {
        margin-top: -16rem!important
    }
    .mr-md-n15,
    .mx-md-n15 {
        margin-right: -16rem!important
    }
    .mb-md-n15,
    .my-md-n15 {
        margin-bottom: -16rem!important
    }
    .ml-md-n15,
    .mx-md-n15 {
        margin-left: -16rem!important
    }
    .m-md-n16 {
        margin: -25rem!important
    }
    .mt-md-n16,
    .my-md-n16 {
        margin-top: -25rem!important
    }
    .mr-md-n16,
    .mx-md-n16 {
        margin-right: -25rem!important
    }
    .mb-md-n16,
    .my-md-n16 {
        margin-bottom: -25rem!important
    }
    .ml-md-n16,
    .mx-md-n16 {
        margin-left: -25rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: .75rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: .75rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: .75rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: .75rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: .75rem!important
    }
    .m-lg-4 {
        margin: 1rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1rem!important
    }
    .m-lg-5 {
        margin: 1.5rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem!important
    }
    .m-lg-6 {
        margin: 2rem!important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem!important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem!important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem!important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem!important
    }
    .m-lg-7 {
        margin: 2.5rem!important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 2.5rem!important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 2.5rem!important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 2.5rem!important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 2.5rem!important
    }
    .m-lg-8 {
        margin: 3rem!important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3rem!important
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3rem!important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3rem!important
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3rem!important
    }
    .m-lg-9 {
        margin: 4rem!important
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4rem!important
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 4rem!important
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4rem!important
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 4rem!important
    }
    .m-lg-10 {
        margin: 5rem!important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 5rem!important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 5rem!important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 5rem!important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 5rem!important
    }
    .m-lg-11 {
        margin: 6rem!important
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 6rem!important
    }
    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 6rem!important
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 6rem!important
    }
    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 6rem!important
    }
    .m-lg-12 {
        margin: 8rem!important
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 8rem!important
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 8rem!important
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 8rem!important
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 8rem!important
    }
    .m-lg-13 {
        margin: 10rem!important
    }
    .mt-lg-13,
    .my-lg-13 {
        margin-top: 10rem!important
    }
    .mr-lg-13,
    .mx-lg-13 {
        margin-right: 10rem!important
    }
    .mb-lg-13,
    .my-lg-13 {
        margin-bottom: 10rem!important
    }
    .ml-lg-13,
    .mx-lg-13 {
        margin-left: 10rem!important
    }
    .m-lg-14 {
        margin: 12rem!important
    }
    .mt-lg-14,
    .my-lg-14 {
        margin-top: 12rem!important
    }
    .mr-lg-14,
    .mx-lg-14 {
        margin-right: 12rem!important
    }
    .mb-lg-14,
    .my-lg-14 {
        margin-bottom: 12rem!important
    }
    .ml-lg-14,
    .mx-lg-14 {
        margin-left: 12rem!important
    }
    .m-lg-15 {
        margin: 16rem!important
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 16rem!important
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 16rem!important
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 16rem!important
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 16rem!important
    }
    .m-lg-16 {
        margin: 25rem!important
    }
    .mt-lg-16,
    .my-lg-16 {
        margin-top: 25rem!important
    }
    .mr-lg-16,
    .mx-lg-16 {
        margin-right: 25rem!important
    }
    .mb-lg-16,
    .my-lg-16 {
        margin-bottom: 25rem!important
    }
    .ml-lg-16,
    .mx-lg-16 {
        margin-left: 25rem!important
    }
    .ml-lg-25, .mx-lg-25 {
        margin-left: 25% !important;
    }
    .mr-lg-25, .mx-lg-25 {
        margin-right: 25% !important;
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: .75rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: .75rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: .75rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: .75rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: .75rem!important
    }
    .p-lg-4 {
        padding: 1rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1rem!important
    }
    .p-lg-5 {
        padding: 1.5rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.5rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.5rem!important
    }
    .p-lg-6 {
        padding: 2rem!important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem!important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2rem!important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem!important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2rem!important
    }
    .p-lg-7 {
        padding: 2.5rem!important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 2.5rem!important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 2.5rem!important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 2.5rem!important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 2.5rem!important
    }
    .p-lg-8 {
        padding: 3rem!important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3rem!important
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3rem!important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3rem!important
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3rem!important
    }
    .p-lg-9 {
        padding: 4rem!important
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4rem!important
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 4rem!important
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4rem!important
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 4rem!important
    }
    .p-lg-10 {
        padding: 5rem!important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 5rem!important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 5rem!important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 5rem!important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 5rem!important
    }
    .p-lg-11 {
        padding: 6rem!important
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 6rem!important
    }
    .pr-lg-11,
    .px-lg-11 {
        padding-right: 6rem!important
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 6rem!important
    }
    .pl-lg-11,
    .px-lg-11 {
        padding-left: 6rem!important
    }
    .p-lg-12 {
        padding: 8rem!important
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 8rem!important
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 8rem!important
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 8rem!important
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 8rem!important
    }
    .p-lg-13 {
        padding: 10rem!important
    }
    .pt-lg-13,
    .py-lg-13 {
        padding-top: 10rem!important
    }
    .pr-lg-13,
    .px-lg-13 {
        padding-right: 10rem!important
    }
    .pb-lg-13,
    .py-lg-13 {
        padding-bottom: 10rem!important
    }
    .pl-lg-13,
    .px-lg-13 {
        padding-left: 10rem!important
    }
    .p-lg-14 {
        padding: 12rem!important
    }
    .pt-lg-14,
    .py-lg-14 {
        padding-top: 12rem!important
    }
    .pr-lg-14,
    .px-lg-14 {
        padding-right: 12rem!important
    }
    .pb-lg-14,
    .py-lg-14 {
        padding-bottom: 12rem!important
    }
    .pl-lg-14,
    .px-lg-14 {
        padding-left: 12rem!important
    }
    .p-lg-15 {
        padding: 16rem!important
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 16rem!important
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 16rem!important
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 16rem!important
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 16rem!important
    }
    .p-lg-16 {
        padding: 25rem!important
    }
    .pt-lg-16,
    .py-lg-16 {
        padding-top: 25rem!important
    }
    .pr-lg-16,
    .px-lg-16 {
        padding-right: 25rem!important
    }
    .pb-lg-16,
    .py-lg-16 {
        padding-bottom: 25rem!important
    }
    .pl-lg-16,
    .px-lg-16 {
        padding-left: 25rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -.75rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -.75rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -.75rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -.75rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -.75rem!important
    }
    .m-lg-n4 {
        margin: -1rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1rem!important
    }
    .m-lg-n5 {
        margin: -1.5rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -1.5rem!important
    }
    .m-lg-n6 {
        margin: -2rem!important
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2rem!important
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2rem!important
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2rem!important
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2rem!important
    }
    .m-lg-n7 {
        margin: -2.5rem!important
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -2.5rem!important
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -2.5rem!important
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -2.5rem!important
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -2.5rem!important
    }
    .m-lg-n8 {
        margin: -3rem!important
    }
    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3rem!important
    }
    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3rem!important
    }
    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3rem!important
    }
    .m-lg-n9 {
        margin: -4rem!important
    }
    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -4rem!important
    }
    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -4rem!important
    }
    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -4rem!important
    }
    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -4rem!important
    }
    .m-lg-n10 {
        margin: -5rem!important
    }
    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -5rem!important
    }
    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -5rem!important
    }
    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -5rem!important
    }
    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -5rem!important
    }
    .m-lg-n11 {
        margin: -6rem!important
    }
    .mt-lg-n11,
    .my-lg-n11 {
        margin-top: -6rem!important
    }
    .mr-lg-n11,
    .mx-lg-n11 {
        margin-right: -6rem!important
    }
    .mb-lg-n11,
    .my-lg-n11 {
        margin-bottom: -6rem!important
    }
    .ml-lg-n11,
    .mx-lg-n11 {
        margin-left: -6rem!important
    }
    .m-lg-n12 {
        margin: -8rem!important
    }
    .mt-lg-n12,
    .my-lg-n12 {
        margin-top: -8rem!important
    }
    .mr-lg-n12,
    .mx-lg-n12 {
        margin-right: -8rem!important
    }
    .mb-lg-n12,
    .my-lg-n12 {
        margin-bottom: -8rem!important
    }
    .ml-lg-n12,
    .mx-lg-n12 {
        margin-left: -8rem!important
    }
    .m-lg-n13 {
        margin: -10rem!important
    }
    .mt-lg-n13,
    .my-lg-n13 {
        margin-top: -10rem!important
    }
    .mr-lg-n13,
    .mx-lg-n13 {
        margin-right: -10rem!important
    }
    .mb-lg-n13,
    .my-lg-n13 {
        margin-bottom: -10rem!important
    }
    .ml-lg-n13,
    .mx-lg-n13 {
        margin-left: -10rem!important
    }
    .m-lg-n14 {
        margin: -12rem!important
    }
    .mt-lg-n14,
    .my-lg-n14 {
        margin-top: -12rem!important
    }
    .mr-lg-n14,
    .mx-lg-n14 {
        margin-right: -12rem!important
    }
    .mb-lg-n14,
    .my-lg-n14 {
        margin-bottom: -12rem!important
    }
    .ml-lg-n14,
    .mx-lg-n14 {
        margin-left: -12rem!important
    }
    .m-lg-n15 {
        margin: -16rem!important
    }
    .mt-lg-n15,
    .my-lg-n15 {
        margin-top: -16rem!important
    }
    .mr-lg-n15,
    .mx-lg-n15 {
        margin-right: -16rem!important
    }
    .mb-lg-n15,
    .my-lg-n15 {
        margin-bottom: -16rem!important
    }
    .ml-lg-n15,
    .mx-lg-n15 {
        margin-left: -16rem!important
    }
    .m-lg-n16 {
        margin: -25rem!important
    }
    .mt-lg-n16,
    .my-lg-n16 {
        margin-top: -25rem!important
    }
    .mr-lg-n16,
    .mx-lg-n16 {
        margin-right: -25rem!important
    }
    .mb-lg-n16,
    .my-lg-n16 {
        margin-bottom: -25rem!important
    }
    .ml-lg-n16,
    .mx-lg-n16 {
        margin-left: -25rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: .75rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: .75rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: .75rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: .75rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: .75rem!important
    }
    .m-xl-4 {
        margin: 1rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1rem!important
    }
    .m-xl-5 {
        margin: 1.5rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem!important
    }
    .m-xl-6 {
        margin: 2rem!important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem!important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem!important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem!important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem!important
    }
    .m-xl-7 {
        margin: 2.5rem!important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 2.5rem!important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 2.5rem!important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 2.5rem!important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 2.5rem!important
    }
    .m-xl-8 {
        margin: 3rem!important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3rem!important
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3rem!important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3rem!important
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3rem!important
    }
    .m-xl-9 {
        margin: 4rem!important
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4rem!important
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 4rem!important
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4rem!important
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 4rem!important
    }
    .m-xl-10 {
        margin: 5rem!important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 5rem!important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 5rem!important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 5rem!important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 5rem!important
    }
    .m-xl-11 {
        margin: 6rem!important
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 6rem!important
    }
    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 6rem!important
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 6rem!important
    }
    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 6rem!important
    }
    .m-xl-12 {
        margin: 8rem!important
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 8rem!important
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 8rem!important
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 8rem!important
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 8rem!important
    }
    .m-xl-13 {
        margin: 10rem!important
    }
    .mt-xl-13,
    .my-xl-13 {
        margin-top: 10rem!important
    }
    .mr-xl-13,
    .mx-xl-13 {
        margin-right: 10rem!important
    }
    .mb-xl-13,
    .my-xl-13 {
        margin-bottom: 10rem!important
    }
    .ml-xl-13,
    .mx-xl-13 {
        margin-left: 10rem!important
    }
    .m-xl-14 {
        margin: 12rem!important
    }
    .mt-xl-14,
    .my-xl-14 {
        margin-top: 12rem!important
    }
    .mr-xl-14,
    .mx-xl-14 {
        margin-right: 12rem!important
    }
    .mb-xl-14,
    .my-xl-14 {
        margin-bottom: 12rem!important
    }
    .ml-xl-14,
    .mx-xl-14 {
        margin-left: 12rem!important
    }
    .m-xl-15 {
        margin: 16rem!important
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 16rem!important
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 16rem!important
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 16rem!important
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 16rem!important
    }
    .m-xl-16 {
        margin: 25rem!important
    }
    .mt-xl-16,
    .my-xl-16 {
        margin-top: 25rem!important
    }
    .mr-xl-16,
    .mx-xl-16 {
        margin-right: 25rem!important
    }
    .mb-xl-16,
    .my-xl-16 {
        margin-bottom: 25rem!important
    }
    .ml-xl-16,
    .mx-xl-16 {
        margin-left: 25rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: .75rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: .75rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: .75rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: .75rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: .75rem!important
    }
    .p-xl-4 {
        padding: 1rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1rem!important
    }
    .p-xl-5 {
        padding: 1.5rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem!important
    }
    .p-xl-6 {
        padding: 2rem!important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem!important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem!important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem!important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem!important
    }
    .p-xl-7 {
        padding: 2.5rem!important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 2.5rem!important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 2.5rem!important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 2.5rem!important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 2.5rem!important
    }
    .p-xl-8 {
        padding: 3rem!important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3rem!important
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3rem!important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3rem!important
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3rem!important
    }
    .p-xl-9 {
        padding: 4rem!important
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4rem!important
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 4rem!important
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4rem!important
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 4rem!important
    }
    .p-xl-10 {
        padding: 5rem!important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 5rem!important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 5rem!important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 5rem!important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 5rem!important
    }
    .p-xl-11 {
        padding: 6rem!important
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 6rem!important
    }
    .pr-xl-11,
    .px-xl-11 {
        padding-right: 6rem!important
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 6rem!important
    }
    .pl-xl-11,
    .px-xl-11 {
        padding-left: 6rem!important
    }
    .p-xl-12 {
        padding: 8rem!important
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 8rem!important
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 8rem!important
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 8rem!important
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 8rem!important
    }
    .p-xl-13 {
        padding: 10rem!important
    }
    .pt-xl-13,
    .py-xl-13 {
        padding-top: 10rem!important
    }
    .pr-xl-13,
    .px-xl-13 {
        padding-right: 10rem!important
    }
    .pb-xl-13,
    .py-xl-13 {
        padding-bottom: 10rem!important
    }
    .pl-xl-13,
    .px-xl-13 {
        padding-left: 10rem!important
    }
    .p-xl-14 {
        padding: 12rem!important
    }
    .pt-xl-14,
    .py-xl-14 {
        padding-top: 12rem!important
    }
    .pr-xl-14,
    .px-xl-14 {
        padding-right: 12rem!important
    }
    .pb-xl-14,
    .py-xl-14 {
        padding-bottom: 12rem!important
    }
    .pl-xl-14,
    .px-xl-14 {
        padding-left: 12rem!important
    }
    .p-xl-15 {
        padding: 16rem!important
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 16rem!important
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 16rem!important
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 16rem!important
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 16rem!important
    }
    .p-xl-16 {
        padding: 25rem!important
    }
    .pt-xl-16,
    .py-xl-16 {
        padding-top: 25rem!important
    }
    .pr-xl-16,
    .px-xl-16 {
        padding-right: 25rem!important
    }
    .pb-xl-16,
    .py-xl-16 {
        padding-bottom: 25rem!important
    }
    .pl-xl-16,
    .px-xl-16 {
        padding-left: 25rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -.75rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -.75rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -.75rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -.75rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -.75rem!important
    }
    .m-xl-n4 {
        margin: -1rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1rem!important
    }
    .m-xl-n5 {
        margin: -1.5rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -1.5rem!important
    }
    .m-xl-n6 {
        margin: -2rem!important
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2rem!important
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2rem!important
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2rem!important
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2rem!important
    }
    .m-xl-n7 {
        margin: -2.5rem!important
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -2.5rem!important
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -2.5rem!important
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -2.5rem!important
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -2.5rem!important
    }
    .m-xl-n8 {
        margin: -3rem!important
    }
    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3rem!important
    }
    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3rem!important
    }
    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3rem!important
    }
    .m-xl-n9 {
        margin: -4rem!important
    }
    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -4rem!important
    }
    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -4rem!important
    }
    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -4rem!important
    }
    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -4rem!important
    }
    .m-xl-n10 {
        margin: -5rem!important
    }
    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -5rem!important
    }
    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -5rem!important
    }
    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -5rem!important
    }
    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -5rem!important
    }
    .m-xl-n11 {
        margin: -6rem!important
    }
    .mt-xl-n11,
    .my-xl-n11 {
        margin-top: -6rem!important
    }
    .mr-xl-n11,
    .mx-xl-n11 {
        margin-right: -6rem!important
    }
    .mb-xl-n11,
    .my-xl-n11 {
        margin-bottom: -6rem!important
    }
    .ml-xl-n11,
    .mx-xl-n11 {
        margin-left: -6rem!important
    }
    .m-xl-n12 {
        margin: -8rem!important
    }
    .mt-xl-n12,
    .my-xl-n12 {
        margin-top: -8rem!important
    }
    .mr-xl-n12,
    .mx-xl-n12 {
        margin-right: -8rem!important
    }
    .mb-xl-n12,
    .my-xl-n12 {
        margin-bottom: -8rem!important
    }
    .ml-xl-n12,
    .mx-xl-n12 {
        margin-left: -8rem!important
    }
    .m-xl-n13 {
        margin: -10rem!important
    }
    .mt-xl-n13,
    .my-xl-n13 {
        margin-top: -10rem!important
    }
    .mr-xl-n13,
    .mx-xl-n13 {
        margin-right: -10rem!important
    }
    .mb-xl-n13,
    .my-xl-n13 {
        margin-bottom: -10rem!important
    }
    .ml-xl-n13,
    .mx-xl-n13 {
        margin-left: -10rem!important
    }
    .m-xl-n14 {
        margin: -12rem!important
    }
    .mt-xl-n14,
    .my-xl-n14 {
        margin-top: -12rem!important
    }
    .mr-xl-n14,
    .mx-xl-n14 {
        margin-right: -12rem!important
    }
    .mb-xl-n14,
    .my-xl-n14 {
        margin-bottom: -12rem!important
    }
    .ml-xl-n14,
    .mx-xl-n14 {
        margin-left: -12rem!important
    }
    .m-xl-n15 {
        margin: -16rem!important
    }
    .mt-xl-n15,
    .my-xl-n15 {
        margin-top: -16rem!important
    }
    .mr-xl-n15,
    .mx-xl-n15 {
        margin-right: -16rem!important
    }
    .mb-xl-n15,
    .my-xl-n15 {
        margin-bottom: -16rem!important
    }
    .ml-xl-n15,
    .mx-xl-n15 {
        margin-left: -16rem!important
    }
    .m-xl-n16 {
        margin: -25rem!important
    }
    .mt-xl-n16,
    .my-xl-n16 {
        margin-top: -25rem!important
    }
    .mr-xl-n16,
    .mx-xl-n16 {
        margin-right: -25rem!important
    }
    .mb-xl-n16,
    .my-xl-n16 {
        margin-bottom: -25rem!important
    }
    .ml-xl-n16,
    .mx-xl-n16 {
        margin-left: -25rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.lh-1 {
	line-height: 1 !important;
}

.lh-1-5 {
    line-height: 1.5 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.royaltickets-page-title-image-background.border_rounded {
	border-radius: 10px !important;
	overflow: hidden;
}

.section_width_extra_large > div {
	padding-left: 20px !important;
    padding-right: 20px !important;
}

.overlay {
    position: relative;
}

.overlay:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background-color: #111111;
    opacity: .7;
}

.overlay > * {
    z-index: 1;
    position: relative;
}

.overlay_opacity_10:before {
	opacity: .1;
}

.overlay_opacity_20:before {
	opacity: .2;
}

.overlay_opacity_30:before {
	opacity: .3;
}

.overlay_opacity_40:before {
	opacity: .4;
}

.overlay_opacity_50:before {
	opacity: .5;
}

.overlay_opacity_60:before {
	opacity: .6;
}

.overlay_opacity_70:before {
	opacity: .7;
}

.overlay_opacity_80:before {
	opacity: .8;
}

.overlay_opacity_90:before {
	opacity: .9;
}

.opacity_0 {
    opacity: 0;
}

.opacity_10 {
	opacity: .1;
}

.opacity_20 {
	opacity: .2;
}

.opacity_30 {
	opacity: .3;
}

.opacity_40 {
	opacity: .4;
}

.opacity_50 {
	opacity: .5;
}

.opacity_60 {
	opacity: .6;
}

.opacity_70 {
	opacity: .7;
}

.opacity_80 {
	opacity: .8;
}

.opacity_90 {
	opacity: .9;
}

.badge {
	font-weight: 300;
	font-size: 85%;
}

.badge-light {
    color: #043454;
    background-color: #f8f9fa;
}

.badge-warning-alt {
	background-color: #fcc07e;
	color: #7d551f;
}

.badge-danger {
	background-color: #fff0f1;
	color: #e44652;
}

.pattern {
	background-image: url(../images/pattern.png);
	background-size: cover;
	background-position: center;
}

.opacity-90 {
	opacity: .9;
}

.opacity-80 {
	opacity: .8;
}

.opacity-70 {
	opacity: .7;
}

.opacity-60 {
	opacity: .6;
}

.opacity-50 {
	opacity: .5;
}

.opacity-40 {
	opacity: .4;
}

.opacity-30 {
	opacity: .3;
}

.opacity-20 {
	opacity: .2;
}

.opacity-10 {
	opacity: .1;
}

/* Favorite sidebar */
.favorite-panel,
.side-menu-panel {
    top: 0;
    width: 520px;
    overflow: auto;
    z-index: 999999;
    height: 100%;
    position: fixed;
    right: 0;
    background-color: #fff;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.favorite-mask,
.side-menu-mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 99999;
    opacity: 0.01;
    cursor: url(../images/close-icon-white.svg), auto;
}


#favorite-mask.favorite-mask,
#side-menu-mask.side-menu-mask {
    opacity: 0.6;
}

.modal-mask {
    display: block;
}

.favorite-panel.panel-open,
.side-menu-panel.panel-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.favorite-panel .favorite-panel-header,
.side-menu-panel .side-menu-panel-header {
    border: none;
}

i.close {
    content: url(../images/close-icon.svg);
    opacity: 1;
    cursor: pointer;
}

.favorite-panel .favorite-panel-header i.close,
.side-menu-panel .side-menu-panel-header i.close {
    position: absolute;
    top: 40px;
    right: 40px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.favorite-panel .favorite-panel-header i.close:hover,
.side-menu-panel .side-menu-panel-header i.close:hover {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.favorite-panel .favorite-panel-header h4.title,
.side-menu-panel .widget-title-container h5 {
    color: #212529;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 28px;
    text-transform: initial !important;
}

.favorite-separator,
.side-menu-separator {
    display: inline-block;
    height: 1px;
    width: 40px;
    background-color: #979797;
}

.favorite-panel .favorite-panel-header .favorite-separator,
.side-menu-panel .side-menu-panel-header .side-menu-separator {
    margin-bottom: 22px;
}

.side-menu-panel .widget ul.menu li {
    border: none;
    padding: 10px 0;
}

.side-menu-panel .widget ul.menu li:before {
    display: none;
}

.side-menu-panel .widget ul li a,
.side-menu-panel .widget a {
    color: #24262b;
    font-weight: 600;
}

#favorite-properties-basket {
    padding: 0 65px 100px;
}

#favorite-properties-basket .royaltickets-events-block {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: translateY(0);
}

.jarallax_border_rounded div[id^='jarallax-container-'] {
	border-radius: 10px !important;
}

.corner-right-top {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	right: 0;
}

.corner-right-bottom {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 0;
	right: 0;
	transform: rotate(90deg);
}

.corner-left-bottom {
	position: absolute;
	width: 12px;
	height: 12px;
	bottom: 0;
	left: 0;
	transform: rotate(180deg);
}

.corner-left-top {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	transform: rotate(270deg);
}

.corner-right-top svg,
.corner-right-bottom svg,
.corner-left-bottom svg,
.corner-left-top svg {
	float: left;
}

.jarallax_overlay div[id^='jarallax-container-']:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    background-color: #111111;
    opacity: .7;
    z-index: 9;
}

.jarallax_overlay_opacity_10 div[id^='jarallax-container-']:before {
	opacity: .1;
}

.jarallax_overlay_opacity_20 div[id^='jarallax-container-']:before {
	opacity: .2;
}

.jarallax_overlay_opacity_30 div[id^='jarallax-container-']:before {
	opacity: .3;
}

.jarallax_overlay_opacity_40 div[id^='jarallax-container-']:before {
	opacity: .4;
}

.jarallax_overlay_opacity_50 div[id^='jarallax-container-']:before {
	opacity: .5;
}

.jarallax_overlay_opacity_60 div[id^='jarallax-container-']:before {
	opacity: .6;
}

.jarallax_overlay_opacity_70 div[id^='jarallax-container-']:before {
	opacity: .7;
}

.jarallax_overlay_opacity_80 div[id^='jarallax-container-']:before {
	opacity: .8;
}

.jarallax_overlay_opacity_90 div[id^='jarallax-container-']:before {
	opacity: .9;
}

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

.background-cover {
    background-size: cover;
}

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

.background-no-repeat {
    background-repeat: no-repeat;
}

.royaltickets-heading {
    /*font-size: 48px;*/
    line-height: 56px;
    font-family: 'Montserrat', sans-serif;
}

.border-1 {
    border: solid 1px transparent;
}

.border-2 {
    border: solid 2px transparent;
}

.border-3 {
    border: solid 3px transparent;
}

.border-4 {
    border: solid 4px transparent;
}

.border-dark-blue {
    border-color: #161631
}

.alert-light {
    color: #818182;
    background-color: #f4f4f4;
    border-color: #efefef;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 20px !important;
    margin-bottom: -1px !important;
    background-color: #fff;
    border: 1px solid #f1f4f8;
    list-style: none !important;
    border-radius: 0 !important;
    -webkit-transition: background-color 0.2s ease !important;
    -moz-transition: background-color 0.2s ease !important;
    -ms-transition: background-color 0.2s ease !important;
    -o-transition: background-color 0.2s ease !important;
    transition: background-color 0.2s ease !important;
}

.accordion-dark-theme .list-group-item {
    background-color: #212133;
    border-color: #13132a;
}

.accordion-dark-theme .list-group-item:hover {
    background-color: #26263c;
}

.accordion-dark-theme .accordion-heading a h5 {
    color: #fff;
}

.schedule-background-light .accordion-dark-theme .accordion-heading a h5 {
    color: #191919;
}

.accordion-dark-theme .accordion-content p {
    color: #adadad;
}

.collapse-chevron {
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

[aria-expanded=true] .collapse-chevron {
    transform: rotate(-180deg);
}

.gutter-0 {
    padding: 1px 1px 0 0;
    margin-left: 0;
    margin-right: 0; 
}

.gutter-0 > * {
    padding: 0;
}

.gutter-0.bordered-inner > * {
    padding: 0;
    margin: -1px -1px 0 0 !important; 
}

.gutter-1 [class*="-double"]::before {
    padding-top: calc(200% + 10px); 
}

.gutter-2 [class*="-double"]::before {
    padding-top: calc(200% + 20px); 
}

.gutter-3 [class*="-double"]::before {
    padding-top: calc(200% + 30px); 
}


.bordered {
    border: 1px solid #ced4da!important;
}

.border-right,
.border-left,
.border-top,
.border-bottom,
.border {
    border-color: #ced4da !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-muted {
    border-color: #f3f3f7 !important;
}

.border-muted-alt {
    border-color: rgba(255,255,255,.2) !important;
}

.border-black {
    border-color: #636363 !important;
}

.border-dark {
    border-color: #e0e0e0 !important;
}

.border-danger {
    border-color: #de2358 !important;
}

.border-success {
    border-color: #42ba96 !important;
}

.border-warning {
    border-color: #fad776 !important;
}

.border-right {
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.border-bottom {
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
}

.border-left {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
}

.border-top {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-dotted {
    border-style: dotted !important;
}

.bw-3 {
    border-width: 3px !important;
}

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

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

.z-index-3 {
    z-index: 3 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-99 {
    z-index: 99 !important;
}

.z-index-999 {
    z-index: 999 !important;
}

.soft-shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.045);
    -ms-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.045);
    box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.045);
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.fancybox-caption {
    font-family: 'Montserrat', sans-serif;
}

.fancybox-container {
  z-index: 999999;
}

.event-gallery-carousel .owl-stage-outer {
    overflow: visible;
}

.event-gallery-carousel .owl-stage-outer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
}

.event-gallery-carousel .owl-stage-outer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -100%;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 999;
}

.bg-light .event-gallery-carousel .owl-stage-outer:before,
.bg-light .event-gallery-carousel .owl-stage-outer:after {
    background-color: #f4f4f4;
}

.event-trailer-cover,
.event-image-gallery {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.event-trailer-cover:before,
.event-image-gallery:before {
    content: "";
    position: absolute;
    background-color: #161631;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.event-trailer-cover:hover:before,
.event-image-gallery:hover:before {
    opacity: .3;
}

.event-trailer-cover img,
.event-image-gallery img {
    z-index: 1;
    position: relative;
    width: 100%;
}

.event-image-gallery img {
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.event-image-gallery:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.event-trailer-cover span.play-video,
.event-image-gallery span.expand-image {
    position: absolute;
    z-index: 99;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    color: #de2358;
    border-radius: 30px;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.event-image-gallery span.expand-image {
    color: #fff;
}

.event-image-gallery span.expand-image {
    opacity: 0;
}

.event-trailer-cover span.play-video:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #444444;
    border-radius: 50px;
    z-index: -2;
    opacity: .3
}

.event-trailer-cover span.play-video:after,
.event-image-gallery span.expand-image:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 50px;
    z-index: -1;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.event-image-gallery span.expand-image:after {
    background-color: #444444;
    opacity: .7;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 100%;
    margin-left: -10px;
    margin-top: -10px;
}

.event-image-gallery span.expand-image i {
    position: relative;
    z-index: 99;
}

.event-image-gallery span.expand-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100px;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
}

.event-trailer-cover span.play-video .fe {
    margin-left: 3px;
}

.event-trailer-cover:hover span.play-video,
.event-image-gallery:hover span.expand-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.event-trailer-cover img {
    width: 100%;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.event-trailer-cover:hover img {
   /* -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);*/
}

.event-image-gallery:hover span.expand-image {
    opacity: 1;
}

#event_place_map {
    height: 560px;
    display: block;
}

.royaltickets-qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 300;
    line-height: 29px;
    padding: 7px 3px;
    min-width: 35px;
    text-align: center;
    width: 60px;
    border: 1px solid #ced4da;
    margin-left: 15px;
    margin-right: 15px;
}

.background-type-dark .royaltickets-qty .count {
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
}

.royaltickets-qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    font-size: 28px;
    padding: 0 7px;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    color: #fff !important;
    background-color: #de2358;
}
.royaltickets-qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 28px;
    font-size: 28px;
    padding: 0 7px;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    color: #fff !important;
    background-color: #de2358;
}
.royaltickets-qty div {
    text-align: center;
}
.royaltickets-qty .minus:hover {
    color: #fff !important;
}
.royaltickets-qty .plus:hover {
    color: #fff !important;
    background-color: #cf1e50;
}
/*Prevent text selection*/
.royaltickets-qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.royaltickets-qty input{  
    border: 0;
}
.royaltickets-qty input::-webkit-outer-spin-button,
.royaltickets-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.royaltickets-qty input:disabled{
    background-color:white;
}

.cursor-pointer {
  cursor: pointer;
}

#ticket-single-page .bordered {
    border: 1px solid #e3e8ef!important;
}

#ticket-single-page .border-right, 
#ticket-single-page .border-left, 
#ticket-single-page .border-top, 
#ticket-single-page .border-bottom, 
#ticket-single-page .border {
    border-color: #e3e8ef !important;
}

.custom-control-label::after,
.custom-control-label::before {
    top: .35rem;
}

.stripe-button-el {
    display: none !important;
}

.ax-visually-hidden {
    position: absolute !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.payment-types span.paypal {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 74px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/paypal.svg);
    background-size: 74px 21px;
    position: relative;
}

.payment-types span.payfast {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 72px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/payfast.svg);
    background-size: 72px 21px;
    position: relative;
}

.payment-types span.visa {
    box-sizing: border-box;
    display: block;
    content: "";
    margin: 0 3px;
    margin-top: 2px;
    margin-left: 5px;
    width: 34px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/visa.svg);
    background-size: 34px 22px;
}

.payment-types span.mastercard {
    box-sizing: border-box;
    display: block;
    content: "";
    margin: 0 3px;
    margin-top: 2px;
    width: 34px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/mastercard.svg);
    background-size: 34px 22px;
}

.payment-types span.amex {
    box-sizing: border-box;
    display: block;
    content: "";
    margin: 0 3px;
    margin-top: 2px;
    width: 34px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/amex.svg);
    background-size: 34px 22px;
}

.payment-types span.credit-card {
    box-sizing: border-box;
    display: block;
    content: "";
    margin-right: 12px;
    margin-bottom: 1px;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/credit-card.svg);
    background-size: 34px 22px;
}

.payment-types span.discover {
    box-sizing: border-box;
    display: block;
    content: "";
    margin: 0 3px;
    margin-top: 2px;
    width: 34px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/payment-types/discover.svg);
    background-size: 34px 22px;
}

.rt-custom-control .rt-custom-control-label {
    border: solid 2px #e0e0e0;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.rt-custom-control .rt-custom-control-label:hover {
    border-color: #b1b1b1;
}

.custom-control-input:checked~.rt-custom-control-label {
    border-color: #de2358;
    color: #111111 !important;
}

#place-order.disabled {
    opacity: .5;
}

@media (min-width:992px) {
    .sidenav {
        position: fixed;
        top: 90px;
        height: calc(100vh - 90px);
        overflow: auto
    }
}

@media (min-width:992px) {
    .sidenav-left {
        left: 0
    }
}

.bg-primary-soft {
    background-color: #f9fbfd !important;
}

.list {
    padding-left: 0;
    list-style: none;
}

#navside-accordion ul li {
    position: relative;
}

#navside-accordion ul li a {
    width: 100%;
    color: #313131;
    padding-left: 30px;
    padding-right: 30px;
}

#navside-accordion ul.submenu li a {
    padding-left: 60px;
}

#navside-accordion h5 {
    padding-left: 33px;
    padding-right: 30px;
}

#navside-accordion ul li a .fe {
    position: relative;
    top: 2px;
}

#navside-accordion ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #0C3EB8;
    opacity: 0;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

#navside-accordion ul li.active,
#navside-accordion ul li.active-submenu, 
#navside-accordion ul li:hover {
    background-color: #f1f2f7;
}

#navside-accordion ul li.active a,
#navside-accordion ul li.active-submenu a,
#navside-accordion ul li:hover a {
    color: #0C3A96;
}

#navside-accordion ul li.active:before,
#navside-accordion ul li.active-submenu:before, 
#navside-accordion ul li:hover:before {
    opacity: 1;
}

#navside-accordion ul.submenu li:hover,
#navside-accordion ul.submenu li.active {
    background: transparent;
}

#navside-accordion ul.submenu li:hover a,
#navside-accordion ul.submenu li.active a {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
}

#navside-accordion ul.submenu li.active > a,
#navside-accordion li.active > a {
    font-weight: 600;
}

#navside-accordion ul.submenu li:last-child {
    padding-bottom: 10px;
}

#navside-accordion .dropdown-toggle::after {
    display: none !important;
}

#navside-accordion a .fa-sort-down {
    font-size: 12px;
    opacity: 1;
    line-height: 11px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 7px;
    text-indent: 0px;
    position: absolute;
    right: 35px;
    top: 16px;
    border-radius: 3px;
    text-align: center;
    opacity: .7;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.card-bottom-block {
    /*background: rgb(27,26,64);
    background: linear-gradient(0deg, rgba(27,26,64,.7) 0%, rgba(27,26,64,0) 100%);*/
}

.rounded {
    border-radius: 6px !important;
}

/*------------------------------------
  Breadcrumb
------------------------------------*/
.breadcrumb {
    display: inline-flex;
    background-color: #f1f4fc;
}
    
.breadcrumb-white {
  background-color: transparent;
}

.breadcrumb-white .breadcrumb-item {
  color: #fff;
}

.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-white .breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-no-gutter {
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    font-family: 'Feather' !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 60%;
    font-weight: 600;
    content: "\e930";
    padding-right: 0.5rem;
    color: #97a4af;
    vertical-align: middle;
}

.page-template-front-dashboard {
    background-color: #f8f8fa;
}

.svg-shape {
    width: 50px;
    height: 50px;
    text-align: center;
    background: url(../images/icon-shape.svg) no-repeat center center;
    line-height: 50px;
    background-size: contain;
    display: inline-block;
}

#event-cover-image-upload,
#event-video-cover-image-upload,
#event-images-upload,
#id_image_upload,
#cover_image_upload,
#profile_image_upload,
.add-speaker-photo {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
}

.event_cover_holder,
.event_video_cover_holder,
.speaker_photo_holder {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.image-gallery-item {
    padding-bottom: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.event_cover_holder .fa-spinner,
.event_video_cover_holder .fa-spinner,
.image-gallery .fa-spinner,
.speaker_photo_holder .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 50px;
    color: #fff;
    z-index: 999;
}

.event_cover_holder.ajax_loaded .fa-spinner,
.event_video_cover_holder.ajax_loaded .fa-spinner,
.image-gallery.ajax_loaded .fa-spinner,
.speaker_photo_holder.ajax_loaded .fa-spinner {
    display: none;
}

.event_cover_holder.ajax_loading img,
.event_video_cover_holder.ajax_loading img,
.speaker_photo_holder.ajax_loading img {
    opacity: .3;
    filter: blur(3px);
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
}

.image-gallery.ajax_loading .image-gallery-item {
    opacity: .3;
    filter: blur(1px);
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
}

.event_cover_holder.ajax_loaded img,
.event_video_cover_holder.ajax_loaded img,
.image-gallery.ajax_loaded .image-gallery-item,
.speaker_photo_holder.ajax_loaded img {
    opacity: 1;
    filter: blur(0px);
}

.image-gallery-placeholder {
    position: relative;
}

.image-gallery-placeholder:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 2;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.4);
}

.event_gallery_holder .image-gallery-item {
    cursor: move;
}

.new-location-wrapper {
    display: none;
}

#event-place-map {
    display: block;
    width: 100%;
    height: 370px;
    position: relative;
}

.save-new-location.disabled .fa {
    display: inline-block !important;
}

.save-new-location.disabled .fe {
    display: none !important;
}

input.error {
    border-color: #dc3232;
}

/* Tempusdomus datepicker */
.bootstrap-datetimepicker-widget a[data-action]:hover {
    background: transparent;
    color: #212529;
}

.bootstrap-datetimepicker-widget {
    width: 330px !important;
}

.bootstrap-datetimepicker-widget ul,
.bootstrap-datetimepicker-widget ul li {
    width: 320px !important;
}

.bootstrap-datetimepicker-widget .datepicker-days {
    border: 1px solid #dee2e6;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    padding: 10px;
    border-radius: 0;
}

.bootstrap-datetimepicker-widget table th.dow {
    background-color: #dee2e6;
}

.bootstrap-datetimepicker-widget table td.today:before {
    right: 0;
    bottom: 0;
}

.bootstrap-datetimepicker-widget table th {
    border-top: none;
}

[id^="royaltickets-event-dates-"],
.new-ticket-wrapper {
    display: none;
}

.loading {
    background: hsla(0,0%,100%,.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.loading .spinner {
    background-size: 20px 20px;
    display: inline-block;
    visibility: hidden;
    float: right;
    vertical-align: middle;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 20px;
    height: 20px;
    margin: 4px 10px 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 100404;
    background-image: url(../images/spinner-2x.gif);
    visibility: visible;
}

.bg-success-alt {
    background-color: #ebf9ee;
}

#users-table .img-circle {
    width: 40px;
}

.btn-checkbox {
    line-height: 24px;
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid #e8e8e8;
    padding: 0;
    cursor: pointer;
    margin-bottom: 20px;
    color: transparent!important;
}

.btn-checkbox input {
    display: none!important;
}

.btn-checkbox .status-name {
    position: relative;
    z-index: 1;
    line-height: 24px;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #797979;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease!important;
    -o-transition: all 0.2s ease!important;
    transition: all 0.2s ease!important;
}

.btn-checkbox .status-name:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.btn-checkbox:hover .status-name:before {
    background-color: #1b1a40;
}

.btn-checkbox input:checked ~ .status-name:before {
    background-color: #de2358;
}

.btn-checkbox input:checked ~ .status-name, .btn-checkbox:hover .status-name {
    color: #fff!important;
}

.btn-checkbox input:checked ~ .status-name {
    background-color: #de2358;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.id-photo-container img.image-holder,
.id-photo-container img.img-responsive {
    width: 200px;
    max-width: 200px;
    position: relative;
    z-index: 1;
}

.profile-photo img.image-holder {
    width: 120px;
    max-width: 120px;
    position: relative;
    z-index: 1;
}

.id-photo-container .fa,
.profile-photo .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
}

.cover-photo-container,
.id-photo-container {
    position: relative;
}

.cover-photo-container .fa-spinner,
.id-photo-container .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.id-photo-container.ajax_loading img,
.cover-photo-container.ajax_loading img,
.profile-photo.ajax_loading img {
    opacity: .3;
    filter: blur(3px);
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
}

.invoice-logo img {
    max-width: 160px;
}

.sales_graph_wrapper {
    display: none;
    width: 100%;
}

#this_week_wrapper {
    display: inline-block;
}

.modal {
    z-index: 999999;
}

.remember-checkbox {
    display: inline-block;
    margin-top: 5px;
}

.remember-checkbox label {
    font-size: 12px;
}

.remember-checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.remember-checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 2px;
}

.remember-checkbox .cr .fa {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.remember-checkbox label input[type="checkbox"] {
    display: none;
}

.remember-checkbox label input[type="checkbox"]+.cr>.fa-check {
    opacity: 0;
    top: -3px;
    position: relative;
    width: 9px;
    left: 2px;
}

.remember-checkbox label input[type="checkbox"]:checked+.cr>.fa-check {
    opacity: 1;
}

.remember-checkbox label input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

#register,
#lost-password {
    display: none;
}

.wp-social-login-connect-with {
    display: none;
}

.wp-social-login-provider-list {
    padding: 0;
    padding-top: 16px;
}

.wp-social-login-provider-list a {
    position: relative;
    /*border-radius: 4px;*/
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}

.wp-social-login-provider-list a:hover {
    color: #fff;
    /*box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1), 0 0.5rem 1rem -0.75rem rgba(22,28,45,.1);
    transform: translate3d(0,-3px,0);
    z-index: 1;*/
}

.wp-social-login-provider-list a:before {
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.wp-social-login-provider-list a:hover:before {
    margin-right: 25px !important;
}

.wp-social-login-provider-list a.wp-social-login-provider-facebook {
    background-color: #3c5b97;
}

.wp-social-login-provider-list a.wp-social-login-provider-facebook:before {
    content: "\f082";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    padding: 15px 20px;
    display: inline-block;
    background-color: #263d67;
    margin-right: 20px;
    min-width: 60px;
    text-align: center;
}

.wp-social-login-provider-list a.wp-social-login-provider-google {
    background-color: #f1443d
}

.wp-social-login-provider-list a.wp-social-login-provider-google:before {
    content: "\f1a0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    padding: 15px 20px;
    display: inline-block;
    background-color: #c3332d;
    margin-right: 20px;
    min-width: 60px;
    text-align: center;
}

.wp-social-login-provider-list a.wp-social-login-provider-twitter {
    background-color: #1dadeb
}

.wp-social-login-provider-list a.wp-social-login-provider-twitter:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    padding: 15px 20px;
    display: inline-block;
    background-color: #1a96c8;
    margin-right: 20px;
    min-width: 60px;
    text-align: center;
}

#royaltickets_login_submit .fa-spinner,
#royaltickets_register_submit .fa-spinner,
#royaltickets_register_widget_submit .fa-spinner,
#royaltickets_reset_submit .fa-spinner,
#royaltickets_account_login_errors,
#royaltickets_account_register_errors,
#royaltickets_account_register_errors_widget,
#royaltickets_account_reset_errors {
    display: none;
}

#royaltickets_account_login_errors,
#royaltickets_account_register_errors,
#royaltickets_account_register_errors_widget,
#royaltickets_account_reset_errors {
    width: 100%;
}

.br-0 {
    border-radius: 0 !important;
}

.post-avatar {
    width: 51px;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.mh-20 {
  max-height: 20px;
}

.badge-primary-soft {
  background-color: rgba(55, 85, 190, .1);
  color: #3755BE;
}

.badge-rounded-circle {
    height: calc(1em + .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .35rem .75rem;
    font-size: 80%;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .75rem;
    padding-left: .75rem;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #0C3EB8
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #1643d4
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(51, 94, 234, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #2c425d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #3e4f6f
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(80, 102, 144, .5)
}

.badge-success {
    color: #fff;
    background-color: #42ba96
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #359478
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(66, 186, 150, .5)
}

.badge-info {
    color: #fff;
    background-color: #7c69ef
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #543bea
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(124, 105, 239, .5)
}

.badge-warning {
    color: #2b354f;
    background-color: #c7aa58
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #2b354f;
    background-color: #f8c945
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0 hsla(44, 93%, 72%, .5)
}

.badge-danger {
    color: #fff;
    background-color: #de2358;
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #aa0020
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(223, 71, 89, .5)
}

.badge-light {
    color: #2b354f;
    background-color: #f9fbfd
}

a.badge-light:focus,
a.badge-light:hover {
    color: #2b354f;
    background-color: #d3e2f0
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(249, 251, 253, .5)
}

.badge-dark {
    color: #fff;
    background-color: #2b354f;
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #191f2e;
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 53, 79, .5)
}

.badge-primary-desat {
    color: #fff;
    background-color: #6c8aec
}

a.badge-primary-desat:focus,
a.badge-primary-desat:hover {
    color: #fff;
    background-color: #3f66e6
}

a.badge-primary-desat.focus,
a.badge-primary-desat:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(108, 138, 236, .5)
}

.badge-primary-soft {
    background-color: rgba(51, 94, 234, .1);
    color: #2c425d;
}

.badge-secondary-soft {
    background-color: rgba(80, 102, 144, .1);
    color: #2c425d;
}

.badge-success-soft {
    background-color: rgba(66, 186, 150, .1);
    color: #42ba96;
}

.badge-info-soft {
    background-color: rgba(124, 105, 239, .1);
    color: #7c69ef;
}

.badge-warning-soft {
    background-color: hsla(44, 93%, 72%, .1);
    color: #c7aa58;
}

.badge-danger-soft {
    background-color: rgba(223, 71, 89, .1);
    color: #de2358;
}

.badge-light-soft {
    background-color: rgba(249, 251, 253, .1);
    color: #f9fbfd;
}

.badge-dark-soft {
    background-color: #e9eaed;
    color: #2b354f;
}

.badge-primary-desat-soft {
    background-color: rgba(108, 138, 236, .1);
    color: #6c8aec;
}

.badge-gray-700-soft {
    background-color: rgba(80, 102, 144, .1);
    color: #2c425d;
}

.badge-lg {
    padding: .7em 1.15em
}

.badge-rounded-circle {
    height: calc(1em + .5rem);
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 10rem
}

.badge-rounded-circle > * {
    display: block;
    width: 1em
}

.badge-rounded-circle.badge-lg {
    height: 2.4em;
    padding-left: .7em;
    padding-right: .7em
}

.shadow {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.085)!important;
    -ms-box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.085)!important;
    box-shadow: 0px 0px 30px 0px rgba(41, 44, 28, 0.085)!important;
}

.shadow-alt,
.big-shadow {
    -webkit-box-shadow: 0 30px 50px -15px rgba(28,29,30,.4)!important;
    -ms-box-shadow: 0 30px 50px -15px rgba(28,29,30,.4)!important;
    box-shadow: 0 30px 50px -15px rgba(28,29,30,.4)!important;
}

.gutter-0 > .vc_column_container > * {
    padding: 0 !important;
    /*margin: -1px -1px 0 0 !important;*/
}

.lift-child .vc_column_container {
    transition: box-shadow .25s ease,transform .25s ease;
}

.lift-child .vc_column_container:hover {
    box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1), 0 0.5rem 1rem -0.75rem rgba(22,28,45,.1);
    transform: translate3d(0,-3px,0);
    z-index: 1;
}

.bg-shape {
	    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: url(../images/icon-shape.svg) no-repeat center center;
    background-size: contain;
    line-height: 60px;
}

.bg-shape.shape-xl {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
}

.icon-size-large.bg-shape {
    width: 160px;
    height: 160px;
}

.bg-shape i {
    font-size: 28px;
    line-height: 60px;
    width: 100%;
}

.bg-shape svg {
    width: auto;
    height: 30px;
}

.bg-shape.shape-xl svg {
    width: auto;
    height: 40px;
}

.bg-shape.icon-size-large i {
    font-size: 64px;
}

.bg-pattern {
    background-image: url(../images/svg/bg-pattern-3.svg);
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: calc(0% - 500px) calc(0% - 300px);
}

.bg-pattern-alt {
    /*background-image: url(../images/svg/bg-pattern.svg);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: calc(100% + 300px) 100%;*/
}

.bg-pattern-scribbles-1 {
    background-image: url(../images/patterns/scribbles-1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 700px;
}

.bg-mountains * {
    position: relative;
    z-index: 2;
}

.bg-mountains:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/patterns/mountains.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1200px;
    opacity: .5;
}

.bg-mountains-2 > *:not(.vc_parallax-inner):not(.vc_video-bg),
.bg-pattern-alt > *:not(.vc_parallax-inner):not(.vc_video-bg) {
    position: relative;
    z-index: 3;
}

.bg-mountains-2:before,
.bg-pattern-alt:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/patterns/mountains_2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: .6;
}

.bg-pattern-alt:before {
    background-image: url(../images/svg/bg-pattern.svg);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: calc(100% + 300px) 100%;
}

.post-image-shadow.bg-mountains-2:before, 
.post-image-shadow.bg-pattern-alt:before {
    background-size: 1000px;
}

/* -------------------------------------------------------------------------------- */
/*  35. FAQ
/* -------------------------------------------------------------------------------- */
.royaltickets-panel-group {
    display: inline-block;
    width: 100%;
}

.royaltickets-panel-group .card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    background: transparent;
}

.royaltickets-panel-group .card:last-of-type {
    border-bottom: none;
}

.royaltickets-panel-group .card .card-header {
    padding: 0;
    background: transparent;
    border: none;
}

.royaltickets-panel-group .card h5.royaltickets-panel-title {
    margin: 0;
}

.royaltickets-panel-group .card h5.royaltickets-panel-title button {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    padding-left: 50px;
    color: #232323;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f5f5f5;
    border-radius: 0;
    text-align: left;
    text-decoration: none !important;
    white-space: inherit;
}

.royaltickets-panel-group .card h5.royaltickets-panel-title button.collapsed {
    background: transparent;
}

.royaltickets-panel-group .card h5.royaltickets-panel-title button .fa-minus,
.royaltickets-panel-group .card h5.royaltickets-panel-title button .fa-plus {
    float: right;
    font-weight: normal;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-top: -12px;
    margin-bottom: -12px;
}

.royaltickets-panel-group .card h5.royaltickets-panel-title button.collapsed .fa-minus,
.royaltickets-panel-group .card h5.royaltickets-panel-title button .fa-plus {
    display: none;
}

.royaltickets-panel-group .card h5.royaltickets-panel-title button .fa-minus,
.royaltickets-panel-group .card h5.royaltickets-panel-title button.collapsed .fa-plus {
    display: inline-block;
}

.royaltickets-panel-group .card .card-body {
    padding: 0 50px 30px;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 24px;
    background-color: #f5f5f5;
}

.faq-content {
    color: #696969;
   
}

.no-border {
    border: none !important;
}

.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.endRange.inRange, 
.flatpickr-day.selected:focus, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange:hover, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.selected.prevMonthDay, 
.flatpickr-day.startRange.prevMonthDay, 
.flatpickr-day.endRange.prevMonthDay, 
.flatpickr-day.selected.nextMonthDay, 
.flatpickr-day.startRange.nextMonthDay, 
.flatpickr-day.endRange.nextMonthDay {
    background-color: #1b1a40 !important;
    border-color: #1b1a40 !important;
}

#royaltickets-search-form {
    position: relative;
    z-index: 99;
}

#royaltickets-search-form.custom-color {
    background-color: #1b1a40;
}

#royaltickets-search-form.custom-color .chosen-container-single .chosen-single, 
#royaltickets-search-form.custom-color .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #454479;
    border-color: #454479;
    color: #afafd4 !important;
}

#royaltickets-search-form.custom-color .chosen-container-single .chosen-single div b:before, 
#royaltickets-search-form.custom-color .variations_form .chosen-container-single .chosen-single div b:before {
    background-color: #5c5a9a;
}

#royaltickets-search-form.custom-color .chosen-container .chosen-drop,
#royaltickets-search-form.custom-color .form-control {
    background-color: #454479 !important;
    border-color: #454479 !important;
    color: #afafd4 !important;
}

#royaltickets-search-form.custom-color .form-control:focus {
    box-shadow: none;
    color: #ffffff!important;
}

#royaltickets-search-form.custom-color .chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #454479 !important;
}

#royaltickets-search-form.custom-color .chosen-container .chosen-results,
#royaltickets-search-form.custom-color .chosen-container .chosen-results li {
    color: #afafd4 !important;
}

#royaltickets-search-form.custom-color .input-group-text {
    color: #afafd4;
    background-color: #454479;
    border-color: #454479;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}

#royaltickets-search-form.custom-color .input-group-text svg {
    position: relative;
    z-index: 2;
}

#royaltickets-search-form.custom-color .input-group-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.15);
}

#royaltickets-search-form.custom-color .chosen-container .chosen-results li.highlighted {
    color: #ffffff !important;
}

#royaltickets-search-form.custom-color .chosen-container .chosen-results li.highlighted:after {
    background-color: #1b1a40;
    opacity: 1;
}

#royaltickets-search-form.custom-color input::placeholder {
    color: #afafd4;
}

#event-end-date-wrapper {
    display: none;
}

.custom-color .search-form-label {
    color: #fff;
    opacity: .6;
}

/* Tickets Seats */
.royaltickets-seat {
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    padding: 0;
    margin: 2px 4px;
    width: 18px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    background-color: #eeeeee;
    -webkit-transition: all 0.1s ease !important;
    -moz-transition: all 0.1s ease !important;
    -ms-transition: all 0.1s ease !important;
    -o-transition: all 0.1s ease !important;
    transition: all 0.1s ease !important;
}

.royaltickets-seat.selected {
    background-color: #de2358;
    border-color: #de2358;
}

.royaltickets-seat.empty {
    opacity: 0;
}

.royaltickets-seat:hover {
    /*background-color: #0055ff;
    border-color: #0055ff;*/
    opacity: .5;
}

.royaltickets-map-legend {
    float: left;
    min-width: 16px;
}

.seat-table-input {
    padding: 0 2px !important;
    margin: 0px !important;
    max-width: 24px;
    font-size: 12px !important;
    text-align: center;
}

.user-list {
    display: inline-block;
    margin: 0;
    margin-left: -3px;
    padding: 0;
}

.user-list > li {
    position: relative;
    display: inline-block;
    width: 44px;
    border-radius: 50%;
    z-index: 10;
    overflow: hidden;
    border: solid 3px #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.accordion-dark-theme .user-list > li {
    border-color: #000;
}

.schedule-background-light .accordion-dark-theme .user-list > li {
    border-color: #fff;
}

.user-list > li:not(:first-child) {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin-left: -10px;
}

.user-list > li:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 20;
}

.nav .nav-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    display: inline-block;
    color: #999;
    z-index: 5;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 2rem !important;
    padding-bottom: 20px;
    font-size: 20px;
    overflow: hidden;
}

.nav .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #04e0ce;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.nav .nav-link.active:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navigation-position-right {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.navigation-position-right.nav .nav-link {
    margin-right: 0 !important;
    margin-left: 2rem !important;
}

.nav-text .nav-link.active,
.nav-text .nav-link:hover {
    color: #47516c;
}

.text-white.nav-text .nav-link {
    color: #616161;
}

.text-white.nav-text .nav-link.active,
.text-white.nav-text .nav-link:hover {
    color: #ffffff;
}

.schedule-background-light .text-white.nav-text .nav-link.active,
.schedule-background-light .text-white.nav-text .nav-link:hover {
    color: #04e0ce;
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%;
    display: block;
}

.tab-content .tab-pane.active {
    top: 0;
    position: relative;
    z-index: 90;
}

.tab-content .tab-pane.active:not(.tab-pane-alt) {
    animation: fadeInTop .6s ease forwards;
    -webkit-animation: fadeInTop .6s ease forwards;
}

.tab-content .tab-pane:not(.active) {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.tab-content .tab-pane:not(.active):not(.tab-pane-alt) {
    animation: fadeOutBottom .25s ease forwards;
    -webkit-animation: fadeOutBottom .25s ease forwards;
}

.tab-content .tab-pane-alt.active .tab-pane-container {
    animation: fadeInTop .6s ease forwards;
    -webkit-animation: fadeInTop .6s ease forwards;
}

.tab-content .tab-pane-alt:not(.active) .tab-pane-container {
    animation: fadeOutBottom .25s ease forwards;
    -webkit-animation: fadeOutBottom .25s ease forwards;
}

.tab-content .tab-pane-alt .tab-pane-image {
    position: relative;
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% / 3);
    max-width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255,255,255,.2);
    z-index: 999;
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line .tab-pane-alt-bg {
    background-size: cover;
    background-position: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -100%;
    z-index: 2;
    -webkit-animation: slideOut 0.4s ease-in-out;
    -moz-animation: slideOut 0.4s ease-in-out;
    -o-animation: slideOut 0.4s ease-in-out;
    -ms-animation: slideOut 0.4s ease-in-out;
    animation: slideOut 0.4s ease-in-out;
}

@-webkit-keyframes slideOut{
    0%{ left: 0px; }
    100%{ left: 100%; }
}
@-moz-keyframes slideOut{
    0%{ left: 0px; }
    100%{ left: 100%; }
}
@-o-keyframes slideOut{
    0%{ left: 0px; }
    100%{ left: 100%; }
}
@-ms-keyframes slideOut{
    0%{ left: 0px; }
    100%{ left: 100%; }
}
@keyframes slideOut{
    0%{ left: 0px; }
    100%{ left: 100%; }
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line.line-two .tab-pane-alt-bg {
    background-position: calc(100% / 2) 0px;
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line.line-three .tab-pane-alt-bg {
    background-position: 100% 0px;
}

#tab-id1.tab-pane-alt.active .tab-pane-image .vertical-line .tab-pane-alt-bg.bg-id1,
#tab-id2.tab-pane-alt.active .tab-pane-image .vertical-line .tab-pane-alt-bg.bg-id2,
#tab-id3.tab-pane-alt.active .tab-pane-image .vertical-line .tab-pane-alt-bg.bg-id3 {
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    -ms-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    z-index: 10;
    left: 0;
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line.line-two {
    left: calc(100% / 3);
}

.tab-content .tab-pane-alt .tab-pane-image .vertical-line.line-three {
    left: calc(100% / 3 * 2);
}

@keyframes fadeOutBottom {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
        -moz-transform: translate(0, 10%);
        transform: translate(0, 10%);
        -webkit-font-smoothing: antialiased; 
    } 
}

@-webkit-keyframes fadeOutBottom {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0); 
    }
    to {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
        -moz-transform: translate(0, 10%);
        transform: translate(0, 10%);
        -webkit-font-smoothing: antialiased; 
    } 
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
        -moz-transform: translate(0, 10%);
        transform: translate(0, 10%); 
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-font-smoothing: antialiased; 
    } 
}

@-webkit-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 10%);
        -moz-transform: translate(0, 10%);
        transform: translate(0, 10%); 
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-font-smoothing: antialiased; 
    } 
}

.ft-tabs-alt ul.nav li a {
    color: #47516c;
    border-bottom: solid 2px transparent;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ft-tabs-alt ul.nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #04e0ce;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.ft-tabs-alt ul.nav li a.active:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.update-speakers-list-notification {
    display: none;
}

.schedule-day-list.hide {
    display: none;
}

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

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

.banner-link {
    padding: 0 !important;
    /*font-size: 28px !important;*/
    font-weight: bold !important;
    color: #ffff !important;
}

.banner-link:hover {
    padding: 0 !important;
    color: #de2358 !important;
}

.has-image-bg .event-filter-title,
.has-image-bg .event-filter-subtitle {
    color: #fff;
}

.has-video-bg .jarallax-img {
    display: none;
}

.royaltickets-category-card,
.royaltickets-category-card-alt {
    background-size: cover;
    background-position: center;
}

.royaltickets-category-card:before,
.royaltickets-category-card-alt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.royaltickets-category-card:hover:before,
.royaltickets-category-card-alt:hover:before {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.royaltickets-category-card .card-category-inner,
.royaltickets-category-card-alt .card-category-inner {
    position: absolute;
    left: 40px;
    bottom: 10px;
    right: 40px;
    text-align: left;
    color: #fff;
    z-index: 9;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.royaltickets-category-card::after,
.royaltickets-category-card-alt::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .4;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.royaltickets-category-card:hover::after,
.royaltickets-category-card-alt:hover::after {
    opacity: .8;
}

.taxonomy-carousel-style-alt .royaltickets-category-card::after,
.taxonomy-carousel-style-alt .royaltickets-category-card-alt::after {
    background: transparent;
    background-color: #f4f4f4;
    filter: unset;
    opacity: 1;
}

.taxonomy-carousel-style-alt .royaltickets-category-card:hover::after,
.taxonomy-carousel-style-alt .royaltickets-category-card-alt:hover::after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.taxonomy-carousel-style-alt .royaltickets-category-card h4, 
.taxonomy-carousel-style-alt .royaltickets-category-card span, 
.taxonomy-carousel-style-alt .royaltickets-category-card-alt h4, 
.taxonomy-carousel-style-alt .royaltickets-category-card-alt span {
    color: #15141a !important;
}

.taxonomy-carousel-style-alt .royaltickets-category-card:hover h4, 
.taxonomy-carousel-style-alt .royaltickets-category-card:hover span, 
.taxonomy-carousel-style-alt .royaltickets-category-card-alt:hover h4, 
.taxonomy-carousel-style-alt .royaltickets-category-card-alt:hover span {
    color: #fff !important;
}

.taxonomy-carousel-style-alt .category-icon svg {
    width: 100%;
}

.taxonomy-carousel-style-alt .category-icon svg path,
.taxonomy-carousel-style-alt .category-icon svg ellipse {
    fill: #15141a;
}

.taxonomy-carousel-style-alt .royaltickets-category-card:hover .category-icon svg path,
.taxonomy-carousel-style-alt .royaltickets-category-card:hover .category-icon svg ellipse,
.taxonomy-carousel-style-alt .royaltickets-category-card-alt:hover .category-icon svg path,
.taxonomy-carousel-style-alt .royaltickets-category-card-alt:hover .category-icon svg ellipse,
.white-icon svg path,
.white-icon svg ellipse { 
    fill: #fff !important;
}

.taxonomy-carousel-style-alt .cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #15141a;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.taxonomy-carousel-style-alt .cat-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: .9
}

.taxonomy-carousel-style-alt .royaltickets-category-card:hover .cat-overlay,
.taxonomy-carousel-style-alt .royaltickets-category-card-alt:hover .cat-overlay {
    opacity: 0;
}

.h-350 {
    height: 350px;
}

.h-450 {
    height: 450px;
}

.royaltickets-category-card h4, 
.royaltickets-category-card span,
.royaltickets-category-card-alt h4, 
.royaltickets-category-card-alt span {
    padding: 15px 0;
    float: left;
    width: 100%;
}

.royaltickets-category-card span,
.royaltickets-category-card-alt span {
    padding-bottom: 20px;
    padding-top: 5px;
    color: #eee;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: .625rem
}

.avatar:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.avatar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #abbcd5;
    color: #fff
}

.avatar-xs {
    width: 1rem;
    height: 1rem;
    font-size: .33333rem
}

.avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .5rem
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1rem
}

.avatar-xl,
.avatar-xxl {
    width: 4rem;
    height: 4rem;
    font-size: 1.33333rem
}

@media (min-width:768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
        font-size: 1.66667rem
    }
}

.avatar-group {
    display: inline-flex
}

.avatar-group .avatar img,
.avatar-group .avatar span {
    border: solid 2px #fff;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

.avatar-group .avatar+.avatar {
    margin-left: -.46875rem
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.25rem
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.375rem
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -.75rem
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1rem
}

.avatar-group .avatar-xxl+.avatar-xxl {
    margin-left: -1.25rem
}

.small, small {
    font-size: 90% !important;
    font-weight: 400 !important;
}

.owl-carousel .owl-nav .owl-next {
    /*right: -100px;  */
}

.owl-carousel .owl-nav .owl-prev {
   /* left: -100px;     */
}

.taxonomy-carousel-style-alt .owl-nav,
.event-gallery-carousel .owl-nav,
.taxonomy-carousel-style-5 .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
}

.event-gallery-carousel .owl-nav {
    top: -140px;
}

.taxonomy-carousel-style-alt .owl-nav .owl-prev, 
.taxonomy-carousel-style-alt .owl-nav .owl-next,
.taxonomy-carousel-style-5 .owl-nav .owl-prev, 
.taxonomy-carousel-style-5 .owl-nav .owl-next,
.event-gallery-carousel .owl-nav .owl-prev,
.event-gallery-carousel .owl-nav .owl-next {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
    margin-left: 30px;
}

.owl-nav .owl-next[class*="disabled"],
.owl-nav .owl-prev[class*="disabled"] {
   /*
    opacity: .3;
    visibility: visible;
    cursor: default;
*/
}

.taxonomy-carousel-style-alt .owl-stage-outer,
.taxonomy-carousel-style-5 .owl-stage-outer {
    overflow: visible;
}

.news-block-content a.more-link {
    display: none;
}

.mh-70 {
    max-height: 70px;
}

.header-bg-real-estate {
    background-size: cover;
    background-position: center;
}

.schedule-wrapper {
    background-color: #151415;
}

.bg-transparent {
    background: transparent !important;
}

.schedule-wrapper .accordion-dark-theme .list-group-item {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #212121;
    padding-left: 0;
    padding-right: 0;
}

.schedule-background-light.schedule-wrapper .accordion-dark-theme .list-group-item,
.schedule-background-light.schedule-wrapper .accordion-dark-theme .list-group-item:first-of-type,
.schedule-background-light.schedule-wrapper .accordion-dark-theme .list-group-item:last-of-type {
    border-color: #dadada;;
}

.schedule-wrapper.schedule-style-style_2 .accordion-dark-theme .list-group-item {
    border: none !important;
    padding: 60px;
    padding-bottom: 50px;
    background-color: #101010;
    margin-bottom: 2px !important;
}

@media (max-width: 767px) {
    .fs-64 {
        font-size: 54px !important;
    }

    .fs-72 {
        font-size: 62px !important;
    }

    .fs-80px {
        font-size: 70px !important;
    }

    .fs-90px {
        font-size: 76px !important;
    }

    .fs-100px {
        font-size: 80px !important;
    }

    .fs-160px {
        font-size: 90px !important;
    }

    .schedule-wrapper.schedule-style-style_2 .accordion-dark-theme .list-group-item {
        padding: 30px;
        padding-bottom: 20px;
    }
}

.schedule-wrapper.schedule-style-style_2 .accordion-heading a.pt-6 {
    padding-top: 0 !important;
}

.schedule-wrapper .accordion-dark-theme .list-group-item .schedule-title {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.schedule-wrapper .accordion-dark-theme .list-group-item:hover .schedule-title {
    color: #de2358;
}

.schedule-wrapper .accordion-dark-theme .list-group-item:first-of-type {
    border-top: solid 1px #212121;
}

.schedule-wrapper .accordion-dark-theme .list-group-item:last-of-type {
    border-bottom: solid 1px #212121;
}

.schedule-wrapper .schedule-hour,
.schedule-wrapper .schedule-speaker {
    color: #616161!important;
}

.fw-25 {
    flex: 0 0 25% !important;
    width: 25% !important;
}

@media (max-width: 767px) {
    .navigation-position-right.nav .nav-link {
        margin-left: 2rem !important;
        margin-right: 2rem !important;
        width: 100%;
    }
    .schedule-hour {
        margin-bottom: 10px;
    }
    .fw-25 {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}

@media (max-width: 1199.98px){
    .schedule-wrapper.schedule-style-style_2 .accordion-heading a.pt-6 {
        display: block !important;
    }
    .accordion-heading a.d-flex {
        display: block !important;
    }
    .schedule-hour {
        margin-bottom: 10px;
    }
}

.speakers-list,
.speakers-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bd-40 {
    border-width: 40px !important;
    border-color: #fff;
    border-style: solid;
}

@media (max-width: 767px) {
    .bd-40 {
        border-width: 30px !important;
        border-color: #fff;
    }
    .event-meta-wrapper,
    .accordion-heading a.d-flex {
        display: block !important;
    }
}

@media ( max-width: 440px ) {
    .event-meta-wrapper,
    .accordion-heading a.d-flex {
        display: block !important;
    }

    .fs-64 {
        font-size: 34px !important;
    }

    .fs-72 {
        font-size: 42px !important;
    }

    .fs-80px {
        font-size: 40px !important;
    }

    .fs-90px {
        font-size: 30px !important;
    }

    .fs-100px {
        font-size: 60px !important;
    }

    .fs-160px {
        font-size: 70px !important;
    }

    .bd-40 {
        border-width: 10px !important;
        border-color: #fff;
    }
}

body.hide-footer .royaltickets-page-footer {
    display: none !important;
}

.background-type-dark .chosen-container-single .chosen-single, 
.background-type-dark .chosen-container-active.chosen-with-drop .chosen-single,
.background-type-dark .royaltickets-qty input:disabled {
    border: 1px solid rgba(255,255,255,.3);
    color: #fff !important;
    background: rgba(255,255,255,.07);
}

.background-type-dark .chosen-container-active.chosen-with-drop .chosen-single,
.background-type-dark .chosen-container .chosen-drop {
    color: #565656 !important;
    /*background: rgba(255,255,255,.1) !important;*/
}

.overlay_bg{
    position: relative;
}

.overlay_bg * {
    z-index: 2;
    position: relative;
}

.overlay_bg:after {
    content: "";
    position: absolute;
    height: 100% !important;
    visibility: visible !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(43,4,125,.9);
}

.overlay_bg_dark:after {
    background-color: rgba(0,0,0,.6);
}

.overlay_bg_dark_alt:after {
    background-color: rgba(0,0,0,.9);
}

.overlay_bg_red:after {
    background-color: rgba(80,2,18,.9);
}


/* -------------------------------------------------------------------------------- */
/*  Rounded Social Links
/* -------------------------------------------------------------------------------- */
.social-links-wrapper {
    display: block;
    position: relative;
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px) !important;
}

.social-links-wrapper a {
    display: inline-block;
    position: relative;
}
    
.social-links-wrapper svg {
    height: 60px;
    width: 60px;
    border: 2px solid #333;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    margin: 7px;
    overflow: visible;
}

.social-links-wrapper svg:hover {
    border-color: #fff;
}

.social-links-wrapper svg circle {
    fill: none;
    stroke: none;
}

.social-links-wrapper svg path {
    fill: #fff;
}

.social-links-wrapper.social-links-color-dark svg {
    border-color: #d4d4d4;
}

.social-links-wrapper.social-links-color-dark svg path {
    fill: #191919;
}

.social-links-wrapper.social-links-color-dark svg:hover {
    border-color: #191919;
}

.text-hearth {
    color: #ff3900;
}

.sponsor a {
    opacity: .5;
}

.sponsor a:hover {
    opacity: 1;
}

.side-social-links,
.side-social-links li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #17161A;
    font-weight: 600;
}

.side-social-links {
    position: fixed;
    z-index: 9999;
    left: 20px;
    bottom: 40px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(0,100%);
    -ms-transform: rotate(-90deg) translate(0,100%);
    transform: rotate(-90deg) translate(0,100%);
}

.page-template-front-dashboard .side-social-links {
    display: none;
}

.page-template-front-dashboard #header {
    -ms-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.04);
}

.side-social-links li a {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #17161A;
}

.side-social-links li a:hover {
    color: #17161A;
}

.side-social-links.white-social,
.side-social-links.white-social li,
.side-social-links.white-social li a,
.side-social-links.white-social li a:hover {
    color: #ffffff;
}

.side-social-links li span {
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
}

.event-card .event-card-image {
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.opacity-0 {
    opacity: 0;
}

.event-card:hover .event-card-image {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.event-card .book-ticket-overlay,
.royaltickets-category-card .venue-title-overlay,
.royaltickets-category-card-alt .venue-title-overlay,
.royaltickets-category-card-4 .venue-title-overlay {
    position: absolute;
    opacity: 0;
    left: 2.5rem;
    bottom: 2.5rem;
    color: #fff;
    font-weight: bold;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}

.royaltickets-category-card-4 .venue-title-overlay {
    bottom: .2rem;
    left: 50%;
    color: #737373;
    -webkit-transform: translateY(-50%, 30px);
    -ms-transform: translateY(-50%, 30px);
    transform: translate(-50%, 30px);
}

.royaltickets-category-card .venue-title-overlay,
.royaltickets-category-card-alt .venue-title-overlay {
    left: 0;
    bottom: 4px;
}

.royaltickets-category-card.venue-card .venue-title-overlay,
.royaltickets-category-card-alt.venue-card .venue-title-overlay {
    bottom: 25px;
}

.event-card:hover .book-ticket-overlay,
.royaltickets-category-card:hover .venue-title-overlay,
.royaltickets-category-card-alt:hover .venue-title-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.royaltickets-category-card-4:hover .venue-title-overlay {
    opacity: 1;
    -webkit-transform: translateY(-50%, 0);
    -ms-transform: translateY(-50%, 0);
    transform: translate(-50%, 0);
}

.event-card .event-place,
.royaltickets-category-card .venue-title,
.royaltickets-category-card-alt .venue-title,
.royaltickets-category-card-4 .venue-title {
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.event-card:hover .event-place,
.royaltickets-category-card:hover .venue-title,
.royaltickets-category-card-alt:hover .venue-title,
.royaltickets-category-card-4:hover .venue-title {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}

.event-card .book-ticket-overlay:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    right: -55px;
    display: none;
}

.event-card .book-ticket-overlay span {
    margin-left: 70px;
}

.event-card .add-to-favorite {
    width: 46px;
    height: 46px;
    font-size: 80%;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    padding: 0 !important;
    line-height: 46px;
    border-radius: 50px;
    color: #fff;
    background-color: transparent;
    border: solid 1px rgba(255,255,255,.8);
    opacity: 0;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .3s;
    transition: all cubic-bezier(.4,0,.2,1) .3s;
}

.event-card:hover .add-to-favorite {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.event-card .add-to-favorite:hover {
    color: #d9092b;
    background-color: #fff;
    border-color: #fff;
}

.event-card .book-ticket-overlay svg,
.royaltickets-category-card .venue-title-overlay svg,
.royaltickets-category-card-alt .venue-title-overlay svg,
.royaltickets-category-card-4 .venue-title-overlay svg {
    vertical-align: middle;
    margin-left: 15px;
    color: #fff;
    fill: #fff;
    stroke: #fff;
}

.royaltickets-category-card-4 .venue-title-overlay svg {
    color: #737373;
    fill: #737373;
    stroke: #737373;
}

.single-event-intro {
    min-height: 100vh;
}

.event-card .media:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(23,22,26,0)),to(rgba(23,22,26,.7)));
    background: -webkit-linear-gradient(top,rgba(23,22,26,0),rgba(23,22,26,.7));
    background: -o-linear-gradient(top,rgba(23,22,26,0),rgba(23,22,26,.7));
    background: linear-gradient(180deg,rgba(23,22,26,0),rgba(23,22,26,.7));
    z-index: 2;
}

.event-card .media > * {
    z-index: 9;
}

.event-card .media > .event-card-image {
    z-index: 1;
}

.event-card .media > a {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.event-block.event-card .media > a {
    position: relative;
}

.block-greyscale,
.cat-grayscale .royaltickets-category-card {
    filter: grayscale(100%);
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.event-card:hover .block-greyscale,
.cat-grayscale .royaltickets-category-card:hover {
    filter: grayscale(0);
}

#favorite-controller .event-card .media > a {
    /*position: relative;*/
}

.event-card .media .add-to-favorite {
    z-index: 11;
}

.subtitle {
    margin: 0;
  
    font-weight: 600;
    color: #676767;
    text-transform: uppercase;
    padding-bottom: 7px;
}

.event-speaker {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    mask-image: radial-gradient(circle, white 100%, black 100%);
    -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
}

.demo-block a {
    display: inline-block;
    border: none !important;
    position: relative;
    mask-image: radial-gradient(circle, white 100%, black 100%);
    -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
}

.demo-block a i {
    margin-right: 0 !important;
    font-size: 100% !important;
}

.event-speaker .media img,
.card-image img {
    width: 100%;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.event-speaker:hover .media img,
.card-image:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.event-speaker .event-speaker-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.event-speaker:hover .event-speaker-meta {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.event-speaker .event-speaker-meta:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(23,22,26,.6)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(23,22,26,.6),transparent);
    background-image: -o-linear-gradient(bottom,rgba(23,22,26,.6),transparent);
    background-image: linear-gradient(to top,rgba(23,22,26,.6),transparent);
}

.event-speaker .event-speaker-meta > * {
    position: relative;
    z-index: 2;
}

.event-speaker .event-speaker-meta .event-speaker-socials a {
    color: #fff;
}

.event-speaker .event-speaker-meta .event-speaker-socials {
    opacity: 0;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.event-speaker:hover .event-speaker-meta .event-speaker-socials {
    opacity: 1;
}


.menu-no-title .widgettitle {
    opacity: 0;
}

.page-template-template-events-no-gutter .events-search-form,
.page-template-template-events-no-gutter-wide .events-search-form,
.page-template-template-events-no-gutter-metro .events-search-form,
.page-template-template-events-no-gutter-metro-wide .events-search-form {
    border-radius: 0 !important;
}

.feature-image {
    width: 54px;
    height: auto;
    margin-bottom: 20px;
}

.wp-block-button {
    margin: 30px 0;
}

@-webkit-keyframes rotating-ccw /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotating-ccw {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.rotating {
    -webkit-animation: rotating-ccw 2s linear infinite;
    -moz-animation: rotating-ccw 2s linear infinite;
    -ms-animation: rotating-ccw 2s linear infinite;
    -o-animation: rotating-ccw 2s linear infinite;
    animation: rotating-ccw 2s linear infinite;
}

#save-registrar .fe,
#save-new-registrar .fe {
    display: none;
}

#save-registrar.loading .fe,
#save-new-registrar.loading .fe {
    display: inline-block;
}

.page-template-template-attendees #pageloader {
    display: none;
}

svg.fs-40 {
    width: 40px;
    height: 40px;
}


.popmake-content p{
color:#000 !important;
}

.main-menu span img{
	vertical-align: middle;
	
}
.imagerd img{
	border-radius:35px;
	
}
.whitetxt *{
	color:#fff;
	background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
	
}

.custome_dot .owl-theme .owl-dots .owl-dot.active {
   background-image: url(../images/logosilde.png);
    background-size: contain;
    background-repeat: no-repeat;
	    background-position: center;
	    width: 28px;
    height: 28px;
}
.custome_dot .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
}

.lh-1-5 {
    line-height: 1.5 !important;
    min-height: 76px;
}
