
/*Allow the hero image to go under the bottom of the widget in mobile/tablet view*/

.image-intro.tall .image {
    height: 100%;
}
/*hero widget fix*/
.image-intro input, .image-intro .reload-cash-passport input{  padding: 5px;}
.widget-container .pcs-holder{border-bottom: 0 none;
   padding-bottom: 0px; 
   margin-bottom: 0px;
}
.pcs-holder + hr + p, .pcs-holder + hr {
    display: none;
}
.reload-cash-passport hr{  margin: 0;}

/*hero widget fix*/
/*End of Allow the hero image to go under the bottom of the widget in mobile/tablet view*/

@media only screen and (max-width: 1040px) {
    /* REMOVE IMAGE ON M/T */
    .cp-video-section.right-blue .right img {
        display: none;
    }
    
    /* Add padding on the video section */
    .cp-video-section {
        padding: 0 20px 0 20px;
    }
}


/*Change H1 and H2 on mobile */

@media only screen and (max-width: 1040px) {
    .bc-intro h2, .image-intro h2 {
        display: none;
    }
    
    #hero-content.left-to-bottom h1 {
        font-size: 24px;
        color: #666666;
    }

    .image-intro .add-more-currency-widget.right-to-top {
        margin-top: 5%;
    }

    /* hide hero picture on mobile */
    .image-intro.tall .image {
        display: none;
    }

    .image-intro.tall {
        padding-bottom: 0!important;
    }

    /* fix currency header size */
    .currency-widget .rp-buy-cur.tabnav-1 {
        min-height: inherit!important;
    }
}

/* END of mobile H1 and H2 change */

/* FIX CUTOUT */
.bc-intro .cutout, .image-intro .cutout {
    margin-left: -13px;
    width: 26px;
}

.cutout:before {
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    transform: skew(40deg);
    background-color: white;
}

.cutout:after {
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    background-color: white;
}

.cutout img {
    display: none;
}

.bc-intro, .image-intro {
    background-color: white;
}
/* END FIX CUTOUT */

/* Fix button arrows */
a.button span {
    float: right;
}

/* End of Fix button arrows */

/* Fix Reviews */
.box-cont p img {
    max-width: 100%;
    max-height: 50px;
    width: auto!important;
    height: auto!important;
}

/*End of Fix Reviews */


/* MEDIUM currency widget */
.buycurrency .top {
    display: block;
}
.buycurrency hr {
    display: none;
}
.buycurrency p {
    display: none;
}
.enter-amount {
    margin-top: 0.5em;
}
.buycurrency input[type="radio"]+label {
    margin: 0.5em 0;
    width: 50%!important;
    padding-bottom: 1em!important;
    float: left;
}
/* hide the small left block */
.eighteen-col.deals.matchHeights.matchTitleHeights {
    display: none;
}
.full-lg.boxes.mods.clearfix {
    background-color: #e3f1fe!important;
}
/* END OF MEDIUM CURRENCY WIDGET */


