/*
Theme Name: Strip Payment
Theme URI: http://jcsabado.coloma.me/
Author: JC Sabado 
Author URI: http://jcsabado.coloma.me/
Description: A custom child theme develop by JC Sabado 
Tags: stripe payment
Version: 1.0.00
Updated: Feb. 15, 2017

*/

/* Placeholder text color -- selectors need to be separate to work. */
.custom-theme-form ::-webkit-input-placeholder {
  color: #000 !important;
}

.custom-theme-form :-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}

.custom-theme-form ::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}

.custom-theme-form :-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}

.custom-theme-form ::-ms-input-placeholder { /* Edge */
  color: #000 !important;
}

.custom-theme-form :placeholder-shown { /* Standard one last! */
  color: #000 !important;
}
.custom-theme-form ::-moz-placeholder { 
    opacity: 1 !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
.custom-theme-form .section-wrap {
    padding-top: 34px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.section-wrap:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 2px;
    content: "";
} 
.section-wrap.fullname-section:after {
    content: "Full Name";
}   
.section-wrap.address-section:after {
    content: "Address";
}  
.section-wrap.contact-section:after {
    content: "Contact Information";
}   
.section-wrap.booking-section:after {
    content: "Booking Information";
}
.section-wrap.button-section {
    padding-bottom: 34px;
}
.intl-tel-input .country-list {
    z-index: 9;
}
.intl-tel-input {
    width: 100%;
}
.input-group-addon i, .cur-holder {
    font-size: 18px;
    font-weight: 700;
}
.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background: #013f4e !important;
}





.custom-theme-form .form-group .contactNumber-wrap i.form-control-feedback {
    right: 15px;
    top: 6px;
}
.custom-theme-form.w-label-animation .form-group label.custom-label {
    opacity: 0;
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 2px;
    font-weight: 400;
    text-transform: none;
}
.custom-theme-form.w-label-animation .margin-B-5, .custom-theme-form.w-label-animation .form-group {
    margin-bottom: 5px;
}
.custom-theme-form.w-label-animation .margin-B-5 .form-group {
    margin-bottom: 0;
}
.custom-theme-form.w-label-animation .margin-B-15 {
	margin-bottom: 15px;
}
.custom-theme-form.w-label-animation .form-group label.custom-label.show-label {
    opacity: 1;
}
form#paymentForm.custom-theme-form .form-group .form-control {
    font-size: 18px;
    line-height: 1;
    color: #333;
    display: inline-block !important;
    height: auto;
    margin-bottom: 0;
    border: 1px solid #ced4da;
    box-shadow: none;
    padding: 0.7em;
}
form#paymentForm.custom-theme-form .form-group.has-error .form-control {
    border-color: #a94442;
}
form#paymentForm.custom-theme-form .form-group.has-success .form-control {
    border-color: #3c763d;
}
.custom-theme-form .form-group .form-control:focus {
	border-color: #333 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(10, 10, 10, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(10, 10, 10, 0.6);
}
.custom-theme-form .form-group label {
    text-align: left;
    font-size: 14px;
    transition: all .45s ease-in-out;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    text-transform: none;
    font-weight: normal;
}





.custom-theme-currency.country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
}
.custom-theme-form .custom-theme-currency.country-list {
    display: none;
    top: 46px;
    left: 0;
    width: 99%;
    right: 0;
    margin: auto;
    overflow-x: hidden;
}
.custom-theme-form .custom-theme-currency.country-list li.country {
    padding: 5px 15px;
    cursor: pointer;
}
span.cur-holder {
    cursor: pointer;
}
.margin-top18 {
    margin-top: 18px;
}
#paymentForm .alertmsg {
    display: none;
}

#previewModal {
}
#previewModal .modal-dialog {
    max-width: 320px;
    width: 100%;
    border: none;
    border-radius: 0;
}
#previewModal .modal-content {
    border-radius: 0;
}
#previewModal .modal-dialog .modal-header {
}
#previewModal .modal-dialog .modal-title {
    font-size: 18px;
    border: none;
    margin-bottom: 0;
    padding: 0;
}
#previewModal .modal-dialog .modal-body {
    text-align: center;
}
#previewModal .modal-dialog .modal-body i {
    font-size: 60px;
    color: #3c763d;
}

span.success_msg1 {
    font-size: 22px;
    line-height: 28px;
}

span.success_msg2 {
    font-size: 20px;
    line-height: 26px;
}

span.success_msg3 {
    font-size: 16px;
    line-height: 22px;
}
#head #topnav img {
    max-width: 290px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*Responsive*/
#head, #intro, .homecontent, #breadcrumb, #container, #projects, #footer {
    max-width: 960px;
    width: 100%
}
#head {
    height: auto;
}
#content2 {
    display: block;
    float: none;
    width: 100%;
    margin-left: auto;
}
#main .payment-page-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
}
#head #topnav {
    position: relative;
    margin: auto;
    top: auto;
}
#head h1 {
}
#head h1 a {
    position: relative;
    top: auto;
    margin: auto;
    display: inline-block;
    left: auto;
}
#head p {
    position: relative;
    top: auto;
    margin: auto;
    margin-bottom: 12px;
    left: auto;
}
#compdetails .col-xs-12 {
    min-height: 254px;
}



@media (max-width: 991px){
    #copyright {
        padding: 0 15px;
        padding-top: 10px;
    }
}



@media (max-width: 767px){
    #head .col-xs-12 {
        text-align: center !important;
    }
}



@media (max-width: 620px){
    #copyright p {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }
    #head #topnav img {
        max-width: 200px;
    }
}

.input-group-addon {
    border: 1px solid #bbb;
}
#paymentForm .form-control[disabled], #paymentForm .form-control[readonly], #paymentForm fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
#paymentForm button.processingPayment {
    background: #19212b;
    border-color: #19212b;
    padding: 20px 16px;
    font-size: 22px;
    outline: none;
}
.section-wrap.card-section:after {
    content: "Card Information";
}
form#paymentForm.custom-theme-form .form-group .intl-tel-input input, form#paymentForm.custom-theme-form .form-group .intl-tel-input input[type=text], form#paymentForm.custom-theme-form .form-group .intl-tel-input input[type=tel] {    
    padding-left: 52px;
}
.dollar, .month {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 400;
}
#paymentForm button.processingPayment:hover {
    background: #000;
    color: #fff;
}
.g-recaptcha > div {
    margin: auto;
    width: auto;
}
.full {
    width: 100%;
}

/* Additional Style coming from Liam's Payment template */
header { 
  background-color: #000000;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

#logo {
  max-height: 120px;
  padding-right: 1rem;
}

main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
}

#payment-form {
  margin: 0 auto;
  max-width: 40rem;
}

#payment-form .btn{
  padding-left: 30px;
  padding-right: 30px;
}

footer {
  padding: 2rem;
  text-align: center;
  color: #f8e832;
  background-color: #000;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}

footer a {
  color: #f8e832;
}

footer a:focus,
footer a:hover {
  color: #fff;
}
