/* default theme */

.fat-hidden{
    display: none;
}
main.site-main > article > .entry-content {
    width: 100% !important;
}

main.site-main .fat-boat-policy-item label {
    display: inline-block;
}

/*main.site-main > article .fat-boat-date .fat-boat-col-6,
main.site-main > article .fat-boat-captain-fuel .fat-boat-col-6 {
    width: 100%;
}*/

main#site-content > article .post-inner.thin .fat-boat-booking-form-container{
    width: 100%;
    max-width: 100% ;
    margin: 0 auto !important;
    display: block;
}

main#main .entry-content .fat-boat-booking-form-container{
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}


.payment-item input[name="payment_method"]{
    border: solid 1px #343434 !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0px !important;
}

.fat-boat-booking-form-container{
    display: inline-block;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.fat-boat-booking-form-container,
.fat-boat-booking-form-container div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fat-boat-booking-form-container .fat-boat-booking-left{
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.fat-boat-booking-form-container .fat-boat-booking-right{
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.fat-boat-booking-field label{
    display: inline-block;
    min-width: 150px;
    font-weight: 400;
    font-size: 14px;
}


.fat-enable i{
    color: #2698D6;
}

.fat-disable{
    color: #717171;
    text-decoration: line-through;
}

.fat-boat-pd-left-15{
    padding-left: 15px;
}
.fat-boat-pd-right-15{
    padding-right: 15px;
}

.fat-boat-booking-right .fat-boat-title,
.fat-boat-booking-right .fat-boat-guest-price,
.fat-boat-booking-right .fat-boat-date,
.fat-boat-booking-right .fat-boat-captain-fuel,
.fat-boat-booking-right .fat-boat-order-inform{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.fat-boat-booking-right .fat-boat-title{
    margin: 15px 0px 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
    font-size: 1.2em;
}

.fat-boat-guest-price,
.fat-boat-captain-fuel,
.fat-boat-order-inform .fat-boat-subtotal,
.fat-boat-order-inform .fat-boat-total,
.fat-boat-order-inform .fat-boat-total-pay{
    display: inline-block;
    width: 100%;
}

.fat-boat-col-6{
    width: 50%;
    float: left;
}

.fat-boat-booking-right .fat-boat-date{
   /* font-size: 14px;*/
    display: inline-block;
    width: 100%;
}

.fat-boat-booking-right .fat-boat-date .fat-boat-departure span,
.fat-boat-booking-right .fat-boat-date .fat-boat-return span{
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.fat-boat-order-inform .fat-boat-total .order-inform-right,
.fat-boat-order-inform .fat-boat-subtotal .order-inform-right{
    font-weight: 600;
}
.fat-boat-order-inform .order-inform-left{
    width: 40%;
    float: left;
}
.fat-boat-order-inform .order-inform-right{
    width: 60%;
    float: left;
    text-align: right;
}

.fat-boat-booking-right .fat-boat-booking-right-inner{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    padding-bottom: 15px;
}

.fat-boat-booking-field{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.fat-boat-booking-field label{
    width: 30%;
    min-width: 150px;
    float: left;
}
.fat-boat-booking-field .fat-boat-input{
    width: 70%;
    float: left;
}
.fat-boat-booking-field input,
.fat-boat-booking-field textarea{
    width: 100%;
    padding: 8px 15px;
    border: solid 1px #ddd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.fat-boat-booking-field input[type="text"],
.fat-boat-booking-field input[type="email"],
.fat-boat-booking-field input[type="search"]{
    line-height: 1em;
    height: 36px;
}

.fat-boat-booking-field textarea:focus,
.fat-boat-booking-field textarea:active,
.fat-boat-booking-field input:focus,
.fat-boat-booking-field input:active{
    border-color: #343434;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.fat-boat-payment-section{
    margin-bottom: 30px;
}

.fat-boat-booking-form-container h3.fat-boat-section-title{
    position: relative;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}

.fat-boat-booking-coupon .fat-boat-input{
    position: relative;
}
.fat-boat-booking-coupon .fat-boat-input a.fat-boat-apply-coupon{
    position: absolute;
    right: -1px;
    top: 1px;
    background-color: #2698D6;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1em;
    text-decoration: none;
}
.fat-boat-booking-coupon .fat-boat-input a.fat-boat-apply-coupon.loading{
    background-color: #2698D6 !important;
}

.fat-boat-booking-footer{
    text-align: center;
}
.fat-boat-booking-footer a.fat-boat-booking-submit{
    background-color: #2698D6;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    text-transform: capitalize;
}
.fat-boat-booking-footer a.fat-boat-booking-submit:hover,
.fat-boat-booking-coupon .fat-boat-input a.fat-boat-apply-coupon:hover{
    background-color: #0573af;
}

.fat-boat-booking-policy .fat-boat-policy-item{
    display: block;
}
.fat-boat-booking-policy .fat-boat-policy-item input{
    position: relative;
    top: 2px;
}
.fat-boat-booking-policy label{
    line-height: 1em;
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
}

.fat-boat-loading{
    position: relative;
    cursor: default;
    text-shadow: none!important;
    color: transparent!important;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0s linear,opacity .1s ease;
    transition: all 0s linear,opacity .1s ease;
}
.fat-boat-loading:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.15);
}
.fat-boat-loading:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

.fat-boat-payment-information .payment-item,
.fat-boat-payment-information .payment-item input[type="radio"]{
    display: inline-block;
    width: auto;
}
.fat-boat-payment-information .payment-item{
    padding-right: 15px;
}
.fat-boat-payment-information .payment-item label{
    font-size: inherit;
    font-weight: 400;
    line-height: 1em;
    cursor: pointer;
    padding-left: 5px;
    width: auto;
    min-width: 0px;
    float: none;
}
.stripe-card-data{
    display: none;
}
.stripe-card-data.show-up{
    display: inline-block !important;
}
.stripe-card-data.show-up #card-element{
    padding: 8px;
    border: solid 1px #ddd;
}

.fat-boat-payment-schedule{
    padding-left: 15px;
    padding-right: 15px;
}
.fat-boat-payment-schedule ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.fat-boat-booking-field .field-error input{
    border-color: red !important;
}

.fat-boat-policy-item .fat-boat-error-message{
    padding-left: 20px;
}

#card-errors,
.fat-boat-error-message{
    font-size: 0.9em;
    color: red;
    line-height: 1em;
    padding-top: 5px;
}

.fat-boat-booking-footer .fat-boat-error-message{
    margin-bottom: 15px;
}


/** loading button **/
.fat-bt{
    border: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: 400;
    color: inherit;
}
.fat-bt:focus,
.fat-bt:active{
    outline: none;
}

.fat-bt.loading{
    position: relative;
    cursor: default;
    text-shadow: none!important;
    color: transparent!important;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0s linear,opacity .1s ease;
    transition: all 0s linear,opacity .1s ease;
    opacity: 1 !important;
}
.fat-bt.loading:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.15);
}

.fat-bt.loading:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -.64285714em 0 0 -.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: button-spin .6s linear;
    animation: button-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: .2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
}

/** end loading button **/

.fat-boat-loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: transparent;
    opacity: 0;
}

.fat-boat-policy{
    color: #2698D6;
    font-size: 0.9em;
    text-decoration: none;
}

.fat-boat-booking-coupon{
    padding-left: 15px;
    padding-right: 15px;
}
.fat-boat-booking-coupon .fat-boat-input{
    width: 100%;
    position: relative;
}



@-webkit-keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fat-boat-total,
.fat-boat-total-pay{
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    color: #000;
}

.fat-boat-booking-submit.disabled{
    pointer-events: none !important;
    opacity: 0.5;
}

.fat-boat-coupon-message{
    font-size: 14px;
    color: red;
}

@media (max-width: 767px){
    .fat-boat-booking-form-container .fat-boat-booking-right,
    .fat-boat-booking-form-container .fat-boat-booking-left{
        width: 100%;
    }
    .fat-boat-booking-form-container{
        margin-left: 0px;
        margin-right: 0px;
    }
}