/*
 Theme Name:   Vivid
 Theme URI:    http://miclub.com.au
 Description:  Vivid Theme
 Author:       MiClub
 Author URI:   http://miclub.com.au
 Version:      1.0.0
 License:      Copyright 2017 - MiClub
 License URI:  http://miclub.com.au
 Tags:         custom, responsive-layout
 Text Domain:  miclub
*/

/*
 * ======================  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.
 */

.members-highlights .members-btn a .fas {
    width: 30px;
}

.members-vanity .mobile-only {
	display: none;
}

@media screen and (max-width: 640px) {
	
	.members-vanity .mobile-only {
		display: block;
	}
}

@media screen and (max-width: 1600px) {
	.page-template-template-home #banner.home-screen .call-out {
		padding: 20px 40px 40px;
	}
	
	.page-template-template-home #banner.home-screen .call-out h2 br {
		display: none;
	}
	
	.page-template-template-home #banner.home-screen .call-out p a.btn {
		font-size: 16px;
		padding: 14px 20px;
	}
}

@media screen and (max-width: 1000px) {
	.page-template-template-home #banner.home-screen .call-out {
		padding: 40px 30px;
	}
}

.page-template-prodGen #main .section .container .column .portal-box .portalLink a {
    cursor: pointer;
}

.page-template-prodGen #main .section.grey .column .portal-box {
    max-height: 600px;
    overflow-y: auto;
}

/* #536478 Adding Proshop details to the footer */
#footer-container #footer .container .contact-details h5{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}
