@import url("/clients/greensandtrust/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

/* AW 19.05.2017 Hide event detail from pass pages ZD 17989 */
.park-pass .listedEvent .postFooter {
  display: none;
}

.eventContent {
  width: 100%;
}

.eventPostPage aside.postAside {
  display: none;
}

.eventPostPage .shoppingList > caption:nth-child(1) > h2:nth-child(1) {
  display: none;
}
/* LRO 2.6.17 #ZD18404 / Hide Item from event page */
tr.row89fbaebb-8d19-4ec2-a04a-21b43045da2b,
tr.rowdadca934-1cb0-43c0-86e7-46598e1039b4 {
  display: none;
} 

/* LRO 9.6.17 / #ZD18561 / home box 3 fix styling */
section.homeBox3 > div > div > img {
  width:100%;
}

/* AW 16.08.2017 Make payment card logos bigger ZD 20390 */
div.radio-choice img {
  max-width: 175px;
  width: 175px;
}

/* AW 03.10.2017 Hide sold out ticket ZD 21794 */
.itemRow.row33df4e37-c7da-4906-8477-de61c60f9033 {
  display: none;
}

/* EVA 11.10.17 IM */

.eventContent{
	width:75%;
}
.eventContent .eventContent{
	width:100%;
}
.eventPostPage aside.postAside{
    display:block!important;
}

.PostCategory_park-pass .eventContent{
    width:100%;
}

.PostCategory_park-pass aside.postAside{
    display:none!important;
}
	
/* EVA 11.10.17 IM76 */

.ccAmount {
    background: #f5f5f5!important;
    padding: 20px!important;
    min-height:0!important;
    overflow:auto!important;
}

.ccAmount .donationAmountFigure {
    width: 25%!important;
    float: left!important;
    text-align: left!important;
    padding: 0 20px 0 0!important;
    margin:0!important;
    font-size: 1rem!important;
  	border:0!important;
}

.ccAmount .donationAmountDescription {
    width: 75%!important;
    float: left!important;
    text-align:left!important;
    padding: 0 50px 0 0!important;
    margin: 0!important;
    font-size: 1rem!important;
}

.ccAmount input#covercosts {
    top: 25px!important;
}

ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands";
    content: "\e61b";
}

/* 1618494 - Homepage Intro logos */
@media screen and (min-width: 821px) {
	.homeBox1 .homeBoxContainer ul li {
		width: 22% !important;
		margin-right: 3% !important;
		vertical-align: bottom !important;
	}
  
	.homeBox1 .homeBoxContainer ul li:last-child {
		margin-right: 0 !important;
	}
}

.content.postContent.pageContent,
.content.postContent.newsContent {
  width: 100%;
}