/*
Theme Name: AX Events
Author: WAVA
Author URI: https://wava.com.mt/
Description: This theme is specifically developed for AX Events. It is based on X theme and heavily customised for optimal results and usability.
Version: 1.0.0
Template: x
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:900&display=swap');

#cookie-law-info-bar {
    bottom: 40px !important; right:  40px !important; left: auto !important; top: auto !important; 
    box-shadow: none !important;
    border: 1px solid #000 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 350px !important;
    border-radius: 0 !important;
    margin-top: -40px !important;

	height:250px !important;
}
#cookie-law-info-bar #cookie_action_close_header, #cookie-law-info-bar #cookie_action_close_header_reject {
    display: inline-block !important;
    width: 100px;
    background: #000 !important;
    color: #fff !important;
    margin: 20px !important;
}
#cookie-law-info-bar #CONSTANT_OPEN_URL.cli-plugin-main-link { font-weight:normal; }
#cookie-law-info-bar #CONSTANT_OPEN_URL.cli-plugin-main-link:hover { font-weight:bold; }
#cookie-law-info-bar .cli_messagebar_head { color:#000; }

.entry-content a { text-decoration: underline; }
.site .entry-content a:hover { color:#ccc; }

body .entry-content h2 {font-size: 16px !important;font-family: "Montserrat",sans-serif !important;font-weight:900 !important;}

.venue-map {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.venue-map>iframe {
    width: 100%;
}
.single-venues .ax-footer {
    margin-top: 0 !important;
}


/* SINGLE BLOG - Width of Form column 11/11/2019 */
.single-post #x-content-band-2 .x-column { width: 100%; }


/*Snow Styles*/
#snow {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index:-1;
}
 
#snow i {
    -webkit-animation: falling 20s 1s linear;
    animation: falling 8s linear 2s 20;
    animation-iteration-count :infinite;
    -webkit-animation-iteration-count :infinite;
    border-radius: 50%;
    cursor: default;
    display: inline-block;
    font-style: normal;
    height: 16px;
    user-select: none; 
    -webkit-user-select: none; 
    width: 16px;
    color: white;
}  
     
/* animation */
@-webkit-keyframes falling {
    0% {-webkit-transform: translate3d(0,0,0) rotate(0deg);}
    100% {-webkit-transform: translate3d(30px,1300px,0) rotate(360deg);}   
}
 
@keyframes falling {
    0% {transform: translate3d(0,0,0) rotate(0deg);}
    100% {transform: translate(30px,1300px) rotate(360deg);}   
}
     
/* Sizes */
#snow i:nth-of-type(4n) {
    height:30px;
    width:30px;
}
 
#snow i:nth-of-type(4n+1) {
    height:24px;
    width:24px;
}
 
#snow i:nth-of-type(4n+2){
    height:10px;
    width:10px;
}
 
/* Speeds */
#snow i:nth-of-type(4n) {
    -webkit-animation-duration: 16.3s;
    -moz-animation-duration: 16.3s;
}
 
#snow i:nth-of-type(4n+1){
    -webkit-animation-duration: 16.1s;
    -moz-animation-duration: 16.1s;
    }
 
#snow i:nth-of-type(4n+2) {
    -webkit-animation-duration: 12.7s;
    -moz-animation-duration: 12.7s;
}
 
/* Delays */
#snow i:nth-of-type(3n) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
 
#snow i:nth-of-type(3n+1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
 
#snow i:nth-of-type(3n+2) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
 
/* Timing functions */
#snow i:nth-of-type(5n) {
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
}
 
#snow i:nth-of-type(5n+1) {
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out;
}
 
#snow i:nth-of-type(5n+2) {
    -webkit-animation-timing-function:ease;
    animation-timing-function:ease;
}
 
#snow i:nth-of-type(5n+3) {
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
}
 
#snow i:nth-of-type(5n+4) {
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
}
 
#snow i:nth-of-type(11n)  {
    -webkit-animation-timing-function:cubic-bezier(0.2, 0.3, 0.8, 0.9);
    animation-timing-function:cubic-bezier(0.2, 0.3, 0.8, 0.9);
}
 
/* Opacity */
#snow i:nth-of-type(7n){
    opacity: 0;
}
 
#snow i:nth-of-type(7n+2) {
    opacity: 0;
}
 
#snow i:nth-of-type(7n+4) {
    opacity: 0;
}
 
#snow i:nth-of-type(7n+6){
    opacity: 0;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
}
 
#snow i:nth-of-type(7n+1){
    opacity: 0;
}
/*End of Snow Styles*/

.mobile-nav-wrap .ax-footer {
    display: none !important;
}