/*
Theme Name: ticketbox child
Description: TicketBox - Event Tickets WordPress Theme
Version: 1.0.1
Theme URI: http://dawnthemes.com/ticketbox
Author: DawnThemes
Template: ticketbox
Author URI: http://dawnthemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style
*/

/*
Adding your own custom CSS rules.
*/

/*go-event shortcode*/

.event-shortcode .event-day > span.evt-day,
.go-events .event-bar .event-day > span.evt-day {
	font-size: 20px;
}

.event-shortcode .event-day > span,
.go-events .event-bar .event-day > span {
	display: block;
	color: #99cc33;
	font-weight: bold;
}

.go-shortcode-body {
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.go-shortcode-body a {
  display: block;
  font-size: 24px;
}

.go-shortcode-body a:after {
  clear:both;
  content: '';
  display: block;
  height: 5px;
}

.event-shortcode {
  border: 1px solid black;
  padding: 10px;
  position: relative;
  display: block;
}

.event-shortcode .save-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 48px;
}

.event-shortcode .event-day {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  text-align: center;
}

.event-shortcode .go-image > span {
  height: 0px;
  background-color: #99cc33;
  box-sizing: content-box;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center top;
  display: block;
}

.event-shortcode .go-image {
  width: 30%;
  max-width: 30%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .go-shortcode-body {
    margin-left: 0px;
    margin-right: 0px;
  }

  .event-shortcode a {
    font-size: 18px;
    margin-left: 60px;
  }

  .event-description {
    margin-right: 60px;
    min-height: 100px;
    margin-left: 0px;
    display: block;
  }

  .event-shortcode .save-wrap {
    top: auto;
    bottom: 10px;
  }

	.go-embed-evt-iframe .save-wrap {
		bottom: 5px;
		right: auto;
		left: 5px;
	}

	.go-embed-evt-iframe .goembed-embed-logo {
		margin-top: 15px;
		padding-left: 60px;
	}

}

@media screen and (max-width: 420px) {
	.event-shortcode .go-image {
		width: auto;
		max-width: 100%;
		float: none;
		display: block;
	}
}

.goembed-embed-logo {
	display: none;
	text-align: right;
}

.goembed-embed-logo img {
	vertical-align: bottom;
	height: 40px;
}

.goembed-embed-logo a {
	color: #99cc33;
	font-style: italic;
	font-size: 14px;
}

.go-embed-evt-iframe .goembed-embed-logo {
	display: block;
}

/*gosave*/

.event-shortcode .sefave-button span:before {
	content: "Save ";
}

.event-shortcode .sefave-button.active-favorite span:before {
	content: "Saved ";
}

.event-shortcode .sefave-button {
	display: inline-block;
	color: black;
	background: transparent;
	border: none;
}

.event-shortcode button.sefave-button {
  padding: 5px;
}

.event-shortcode .sefave-button:before {
	content: '\f271';
	font-family: FontAwesome;
	font-size: 32px;
	display: block;
	text-align: center;
	line-height: 1em;
}

.event-shortcode .sefave-button.fave-saving:before {
	color: #888;
	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	-ms-transition: color 0.8s ease;
	transition: color 0.8s ease;
}

.event-shortcode .sefave-button.active-favorite:before {
	content: '\f272';
	font-family: FontAwesome;
	font-size: 32px;
	display: block;
	text-align: center;
}

.event-shortcode .sefave-button:hover span,
.event-shortcode .sefave-button:focus span,
.event-shortcode .sefave-button:hover:before {
	color: #99cc33;
	text-align: center;
}

.event-shortcode .sefave-button {
	max-width: 110px;
}

.event-shortcode .sefave-button > span {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
	margin-top: 3px;
	display: inline-block;
	color: #99cc33;
}

.event-shortcode .sefave-button.fave-saving:hover:before {
	color: #888;
}

/* Embed */
body.embed-body,
html.embed-html {
	width: 100%;
	height: 100% !important;
	margin: 0px;
	padding: 0px;
	margin-top: 0px !important;
}

body.embed-body {
	background-color: white;
}

#embed-wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 100%;
}

#embed-content > * {
	max-width: 800px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#embed-content > div.special-embed {
	max-width: 100%;
	height: 100%;
}

#embed-content ul.special-embed-event-list {
	position: absolute;
	top: 64px;
	bottom: 32px;
	left: 0px;
	right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

#embed-content div.embed-header {
  position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 64px;
	background: #0e0e0e;
	overflow: hidden;
}

#embed-content div.embed-footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 32px;
	background: #0e0e0e;
	overflow: hidden;
}

#embed-content div.embed-footer a {
	line-height: 32px;
	color: #f1f1f1;
	font-size: 32px;
	text-align: right;
	padding-right: 5px;
	font-size: 18px;
	display: block;
}

#embed-content div.embed-footer a:hover {
	color: white;
}

#embed-content div.embed-header img {
	max-height: 100%;
	margin-right: 10px;
}

#embed-content div.embed-header a {
	line-height: 32px;
	color: #f1f1f1;
	font-size: 32px;
	padding-right: 5px;
	font-size: 18px;
	display: inline-block;
	height: 100%;
}

#embed-content div.embed-header a:hover {
	color: white;
}

#embed-content .save-wrap, #embed-content .sefave-button {
	display: none;
}

.special-embed-event-list .event-shortcode .go-image {
	width: 128px;
}

.special-embed-event-list .event-description {
	display: none;
}

.special-embed-event-list .go-shortcode-body {
	min-height: 48px;
}

.special-embed-event-list .event-venue {
	display: block;
	text-align: right;
}

.special-embed-event-list p {
	margin-bottom: 5px;
}

@media screen and (max-width: 420px) {
	.special-embed-event-list .event-shortcode .go-image {
		float: left;
		width: 80px;
	}
}

@media screen and (max-width: 600px) {
	.special-embed-event-list .event-shortcode a {
		font-size: 14px;
		line-height: 21px;
		max-height: 64px;
		overflow: hidden;
	}
}

body.home .dt_breadcrumbs.wrap {
	display: none;
}
