/*
 Theme Name:   The New Compact
 Theme URI:    https://plugin.miclub.com.au
 License:      Copyright 2017 - MiClub
 Version: 1.1
*/

/*
 * ======================  LIVE CHANGES GO HERE  ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */  

.scroll-top p a {
	white-space: nowrap;
}

@media screen and (max-width:472px) {
	.scroll-top p a {
		white-space: break-spaces;
	}
}

/* Adding caption to images - 14/05/21 ticket #298176 VC */

.caption {
	position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}


table p {
    margin: 0 0 0px 0;
}

table {
    max-width: 100%!important;
}

#menu-desktop {
    text-align: center;
}
nav.top-nav .container div.menu a {
    font-size: 14px;
}
nav.top-nav .container div.menu ul li ul li ul {
    position: absolute;
    top: 0;
    left: -216px;
    width: 200px;
}
nav.top-nav .container div.menu ul li ul li.menu-item-has-children > a:after {
    content: "\f0d7";
}

/* ticket #504204 increasing logo size */
.shrink-always-on nav{
    height: 100px;
}
nav.top-nav .container div.logo{
    height: 85px;
}


/* banner logo size */
.page-template-page-home .banner .slider-text .text img{
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 250px;
}

