/*
Theme Name: PreMoney
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: RodelM
Author URI: 
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

#mc-embedded-subscribe-form input[type="submit"] {
    height: 46px;
    background: none;
    border: none;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    transition: all 0.2s;
    border: 3px solid #da1515;
    background-color: #ff4444;
    text-shadow: 0 0 18px rgba(255,255,255,0.9);
    box-shadow: 0 0 14px 6px rgba(255,43,0,0.4);
    -webkit-box-shadow: 0 0 14px 6px rgba(255,43,0,0.4);
    -moz-box-shadow: 0 0 14px 6px rgba(255,43,0,0.4);
    -o-box-shadow: 0 0 14px 6px rgba(255,43,0,0.4);
    -ms-box-shadow: 0 0 14px 6px rgba(255,43,0,0.4);
}

#mc-embedded-subscribe-form input[type="submit"]:hover, #mc-embedded-subscribe-form input[type="submit"]:focus{
    opacity: 1;
    outline: none;
    background-color: #ff4444;
    box-shadow: 0 0 14px 6px rgba(255,43,0,0.6);
    -webkit-box-shadow: 0 0 14px 6px rgba(255,43,0,0.6);
    -moz-box-shadow: 0 0 14px 6px rgba(255,43,0,0.6);
    -o-box-shadow: 0 0 14px 6px rgba(255,43,0,0.6);
    -ms-box-shadow: 0 0 14px 6px rgba(255,43,0,0.6);
    text-shadow: 0 0 18px rgba(255,255,255,1);
}

#mc-embedded-subscribe-form input[type="submit"]:active{
    position: relative;
    margin-top: 1px;
}

#mc-embedded-subscribe-form input[type="email"],#mc-embedded-subscribe-form input[type="text"] {
    border: 2px solid #fff;
    width: 200px;
    height: 46px;
    padding: 6px 10px;
    font-size: 13px;
    margin: 0.3em;
}



@media (max-width: 991px) {
    #mc-embedded-subscribe-form{
        position: relative;
        left: 200px;
        margin-bottom: 10px;
    }
}

@media (max-width: 700px) {
    #mc-embedded-subscribe-form{
        position: relative;
        left: 150px;
    }
}

@media (max-width: 600px) { 
    #mc-embedded-subscribe-form{
        position: static;
    }
    #mc-embedded-subscribe-form input[type="email"],#mc-embedded-subscribe-form input[type="submit"]{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    #mc-embedded-subscribe-form input[type="email"]{
        margin-bottom: 10px;
    }
}

/*light green bg - breaks*/
/*.row-2 td,
.row-7 td,
.row-12 td,
.row-18 td,  
.row-24 td,
.row-30 td,
.row-36 td,
.row-45 td,
.row-42 td,
.row-39 td{
    background-color: rgba(43,255,0,0.4)!important;
    color: #fff!important;
}*/

/*dark green bg*/
/*.row-13 td,
.row-19 td,
.row-25 td,
.row-31 td,
.row-37 td{
    color: #fff!important;
    background-color: rgba(43,255,0,0.2)!important;
}*/