/*
Theme Name: The Grange Golf Club
Design Studio:MiClub http://www.miclub.com.au/
Version:"2015"
Author:MiClub
Author URI:http://www.miclub.com.au/
*/

/* Hot fix - Shaz - 27/11/15 #55601 */

.new-royalslider-2.rsUni.rsHor .rsArrowLeft {
    position: absolute!important;
}    

/* Add the womens open advert on home page - Michael H -  #55039 1/12/15 */

.floating-home-advert{
	display: none;	
}

@media only screen and (min-width: 750px) {
	.floating-home-advert{
		position: relative;
		right: 50px;
		bottom: 360px;
		float: right;
		display: block;
	}
}

/* Womens Open advert on Members News page - Michael H -  #55039 16/12/15 */

.clearfix.memberNotices.womens-open{
	/*padding: 20px;*/	
}

.clearfix.memberNotices.womens-open img{
	float: right;	
}

/*Hot Fix - Shaz - #55958 2/12/2015 */
.the-content ul li, #tinymce ul li {
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 300;
}

/* Survey Sidebar Tom D */
.surveyBox {
	background-color: #ffffff;
	width: 380px;
	display: inline-block;
	margin-bottom: 60px;
	margin-top: 60px;
}

.surveyBox iframe {
	width: 100%;
	padding-top: 0px;
	height: 300px;
}

@media only screen and (max-width: 1400px) {
	.surveyBox {
	width: 296px;
}
}

@media only screen and (max-width: 900px) {
	.surveyBox {
	width: 99%;
}
}

.question_contents {
    white-space: pre-line;
}

/* Trae - Ticket to hide survey box #69510 06/07/2017 */
.surveyBox {
	display: none !important;
}

.page-id-59 .alignnone{
	margin-bottom: 0px !important;
}

.page-id-59 p{
	margin-bottom: 0.5em !important;
}

/* Allowing for larger images on Competitions News page - Trae - 05/02/2018 - Ticket: 110916*/

.page-template-page-news-list.page-id-45 #right-column img{
	width: 48%;
    float: left;
    display: inline-block;
    margin: 0 1%;
    margin-bottom: 30px;
}


.ag-enews-signup input {
    padding: 5px;
    font-size: 14px;
    min-width: 200px;
    width: 50%;
    margin-bottom: 5px;
}

.ag-enews-signup button.miclub-form-button {
    padding: 5px 10px;
    font-size: 14px;
}

.footer-enews-signup {
	text-align: right;
}
footer.row .contact-info {
	margin-top: 0!important;
}

/* Members Sidebar Fix - Trae - Call re: Ticket: 126473 - 01/08/2018 */

span.whiteBox {
    width: 100%;
    box-sizing: border-box;
}

/* Form custom styling */

#gform_wrapper_5 #gform_5 .gform_body #gform_fields_5 .gf_full_width{
	display: inline-block;
	width: 100%;
}

#gform_5 .gform_body #gform_fields_5 .gf_full_width.gsection{
	border-bottom: none;
	margin: 0!important;
	margin-top: 15px!important;
}

#gform_5 label.gfield_label, #gform_5 .field_sublabel_below .ginput_complex.ginput_container label{
	display: none;
}

#gform_5 .gf_show_label label.gfield_label{
	display: block!important;
}

 #gform_5 .gform_body #gform_fields_5 .gsection h2{
	color: #fff;
	line-height: 1.25em;
	background: #4f6228;
	padding: 5px 10px!important;
}
@media only screen and (max-width: 800px) {
	.footer-enews-signup {
		text-align: left;
	}
}



@media only screen and (max-width: 750px){
	.floating-home-advert {
		display: block;
    	text-align: center;
    	margin-top: 25px;
	}
}


@media only screen and (max-width: 375px){
.member-view .cell, .teetime-day-table .cell, .teetime-day-table .row-heading
	{
		height: 120px !important;
	}
}