/*
 Theme Name:   Classic MiClub 1.3
 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.
 */

 .classic-page-template.page-contact .main-content .content .text-content {
    width: 70%;
    min-height: 765px;
 }

@media screen and (max-width: 1280px) {
     .classic-page-template.page-contact .main-content .content .text-content {
        width: 100%;
    }
}

 /* Course Tour */
 main section .container .content .holes-list {
   width: 100%;
   overflow: hidden;
}

main section .container .content .holes-list .hole {
   width: 100%;
   background: #f3f3f3;
   border: 1px solid #f3f3f3;
   overflow: hidden;
   margin-bottom: 20px;
   padding: 20px 30px;
}

main section .container .content .holes-list .hole h3 {
   float: left;
   width: 20%;
   margin: 0;
   font-size: 17px;
   line-height: 24px;
   font-weight: 600;
}

main section .container .content .holes-list .hole .img {
   float: right;
   width: 20%;
}

main section .container .content .holes-list .hole .details {
   width: 60%;
   float: left;
}

main section .container .content .holes-list .hole .details p {
   float: left;
   width: 33%;
   font-size: 17px;
   line-height: 24px;
   font-weight: 300;
   margin-bottom: 0;
}

main section .container .content .holes-list .hole .details p strong {
   font-weight: 600;
   display: block;
   padding-bottom: 5px;
}

main section .container .content .holes-list .hole .details p span {
   display: block;
}

main section .container .content .holes-list .hole .details p span {
   display: block;
}

main section .container .content .holes-list .hole .details p span {
   display: block;
}

main section .container .content .holes-list .hole:hover {
   background: #fff;
   color: #323232;
   border: 1px solid #f9dac0;
}

@media screen and (max-width: 600px) {
   main section .container .content .holes-list .hole .img {
      width: 100%;
      float: none;    
      margin-bottom: 20px;   
   }   
}

@media screen and (max-width: 600px) {
   main section .container .content .holes-list .hole .details {
      width: 100%;
      float: none;
   }
}

/* Suggestion Form My Information Page */
#suggestionForm .formArea textarea {
    width: 100%;
}

#suggestionForm .formArea .inputText {
    width: 100%;
    padding: 5px;
    margin: 0 0 5px 0;
}

/* Top Nav Fix on product */
.product-page .top-nav {
    margin: 0;
}

.product-page ul#menu-desktop {
    margin: 15px 0;
}

.my-information-helper #accounts tr td {
    font-size: 16px!important;
}

.my-information-helper input[type="submit"], .my-information-helper input[type="reset"] {
    padding: 5px;
    margin: 10px 0;
}

/* Post Go live fixs */
.my-information-helper .panel ul {
    list-style-type: none;
}

.my-information-helper .panel .portGenBold {
    font-weight: 600!important;
}

/* LifeStyle */
/*div#Points {
    display: none;
}*/

.white-bg a.primary-button {
    color: #000;
    border: 2px solid #000;
    box-shadow: none;
}
.white-bg a.primary-button:after {
    color: #000;
}
.white-bg a.primary-button:hover {
    background-color: #fff;
    box-shadow: none;
}

.module-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    filter: none!important;
}

.banner {
	background-position: top;
}