/*
Theme Name: Auwt Prinse Garde Lömmerich
Theme URI: http://www.auwtprinse.nl
Description: Auwt Prinse Garde 2015
Author: Pascal Dreissen
Author URI: http://www.twitter.com/pdreissen
Template: fullby-premium
Version: 1.0
.
For more information on how to create and use child themes:
http://codex.wordpress.org/Child_Themes

Any CSS code written below will override any existing
declarations from the theme itself.
.
*/
@import url("../fullby-premium/style.css");

a:hover {
	text-decoration: none;
}

h1.seo-title {
	display: none;
}
.wpp-creditlink {
	display: none;	
}
table.event_tickets.tickera {
    width: 100%;
}
.order_details_title {
    width: 160px;
}
table.order-details {
	width: 100%;
}
input.tc_choose_gateway {
    margin-right: 10px;
}
.attention {
    background-color: red;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 0px #000;
    text-align: center;
    font-weight: bold;
}
.featured .item-featured {
    max-height: 450px;
}
.featured {
	background: none !important;
}
tr.tax-total {
    display: none;
}
.breakingnews {
    z-index: 2000;
    display: none;
    position: fixed;
    background-color: #F44336;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    text-align: center;
}
.breakingnews a {
	color: #fff;
}
@media only screen and (min-width: 320px) {
.breakingnews {
	font-size: 4vw;
}
}
@media only screen and (min-width: 1200px) {
.breakingnews {
        font-size: 2vw;
}
}
