/*
Main CSS Style
Author: L. Correia
*/

:disabled {
    background: #dddddd;
}

.paypal-form {
    width: 100%;
    max-width: 400px;
    /* margin-bottom: 200px; */
}
 
.paypal-form .wpcf7-form-control {
    width: 100%;
    padding: 0 10px;
    height: 35px;
}

.wpcf7-form-control-wrap {
    /* display: flex; */
}

option.tour-cat {
    color: white;
    font-size: 16px;
    font-weight: bold;
    /* border: 40px; */
    background: #69d017;
    /* line-height: 40px; */
}

input#paywithpaypal {
    background: url('paywithpaypal.png') no-repeat;
    text-indent: 99999px;
    border: 0;
}

input#howmuch, input#finalname {
     display: none;
}

.paypal-form p:nth-child(7) {
    /* margin: 0; */
}

span#tour-price-euros {
    color: #187b00;
    font-size: 34px;
    margin: 24px 0;
    width: 100%;
    float: left;
}

span#tour-price-remaining {
    clear: both;
    float: left;
    margin-bottom: 30px;
}

span.wpcf7-form-control-wrap.howmuch {
    float: left;
    width: 100%;
}

form.wpcf7-form {
    margin-bottom: 200px;
}

option.anothertour {
    background: orange;
    color: #fff;
    font-size: 18px;
}

input.wpcf7-form-control.wpcf7-date {
    -moz-box-shadow: 0 2px 4px rgba(204,204,204,0.4) inset;
    -webkit-box-shadow: 0 2px 4px rgba(204,204,204,0.4) inset;
    box-shadow: 0 2px 4px rgba(204,204,204,0.4) inset;
    border: 1px solid #d4d4d4;
}

span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
}




.home .featured-blog .post {
    width: 14.5% !important;;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.featured-blog {
    overflow: auto;
}



/* Tamanho Smartphone */
@media only screen and (max-width : 481px) {

.home .featured-blog .post {
    width: 96.5% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}
    
}

/* Tamanho Tablet Pequeno 482px a 767px */
@media only screen and (min-width : 482px) and (max-width : 767px) {	

.home .featured-blog .post {
    width: 47.5% !important;;
    margin-left: 1% !important;
    margin-right: 1% !important;
}
    
}

/* Tamanho Computador pequeno 768px a 959px */
@media only screen and (min-width : 768px) and (max-width : 959px) {	

.home .featured-blog .post {
    width: 30.5% !important;;
    margin-left: 1% !important;
    margin-right: 1% !important;
}
    
}



