/*
 Theme Name:   Classic MiClub 1.1
 Theme URI:    https://classic.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.
 */

 /* body > header > nav > div > div.mobile-menu > div.inner > div.mobile-menu-logo {
     display: none;
 }
 #weatherFeed-menu {
     display: none;
 } */

/*Login Notice*/
.loginMessage .read-more-gradient {
	display: none;
}
.loginMessage h4 {
	margin-bottom: 0;
}
.loginMessage #loginMessage {
	padding: 0 40px;
}
#loginMessage > .rss-item > p {
	margin-bottom: 0;
}

/* Full Width Styling For Text Block Module */
.container.full-width {
	max-width: none;
}
.container.full-width.section-padding, .container.full-width .section-padding {
	padding: 20px 0;
}

/* What's On Page Table Styling */
.page-id-199 .table-outer .table-container table tbody tr:nth-child(even) {
	background: rgba(255, 255, 255, 0.1)!important;
}
@media screen and (max-width: 700px) {
	.page-id-199 .table-outer table, .page-id-199 .table-outer table tbody, .page-id-199 .table-outer table tbody tr, .page-id-199 .table-outer .table-container {
		display: block!important;
		height: auto!important;
	}
	.page-id-199 .table-outer table td {
		display: block!important;
		width: 100%!important;
	}
	.page-id-199 .table-outer table tbody tr {
		padding: 10px 20px;		
	}
	.page-id-199 .table-outer .table-container table tbody tr:nth-child(even) {
		background: rgba(255, 255, 255, 0.1)!important;
	}
}


.page-id-5628 .public-buttons a{
	background-color: #00293c;
	border: none;
}

.public-buttons{
	display: flex;
    flex-direction: row;
    max-width: 750px;
    margin-left: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
}

.public-buttons a.primary-button{
	
    font-weight: 600;
    border-width: 2px;
    margin: 10px 0;
    display: flex;
    box-shadow: 1px 1px 2px 1px #efefef;
    width: 300px;
}
#LetterOfIntroduction{
	width: auto!important;
}

.page-id-172 .portalLink {
	margin: 30px 0;
}

.bg-warning {
    background-color: #f2dede; padding: 5px;
}
.bg-alert {padding: 5px;}


.page-template-page-modular .slider-module .banner .slider-text .button.style-3{
    background-color: #00293c;
    border-color: #00293c;
    color: #fff;
}
.page-template-page-modular .slider-module .banner .slider-text .button.style-3:hover{
    background-color: #fff;
    color: #00293c;
}

a.primary-button {
    background-color: #00293c;
    border-color: #00293c;
    color: #fff;
}

a.primary-button:hover {
    background-color: white;
    border-color: #00293c;
    color: #00293c !important;
}

a.primary-button:after {
    content: "\f061";
}

a.primary-button:hover:after {
    color: #00293c !important;
}


/* Members Home new design #482045 */
.page-template-page-members .classic-page-template .main-content .content .inner-news-item{
    height: 475px;
}
.page-template-page-members .classic-page-template .main-content .content .inner-news-item .inner-news-item-text{
    padding: 20px;
}
.page-template-page-members .classic-page-template .main-content .content .inner-news-item .inner-news-item-text .title{
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-family: "Playfair Display", serif;
    letter-spacing: 2px;
    font-size: 22px;
    background: #257985;
    display: block;
    color: #fff;
}
.page-template-page-members .classic-page-template .main-content .content .inner-news-item .inner-news-item-text .read-more-gradient{
    height: 65px;
}
.page-template-page-members .classic-page-template .main-content .content .inner-news-item .inner-news-item-text .read-more-gradient .more-link{
    background: #f2f2f2;
    font-size: 16px;
    border: 1px solid #ccc;
    letter-spacing: 0;
    font-weight: 400;
    color: #000;
}

