/*
Theme Name: wrmppf
Layout: Content-Sidebar
*/


#masthead-banner.large {
   padding: 0; 
   height: auto;
   max-height: 500px;
}

#masthead-banner.large .masthead-img { 
    width: 100%;
    height: auto;
    max-height: 500px;
}


blockquote {
    color: #f39a40; color: hsl(30,88%,60%);
    text-align: center;
    
    margin: 0 6em;
}
blockquote p {
    margin: 1em auto;
    
}


.content-area {
    width: 100%;
    float: left;
    padding-top: 30px; padding-top: 3rem;
}
.site-content {
    /*background: url('../images/paper-texture.jpg') repeat white;*/
    
}




.site-main article,
.page .site-main .boxed-caption .wp-caption,
#news-container article {
    background: white;
    padding: 20px;
    padding: 2rem;
    /*-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
       -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);*/
}

.page .site-main article { 
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.page .site-main .boxed-caption .wp-caption {
    width: 100% !important;
    margin-bottom: 20px;
    clear: both;
}

.page .site-main .wp-caption-text {
    
    text-align: left;
    font-size: .8em;
}
.page .site-main .boxed-caption .wp-caption img {
    float: left;
    margin: 0 20px 0 0; margin: 0 2rem 0 0;
    display: block;
}
.page .site-main .boxed-caption .wp-caption.alignright img {
    float: right;
    
    margin: 0 0 0 20px; margin: 0 0 0 2rem ;
}




.entry-header,
.entry-content,
.entry-meta,
.entry-footer,
.tag-links,
.post-navigation,
.comments-area {
    position: relative;
    /*max-width: 780px;
    max-width: 78rem;*/
    /*padding: 0 4rem;*/
    /*padding: 0 4rem 0 0;*/
    padding: 0;
    margin: 0 auto;
}

.posted-on a {
    color: #5d5d5d; color: hsl(0, 0%, 36%) !important;
    text-decoration: none;
    font-weight: bold;
}
.posted-on a:hover {
     text-decoration: underline;
}
.entry-meta {
    margin-top: 10px; margin-top:1rem;
    text-transform: uppercase;
    
    font-size: 13px; font-size: 1.3rem;
    letter-spacing: .03em;
}
.single .byline, .group-blog .byline {
    
    display: none;
}


#news-container {
    background: #3FA9B7 url('../images/home-news-bg.jpg') center bottom no-repeat;
    min-height: 600px;
    font-size: .9em;
}

#news-container h1 { text-align: center;color: white;margin-bottom: .5em; }


#news-container article h2 {
    margin-top: -.2em;
    margin-bottom: -.1em;
}
#news-container .content-area {
   
}
#news-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
     
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    
}
#news-items > li {
    /* background: white;*/
    /*padding: 20px;
    padding: 2rem;*/
    display: block;
    /*margin-bottom: 20px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
       -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    */
    background-color: white;
     margin-bottom: 20px; margin-bottom: 2rem;
    
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
       -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
    
}
#news-items > li.first {
    clear: left;
}

#news-items article {
    margin: 0;
}

#news-all-btn-container {
    text-align: center;
    margin: 1em 0 2em;
}
#news-container a.continue-reading.white {
    
    background-color: white; 
    color: #3FA9B7;
    cursor: pointer;
    margin: 0 auto;
    font-weight: normal;
    font-size: .9em;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
       -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
            box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
      -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            
            
}
#news-container a.continue-reading.white:hover {
    background-color: white; 
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

#news-container .entry-meta
{
    display: none;
}

#circle-graphic-container .content-area {
    padding-bottom: 30px;
    padding-bottom: 3rem
        
}
    
#circle-graphic-container img {
  display: block;
  
}

a.continue-reading {
    font-size: .7em;
}


.the-soliloquy-container {
    max-width: 2000px; 
    width: 100%;
    margin: 0 auto;
    max-height: 500px;
    height: 500px;
    overflow: hidden;
    z-index: 1;
}

.soliloquy-next, .soliloquy-prev {
    background-color: transparent !important;
    height: 80px !important;
    margin-top: -40px !important;
}


@media screen and (max-width: 2000px) {

    .the-soliloquy-container {
        width: 150%;
        max-width: none;
        position:relative;
    }
    .the-soliloquy-container .soliloquy-container {
        max-width: 100% !important; 
        margin: 0 0 0 -17% !important;
    }
    
    
    .soliloquy-next {
        right: 18% !important;
    }
    .soliloquy-prev {
        left: 18% !important;
    }
    
}

@media screen and (max-width: 1400px) {

    .the-soliloquy-container {
        width: 175%;
        max-width: none;
    }
    .the-soliloquy-container .soliloquy-container {
        max-width: 100% !important; 
        margin: 0 0 0 -22% !important;
    }
    
    .soliloquy-next {
        right: 23% !important;
    }
    .soliloquy-prev {
        left: 23% !important;
    }
    
}

@media screen and (max-width: 1240px) {
    
    .site-main article,
    .paging-navigation,
    .post-navigation,
     {
        margin-left: 15px;
        margin-left: 1.5rem;
        
        margin-right: 15px;
        margin-right: 1.5rem;
    }
    #news-container .content-area,
    #circle-graphic-container .content-area {
        padding-left:  15px; padding-left:  1.5rem;
        padding-right:  15px; padding-right:  1.5rem;
        
    }
   
    
    blockquote {

        margin: 0 3em;
    }
    
     .the-soliloquy-container {
        width: 210%;
        position:relative;
        max-width: none;
    }
    .the-soliloquy-container .soliloquy-container {
        margin: 0 0 0 -26% !important;
    }
     .soliloquy-next {
        right: 27% !important;
    }
    .soliloquy-prev {
        left: 27% !important;
    }
    
    
}
    
@media screen and (max-width: 1000px) {
     .the-soliloquy-container {
       height: auto;
         max-height: none;
         /*width: 175%;*?
    }
    .the-soliloquy-container .soliloquy-container {
         /*margin: 0 0 0 -22%;*/
    }
    
}

@media screen and (max-width: 860px) {
    /* toggle mobile menu  */
    .site-content .widget-area {
       float: left;
       width: 100%;
       font-size: 18px;
       font-size: 1.8rem;
    }
    .content-area {
        margin-right: 0;
        padding-right: 0;
    }
    
    .site-main article,
    .paging-navigation,
    .post-navigation {
    }
    #news-container .grid-half {
        width: 100%;
        float: none;
        margin-right: 0;
     }
    #paf-circle-graphic {
        width: 300px;   
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
     /* toggle mobile layout (no sidebar)  */
    
    .page .site-main .boxed-caption .wp-caption img,
    .page .site-main .boxed-caption .wp-caption.alignright img {
        float: none;
        margin: 0 0 20px 0; margin: 0 0 2rem 0;
    }
  
    
    blockquote {

        margin: 0 1.5em;
    }
    
     .soliloquy-next {
        right: 26% !important;
    }
    .soliloquy-prev {
        left: 26% !important;
    }
}


.post-image-h {
    width: 100%;
    float:none;
    height: 260px;
    background-size: cover;
    margin: 20px 0;
    margin: 2rem 0;
}

.post-image-v {
    width: 50%;
    float:left;
    height: 450px;
    
    margin-right: 4%;
    
    background-size: cover;
}
.post-image-v-container {
    float: left;
    width: 44%;
}
@media screen and (max-width: 1240px) {
    .post-image-h { 
        
        height: 280px;
    }
    #news-container {
        background: #3FA9B7 ;
       
    }

}


@media screen and (max-width: 1000px) {
.grid-half,
     .grid-third,
     .grid-two-thirds {
        width: 100%;
        float: none;
        margin: 0;
     }
     .post-image-h { 
        
        height: 350px;
    }
}


@media screen and (max-width: 640px) {
     
   .post-image-v {
        width: 80%;
        max-width: 260px;
        float: none;
        height: 350px;
        margin: 0 auto 20px;
        margin: 0 auto 2rem;
        padding-top: 0;
    }
    .post-image-v-container {
        width: 100%;
            
        float: none;
    }
    .post-image-h { 
        
        height: 250px;
    }
    
    .site-content {
        background: white;
    }
}




@media screen and (max-width: 500px) {
     
   .post-image-v {
        
        height: 300px;
       
    }
    .post-image-h { 
        
        height: 200px;
    }
}
