/*
    Theme Name: Golf Master Theme
    Theme URI: http://www.webcanvasdesign.co.uk
    Description: This theme was created by Web Canvas Design
    Version: 1.0.0
    Author: Andy Cresswell
    Author URI: http://www.webcanvasdesign.co.uk

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    FONT
\*------------------------------------*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/fontawesome-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg'); /* Legacy iOS */
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:100%;
}
body {
    font:400 14px/1.55 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#444;
    background:#f9f9f9;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

h1,h2,h3,h4,h5,h6 {
    margin-top:0;
    line-height:1;
    color:#222;
    font-weight: 700;
}
.page-title {
    font-size: 28px;
    margin: 0 0 1.5rem;
    text-transform:capitalize;
}
.upper {
    text-transform:uppercase;
}

 .form-control, #subscribeHome .medium, input[type="text"], textarea {
     display:block;width:100% !important;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 }


.form-control, #subscribeHome .medium, input[type="text"], textarea {
    border-color: #ececed !important;
    border-width: 2px !important;
    box-shadow: none !important;
    height: 45px !important;
    padding: 6px 17px !important;
}

#payment-form .form-control, #payment-form #subscribeHome .medium, #payment-form input[type="text"], #payment-form textarea {
    background: #f3f2f1 none repeat scroll 0 0;
    border: 1px solid #e0dfde !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #555;
    height: 35px !important;
    padding: 0 10px !important;
    font-size: 16px;
}

#payment-form .form-control#exp_card_year{
    padding-left: 7px !important;
    padding-right: 0 !important;
    width: 100% !important;
}

#payment-form .form-control#exp_card_month{
    padding-left: 7px !important;
    padding-right: 0 !important;
    width: 100% !important;
}

textarea {
    height:auto;
    
 }
 #gform_wrapper_2 {
    margin:0 !important;
 }
 .gform_wrapper .top_label .gfield_label {
    font-weight: bold !important;
    margin: 0 0 7px !important;
    text-transform: capitalize !important;
    color:#222;
}
.gform_wrapper textarea.medium {
    height: 150px !important;
}
#input_2_1_6_container > input {
    width: 100% !important;
}
.gform_wrapper .gform_footer.top_label {
    margin: 0 !important;
    padding-bottom: 0 !important;
    overflow:hidden;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
     border-color: #ececed;
}
.contact-us .gform_wrapper .gform_footer input.button, .contact-us .gform_wrapper .gform_footer input[type="submit"] {
    float:right;
}
.form-control:focus {
    border:2px solid  #dcdcdd !important;
}
.btn, #gform_submit_button_1, .gform_button {
    min-height:45px;
    text-transform:uppercase;
    font-weight:bold;
}
.btn.active {
    opacity:0.8;
}
.btn.active:hover {
    opacity:0.7;
}
.btn-primary {
    background:#e46a6a;
    border-color:#d45a5a;
    transition: ease-in-out 0.3s;

}
.btn-secondry, .gform_button {
    transition: ease-in-out 0.3s;
}
.btn-primary:hover {
    background:#888;
    border-color:#666;
}
footer #text-5 {
    font-weight: 300;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background:#999;
    color:white;
    border-color:#888;
}
.btn.btn-sm {
    min-height: 24px;
    padding: 7px 9px;
}
.btn.delete-from-basket {
    background: none repeat scroll 0 0 #838383;
    border-color: #636363;
    border-radius: 500px;
    height: auto !important;
    line-height: 35px;
    padding: 0 !important;
    width: 35px;
}
.btn-xs {
    min-height: auto;
    padding: 4px 8px;
}

#gform_fields_1{
    list-style: none;
}

 
.gr_bs_form > .ginput_container > input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
 
.gr_bs_form > .ginput_container > textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: auto;
    overflow: auto; 
}
 
.gr_bs_form > .ginput_container > input:focus, .gr_bs_form > .ginput_container > textarea:focus{
   border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);   
}
 
.gform_validation_container{
    display: none;  
}
 
.gform_button{
    background-color: #428bca; 
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;  
}
.gform_wrapper {
    margin: 0 !important;

}
 
.gform_button:hover{
    background-color: #3470A5;  
}
 
 .gfield {
    margin: 0 0 20px !important;
}
.gfield_required{
    color: #d9534f; 
}
 
.gfield_description{
    font-style: italic; 
}
 
.validation_error, .validation_message{
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 2%;
    color: #fff;
    border-radius: 5px; 
}
 
.validation_error{
    margin-left: 6%;    
}
 
.validation_message{
    margin-top: 2%; 
}
 
.gform_confirmation_message{
    background-color: #5cb85c;
    padding: 2%;
    border-radius: 5px;
    color: #fff;    
}

#checkout_payment_loading{
    text-align: center;
    display: none;
    margin-bottom: 1em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}

.top-menu {
    border-bottom:1px solid #ececed;
    background:white;
}
.top-menu ul {
    margin:0;
    list-style:none;
    padding:3px 0 ;
}
.top-menu ul li {
    display: inline-block;
    margin-right: 10px;
}
.top-menu ul li a {
    font-size:12px;
    text-transform:uppercase;
    font-weight:bold;
}
/* header */
.header {

    border-bottom:1px solid #ececed;

}
.shopping-table{
    margin-bottom: 10px;
    border: none;
    background: none;
}
.shopping-table td{
    padding: 21px;
}
.shopping-table .btn-secondry, .golf-course .info .btn-secondry{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: black !important;
    text-transform: lowercase;
    padding: 0;
}
#payment-form .form-group{
    margin-bottom: 4px;
}
#header_container{
    height: 65px;
    max-width: 930px;
}
.header .advert {
    display: none;
    float: right;
    height: 50px;
    overflow: hidden;
    width: 300px;
}
.header .toggle {
    position: absolute;
    top: 0;
    right: 12px;
}
.header .toggle button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: none;
    font-size: 30px;
    line-height: 65px;
    margin: 0 -12px 0 0;
    padding: 0;
    width: 34px;
}
.header .toggle button.active {
    background: none repeat scroll 0 0 #f9f9f9;
    color: #a8a8a8;
}
.logo {
    max-height: 60px;
    overflow: hidden;
    margin: auto;
    display: block;
}
.logo > a {
    display: block;
    height: auto;
    margin-top: 10px;
    max-width: 189px;
    width: auto;
}


.logo-img {
    height: auto;
    width: 100%;
}
.insert {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ececed;
    border-radius: 3px;
    
    display: block;
    margin: 0 0 0.5rem;
    padding: 10px;
}
.insert:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.insert.nohover{
    box-shadow: none;
}
/* nav */
nav {
    border-top: 1px solid #ececed;
    display: none;
    padding: 0;
    background:#f9f9f9;
    font-size:14px;
}
nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav > ul > li:last-of-type > div > a {
    margin:0;
    border-bottom:none;
}
nav > ul > li > div > a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    background:#333;
    padding:2rem 0;
    overflow: hidden;
}
footer .title {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.033em;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
}
#footerlinks ul {
    padding:0;
    margin:0 0 1rem;
    list-style:none;
}
footer .row a {
    color:#999;
    font-size:14px;
    font-weight:300;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #666 !important;
    font-size: 11px;
    line-height: 1;
    margin-top: 2em;
    padding: 2em 0 0;
}
.copyright, .copyright a {
    color:#999;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 20px;
}
#payment-form img.cc {
    display: block;
    margin-top: -7px;
    max-width: 89px;
}
#footerlinks .widget_nav_menu .current-menu-item{
    border: none !important;
}
#footerlinks .widget_nav_menu .current-menu-item a{
    color: white;
}
#footerlinks a:hover{
    text-decoration: none;
    color: white;
}


/*------------------------------------*\
    Home Page
\*------------------------------------*/
.page h1 {
    margin: 2rem 0 1.5rem;
}
.page .entry-content > .lead {
    margin:0 0 2rem;
}
.page h1 {
    margin-top: 0;
}
.contact-us .entry-title {
    margin-top: 2rem;
}
.contact-page .container {
    margin: 0 auto 30px;
}
.contact-details ul {
    margin:0 0 25px;
    padding:0;
    list-style:none;
}
.contact-details strong {
    display: block;
    font-size: 112.5%;
    margin: 0 0 25px;
}
.full-width {
    position:relative;
}
.full-width .image {
    max-height: 560px;
    overflow: hidden;
    position: relative;
}
.full-width .image > img {
    max-width: 100%;
}
.full-width .overlay {
    bottom: 118px;
    left: 36px;
    position: absolute;
}
.full-width .overlay.mobile {
    display: none;
}
.full-width .overlay h1 {
    color: white;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 0 1px 4px black;
    text-transform: uppercase;
}
#byCounty {
    padding-bottom:30px;
}

#subscribeHome {
    border-bottom: 1px solid #ececed;
    margin: 0 0 30px;
    padding: 2rem 0;
    background:white;
}
#subscribeHome h2 {
    margin:0 0 1.5rem;
}
#subscribeHome .advert .textwidget{
    margin: 0;
    max-width: none;
}
#subscribeHome .textwidget {
    margin: 0 0 1.5rem;
    max-width: 80%;
    line-height: 1.5;
}

#subscribeHome h2, #byCounty h3 {
    font-size: 25px;
}
#byCounty > .widget_text {
    margin: 0 0 1.5rem;
    max-width: 50%;
}

#resultsWrapper .advert{
    text-align: center;
}


/*
*   Adverts
**/
.widget_adbutler {
    background:transparent !important;
    text-align: center;
}
.widget_adbutler.text-right {
    text-align: right;
}
#resultsWrapper .widget_adbutler {
    border-left: 1px solid #ececed;
    border-right: 1px solid #ececed;
    border-top: 1px solid #ececed;
     padding: 25px 0;
}
.advert.footer {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e8e8e9;
    text-align: center;
}
.advert .widget_adbutler {
    margin: 0 !important;
    padding: 0 !important;
}
#subscribeHome .advert {
    background: none repeat scroll 0 0 #f1f1f3;
    height: 250px;
    width: 300px;
    display:inline-block;
}
.advert.left {
    margin: 30px 0 10px;
}
/*------------------------------------*\
    Search Page
\*------------------------------------*/
.space {
    margin: 0 0 13px;
}
#search-details ul {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    list-style: outside none none;
    margin: 0;
    padding: 15px;
    font-size:14px;
}
#search-details .widget {
    margin:0 0 20px;
    background:white;
}
.fromPrices {
    margin:1rem 0 1.5rem;
    list-style:none;
    padding:0;
}
.fromPrices li {
    display: inline-block;
    margin: 0 15px 5px 0;
}
#search-details .widget > h6 {
    background: none repeat scroll 0 0 #a1a1a1 !important;
    border: medium none !important;
    border-radius: 3px 3px 0 0;
    color: white !important;
    font-size: 14px;
    letter-spacing: 0.053em;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
}
#search-details #searched ul li span {
    display:inline-block;
    width:100px;
    text-transform:uppercase;
    font-weight:600;
}
#countiesList h6 {
    background: none repeat scroll 0 0 #ebebeb !important;
    border: 1px solid #e3e3e3 !important;
    color: #686868 !important;
}

.form-control {
    color:#222;
}

.pikaday-container {
    width:100%;
}
.info h3, .info h1 {
    font-size: 1.45rem;
    margin: 0 0 1.5rem;
}
.info h3 span,  .info h1 span {
    color: #b7b7b7;
    font-size: 65%;
    font-weight: 300;
}
.info h3 span.ajax,  .info h1 span.ajax{
    color: #b7b7b7;
    display: inline-block;
    font-size: 75%;
    margin-left: 5px;
}
#payment-form .has-error .form-control, .has-error .form-control {
    border-color: #e46a6a !important;
    box-shadow: none;
}
#resultsWrapper {
    position: relative;
    background:white;
}
#loader {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display:none;
}
.page-numbers {
    background: white;
    border: 1px solid #ececed;
    font-size: 11px;
    margin: 0 0 1.5rem;
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
}

.course-tee-times .inner {
    display:none;
}
.time-of-day {
    border:1px solid #ececed;
    overflow:hidden;
    padding:0;
    margin:0;
}
.time-of-day li {
    display: inline-block;
    float: left;
    text-align: center;
    width: 33.333%;
    border-right:1px solid #ececed;
}
.time-of-day li:last-child {
    border:none;
}

.select-tee-time {
    margin-top: 10px;
}
.hourOfDay {
    font-size:0;
    text-align:justify;
    padding:0;
    margin:0 -7.5px;
}

.hourOfDay > li {
    display: inline-block;
    font-size: 16px;
    padding: 0 7.5px;
    text-align: left;
    width: 50%;
    position:relative;
}
/**
* tee times drop menus
**/
.dropTime {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #ececed;
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    list-style: outside none none;
    margin: 0 0 0.75rem;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999; 
}
.hourOfDay > li:hover > span {
    background:#f1f1f3;
}
.dropTime .text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 0.5rem;
}
.amountOfPlayers > span {
    background: #848484;
    color: white;
    display: block;
    font-size: 14px;
    margin: 0 0 0.5rem;
    padding: 5px 8px;
    cursor:pointer;
}
.amountOfPlayers > span.active{
    background: green;
}
.full-width .search {
    background: #5cb85c none repeat scroll 0 0;
}
.amountOfPlayers > span:hover {
    opacity:0.8;
}
.hourOfDay > li > span {
    border: 1px solid #ececed;
    display: block;
    margin: 0 0 0.75rem;
    padding: 10px;
    position: relative;
    cursor:pointer;
}
.hourOfDay > li > span > span {
    display:block;
}
.atTime {
    font-size: 23px;
    font-weight: bold;
}
.hourOfDay .price {
    font-size: 14px;
}
.hourOfDay .fa-check-circle {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 20px;
    transition: all 0.2s ease-in-out 0s;
}
.hourOfDay .active .fa-check-circle {
    opacity:1;
    transition: ease-in-out 0.2s;
}
.course-tee-times .inner {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #ececed;
    margin: 0.75rem -0.75rem -0.75rem;
    padding: 0.75rem;
}
.selected-date {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ececed;
    font-size: 1.3rem;
    font-weight: 900;
    margin: -0.75rem -0.75rem 0.75rem;  
    padding: 0.75rem;
    text-align: center;
}
.select-tee-time.active {
    font-weight: bold;
}
.hour-of-day {
    display:none;
}
.hour-of-day:nth-child(2) {
    display:block;
}
.hour-of-day h4 button {
    background: none repeat scroll 0 0 #646464;
    border: medium none;
    width: 45px;
}
.prevTime {
    float:left;
    margin-left:-15px;
}
.nextTime {
    float:right;
    margin-right:-15px;
}
.stepOneBlurb {
    font-size: 18px;
    margin: 0 0 1rem;
    text-align:center;
    display:none;
}
.open-spots > p {
    margin: 0;
    overflow: hidden;
}
.amountOfPlayers > span > span {
    float: right;
}

/*------------------------------------*\
    SHopping Cart
\*------------------------------------*/
.shopping-cart .space {
    background: #F3F2F1;
    margin:0;
}
.shopping-table td:last-child {
    font-family: Montserrat;
    padding: 15px 5px;
    text-align: center;
}
.shopping-cart h1 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.023em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
.shopping-cart h2 {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.023em;
    margin: 1em 0 1rem;
    text-transform: uppercase;
}
#cart-section .policy {
    color: #e17f11;
    cursor: pointer;
    font-size: 12px;
    font-weight: 200;
    padding-bottom: 0.5em;
    padding-left: 13px;
    padding-top: 0;
}
#cart-section .policy.desktop{
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 1px;
    padding: 0 0 0 11px;
    width: auto;
}
.shopping-table h3 > span {
    color: #888;
    font-size: 75%;
    text-transform: lowercase;
}
.bookingDetails {
    margin:0 0 1rem;
    padding:0 0 1rem;
    border-bottom:1px solid #ececed;
}
#price-section {
    background: white none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.08) !important;
    border-image: none;
    border-radius: 3px;
    border-style: solid none;
    border-width: 1px medium;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#price-section > li {
    line-height: 37px;
    padding: 0 13px;
}
#price-section span {
    float: right;
}
#totals .inner {
    margin: 0 0 1.5rem;
}
#totals h6 {
    background: none repeat scroll 0 0 #888;
    color: white;
    font-size: 19px;
    padding: 20px;
    margin:0;
    border-radius:3px 3px 0 0;
}
#cart-section {
    margin: 0 0 1.8rem;
    font-family: "Source Sans Pro",sans-serif;
}
#payment-form .well > h3 {
    margin: 0 0 1rem;
}

.form-group {
    margin: 0 0 25px;
}
#payment-form label {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/*------------------------------------*\
    Paginate
\*------------------------------------*/
#pagination {
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    margin:0 0 1.5rem;
    background: #f9f9f9;
    padding: 10px;
    text-align: center;
    border:1px solid #ececed;
}
#pagination li {
    
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    
    text-align: center;
    width: auto;
}
#pagination .next {
    float:right;
}
#pagination .prev {
    float:left;
}
#pagination .prev a, #pagination .next a {
        border: 1px solid #ececed;
}
#pagination li:nth-child(2) a {
    border-left: 1px solid #ececed;
}

#pagination li:first-child a {
    border-left: 1px solid #ececed;
}
#pagination li a {
    border-right: 1px solid #ececed;
    border-top: 1px solid #ececed;
    border-bottom: 1px solid #ececed;
    display:block;
    padding: 0 14px;
    color:#888;
    background:white;

}
#pagination li.active a {
    font-weight:600;
    color:#444;
}
#pagination li a:hover {
    color:#666;
}
#pagination li.active a, #pagination li a:hover {
    display:block;
    text-decoration:none !important;
    background:#f9f9f9;
}
.disabled, .disabled:hover {
    background: none repeat scroll 0 0 white !important;
    cursor: initial !important;
    opacity: 0.4 !important;
    display:none !important;
}
.is-advert {
    background: none repeat scroll 0 0 white;
    border-bottom: medium none !important;
    font-weight: bold;
    line-height: 210px;
    margin: 0 !important;
}
.sticky, main, footer {

}
#tubular-container {
    position:absolute !important;
}
#byCounty > div > div > a {
    display: block;
    margin: 0 0 1rem;
}
.overlay .textwidget {
    color: white;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 35px;
    font-weight: normal;
    text-shadow: 0 1px 4px black;
}



/*
*   Offer Page
**/
.offer-players {
    font-size:0;
    text-align:justify;
    margin: 0 -7.5px 7px;
    padding: 0;
}
.offer-players > li {
    text-align:center;
    padding:0 7.5px;
    vertical-align:top;
    line-height:75px;
    display: inline-block;
    font-size: 14px;
    list-style: outside none none;
    width: 50%;

}
.offer-players > li > span {
    border: 1px solid #ececed;
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
    cursor:pointer;
    border-radius: 5px;
}
.offer-players > li > span:hover {
    background:#ececed;
}
.offer-section h4 {
    margin: 0 0 20px;
}
.offer-players > li > span > span {
    display: block;
    line-height: 17px;
    margin-bottom: 30px;
    margin-top: -23px;
}
.member-offers .info h3 {
    margin: 0 0 0.75rem;
}
.offer-players > li.active > span {
    background: none repeat scroll 0 0 #f9f9f9;
    font-weight: bold;
}
.offer-players > li.active > span > span {
    font-weight:normal
}

.order-no {
    color: #e46a6a !important;
    float: right;
    font-size: 13.5px !important;
    font-weight: bold;
    text-transform: capitalize !important;
}
.order-no > span {
    font-weight:bold;
    color:#888;
}
/*------------------------------------*\
    Counties page
\*------------------------------------*/

.golf-course {
    border-left: 1px solid #ececed;
    border-right: 1px solid #ececed;
    border-top: 1px solid #ececed;
    margin-bottom: 1em !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0.75rem;
}
.golf-course:last-of-type {
    border-bottom: 1px solid #ececed;
    margin: 0 ;
}
.course-description {
    font-size: 14px;
}
.alert-email {
    display:none;
}
#ui-datepicker-div, #ui-id-1 {
    z-index: 99999;
}
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('../fonts/font-name.eot');
    src:url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('../fonts/font-name.woff') format('woff'),
        url('../fonts/font-name.ttf') format('truetype'),
        url('../fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*
    Home Page Video
*/
#homeVideoContainer{
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
#homeVideo{
    height: 632px;
    position: relative;
    width: 100%;
}
#resultsWrapper .golf-course .course-image{
    display: none;
}
#confirmationTotals{
    background: none repeat scroll 0 0 white;
    border: 1px solid #ececed;
    float: right;
    padding: 35px;
    width: 40%;
}
.fromPrices .label{
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 84%;
    font-weight: 700;
    line-height: 1;
    padding: 0.35em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
#confirmationTotals .labels{
    float: left;
    font-weight: bold;
    padding-right: 7px;
    text-align: right;
    /*width: 40%;*/
}
#confirmationTotals .amount{
    text-align: right;
}
#desktop_nav{
    display: none;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
#desktop_nav li{
    float: left;
}
#desktop_nav ul, #desktop_nav li{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#desktop_nav a{
    color: #333;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    line-height: 49px;
    padding: 4px 15px 0;
}
#desktop_nav a:hover{
    color: black;
    text-decoration: none;
}
#header_divider{
    background: #f0f0f0 none repeat scroll 0 0;
    float: left;
    height: 35px;
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-top: 15px;
    width: 1px;
}
#desktop_nav ul li:first-child a{
    padding-left: 0;
}
.header .advert .advert {
    margin: 0;
}
.top_search{
    width: 100%;
    height: 560px;
}
.top_search .bg-image{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.top_search .bg-image .bg-image-holder{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.top_search .bg-image img{
    height: 584px;
    min-width: 1920px !important;
    position: absolute;
    width: 1920px;
}
#header .container-fluid, footer .container-fluid{
    padding-left: 36px;
    padding-right: 36px;
}
.full-width .search {
    background: white none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 42px;
    left: 36px;
    position: absolute;
    width: 70%;
    z-index: 999;
}
#home_browse_course_link{
    bottom: 19px;
    color: white;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    left: 36px;
    position: absolute;
    text-shadow: 2px 2px 2px black;
    display: none;
}
#home_browse_course_link a{
    color: white;
}
.search .form-group{
margin: 0;
}
.search input, #search-distance-dd, .search .form-control[disabled], .search .form-control[readonly], .search fieldset[disabled] .form-control{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
}
#search_submit_container{
    background: #e17f10 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
    font-family: "Source Sans Pro",sans-serif;
    max-width: 141px;
    text-transform: none;
    width: 13%;
}
#search_submit_container input, #search_again input{
    background: #da3743 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    text-transform: none;
    border-radius: 3px;
}
#search_submit_container input:hover, #search_again input:hover{
    background: #b8222d !important;
    color: white !important;
}
.search .form-control:focus{
    border: medium none !important;
}
#search_s_field{
    border-right: 1px solid #ebebeb;
    width: 50%;
}
#search_distance_container{
    border-right: 1px solid #ebebeb;
    width: 12%;
}
#search_startdate_container{
    text-align: center;
    width: 25%;
}
.search .form-control{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 50px !important;
}
#search-distance-dd:after, #search_startdate_container:after{
    color: #999;
    content: "";
    font-family: FontAwesome;
    font-size: 1.3125rem;
    position: absolute;
    right: 9px;
    top: 0.7rem;
    pointer-events: none;
}
search_distance_container, #search_startdate_container{
    position: relative;
    cursor: pointer;
}
#startDate_picker:hover{
    cursor: pointer !important;
}
#ui-datepicker-div{
    background: white none repeat scroll 0 0;
    border: 1px solid #dad9d8;
    font-family: "Source Sans Pro",sans-serif;
    margin-top: 0.5em;
    width: 352px;
}
.ui-datepicker-header{
    background: white none repeat scroll 0 0;
    border: 0 none;
    font-weight: normal;
}
.ui-datepicker-calendar thead tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: normal;
    color: rgb(153, 153, 153);
}
.ui-datepicker-calendar thead tr th{
    width: 29px;
}
.ui-datepicker-calendar thead tr span{
    font-weight: normal;
    text-transform: uppercase;
}
#ui-datepicker-div span.ui-state-default{

}
#ui-datepicker-div a.ui-state-default{

}
#ui-datepicker-div .ui-state-highlight{

}
#ui-datepicker-div .ui-state-active{
    background: #e46a6a !important;
    color: white;
}
#ui-datepicker-div a.ui-state-hover{
    background: #F7D7D9 !important;
    color: #e46a6a;
}
#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-state-highlight, #ui-datepicker-div a.ui-state-default, #ui-datepicker-div span.ui-state-default{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    display: block;
    margin: auto;
    text-align: center;
    width: 29px;
}
#byCounty img{
    display: block;
    margin: auto;
}
.top_search.normal{
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #ececed;
    height: 122px;
    margin-bottom: 20px;
}
.top_search.normal.no-filters{
    height: 94px;
}
.full-width.normal .search{
    background: #f3f2f1 none repeat scroll 0 0;
    border: 1px solid #e0dfde;
    bottom: auto;
    top: 20px;
}
.full-width.normal #search_s_field, .full-width.normal #search_distance_container{
    border-right: 1px solid #e0dfde;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
#loading_animation{
    display: none;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
#loading_animation .background{
    background: #dbd9d5 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}
#loading_animation .message{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: #cfcecd;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    color: black;
    display: none;
    font-weight: bold;
    margin: 1em auto auto;
    padding: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 9999;
}
#loading_animation .spinner{
    animation: 0.6s linear 0s normal none infinite running spin;
    border-color: #da3743 rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    border-style: solid;
    border-width: 11px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}
#banner-grey{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}
.container{
    margin-left: 0;
}
.course-info{
    color: #5cb85c;
}
.full-width .search.result-page{
    width: 946px;
}
#county::-webkit-input-placeholder {
    color: #555;
    font-size: 17px;
}
#county:-moz-placeholder { /* Firefox 18- */
    color: #555;
    font-size: 17px;
}
#county::-moz-placeholder {  /* Firefox 19+ */
    color: #555;
    font-size: 17px;
}
#county:-ms-input-placeholder {
    color: #555;
    font-size: 17px;
}
.fromPrices span{
    color: #e46a6a;
    font-size: 15px;
    font-weight: bold;
}
.fromPrices span.caps{
    text-transform: uppercase;
}
.shopping-table .item{
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-family: "Source Sans Pro",sans-serif;
    padding: 15px;
}
.shopping-table .item.no_top{
    border-top: none;
}
.shopping-table .item.no_bottom{
    border-bottom: none;
    padding-bottom: 0;
}
.shopping-table .item ul, .shopping-table .item li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.shopping-table .item ul{
    padding-left: 0.5em;
}
.shopping-table .item li{
    float: left;
    margin-right: 1%;
    position: relative;
}
.shopping-table .item h6{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.shopping-table .item h4{
    font-size: 19px;
    font-weight: 200;
    margin-bottom: 0;
    float: left;
}





.shopping-table .item li.delete-row {
    margin-left: -12px;
}
.shopping-table .item li.delete-row button{
    margin-top: -6px;
}
.shopping-table .item li.delete-row h6{
    display: none;
}
.shopping-table .item:first-child li.delete-row h6{
    display: block;
}




.shopping-table .item li.players{
    width: 10%;
}
.shopping-table .item li.date{
    width: 19%;
}
.shopping-table .item li.time{
    width: 10%;
}
.shopping-table .item li.course{
    width: 40%;
}
.shopping-table .item li.price{
    width: 7%;
}
.shopping-table .item li.remaining{
    float: right;
    margin-left: 0;
    margin-right: 0;
}
.shopping-table .item li.remaining h4{
    color: red;
    font-size: 14px;
    padding-top: 2px;
}
.shopping-table .item li.course-cancel{
    cursor: pointer;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: 200;
    line-height: 21px;
    margin-right: 0;
}
#payment-form .well {
    background: white none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    border-style: solid none;
    border-width: 1px medium;
    padding: 10px;
}
.cvv-glyth{
    padding-top: 8px;
}
.payment_cards_accepted{
    float: right;
    margin-top: 1.9em;
    text-align: right;
    width: 167px;
}
#submitPaymentContainer{
    margin-top: 20px;
}
#search_again{
    display: none;
}
#shopping-cart-header{
    margin-top: 1em;
}
#checkout-sidebar{
    position: relative;
}
#payment-info-side{
    bottom: 48px;
    position: absolute;
}
#checkout_general_message_mobile{
    display: none;
}
#checkout_agree_message{
    padding: 13px 15px;
    margin-top: 52px;
}
.modal-body h2{
    margin-top: 0;
    font-size: 20px;
    margin-top: 1em;
}
.modal-body h2:first-child{
    margin-top: 0;
}
#basket-addmore{
    background: #81bb84 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    float: right;
    font-size: 14px;
    margin-top: 21px;
    padding: 6px 10px;
}
#expired_teetimes{
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    font-family: "Source Sans Pro",sans-serif;
    left: 50%;
    margin-left: -400px;
    padding: 12px;
    position: fixed;
    top: 50px;
    width: 800px;
    z-index: 9999;
    display: none;
}
#expired_teetimes .shopping-table .item li.date{
    width: 23%;
}
#expired_teetimes .shopping-table .item li.course{
    margin-right: 0;
    width: 63%;
}
#blackout{
    background: #dbd9d5 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    padding-top: 15%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 888;
}
#add_tee_time_modal, .bootstrap-dialog{
    padding-left: unset;
    padding-right: unset !important;
}
#add_tee_time_modal .modal-header, #addingTeeTimeBasket .modal-header, .bootstrap-dialog .modal-header{
    background: #bb232e none repeat scroll 0 0;
    border-radius: 4px;
    color: white;
}
#add_tee_time_modal .modal-header h4, .bootstrap-dialog .modal-header h4{
    color: white;
}
#add_tee_time_modal .btn-primary, .bootstrap-dialog .btn-primary{
    background: #DA3743;
    color: white;''
}
#add_tee_time_modal .btn-primary:hover, .bootstrap-dialog .btn-primary:hover{
    background: #BB232E;
}
#add_tee_time_modal .btn-default, .bootstrap-dialog .btn-default{
    background: #DBD9D5;
    color: #356273;
}
#add_tee_time_modal .btn-default:hover, .bootstrap-dialog .btn-default:hover{
    background: #C4BFB9;
}
#expired_teetimes .btn-success{
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.shopping-table .item .remaining-top{
    color: red;
    float: right;
    font-size: 12px;
}
.menu-container{
    background: white none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: none;
    left: -6px;
    position: absolute;
    top: 34px;
    width: 219px;
    z-index: 9999;
}
.menu-container .menu-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 0.3em;
    padding-left: 1em;
    padding-top: 0.3em;
}
.menu-container .menu-body{

}
.menu-container .menu-body .items{
    height: 350px;
    overflow-x: hidden;
}
.menu-container .menu-body .item{
    font-size: 13px;
    padding: 0.4em 29px 0.4em 1em;
}
.menu-container .menu-body .item:hover{
    background: #F2F2F2;
}
.menu-container .menu-body .item.active{
    background: #da3743 none repeat scroll 0 0;
    color: white;
    position: relative;
}
.menu-container .menu-body .item.active:after{
    color: white;
    content: "";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 3px;
}
#add_tee_time_modal .modal-header h4, #addingTeeTimeBasket .modal-header h4{
    color: white;
}
#add_tee_time_modal .btn-primary, #addingTeeTimeBasket .btn-primary{
    background: #DA3743;
    color: white;''
}
#add_tee_time_modal .btn-primary:hover, #addingTeeTimeBasket .btn-primary:hover{
    background: #BB232E;
}
#add_tee_time_modal .btn-default, #addingTeeTimeBasket .btn-default{
    background: #DBD9D5;
    color: #356273;
}
#add_tee_time_modal .btn-default:hover, #addingTeeTimeBasket .btn-default:hover{
    background: #C4BFB9;
}
#add_tee_time_modal .modal-dialog, #addingTeeTimeBasket .modal-dialog{
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
#addingTeeTimeBasket .center{
    margin: auto;
    display: block;
}
#pagination_loading{
    text-align: center;
    margin-top: 1em;
    display: none;
}
#course_page_header{
    padding: 5px 0 10px 0;
}
#course_page_header h1{
    font-size: 33px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 2px;
}
#course_page_header .address_info{
    color: #647075;
}
#course_page_header .pull-right{
    color: #647075;
    font-weight: bold;
    margin-top: 7px;
    text-transform: uppercase;
}
#course_page_header .pull-right .cost{
    color: black;
    font-size: 30px;
    font-weight: bold;
    margin-left: 3px;
}
#course_page_header .pull-right .save{
    color: #fd7720;
    font-size: 17px;
    font-weight: bold;
}
#course-container{
    background: white none repeat scroll 0 0;
}
#course-container .row{
    margin-left: -10px;
    margin-right: -10px;
}
#course-image{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
}
.widget-area .widget:first-child{
    margin-top: 0;
}
.widget-area .widget{
    margin-top: 1.5em;
}
.widget-area .widget.styled{
    border-bottom: 3px solid #dbdbd8;
    padding-bottom: 20px;
}
.widget-area .widget.styled h2{
    border-bottom: 1px solid #acb7bb;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 1em;
}
#course-map .address-text{
    margin-bottom: 0.6em;
}
#courseMap{
    height: 500px;
    width: 100%;
}
#course-search-header{
    margin-bottom: 1em;
}
#course-search-previous-day, #course-search-next-day{
    width: 127px;
}
#course_page_no_teetimes{
    display: none;
}
#course_teetimes .from_section:first-child{
    margin-top: 0;
}
#course_teetimes .from_section{
    margin-top: 1em;
}
#normal_search{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 15px);
}
#course-search-custom-date{
    color: #2d5362;
    cursor: pointer;
    font-size: 11px;
    line-height: 2px;
}
#course-search-custom-date-picker{
    margin-left: auto;
    margin-right: auto;
    margin-top: -39px;
    visibility: hidden;
    width: 100px !important;
}
#ads_right{
    display: none;
    position: absolute;
    width: 300px;
    right: 24px;
}
#ads_right .advert{
     overflow: hidden;
     margin-bottom: 1em;
 }
#ads_right .advert.size150{
    max-height: 150px;
}
#ads_right .advert.size250{
    max-height: 250px;
}
#ads_right .advert.size600{
    max-height: 600px;
}
#ads_right .advert.size600 img{
    max-width: 300px;
    width: 100% !important;
    height: auto !important;
}
#ads_right.follow{
    position: fixed;
    top: 12px !important;
}
#grid_teetimes_times .times .msg{
    text-align: center;
    display: none;
}
img.responsive{
    width: 100%;
    height: auto;
}
.advert.center img{
    display: block;
    margin: auto;
}
#list_teetimes_times .row.advert .advert_container{
    border-bottom: 1px solid #e0dfde;
    border-left: 1px solid #e0dfde;
    border-right: 1px solid #e0dfde;
    padding-bottom: 8px;
    padding-top: 8px;
}
#grid_left_column .col-sm-12{
    position: relative;
}
#grid_left_column .advert_container{
    border-bottom: 1px solid #e0dfde;
    border-left: 1px solid #e0dfde;
    border-right: 1px solid #e0dfde;
    left: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    position: absolute;
    z-index: 99;
}
#searchForm.row{
    margin-bottom: 0;
}
#searchForm .twitter-typeahead{
    display: block !important;
    position: inherit !important;
}
#searchForm > input{
    display: none;
}
#searchForm .tt-menu{
    background: white none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    box-shadow: 0 1px 5px rgba(50, 50, 50, 0.2);
    left: -1px !important;
    right: 0;
    z-index: 9999;
}
#searchForm .tt-menu .tt-suggestion{
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #e6e6e6;
    color: #565a5c;
    font-size: 15px;
    line-height: 26px;
    padding: 7px 10px 7px 33px;
    position: relative;
}
#searchForm .tt-menu .tt-suggestion:hover, #searchForm .tt-menu .tt-suggestion.tt-cursor{
    background: #da3743;
    color: white;
}
#searchForm .tt-menu .tt-suggestion .heading, .tt-menu .tt-suggestion .address{
    display: inline-block;
}
#searchForm .tt-menu .tt-suggestion .heading .fa, #searchForm .tt-menu .tt-suggestion .heading .flag{
    font-size: 24px;
    left: 10px;
    position: absolute;
}
#searchForm .tt-menu .tt-suggestion .heading .flag{
    left: 5px;
}
#searchForm .tt-menu .tt-suggestion .heading .flag.hover, #searchForm .tt-menu .tt-suggestion:hover .heading .flag{
    display: none;
}
#searchForm .tt-menu .tt-suggestion:hover .heading .flag.hover{
    display: block;
}
#searchForm .tt-menu .tt-suggestion .address{
    color: #c3c0c0;
    font-size: 13px;
    margin-left: 9px;
}
#searchForm .tt-menu .tt-suggestion .address .tt-highlight{
    color: #565a5c;
}
#searchForm .tt-menu .tt-suggestion:hover .address .tt-highlight{
    color: white;
}
#searchForm .twitter-typeahead .form-control.tt-hint{
    opacity: 0.5 !important;
    width: 50% !important;
}
#alternativeSearchResultsReason{
    margin-bottom: 1em;
}
#byCounty .insert{
    position: relative;
}
#byCounty .insert .clickable{
    font-size: 16px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 63px;
    display: none;
}
#byCounty .insert:hover a{
    opacity: 0.3;
}
#byCounty .insert:hover .clickable{
    display: block;
}
#byCounty .insert:hover .clickable a{
    opacity: 1;
    text-decoration: none;
}

/* Newsletter sign up popup start */
#newsletter_signup_popout{
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px grey;
    color: #222222;
    display: none;
    font-family: arial;
    font-size: 16px;
    left: 50%;
    margin-left: -192.5px;
    margin-top: -143.5px;
    padding: 18px;
    position: fixed;
    top: 46%;
    width: 385px;
    z-index: 9999;
}
#newsletter_signup_popout h2{
    color: #222222 !important;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.7em;
}
#newsletter_signup_popout p{
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 1em;
    text-align: justify;
}
#newsletter_signup_popout input, #newsletter_signup_popout select{
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    display: block;
    font-size: 16px;
    margin-bottom: 0.5em;
    padding: 8px;
    width: 100%;
}
#newsletter_signup_popout input[type="submit"]{
    background: #0abd46 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 5px;
    color: #f2eaea !important;
    font-size: 18px;
    margin-top: 1em;
    padding: 13px 0;
    text-transform: uppercase;
    cursor: pointer;
}
#newsletter_signup_popout input::-webkit-input-placeholder, #newsletter_signup_popout select::-webkit-input-placeholder {
    color: #ccc;
}
#newsletter_signup_popout input:-moz-placeholder, #newsletter_signup_popout select:-moz-placeholder{ /* Firefox 18- */
    color: #ccc;
}
#newsletter_signup_popout input::-moz-placeholder, #newsletter_signup_popout select::-moz-placeholder {  /* Firefox 19+ */
    color: #ccc;
}
#newsletter_signup_popout input:-ms-input-placeholder, #newsletter_signup_popout select:-ms-input-placeholder{
    color: #ccc;
}
#newsletter_signup_popout_black{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8888;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    display: none;
}
#newsletter_signup_popout .close:after{
    content: "x";
}
#newsletter_signup_popout .close{
    color: black;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 20px;
    cursor: pointer;
}
/* Newsletter sign up popup end */

#shopping-table{
    background: white;
}
.loading_page .well{
    background: white none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.08) -moz-use-text-color;
    border-radius: 3px;
    border-style: solid none;
    border-width: 1px medium;
    padding: 10px;
    text-align: center;
}
.loading_page .well img{
    margin-top: .5em;
}
#search-change-players{
    background: #356273 none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    margin: auto;
    padding: 3px 20px;
    text-align: center;
    width: 171px;
    position: relative;
}
#search-change-players.active{
    background: #B1D9E7;
    border-radius: 0;
}
#search-change-players.active #search-change-players-selection{
    display: block;
}
#search-change-players:hover{
    background: #2D5362;
}
#search-change-players-selection{
    background: #b1d9e7 none repeat scroll 0 0;
    border-radius: 0 0 3px 3px;
    color: white;
    font-weight: bold;
    left: 0;
    margin: auto;
    padding: 1px 7px 7px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 171px;
    z-index: 999;
    display: none;
}
#search-change-players-selection .players{
    background: #356273 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    margin-top: 6px;
}
#search-change-players-selection .players:hover{
    background: #DA3743;
}
#sNav ul li{
    float: left;
    padding: 8px 31px 8px 0;
    font-size: 12px;
}
#sNav ul, #sNav li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#sNav .container-fluid{
    padding-left: 36px;
    padding-right: 36px;
}
#course-search-previous-day{
    height: 41px;
    line-height: 22px;
    position: relative;
    z-index: 9999;
}
#course-search-next-day{
    height: 41px;
    line-height: 22px;
    position: relative;
    z-index: 9999;
}
.popover{
    background: black none repeat scroll 0 0 !important;
    color: white !important;
    min-height: 26px !important;
    border: none !important;
}
.popover.right > .arrow::after{
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    border-right-color: black !important;
}
.popover.left > .arrow::after{
    border-left-color: black !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
}
.popover .arrow{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    min-height: 25px !important;
}
.popover .arrow:after{
    border-bottom-color: black !important;
}
.popover .popover-content{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none !important;
    min-height: 26px !important;
}
.popover.right, .popover.left{
    width: 196px;
    text-align: center;
}
.popover.right > .arrow{
    border-right: none !important;
}
.popover.left > .arrow{
    border-left: none !important;
}
.popover.top > .arrow::after{
    border-top-color: black !important;
}
#homepage-mobile-advert #homepage-advert{
    margin-top: 1em;
    text-align: center;
}
#homepage-advert{
    margin-top: 4.7em;
}
.container{
    width: calc(100% - 335px);
}
.container.indent{
    margin-left: 21px;
    width: calc(100% - 356px);
}
#ApplyFiltersBtn{
    bottom: 6px;
    left: 16px;
    position: fixed;
    right: 16px;
    z-index: 9999;
    display: none;
}
#ApplyFiltersBtn div{
    min-height: 1px;
}
#searchHeaderBrowserCourses{
    bottom: 12px;
    color: white;
    left: 35px;
    position: absolute;
    z-index: 99;
}
#searchHeaderBrowserCourses a{
    color: white;
}
section.container {
    background: white;
}
#course_teetimes .searchFilters {
    border-top: 1px solid #ececed;
    border-bottom: 1px solid #ececed;
}



#headerFilterContainer{
    background: white;
    border: 1px solid #ececed;
 }
#headerSearchFilterSlideDown{
    display: none;
}
#headerSearchFilterSlideDown .searchFilters{

}
#headerFilterButton {
    position: absolute;
    top: 13px;
    font-size: 22px;
    cursor: pointer;
    color: gray;
    display: none;
}





#headerBackButton {
    padding: 10px;
    position: absolute;
    left: -4px;
    top: 7px;
    display: none;
}
#headerBackButton a {
    background: white;
    border: solid #0076bb;
    border-width: 1px 1px 1px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    height: 29px;
    line-height: 28px;
    margin-left: 20px;
    margin-right: 2px;
    padding: 0 7px 0 3px;
    position: relative;
    text-decoration: none;
}
#headerBackButton a:before {
    background: white;
    border: solid #0076bb;
    border-width: 0 0 1px 1px;
    border-radius: 2px 0 2px 2px;
    content: '';
    display: block;
    height: 21px;
    left: -11px;
    position: absolute;
    top: 3px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 21px;
}
#headerBackButton a span {
    color: #0076bb;
    font-weight: bold;
    position: relative;
}











.generateTeeTimesFromBtns .col-sm-12{
    position: inherit !important;
}







/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1400px) {
    .top_search{
        height: 464px;
    }
}

@media only screen and (max-width:1266px) {
    .full-width .search{
        width: 950px;
    }
    #ads_right{
        right: 8px;
    }
    .container{
        width: calc(100% - 300px);
    }
    .container.indent{
        width: calc(100% - 322px)
    }
}

@media only screen and (max-width:1200px) {
    .shopping-table .item h4{
        font-size: 17px;
    }
    #checkout_agree_message{
        margin-top: 31px;
    }
    .shopping-table .item .date .normal{
        display: none;
    }
    .shopping-table .item .date .small{
        display: block !important;
    }
    .shopping-table .item li.date{
        width: 14%;
    }
    .shopping-table .item li.course{
        width: 47%;
    }
    #ads_right{
        width: 250px;
    }
    .container{
        width: calc(100% - 250px);
    }
    .container.indent{
        width: calc(100% - 272px);
    }
    #sNav ul li{
        padding-left: 0px;
        font-size: 11px;
    }
    #grid_right_column_content .search-items .pull-left.time{
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:1093px) {
    #ads_right{
        display: none !important;
    }
    .container, .container.indent{
        width: auto;
    }
}

@media only screen and (max-width:1024px) {
    .full-width .overlay {
         top: 129px;
     }
    .full-width .search{
        width: 876px;
    }
    #list_teetimes_times .course-name{
        width: 50%;
    }
    #list_teetimes_times .course-date{
        width: 19%;
    }
    #list_teetimes_times .course-time{
        width: 12%;
    }
    #list_teetimes_times .course-from{
        width: 9%;
    }
}

























@media only screen and (max-width:1550px) {
    #search-results.list .course-name {
        width: 32%;
    }
    #course_teetimes #course-search-previous-day .text, #course_teetimes #course-search-next-day .text {
        display: none;
    }
    #course_teetimes #course-search-previous-day, #course_teetimes #course-search-next-day {
        width: 34px;
    }
    #course_teetimes #course-search-next-day .glyphicon {
        padding-left: 0;
    }
    #search-previous-day, #course-search-previous-day{
        left: 15px;
    }
    #search-next-day, #course-search-next-day{
        right: 15px;
    }
    #course-search-previous-day, #course-search-next-day{
        height: 41px;
        line-height: 43px;
        min-width: 34px;
        padding: 0;
        position: absolute;
        width: 6%;
        z-index: 99;
    }
    #course-search-message{
        height: 42px;
        left: 15px;
        line-height: 28px;
        overflow: hidden;
        position: absolute;
        right: 15px;
        width: auto !important;
    }
    #course-search-header{
        height: 41px;
    }
    #course-search-previous-day .glyphicon{
        padding-right: 0;
    }
    #course_teetimes #course-search-previous-day, #course_teetimes #course-search-next-day{
        line-height: 27px;
        height: 44px;
    }
    #course_teetimes #course-search-message{
        height: 44px;
        padding-top: 0;
    }
}

@media only screen and (max-width:995px) {
    .footer-links{
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .shopping-table .item li.date .normal{
        display: none;
    }
    .shopping-table .item li.date .small{
        display: block !important;
    }
    .shopping-table .item li.date{
        width: 14% !important;
    }
}

@media only screen and (max-width:991px) {
    #checkout_agree_message {
        margin-top: 0;
    }
    .full-width .search.result-page{
        width: calc(100% - 51px);
    }
    #sort-controls{
        left: auto;
        right: 12px;
    }
}

@media only screen and (max-width:963px) {
    .overlay .textwidget{
        font-size: 27px;
    }
    .full-width .search{
        width: 92%;
    }
    #search_s_field{
        width: 43%;
    }
    #search_distance_container{
        width: 14%;
    }
    #search_startdate_container{
        width: 24%;
    }
    #search_submit_container{
        width: 19%;
    }
    .full-width .overlay{
        top: 112px;
        left: 12px;
    }
    #header .container-fluid, footer .container-fluid{
        padding-left: 12px;
        padding-right: 12px;
    }
    .top_search{
        height: 373px;
    }
    .top_search .bg-image img{
        bottom: -26px;
    }
    .container{
        margin-left: 0;
    }
    #expired_teetimes{
        margin-left: -340px;
        width: 680px;
    }
}

@media only screen and (max-width:929px) {
    #grid_right_column {
        overflow-x: scroll;
    }
    #grid_right_column_content{
        left: inherit;
        right: inherit;
        width: 600px;
    }
}

@media only screen and (max-width:768px) {
    .container.indent {
        margin-left: 0;
    }
    .logo > a {
        max-width: 169px;
        margin-left: auto;
        margin-right: auto;
    }
    .header .toggle button{
        display: block;
    }
    #header_divider {
        position: absolute;
        top: 0;
        right: 11px;
    }
    #homepage-advert{
        margin-top: 2em;
        overflow: hidden;
    }
    #homepage-advert .advert{
        margin: auto;
        display: block;
    }
    .full-width .search {
        left: 12px;
        right: 12px;
        width: auto;
    }
    .full-width .overlay{
        left: 12px;
    }
    .shopping-table .item.no_bottom{
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-bottom: 15px;
    }
    .shopping-table .item.no_top{
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
    .shopping-table .item:first-child{
        margin-top: 0;
    }
    .shopping-table .item {
        margin-top: 1em;
        padding: 0;
        padding-top: 9px;
        padding-bottom: 1em;
    }
    #cart-section .policy{
        padding-left: 0;
    }
    .shopping-table .item h6.hide{
        display: block !important;
    }
    .shopping-table .item li .delete{
        bottom: 42px;
        left: -19px;
    }
    .shopping-table .item li.course{
        display: none;
    }
    .shopping-table .item li.price{
        float: left;
        width: 18%;
    }
    .shopping-table .item li.players{
        width: 23%;
    }
    .shopping-table .item li{
        margin-left: 2%;
    }
    .shopping-table .item li.date{
        width: 21% !important;
    }
    .shopping-table .item li.time{
        width: 23%;
    }
    .shopping-table .item li.date .small{
        display: none !important;
    }
    .shopping-table .item li.date .supersmall{
        display: block !important;
    }
    .shopping-table .item .course-name{
        display: block !important;
        font-size: 16px;
        font-weight: 200;
        padding-left: 0;
    }
    .shopping-table .item .policy.mobile{
        display: block !important;
    }
    .payment_cards_accepted{
        float: none;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: left;
    }
    #checkout_general_message{
        margin-bottom: 20px !important;
    }
    #expired_teetimes{
        left: 12px;
        margin-left: 0;
        right: 12px;
        top: 25px;
        width: auto;
    }
    #expired_teetimes .shopping-table .item{
        padding-left: 0;
        padding-right: 0;
    }
    #expired_teetimes .shopping-table .item li.players{
        width: 30%;
    }
    #expired_teetimes .shopping-table .item li.date{
        width: 58% !important;
    }
    #expired_teetimes .course-name{
        padding-bottom: 3px;
    }
    .shopping-table .item li.remaining{
        display: none;
    }
    .shopping-table .item .remaining-top{
        display: block !important;
        margin-top: -9px;
    }
    .container{
        width: auto;
    }
    #list_teetimes_times .book{
        width: 15%;
    }
    #course_page_header h1{
        font-size: 19px;
        margin-bottom: .2em;
    }
    #course_page_header .address_info, #course_page_header h1{
        text-align: center;
    }
    #course_page_header h1{
        margin-bottom: 1em;
    }
    #normal_search{
        width: 100%;
        left: 15px;if tablets is you
    }
    #searchForm .tt-menu{
        left: 15px !important;
        right: 15px !important;
    }
    #normal_search.normal.top_search.open #searchForm{
        margin-left: inherit;
        margin-right: inherit;
    }
    #filter-controls{
        left: inherit;
    }
    #confirmationTotals{
        float: none;
        width: auto;
    }
    #normal_search{
        display: none;
    }
}

@media only screen and (max-width:750px) {
    .full-width .overlay{
        left: 12px;
        right: 12px;
        top: 38px;
        width: auto;
    }
    #searchHeaderBrowserCourses{
        left: 15px;
    }
    .full-width .search{
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        bottom: 40px;
        left: 0;
        position: absolute;
        right: 0;
        width: auto;
    }
    #home_browse_course_link{
        bottom: 8px;
    }
    .top_search .bg-image img{
        bottom: -39px;
        left: -283px;
    }
    #search_s_field{
        background: white none repeat scroll 0 0;
        border-radius: 3px;
        margin-bottom: 0.3em;
        width: 100%;
    }
    #search_distance_container{
        background: white none repeat scroll 0 0;
        border-radius: 3px;
        margin-bottom: 0.3em;
        width: 100%;
    }
    #search_startdate_container{
        background: white none repeat scroll 0 0;
        border-radius: 3px;
        margin-bottom: 0.3em;
        width: 100%;
    }
    #search_submit_container{
        border-radius: 3px;
        max-width: none;
        width: 100%;
    }
    #search_submit_container input{
        font-size: 18px;
    }
    #search_loader{
        left: auto !important;
        right: 11px !important;
        top: 17px !important;
    }
    .top_search.normal #searchForm{
        display: none;
    }
    .top_search.normal.open #searchForm{
        display: block;
    }
    .top_search.normal{
        height: 93px;
    }
    .top_search.normal.filters{
        height: 121px;
    }
    #filter-controls, #sort-controls{
        display: none;
    }
    .top_search.normal.open{
        height: 263px;
    }
    .top_search.normal.open.filters{
        height: 290px;
    }
    #search_again input{
        float: left;
        font-size: 13px;
        margin-left: 5%;
        margin-top: 0;
        width: 44%;
    }
    #show_filters{
        float: right !important;
        margin-right: 5%;
        margin-left: 0 !important;
    }
    .result-page > .container-fluid{
        padding: 0;
    }
    #searchForm{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top_search.normal #search_again{
        display: block;
    }
    .top_search.normal.open #search_again{
        display: none;
    }
    .full-width.normal .search{
        border: none;
        background: none;
    }
    .full-width.normal #search_s_field, .full-width.normal #search_distance_container{
        border-right: none;
    }
    .full-width.normal #search_s_field, .full-width.normal #search_distance_container, .full-width.normal #search_startdate_container{
        background: #f3f2f1 none repeat scroll 0 0;
        border: 1px solid #e0dfde;
    }
    #banner-grey{
        height: 278px;
    }
    .full-width .search.result-page{
        width: auto;
    }
    #searchForm .tt-menu .tt-suggestion .address{
        display: block;
        margin-left: 0;
    }
    #searchForm .tt-menu{
        top: auto !important;
    }
    #sNav {
        display: none;
    }
}





@media only screen and (max-width:553px) {
    #basket-addmore {
        font-size: 14px;
        line-height: 17px;
        margin-top: 12px;
        min-width: 87px;
        padding: 8px 1px;
        text-align: center;
    }
    #basket-addmore span {
        display: block;
    }
}

@media only screen and (max-width:546px) {
    .full-width .overlay.desktop{
        display: none;
    }
    .full-width .overlay.mobile{
        display: block;
    }
}





@media only screen and (max-width:480px) {
    #payment-form .col-sm-6{
        float: left;
        width: 50%;
    }
    #resultsWrapper .golf-course .course-description{
        display: none !important;
    }
}
@media only screen and (min-width:480px) {
    .hourOfDay > li {
        width: 50%;
    }
    .dropTime {
        left: 7.5px;
        position: absolute;
        right: 7.5px;
    }
}

@media only screen and (max-width: 428px) {
    #newsletter_signup_popout{
        left: 6px;
        margin-left: 0;
        margin-top: 0;
        right: 6px;
        top: 8px;
        width: auto;
    }
}









@media only screen and (min-width:769px) {


    #desktop_nav{
        display: block;
    }
    .header .advert {
        display:block;
        margin: 8px 0;
        background:#f1f1f3;
    }
    #resultsWrapper .golf-course .course-image{
        display: block;
    }
    
    /**
    *   1.5rem padding starts @ tablet
    **/
    .golf-course { 
        padding:1.5rem;
    }
    .course-tee-times .inner {
        margin: 1.5rem -1.5rem -1.5rem;
        padding: 1.5rem;
    }
    .selected-date {
        margin: -1.5rem -1.5rem 1.5rem;
        padding: 1.5rem;
    }
    nav > ul {
        list-style: outside none none;
        margin: 0;
        padding: 15px 0;
    }
    #subscribeHome .gform_fields {
        margin:0 -15px !important;
        width: 80%;
    }
    #subscribeHome .gform_fields > li {
        clear: none;
        float: left !important;
        padding: 0 15px;
        width: 50%;
    }
    body #subscribeHome #field_1_1, #field_1_2 {
        margin: 0 !important;
    }
    #subscribeHome h2 {
        margin: 11px 0 1.5rem;
    }
    #subscribeHome .gform_footer.top_label {
        clear: none !important;
        float: left !important;
        margin: 0 !important;
        padding: 0 0 0 15px  !important;
        width: 20%;
    }
    #subscribeHome .gform_wrapper {
        margin:0 !important;
    }
    .gform_wrapper .top_label .gfield_label {
        letter-spacing: 0.014em;
        margin: 0 0 15px !important;
        text-transform: uppercase;
    }
     #subscribeHome #gform_submit_button_1 {
        display: block !important;
        margin: 38px 0 0;
        width: 100%;
    }
    
    .member-offers .fromPrices {
        margin-bottom: 0 !important;
    }
    .contact-us .well {
        padding: 2.5rem;
    }
}
@media only screen and (min-width:996px) {
    .pull-it-right {
        float:right;
    }

    .hourOfDay > li {
        width: 25%;
    }

    header.stuck {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
    }
    .modal-dialog {
        margin: 130px auto 0;
        width: 600px;
    }
    #security-code{

    }
    #payment-form .well > h3 {
        margin: 0 0 1.5rem;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 35px;
    }

    .offer-players > li { 
        width:25%;
    }
}
@media only screen and (min-width:1170px) {
    .hourOfDay > li {
        width: 20%;
    }
    .dropTime {
        width: 128%;
    }
    .shopping-table td:last-child {
        font-family: Montserrat;
        padding: 32px 35px;
        text-align: center;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}

#countiesList li.active a{
    font-weight: bold;
}
#offer-error-message{
    display: none;
}
.teetime_offers_help_text{
    font-size: 14px;
    margin-top: 6px;
}
.offer-section h4{
    margin-bottom: 0;
}
#search_loader{
    display: none;
    left: 47%;
    position: absolute;
    top: 18px;
}
.course-image img{
    border-radius: 3px;
}
.available_teetime_loader{
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: 6px;
    display: none;
}
.teetime_select_loader{
    display: none;
    position: absolute;
    right: 12px;
    top: 30px;
}
.hourOfDay li .star{
    display: none;
}
.hourOfDay li.memberOffer .star{
    color: white;
    display: block;
    font-size: 31px;
    position: absolute;
    right: 5px;
    top: -4px;
}
.hourOfDay li.memberOffer > span{
    background: #ff7b00;
    color: white;
}
.hourOfDay li.memberOffer:hover > span{
    background: #F78D31;
}
.offers .info{
    margin-bottom: 1em;
}
#exp_card_month{
    float: left;
    width: 45% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#exp_card_month:after, #exp_card_year:after{
    color: #999;
    content: "";
    font-family: FontAwesome;
    font-size: 1.3125rem;
    position: absolute;
    right: 9px;
    top: 0.7rem;
}
#exp_card_year{
    float: left;
    width: 45% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
#card_expire_separator{
    margin: 6px 0;
}
.payment_tiny{
    font-size: 11px;
    font-weight: normal;
    margin-left: 1em;
}
.cvv_note{
    font-size: 11px;
    margin-top: 0;
    width: 124px;
}
#checkout_general_message{
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 0.5em;
    display: none;
}

input[type=number] {-moz-appearance: textfield;}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

#payment-form-offer .form-group{
    margin: 0 0 7px;
}

.course_distance_container{
    display: block;
    padding-top: 0.4em;
}

.course_distance{
    font-size: 15px !important;
}

.wrapper-dropdown-1 {
    background: white none repeat scroll 0 0;
    border: 2px solid #ececed;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 16px;
    height: 50px;
    margin: 0 auto;
    outline: medium none;
    padding: 15px 12px !important;
    position: relative;
    width: 100%;
}

.wrapper-dropdown-1 .dropdown {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececed;
    border-radius: 4px;
    font-weight: normal;
    left: 0;
    list-style: outside none none;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 117%;
    z-index: 999;
    display: none;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #9e9e9e;
    padding: 10px 20px;
    list-style: none;
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.wrapper-dropdown-1.active:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
}

.wrapper-dropdown-1.active {

}





.header-search-icon {
    position: absolute;
    right: 32px;
    top: 15px;
    color: gray;
    font-size: 20px;
    cursor: pointer;
}
#no-teetimes-message {
    margin-top: 1em;
    text-align: center;
}


.homepageMemberOffer img {
    float: left;
    width: 51%;
    height: auto;
}
.homepageMemberOffer .right {
    float: right;
    width: 64%;
}
.homepageMemberOffer {
    text-align: left;
    min-height: 162px;
    display: flex;
    align-items: center;
}
.homepageMemberOffer h2 {
    margin-bottom: 0;
    font-size: 19px;
    color: grey;
}
.homepageMemberOffer h2 small{

}
.homepageMemberOffer .date {
    margin-top: 4px;
    margin-bottom: 3px;
}
.homepageMemberOffer .normalPrice {
    margin-bottom: 6px;
}
.homepageMemberOffer a {
    min-height: inherit;
    display: block;
    white-space: normal;
    background: #39596F;
    border: 1px solid #39596F;
}
#map {
  width: 100%;
  height: 100%;
}
