


body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.navbar-nav:after {

}
.navbar-nav li a:after,
.loader,
.site__header,
.logo,
.logo img,
#searchform,
a {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear; 
}
::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #55a728;
}
a:hover {
	color: #69ca33;
}

.btn {
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.btn-primary,
.woocommerce div.product form.cart .button,
.woocommerce form.login .woocommerce-button {
	background-color: #55a728;
	border-color: #55a728;
	color: #fff;

}
.btn-primary:hover,
.btn-primary:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce form.login .woocommerce-button:hover,
.woocommerce form.login .woocommerce-button:focus {
	background-color: #69ca33;
	border-color: #69ca33;
}

.btn-banner {
	background-color: #55a728;
	border-color: #55a728;
	color: #fff;
}
.btn-banner:hover,
.btn-banner:focus {
	background-color: #69ca33;
	border-color: #69ca33;
	color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
	background: #ccc;
	border: 1px solid #ccc;
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav {

}
.navbar-nav li,
.navbar-utils li {
	padding: 0 10px;
}
.navbar-nav li:first-child,
.navbar-utils li:last-child {
	padding-left: 0;
}
.navbar-nav li a,
.navbar-utils li a {
	color: #333;
	font-size: .8em;
	text-transform: uppercase;
	text-align: center;
}
.navbar-nav li a:after,
.navbar-utils li a:after {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
	content: '';
	height: 2px;
	width: 0;
	background: #55a728;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-utils li a:hover,
.navbar-utils li a:focus {
	text-decoration: none;
}
.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after,
.navbar-utils li a:hover:after,
.navbar-utils li a:focus:after {
	width: 100%;
}



.nav-utils {
	float: right;
}
.nav-utils i {
	font-size: 1.8em;
}



.textcontent h1 {
	font-size: 3em;
	
}
.textcontent h2 {
	font-weight: 300;
	padding: 20px 0 7px 0;
	margin: 0;
}
.textcontent p,
.textcontent li {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0.5em 0;
	margin: 0;
	color: #333;
}



.block_table {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.block_table_cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}


.site__header.sticky {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	 -moz-box-shadow: 0 10px 40px rgba(0,0,0,0.2); -webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.2); box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.site__header.sticky + .content {
  padding-top: 79px;
}
.site__header.sticky .logo {
	width: 118px;
}



.site__header {
	background: #fff;
	z-index: 100;
/*	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;*/
	border-bottom: 2px solid #fff;
	/*overflow: hidden;*/
}
.site__header .logo {
	display: inline-block;
	width: 236px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;

}
.site__header .logo img {
	display: block;
}


.banner {
	position: relative;
	height: 70vh;
}
.page-template-tpl-results .banner {
	position: relative;
	height: 190px;	
}
.page-template-tpl-results .banner .form_wrap {
	padding: 50px 0;
}



.banner_carousel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}
.banner_carousel.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.banner_carousel .slick-prev {
	left: 25px;
}
.banner_carousel .slick-next {
	right: 25px;
}
.banner_carousel .slick-prev, .banner_carousel .slick-next {
	z-index: 20;
}
.slick-dots {
	display: inline-block !important;
	position: relative;
	bottom: 25px;
	background: #f4f3ec;
	z-index: 10;
	border-radius: 10px 10px 0 0;
	width: auto;
	left: auto;
	right: auto;
	padding: 0px 5px;
}
.slick-dots li {
	margin: 0 2px;
}
.slick-dots li button:before {
	font-size: 14px;
}

.banner .slick-list,
.slick-track {
	height: 100%;
	z-index: 1;
	position: relative;
	text-align: left;
}

.banner .banner_slide {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner .banner_slide .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 10s linear;
	-o-transition: all 10s linear;
	transition: all 10s linear; 
	transform:scale(1);

}
.banner .banner_slide .image {
	position: relative;
}
.banner .banner_slide .image img {
	width: 100%;
}
.banner .banner_slide:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+3,000000+100&1+0,0+44 */
	background: -moz-linear-gradient(45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 3%, rgba(0,0,0,0) 44%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 3%,rgba(0,0,0,0) 44%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.7) 3%,rgba(0,0,0,0) 44%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerzoom {
	0% 		{ transform:scale(1); }
	100%	{ transform:scale(1.2); }
}

/* Standard syntax */
@keyframes bannerzoom {
	0% 		{ transform:scale(1); }
	100%	{ transform:scale(1.2); }
}

.banner .banner_slide.slick-active .bg {
	animation: bannerzoom 10s ease-out forwards;
}





.banner_slide .context {
	position: absolute;
	bottom: 40px;
	letter-spacing: 0;
	width: 33%;
	padding: 100px 0 0 60px;
	z-index: 5;
}
.banner_slide .context h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 100;
	color: #fff;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
	font-size: 2.6em;
	line-height: 1;
	padding: 0 0 7px 0;
	margin: 0;
}


.banner_slide .context .overtitle {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 7px 0;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;\line-height: 1;
}
.banner_slide .context .desc {
	color: #fff;
	font-size: 1.3em;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
	padding: 0 0 20px 0;
	margin: 0;
}
.slick-track {
	display: flex;
}
.slick-track .slick-slide {
	display: flex;
	height: auto;
}




.popular_courses {
	background: #f4f3ec; 
	padding-top: 20px;
	padding-bottom: 40px;
}
.popular_courses h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6em;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 50px;
	text-align: center;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}
.elegantshadow {
  color: #2c2c2c;
  
  letter-spacing: 0.05em;
  text-shadow: 4px 4px 0px #f4f3ec, 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.course_list .course {
	
	width: 100%;
}
.course_list .course .wrap {
	background: #fff;
	margin: 10px;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.course_list .course .image {
	width: 30%;
	background-size: cover;
	background-position: center center;
}
.course_list .course .content {
	width: 70%;
}
.course_list .course .content .pad {
	padding: 20px;
}
.course_list .course .content h1 {
	font-size: 1.6em;
}
.course_list .course .content p {
	font-size: 0.8em;
}
.course_list .course .content .btn {
	font-size: 0.8rem;
	padding: .275rem .55rem;
}
.course_list .course .content .price {
	padding-left: 10px;
}




.golf_course {
	padding: 40px 0;
}
.golf_course .form_wrap {

}
.golf_course .form_wrap h2 {
	background: #000;
	color: #fff;
	padding: 10px; 
	text-align: center;
	margin: 0;
}
.golf_course .form_wrap .course_search {
	padding: 20px;
	margin: 0 0 30px 0;
}
.golf_course .form_wrap label {
	width: 60px;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 3.4em;
	margin: 0;
}


.golf_course .input-location {
    min-width: 0;
}


.golf_course .btn {
	width: 100%;
}




.search_results {
	background: #f4f3ec; 
	padding-top: 60px;
	padding-bottom: 40px;
}
.search_results h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6em;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 50px;
	text-align: center;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}


.search_results .table_info_icon {
	font-size: 1.2em;
}


.search_results table th {
	background: #fff;
}
.search_result {
	background: #fff;
}
.search_result td {
	border-top: 5px solid #f4f3ec;
}
.table_search_results {
	position: relative;
	margin-bottom: 5px;
}
.table_search_results .special_info {
	position: absolute;
	bottom: 4px;
	right: 10px;
	font-size: 0.7em;
	font-weight: 400;
	font-style: italic;
}
.table_search_results .table_info_icon {
	width: 150px;
}
.table_search_results .table_title {
	width: 448px;
}
.search_result .table_title h1 {
	font-size: 1.4em;
}
.table_search_results .table_time {
	width: 200px;
}
.table_search_results .table_players {
	width: 90px;
}
.search_result td.table_title .desc {
	font-size: 0.8em;
}
.search_result td.table_title .special_info {
	font-size: 0.8em;
	font-style: italic;

}

.search_result td.table_rate {
	font-size: 1.2em;
	font-weight: 700;
}
.table_search_results th.table_rate,
.table_search_results td.table_rate {
	width: 100px;
}
.table_search_results .table_addtobasket {
	width: 85px;
}


.table_search_results .special_info_tr,
.table_search_results .special_info_tr td {
	display: block;
}


.search_results .form-control {
	/*background-color: #e9ecef;*/
}
.search_results .input-group-text {
	border-left: 0 none;
	border-radius: 0 .25rem .25rem 0;
	margin-left: -3px;
	z-index: 1;
}
.search_results .table_info_icon {
	padding: 0;
}
.search_results .course_thumb {
	position: relative;
	width: 150px;
	height: 80px;
	padding: 10px;
}

.search_results .more_info i {
	font-size: 1.5em;
	margin-right: 5px;
	vertical-align: middle;
}
.search_results .more_info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}



.page-template-tpl-course .banner {
	height: 60vh;
}
.page-template-tpl-course .banner h1 {
	text-align: center;
	position: relative;
    font-size: 4em;
    font-weight: 100;
    padding: 50px 0 20px 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 10px 10px rgba(0,0,0,0.5);
    z-index: 2;
}


.course_search {
	margin: 50px 0;
	padding: 20px;
	background: #eee;
}


.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}

.single-product .banner {
	height: 50vh;
}
.single-product .summary  .product_title {
	display: none;
}
.single-product .product.type-product {
	padding-top: 50px;
}




.single-product form.cart {
	
}




.single-locations .banner {
	height: 30vh;
}


.related_regions {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -10px;
}

.region_item {
	position: relative;
	width: 50%;
	border: solid 10px #fff;
	margin-bottom: 20px;
	color: #333;
}
.region_item .wrap {
	height: 100%;
	margin: 10px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);

}
.region_title {
	font-size: 1.4em;
	padding: 15px 15px 20px 15px;
	margin: 0;
}
.region_item .desc {
	padding: 0 15px;
}
.region_thumb {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}



.courser_item {

}

.course_thumb {
	display: block;
	width: 200px;
	height: 200px;
	background-position: center center;
	background-size: cover;
}


.main_content {
	padding-top: 50px;
}
.main_content h1 {
	font-weight: 100;
	font-size: 2.6em;
}
.main_content p {
font-weight: 300;
}


.table-course th {
	background: #6b9056;
	color: #fff;
}
.table-course i {
	display: inline-block;
	background: #fff;
	color: #333;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	text-align: center;
	margin: 0 10px;
}



.navmega {
	position: relative;
}
.navmega ul {
	margin: 0;
	padding: 0;
}
.navmega li {
	position: relative;
	list-style: none;
}
.navmega li.level0 {
	display: inline-block;
	padding: 10px;
}
.navmega li.level0:hover > ul {
	display: block;
}
.navmega ul.level1 {
	display: none;
	position: absolute;
	background: #fff;
	padding: 20px 40px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.5);
	z-index: 10;
	white-space: nowrap;
}
.navmega ul.level1 > li.level1:first-child {
	padding-left: 0;
}
.navmega ul.level1 > li.level1 {
	display: inline-block;
	padding-left: 40px;
	vertical-align: top;
}
.navmega ul.level1 > li.level1 span,
.navmega ul.level1 > li.level1 .title {
	font-size: 0.9em;
	font-weight: 700;
	border-bottom: 3px solid #eee;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.navmega ul.level1 > li.level1 li.level2 {
	font-weight: 400;
}
.navmega ul.level1 > li.level1 li.level2 a {
	color: #666;
	font-size: 0.9em;
}
.navmega li.level1 {

}
.navmega li.level2 {

}










.site__footer {
	padding-top: 50px;
	margin-top: 50px;
	background: #000;
	color: #fff;

}
.footer_details {
	padding: 60px 0 30px;
}
.site__footer .copyright,
.site__footer .links {
	display: inline-block;
	font-size: .9em;
	padding: 0 10px 0 0;
	color: rgba(255,255,255,0.8);
}
.site__footer .links a {
	color: #333;
	display: inline-block;
	padding: 0 7px;
	color: rgba(255,255,255,0.8);
}
.site__footer .links a:hover {
	color: rgba(255,255,255,1);
}

.site__footer .cta .phone a {
	display: block;
	font-size: 2.2em;
	line-height: 2em;
	color: #fff;
	text-decoration: none;
}

.site__footer .footer_menu {
	float: left;
}
.site__footer .cta {
	float: right;
}


.site__footer .actions .btn {
	display: block;
}
.site__footer .actions .btn-white:hover {
	background: #fff;
	color: #83088e;
}



.footer_menu ul {
	padding: 0;
	margin: 0;
}
.footer_menu ul li {
	list-style: none;
	padding: 4px 0;
}
.footer_menu ul li a {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
}
.footer_menu ul li a:hover {
	color: rgba(255,255,255,1);
}





.woocommerce form.login, .woocommerce form.register {
	max-width: 300px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.woocommerce form.login h2, .woocommerce form.register h2 {
	text-align: center;
}

.woocommerce form.login .woocommerce-button {
	display: block;
	margin: 0;
	float: none;
	width: 100%;
}
.woocommerce-info {
	border-top-color: #55a728;
}
.woocommerce-info::before {
	color: #55a728;
}


.woocommerce-account:not(.logged-in) {
	background-image: url(../images/bg_generic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.woocommerce-account:not(.logged-in) h2 {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px;
	color: #666;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	max-width: 80%;
}




.woocommerce-checkout.woocommerce-page .col2-set .col-1,
.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
	max-width: none;
	width: 50%;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
	padding: 20px;
	background: #ebe9eb;
	border-radius: 5px;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	width: 49%;
	float: left;
	clear: none;
}
#billing_address_2_field {
	padding-top: 25px;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce form .form-row label {
	display: block;
	width: 100%;
	margin: 0 0 0 4px;
	font-size: 0.8em;
	font-weight: 400;
}

.woocommerce .select2-container .select2-selection--single {
	height: 33px;
}
.woocommerce .select2-container {
	height: 34px;
}

.woocommerce form input[type=text],
.woocommerce form input[type=email],
.woocommerce form input[type=password],
.woocommerce form input[type=tel],
.woocommerce form select,
.woocommerce form textarea {
    font-size: 1em;

}

#order_review {
	overflow: hidden;
	padding: 0 15px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	width: 49%;
	float: left;
}
.woocommerce-checkout-payment {
	width: 49%;
	float: right;
}


#order_review_heading {
	padding: 20px;
}
.woocommerce-cart-form {
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.woocommerce-cart table.cart img {
	width: 132px;
}
.woocommerce-cart table.cart td.product-remove {
	width: 30px;
}
.woocommerce-cart table.cart .product-thumbnail {
	width: 135px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	font-size: 0.9em;
}
.custom_class_airport,
.custom_class_course,
.custom_class_car,
.custom_class_handicap {
	padding: 10px 10px 9px 10px;
	border-radius: 5px;
	background: rgba(255,255,255,0.3);
	margin-top: 10px;
	border: 1px solid #ccc;
}
.custom_class_airport .form-row {
	background-image: url(../images/icon_airporttransfer.png);
}
.custom_class_course .form-row {
	background-image: url(../images/icon_coursetransfer.png);
}
.custom_class_car .form-row {
	background-image: url(../images/icon_carhire.png);
}


.custom_class_airport .woocommerce-input-wrapper,
.custom_class_course .woocommerce-input-wrapper,
.custom_class_car .woocommerce-input-wrapper {
	padding: 10px 0;
}


.woocommerce form .custom_class_airport .form-row .optional,
.woocommerce form .custom_class_course .form-row .optional,
.woocommerce form .custom_class_car .form-row .optional {
	visibility: hidden;
}


.custom_class_handicap {
	background: #6b9056;
	color: #fff;
}

.woocommerce form .custom_class_airport .form-row,
.woocommerce form .custom_class_course .form-row,
.woocommerce form .custom_class_car .form-row,
.woocommerce form .custom_class_handicap .form-row {
	margin: 0;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0px 0 0 38px;
}
.custom_class_airport {

}
.custom_class_course {

}
.custom_class_car {

}
.custom_class_handicap h6 {
	display: inline-block;
	padding: 0 20px 0 10px;
}

.woocommerce form .custom_class_handicap .form-row {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	border-radius: 5px;
	padding: 5px;
	margin-right: 10px;
}
.woocommerce form .custom_class_handicap .form-row label {
	display: inline-block;
	width: auto;
	padding-right: 5px;
}
.woocommerce form .custom_class_handicap .form-row .woocommerce-input-wrapper {
	display: inline-block;
	width: 50px
}



.pageform {
	background: #eee;
	padding: 20px;
}



.basket_important {
	background: #eee;
	padding: 20px;
	margin-bottom: 10px;
}
.basket_important p {
	font-weight: 700;
}



.woocommerce-checkout .woocommerce-account-fields .create-account {
	display: none;
}



/*********************************/
/*********** GALLERY *************/
/*********************************/

.gallery_section {
	padding-bottom: 20px;
}

.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}	
.gal a { display: block; width: 100%; margin: 0 0 15px 0;}

@media (max-width: 500px) {
		
	.gal {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
		
}


.img-responsive {
	height: auto;
    max-width: 100%;
}




@media (max-width: 1600px) {
	
}


@media (max-width: 480px) {

	.navbar 							{ padding: 0; margin-left: -15px; }
	.navbar-light .navbar-toggler 		{ border: 0 none; }
	
	.site__header 						{ position: fixed; top: 0; left: 0; right: 0; height: 50px; }
	.site__header .logo 				{ width: 100px; }

	.mainframe 							{ margin-top: 50px; }

	.banner .form_wrap h2 				{ font-size: 3em; letter-spacing: -0.05em; }
	.banner_slide .context 				{ width: 100%;  padding: 0 20px; bottom: 20px; }
	.banner_slide .context h2 			{ font-size: 1.6em; }

	.form-inline#booking-form-teetimes 						{ display: inline-block; width: auto; }
	.form-inline#booking-form-teetimes .search_tee_times 	{ width: 100%; }

	.course_list .course .wrap.d-flex 	{ display: block !important; }
	.course_list .course .image 		{ width: 100%; height: 150px; }
	.course_list .course .content 		{ width: 100%; }


	.region_item 						{ width: 100%; }


	
	.search_results 					{ padding: 20px 0; }

	.search_results h2 					{ font-size: 1.6em; padding: 0; }

	.search_results table 				{ box-shadow: 0 10px 10px rgba(0,0,0,0.3); }
	
	.search_results table,
	.search_results table thead,
	.search_results table tbody,
	.search_results table th,
	.search_results table tr,
	.search_results table td 			{ display: block; }

	.search_result td 					{ border: 0 none; }

	.search_results table thead 		{ display: none; }

	.table_search_results .table_info_icon 		{ width: 100%; }
	.search_results .course_thumb 				{ width: 100%; }

	.table_search_results td.table_title,
	.table_search_results td.table_addtobasket 			{ width: 100%; }
	.table_search_results td.table_addtobasket 			{ margin-top: 20px; }

	.table_search_results td.table_rate 				{ display: inline-block; width: 33%; padding: 7px 0 0 15px; }
	.table_search_results td.table_time 				{ display: inline-block; width: 43%; padding: 7px; }
	.table_search_results td.table_players 				{ display: inline-block; width: 19%; padding: 7px; }

	.table_search_results td.table_time .input-group-append 	{ display: none; }

	.table_search_results td.table_rate span:before,
	.table_search_results td.table_time .input-group:before,
	.table_search_results td.table_players .input-group:before	{ display: block; width: 100%; padding: 10px 0 0 0; font-size: 0.8em; font-weight: 700; }

	.table_search_results td.table_rate span.ticket_updated_price:before 			{ content: 'Rate'; }
	.table_search_results td.table_time .input-group:before 	{ content: 'Time Slot'; }
	.table_search_results td.table_players .input-group:before 	{ content: 'Players'; }

	.table_search_results .special_info  	{ position: absolute; bottom: 60px; right: 10px; left: 10px; text-align: center; }

	.table_search_results .form-group 		{ margin: 0; }
	.table_search_results .form-control 	{ padding: .375rem .15rem; }

	.table_search_results .single_add_to_cart_button 				{ width: 100%; }


	.woocommerce-checkout.woocommerce-page .col2-set .col-1,
	.woocommerce-checkout.woocommerce-page .col2-set .col-2 		{ width: 100%; padding: 0;  }

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last,
	.woocommerce form .form-row-wide,
	.woocommerce-page form .form-row-wide 							{ width: 100%; }

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
	.woocommerce-checkout-payment 									{ width: 100%; padding: 0; }

	#order_review 	{ padding: 0; }

	.navbar-collapse 						{ position: absolute; background: #fff; }
	#navbarSupportedContent 				{ width: 100vw;  box-shadow: 0 10px 20px rgba(0,0,0,0.5); }
	.navbar-light .navbar-nav li a 			{ display: block; font-size: 1.2em; text-align: center; padding: .5rem 1rem; }
	.dropdown-item 							{ padding: 1.25rem 1.5rem; font-size: 1.1em; }
	.navbar-nav li:first-child, 
	.navbar-utils li:last-child 			{ padding: 0 10px; }
	#menu-header-menu 						{ padding: 20px 0; }

}


.woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(5) {
	display: none;
}

section form{
	width:100%;
}



.stripe-card-group,
#stripe-exp-element,
#stripe-cvc-element {
	width: 100%;
}





