/*
Theme Name: Saint Peters - Advancement Theme
Theme URI: http://ellucian-wp.ellucian.com
Author: Ellucian
Author URI: http://www.ellucian.com
Template: spc-base-theme
Description:
Version: 2.0
*/

@import url("../spc-base-theme/style.css");

.button.green-button {
    background-color: #b5bd00;
    border: none;
    padding: 15px 75px 16px;
}

.button.green-button:hover,
.button.green-button:focus {
    background-color: #697100;
}

/* Slider */
.site-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.site-slider h3 {
    font-family: "Kameron", Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-size: 27px;
    font-weight: bold;
}

.site-slider .blue-content {
    padding: 15px;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #0072ce;
}

.site-slider .ribbon {
    height: 22px;
    width: 100%;
    background-image: url(img/dot.png);
    background-repeat: repeat-x;
    background-position: top center;
    position: absolute;
    top: -22px;
}

.site-slider h3 {
    color: #fff;
    margin-bottom: 5px;
}

.site-slider p {
    font-size: 16px;
}

.site-slider a {
    font-weight: 700;
    color: #f1b434;
}

.wp-caption {
    padding: 15px;
    background-color: #e7ebf2;
}

.wp-caption img {
    max-width: 100%;
}

.wp-caption p.wp-caption-text {
    margin-top: -5px;
    font-size: 27px;
    line-height: 2;
    color: #fff;
    background-color: #003c71;
}

h1.more-info {
    background-image: url(img/more-info.png);
    -moz-background-size: 259px 49px;
    -o-background-size: 259px 49px;
    -webkit-background-size: 259px 49px;
    background-size: 259px 49px;
    width: 259px;
    height: 49px;
}
