/* Float article images to the left */
article.article img {
    width: 400px;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}


/* Float church images to the right */
article.church img {
    width: 400px;
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
}


/* Search box half-width */
div#block-bootstrapicm-search {
    width: 50%;
    float: right;
}


/* Social media links floated to the right */
section#block-socialnetworklinks {
    float: right;
    clear: right;
}


/* Align language selector */
#block-alternadordeidioma > ul {
    padding-top: 20px;
    float: right;
}
#block-alternadordeidioma > ul > li {
    display: inline;
    padding-left: 10px;
}


/* Style for embedded images in articles */
.align-left {
    margin-right: 20px;
    margin-bottom: 10px;
}
.align-right {
    margin-left: 20px;
    margin-bottom: 10px;
}


/* Alignment of news items on pages */
div.view-latest-news img, div.view-taxonomy-term img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
div.view-latest-news div.views-row, div.view-taxonomy-term div.views-row {
    padding-top: 20px;
    clear: both;
}


/* Alignment of news articles for programmatic news */
div.view-programmatic-news div.views-row,
div.view-news-block-espacios-seguros div.views-row,
div.view-news-block-sustentos div.views-row,
div.view-news-block-proyectos div.views-row {
    padding-top: 20px;
}


/* Alignment of church fields */
div.field--label {
    padding-top: 10px
}


/* Secondary zone, with background image */
.region-sidebar-second {
    background-image: url(images/icm-background.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 250px;
    background-color: white;
    border-color: #dce4ec;
}


/* Padding for subscribe links */
div.feed-icons {
    clear: both;
    padding-top: 40px;
}


/* Formatting for news dates */
div.views-field.views-field-created {
    font-weight: bold;
    padding-bottom: 10px;
}


/* Formatting for news headlines */
.view-latest-news a, .view-taxonomy-term a {
    font-size: larger;
}

/* Remove URLs on print view */
a[href]:after {
  content: "";
}
