/* Remove back link on event details page */
#idEventBackContainer
{
  display: none;
}

/*Font colour for warning payment message*/
.WaGadgetEvents .boxMessageContainer {
    padding: 3px 0 7px 0;
    color: #f00;
}

/* Code to change page width START */
.container_12 {
width: 1366px;
}
.s1_grid_12{
width: auto;
}
@media only screen and (max-width: 1366px) and (min-width: 600px){
.container_12 {
margin-left: auto;
margin-right: auto;
width: 100%;
//max-width: 1366px;
//min-width: 768px;
}}
@media only screen and (max-width: 616px){
.container_12 {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 600px;
min-width: 320px;
display: block;
}}
/* Code to change page width END */ 

/*Font colour for secondary menu*/

.WaGadgetCustomMenu.gadgetStyle001.gadgetStyle001 ul li a, .WaGadgetCustomMenu.gadgetStyle001.gadgetStyle001 ul.orientationHorizontal li:after {
    color: #FFFFFF;
}

/*Responsive Video*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.gadgetStyleNone .gadgetStyleTitle h4 {
    font: bold 26px/normal Roboto Condensed;
    color: #5f7b87;
    text-transform: uppercase;
}

.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}

@media only screen and (max-width: 900px) {
  a.stylizedButton.buttonStyle001, a.stylizedButton.buttonStyle002, a.stylizedButton.buttonStyle003, a.stylizedButton.buttonStyle004 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: 0.75em;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 5px 8px 5px 8px;
    position: relative;
    text-align: centre;
    text-decoration: none;
    white-space: nowrap;
}
}

/* Remove pop up on lower right hand corner */

#WA_messagePopup {
  display: none;
}
