/*
 Theme Name:   Vantage Child Theme
 Theme URI:    http://www.wpbeginner.com/
 Description:  A Vantage child theme
 Author:       WPBeginner
 Author URI:   http://www.wpbeginner.com
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  vantage-child
*/

@import url("../vantage/style.css");
html {
    background: url('http://circlecitychicks.com/wp-content/uploads/2017/02/bg.jpg') center fixed;
    background-size: cover;
}
#main {
    padding: 35px !important;
}
body.layout-full,
#main {
    background: transparent;
}
.fivedayfix {
    text-align: center;
    padding: 10px 15px 40px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    width: 700px;
    background: #fdfdfd;
    background-color: rgba(0,0,0,0.8);
    border: 6px solid #ff0000;
}
.fivedayfix h2 {
    padding: 10px;
    font-size: 40px !important;
    line-height: 50px;
    font-weight: bold;
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.1 !important;
    font-weight: bold;
    color: #ffffff;
    border-radius: 10px;
}
.fivedayfix span {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.af-element.buttonContainer {
    margin: 0 auto;
    position: relative;
    width: 400px;
    max-width: 70%;
}
.fivedayfix input,
.fivedayfix .fdf-btn {
    padding: 15px 10px;
    width: 400px;
    max-width: 100%;
    text-align: center;
    white-space: normal;
    font-size: 16px;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 0;
    border: 1px solid #bbb;
}
.fdf-btn {
    background: #ee0c0c !important;
    color: #fff !important;
    font-size: 18px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    padding: 15px 50px !important;
    border: none !important;
}
.fivedayfix input.fdf-btn {
    max-width: 100%;
}

.fdf-btn:hover {
    background: #ff0000 !important;
}
.fivedayfix span.hltd {
    font-size: inherit;
    text-decoration: none;
    color: #ffca00;
    margin-right: 10px;
    text-shadow: 1px 1px 1px #000;
}
.fivedayfix input[type="text"] {
    text-transform: lowercase;
}
.pp {
    color: #fff;
    font-size: 12px;
}
i.fa.fa-lock {
    color: #e88300;
    margin-right: 5px;
}

a.fdf-btn i {
    margin-right: 3px;
    font-size: 23px;
    vertical-align: bottom;
    line-height: 23px;
}

@media (max-width: 768px) {
    .fivedayfix h2 {
        font-size: 26px !important;
        line-height: 1;
    }
}
@media (max-width:520px){
    .af-element.buttonContainer:after {
        display: none;
    }
}
@media (max-width: 488px) {
    .fdf-btn {
        padding: 15px !important;
    }
    .fdf-btn:after {
        top: 20%;
    }
}
@media (max-width: 430px) {
    .fdf-btn:after {
        display: none;
    }
}