/* 2016 Prayer Calendar CSS */

.full-hero.home {
    width: 960px;
    background-image:url(/multimedia/pray-continually.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height: 350px;
    margin-left: -180px;
    position: relative;
}

.full-hero.prayer-calendar { 
    width: 960px;
    background-image:url(/multimedia/pray-continually.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    height: 350px;
    margin-left: -180px;
    position: relative;
    
}

.full-hero .cont { 
    padding-left:600px;
    color:#fff;
    font-family: 'Tetria LT W01 Regular';
}
.full-hero .cont .pageTitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 1px;
    text-shadow: 3px 2px 10px #000;
    margin: 0 0 5px;
}

.full-hero .cont .pageTitle::before {
    content: url(/multimedia/skippy-34x34.png);
    position: relative;
    top: 7px;
    margin-right: 3px;
}

.full-hero .cont a.btn {
    font-size:20px;
    text-decoration: none !important;
    bottom: 140px;
    position: absolute;
}

.btn {
    padding: 10px 20px;
    font-weight: bold;
    color: #593301 !important;
    background-image: -webkit-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
    background-image: -moz-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
    background-image: -o-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
    background-image: -ms-linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
    background-image: linear-gradient(bottom, #de9403 0%, #f7bb04 100%);
    border-radius: 5px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(3,3,3,.3);
    border: 2px solid #de9403;
    text-decoration: none !important;
    cursor: pointer;
    margin-top:10px;
    font-size: 1.2em;
}

.full-hero .btn {
     margin-left: 50px;
     margin-right:35px;
}

.block-content .paragraph span.h5 {
    color: #0079c1;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 5px solid #0079c1;
    margin: 20px 0px;
}

img.author-image {
    float: left;
    width: 100px;
    height: 130px;
    margin-right: 20px;
    background-color: #ccc;
}

img.cause-spotlight {
    width: 200px;
    background-color: #ccc;
    height: 140px;
    float: left;
    clear: right;
    margin-right: 15px;
    margin-bottom: 20px;
}

div.cause-spotlight .btn {
    position: relative;
    top: 20px;
}

.yui3-u-3-8 {
    width: 37.5%;
    padding-top: 50px;
}

.yui3-u-3-8 > div {
    margin-left: 30px;
    margin-right: 10px;
}

.toggleFeature .toggleButton {
    padding: 10px;
    font-size: 16px;
    background-color: #a51b31;
    color: #fff;
    background-image: -webkit-linear-gradient(bottom, #9c1f31 0%, #a51b31 100%);
    background-image: -moz-linear-gradient(bottom, #9c1f31 0%, #a51b31 100%);
    background-image: -o-linear-gradient(bottom, #9c1f31 0%, #a51b31 100%);
    background-image: -ms-linear-gradient(bottom, #9c1f31 0%, #a51b31 100%);
    background-image: linear-gradient(bottom, #9c1f31 0%, #a51b31 100%);
    cursor: pointer;
}

.toggleFeature .toggleButtonBlue {
    padding: 10px;
    font-size: 16px;
    background-color: #006ec7; 
    color: #fff;
    background-image: -webkit-linear-gradient (bottom, #116ab1 0%, #006ec7 100%);
    background-image: -moz-linear-gradient(bottom, #116ab1 0%, #006ec7 100%);
    background-image: -o-linear-gradient(bottom, #116ab1 0%, #006ec7 100%);
    background-image: -ms-linear-gradient(bottom, #116ab1 0%, #006ec7 100%);
    background-image: linear-gradient(bottom, #116ab1 0%, #006ec7 100%); }
    cursor: pointer;
}



.toggleFeature .toggleButtonBlue.active::after {
    content: '-';
    display: inline-block;
    right: 29px;
    font-size: 34px;
    position: absolute;
    margin-top: -13px;
}

.toggleFeature .toggleButtonYellow {
    padding: 10px;
    font-size: 16px;
    background-color: #ffb500; 
    color: #fff;
    background-image: -webkit-linear-gradient (bottom, #d99e10 0%, #ffb500 100%);
    background-image: -moz-linear-gradient(bottom, #d99e10 0%, #ffb500 100%);
    background-image: -o-linear-gradient(bottom, #d99e10 0%, #ffb500 100%);
    background-image: -ms-linear-gradient(bottom, #d99e10 0%, #ffb500 100%);
    background-image: linear-gradient(bottom, #d99e10 0%, #ffb500 100%); }
    cursor: pointer;
}



.toggleFeature .toggleButtonYellow.active::after {
    content: '-';
    display: inline-block;
    right: 29px;
    font-size: 34px;
    position: absolute;
    margin-top: -13px;
}
  
.toggleFeature {
    margin-bottom:20px;
}

.toggleFeature .toggleContent {
    padding: 10px;
    background-color: #eee;
    font-size: 14px;
    color: #464646;
    border:1px solid #aaa;
    border-top:0px !important;
}

img.featured-prayer-request, img.featured-praise {
    width: 100%;
    height: 180px;
    background-color: #ccc;
    object-fit: cover;
    object-position: center;
}

.prayer-partner-signup {
    padding: 10px;
    background: #659eda;
    color: #fff;
    font-family: 'Linotype Tetria', sans-serif;
    background-size: cover;
}

.prayer-partner-signup .signup-title {
    font-size: 21px;
    text-align: center;
}

.prayer-partner-signup p {
    color: #fff;
    margin: 20px 0px;
}

.prayer-partner-signup input#fName, input#city {
    margin-right: 8px;
}

.prayer-partner-signup input#fName, input#lName, input#city {
    font-size: 16px;
    padding: 5px;
    width: calc(50% - 6.5px);
}

.prayer-partner-signup input#email, input#address, input#address2, input#zip {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    margin-top: 7px;
}

.prayer-partner-signup input#city {
    margin-top:8px;
}

.prayer-partner-signup select#state {
    width: 48%;
    font-size: 16px;
    position: relative;
    color: #aaa;
}

.prayer-partner-signup .btn {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.mobile-hero { 
    display: none; 
}

.desktop-button {
   display: none;
}