/* 
 * Styles specific to the [ehu-news] plugin 
 */

.page.page-id-7421 {

}

#primary .main-article.widget-area, #primary .home-categories.widget-area {
    width: 100%;
}

.home-sidebar {
    float: right;
    clear: right;
    width: 100%;
    background: #f3f3f3;
    margin: 0 0 24px 0;
    margin: 0 0 1.714285714rem 0;
}

.categories h2.categories-title {
    font-size: 18px;
    font-size: 1.285714285714286rem;
    line-height: 1.333333333333333;
}

.categories aside {
    list-style: none;
}

/* Main Article Area */

@media screen and (min-width: 960px) {
    .main-article .widget_news-post .showimage h3,
    .main-article .widget_news-post .showimage p,
    .main-article .widget_news-post .showimage ul,
    .main-article .widget_news-story .showimage h3,
    .main-article .widget_news-story .showimage p,
    .main-article .widget_news-story .showimage ul{
        margin-left: 316px;
    }
}

.icons-ul {
    overflow: hidden; /* Stops the bullets from overlapping the floated image on the left */
    padding-left: 28px;
    padding-top: 8px;
}

/* Home SideBar Video-Audio Slider */

.widget-area h2, .home-sidebar h2, a.crp_title {
    padding: 0 0 24px 0;
    padding: 0 0 1.714285714rem 0;
}
.widget_news-video-audio {
    background-color: #f3f3f3;
}
.widget_news-video-audio .boxslider {
    width:81%;
    padding-left:10%;
    padding-right:10%;
}
.widget_news-video-audio .slider-label {
    background-color: #622e89;
    padding: 0;
    width: 96%;
    color: #FFFFFF;
}
.widget-area .widget_news-video-audio .slider-label a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 10px;
    display: block;
}
.widget_news-video-audio .video-slider-links {
    text-align:center;
}
.widget_news-video-audio .video-slider-links a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    margin: 0 12px;
}
.widget_news-video-audio .fa-volume-up, .widget_news-video-audio .fa-video-camera {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 200%;
    padding: 7px;
    background-color: rgba(0,0,0,0.8);
    display: block;
    text-decoration: none;
}
.widget_news-video-audio .videoslider #btnPrev {
    z-index:100;
    position:absolute;
    width:10%;
    left:0;
    background-color:#A9A9A9;
    height:100%;
    display: table-cell;
    vertical-align: middle;
    background-image: url('../images/prev.png');
    background-repeat:no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.widget_news-video-audio .videoslider #btnNext {
    z-index:100;
    position:absolute;
    width:10%;
    right:0;
    background-color:#A9A9A9;
    height:100%;
    display: table-cell;
    vertical-align: middle;
    background-image: url('../images/next.png');
    background-repeat:no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.widget_news-video-audio #btnNext a, .widget_news-video-audio #btnPrev a {
    display:block;width:100%;height:100%;
}
.widget_news-video-audio #bxpager {
    position: absolute;
    top: 10px;
    right: 5px;
}
.widget_news-video-audio #bxpager a {
    float:left;
    margin:2px;
    display:block;
    width:8px;
    height:8px;
    background-color:#A9A9A9;
    border-radius: 4px;
}
.widget_news-video-audio #bxpager a.active {
    background-color:#622e89;
}

/* Stop the flash of all the videos */
/*.watchlistenslider li { max-width: 100% !important; }*/

/* Events Link Holder Widget */

.events-link-hldr {
    padding: 10px 25px 0px 22px;
}     

/* Homepage Sidebar Feature Story */

#secondary .widget_news-story, #secondary .widget_news-post, #secondary .crp_related aside {
    display:block;
    clear: left;
    overflow: auto;
}

#secondary .widget_news-story, #secondary .widget_news-post, #secondary .crp_related li {
    clear: both;
}

.widget-area .widget_news-story h3, .widget-area .widget_news-post h3, .widget-area .widget_news-story p, .widget-area .widget_news-post p, .widget-area .crp_related a.crp_title {
    clear: none;
    margin-bottom: 0;
}

.widget-area .widget_news-story img, .widget-area .widget_news-post img, .widget-area .crp_related img.crp_thumb {
    width: 30%;
    height: auto;
    float: left;
    clear: both;
    margin-right: 12px !important;
    top: 0 !important;
}

/* Widget - Events Link */

.widget_events-link img {
    margin-top: 15px;
    box-shadow: none !important;
}

.widget_events-link {
    margin-bottom: 11px !important;
}

@media screen and (max-width: 480px) {
    .main-article img.main-story-image { width: 100% !important;}
}

/* Related Post Widget */

.crp_related h3 {
    padding: 10px 0 10px;
}


article#post-7421 .oembed-container {
	width: 50%;
	float: left;
}
article#post-7421 .oembed-container:nth-of-type(2n-1) {
    clear: left;
}
/* Removes padding from side widgets to make it horizontally level with content */
.widget-divider {
    display: none;
}


.oembed-container {

}
@media screen and (min-width:1120px){


}
@media screen and (max-width: 800px){
    .oembed-container {
        width: 100% !important;
    }
}
@media screen and (max-width: 600px){
    .oembed-container {

    }
    iframe {
        width: 99%;
    }

}