/*
Theme Name:     FFTF New
Description:    
Author:         Enspiral
Template:       thekeynote

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

/* Change the footer font & size */

div.copyright-left {
  font-family: "Ubuntu";
  font-size: 13px;
}

/* Hide unneeded sections on programme page */

.page-id-39 .main-content-container {
	display: none;
}

/* Footer widgets to Ubuntu 13px */

footer .gdlr-widget {
  font-size: 13px;
  font-family: "Ubuntu";
}

/* Disable links on Programme Page (at least temporarily) */

h3.gdlr-session-item-title a {
	pointer-events: none;
   	cursor: default;
}

/* Increase top navigation font size to 13px */

.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
  font-size: 13px;
}

/* Submenus */

.sf-menu > .gdlr-normal-menu ul {
  font-family: "Ubuntu";
  font-size: 13px;
}

/* Reduce gap between top banner and nav */

.section-container, .gdlr-item-start-content, .gdlr-parallax-wrapper, .gdlr-color-wrapper {
  padding-top: 35px;
}

/* Show not yet for sale image on non-early bird tickets */

#ticket-second div div:hover,
#ticket-regular div div:hover,
#ticket-professional div div:hover,
#ticket-regular-pro div div:hover
{ background-image:url(/assets/uploads/2015/06/no_sale.jpeg); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#ticket-second div div img:hover,
#ticket-regular div div img:hover,
#ticket-professional div div img:hover,
#ticket-regular-pro div div img:hover
{ opacity: 0;  }

/* Replace these two image links to update the banner image on the speaker pages */

body.single-speaker .gdlr-page-title-wrapper {
    background-image: url(../../../assets/uploads/2015/06/Banner_Sponsors.jpg) !important;
}

body.single-speaker .gdlr-page-title-wrapper_01 {
    background-image: url(../../../assets/uploads/2015/06/reina.jpg) !important;
}



