/*
Theme Name: Vantage Child Theme
Version: 1.0.0
Description: A child theme for Vantage.
Author: Your Name
Author URL: http://www.your-url.com
Text Domain: vantage-child
Template: vantage
*/


@import url("../vantage/style.css");

@import url("../vantage/styles/green.css");

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #231F20;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
}

.header .site-title {
    margin: 0;
    clear: none;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: 100;
}

.table-listing-plans .plan-description {
    color: #231F20;
}

.text-muted {
    color: #231F20 !important;
}

.input-text, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    color: #231F20;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    background-color: #F3F3F4;
    border: 0;
}

#content {background: none;}

.header .site-description {
    margin: 0.125em 0 0 0;
    font-size: 18px;
}


@media screen and (min-width: 40em) {
    h2 {
        font-size: 38px;
    }
}
h2 


.entry-cover.has-image .entry-title, .listing-cover.has-image .entry-title, .callout-cover.has-image .callout-title {
    filter: none;
}

input[type='button'], input[type='reset'], input[type='submit'] {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s 
ease-out, color 0.25s 
ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0.85em 1em;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    background-color: #70c7ba;
    color: #FEFEFE;
}

input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus {
    background-color: #49EACB;
    color: #FEFEFE;
}

.entry-cover, .listing-cover {
    background-color: #70c7ba;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}