/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.newsletter-holder h3 {
    margin-top: 0.85em;
}
#top form.es_shortcode_form {
    margin: 0;
}
#top .footer_color .es_shortcode_form input[type="text"] {
    width: 100%;
    max-width: 300px;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
    border-color: #dddddd;
    background-color: #fff;
    color: #919191;
    margin-right: 15px;
}
#top .footer_color .es_shortcode_form input[type="text"]:focus {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
#top .footer_color .es_shortcode_form input[type="button"] {
    background-color: #5f284f;
    color: #ffffff;
    border: 0;
    margin: 0;
    padding: 14px 20px;
    border-radius: 2px;
    width: 100%;
    max-width: 140px;
    outline: none;
    font-weight: bold;
    transition: 0.2s all linear 0s;
}
#top .footer_color .es_shortcode_form input[type="button"]:hover {
    background-color: #736766;
    cursor: pointer;
}
#top .footer_color .es_shortcode_form .form-group-inline {
    padding: 0;
}
#footer .newsletter-holder .widget {
    margin: 30px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aaa !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aaa !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #aaa !important;
}
#es_msg_pg {
    color: #aaa;
}
#es_msg_pg.success {
    color: limegreen;
}
#es_msg_pg.error {
    color: red;
}
#top .es_textbox label.text-normal {
    font-weight: normal;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}
#top .es_textbox label.text-normal input[type="checkbox"] {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Add your Desktop Styles here */
    #top .footer_color .es_shortcode_form input[type="text"] {
        max-width: 300px;
    }
    #top .footer_color .es_shortcode_form input[type="submit"] {
        max-width: 100px;
    }
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 560px) {
  /* Add your Mobile Styles here */
    #top .footer_color .es_shortcode_form input[type="text"] {
        max-width: 100%;
    }
    #top .footer_color .es_shortcode_form input[type="submit"] {
        max-width: 100%;
        margin-top: 15px;
    }
}

/* -------------- MILESTONES ----------------------------------------- */
.milestones {
    display: table;
    width: 100%;
    color: #6a737d;
    margin-bottom: 40px;
}
.milestones .milestone {
    margin-bottom: 22px;
    border: 1px solid #eaecef;
}
.milestones .milestone::after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 0;
    clear: both;
}
.milestones .milestone .milestone-title,
.milestones .milestone .milestone-progress {
    padding: 15px 20px;
    float: left;
}
.milestones .milestone .milestone-title {
    width: 40%;
}
#main .milestones .milestone .milestone-title h2 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.milestones .milestone .milestone-progress {
    width: 60%;
}
.milestones .milestone .milestone-progress .progress-bar {
    margin: 7px 0 12px;
    height: 10px;
    border-radius: 3px;
    background: #eaecef;
    overflow: hidden;
    width: 100%;
    box-shadow: none;
}
.milestones .milestone .milestone-progress .progress-bar .progress {
    height: 10px;
    background: #2cbe4e;
    border-radius: 3px;
}
.milestones .milestone .milestone-progress .stats > div {
    display: inline-block;
    padding-right: 15px;
}

/* ------------------- SEO --------------------------- */
h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
}
h1.logo {
    font-size: 0;
}
h2,
.entry-content-wrapper h2.av-special-heading-tag {
        font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
}
h3 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
}
h5 {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 4px;
}
h6 {
    font-size: 16px;
    line-height: 1.1em;
}
.home #main h3 {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    color: #63284d;
}
#footer h2 {
    font-size: 1.5em;
    line-height: 1.1em;
    margin-bottom: 8px;
}
#footer h2.widgettitle {
    font-size: 1.1em;
}
.entry-content-wrapper ul {
    margin: 0 0 30px 30px;
}
.entry-content-wrapper h2 {
    font-size: 21px;
}