/*
 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.
 */


/* Form confirmation message */
.content .gform_confirmation_message {
	background: #ccffc9;
    padding: 30px;
    border: 1px solid #067600;
    color: #067600;
    text-align: center;
    margin: 40px auto 0;
    width: 50%;
}

.page-template-prodGen #main .section .container table.calendarTable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-template-prodGen #main.members.lessons .container button {
	background: #7e846d;
    border: 1px solid #7e846d;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 1;
    transition: all 0.3s ease;
    height: auto;
    background-color: #7e846d !important;
    line-height: 16.8px;
    border-radius: 0;
    margin: 0 0 0 10px;
    position: relative;
}

.page-template-prodGen #main.members.lessons .container button:hover {
	background: #fff !important;
	border: 1px solid #7e846d !important;
	color: #7e846d !important;
	transition: all 0.3s ease;
}


@media screen and (max-width: 1024px) {
	.page-template-prodGen #main.members.lessons .container {
		overflow-x: scroll;
	}
}


#socialFooter{
    padding-top: 10px
}
#socialFooter i{
    color: #fff;
    padding-right: 20px;
    width: auto;
    font-size: 20px;
    text-shadow: 0px 0px 4px #000000;
    opacity: 1;
    transition: all 0.3s ease;
}
#socialFooter i:hover{
    opacity: 0.7;
    transition: all 0.3s ease;
}
.product-page #social{
    display: none;
}
@media screen and (max-width: 1600px){
    .page-template-template-home #social.shrink{
        display: none;
    }
}

/* Post migration fixes */
.page-template-prodGen #main .section .container .column.top .portal-bookings .scroll::-webkit-scrollbar-track {
    background: #a3aa8f;
}

.page-template-prodGen #main .section .container .column.top .portal-bookings .scroll::-webkit-scrollbar-thumb {
	background: #5d634d;
}

.portal-box li a {
	color: #071013;
	text-decoration: underline !important;
}

.portal-box li:hover a {
	text-decoration: none !important;
}

.portal-box .portGenBold {
	font-weight: 600;
}


/* Margin manipulation */
.mt-40 {
    margin-top: 40px!important;    
}
.mt-30 {
    margin-top: 30px!important;    
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-20 {
    margin-top: 0!important;
}
.hio-left-table {
    margin-top: 0!important;
}
.hio-right-table {
    margin-top: 0!important;
}
.hio-table tr th:nth-of-type(1) {
    width: 20%;
}
.hio-table tr th:nth-of-type(2) {
    width: 40%;
}
.hio-table tr th:nth-of-type(3) {
    width: 40%;
}
.page #main .section .container table {
    width: 100% !important;
}
.hio-table table {
    margin-top:20px!important;
}
@media (max-width: 992px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .wp-block-columns {
        display: grid!important;
        grid-template-columns: 1fr!important;
    }
}
@media (max-width: 576px) {
    .hio-table tr th,
    .hio-table tr td {
        font-size: 11px;
    }
}

