/*
 Theme Name:   Poseidon Child
 Theme URI:    https://themezee.com/themes/poseidon/
 Description:  Poseidon Child Theme
 Author:       ThemeZee
 Author URI:   https://themezee.com
 Template:     poseidon
 Version:      1.0.10
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, light, blue, custom-background, custom-header, custom-menu, blog, news,  editor-style, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, fluid-layout, responsive-layout, one-column, left-sidebar, right-sidebar, three-columns, black, red, silver, white, green, gray
 Text Domain:  poseidon-child
*/

.site-branding .custom-logo {
    max-width: 250px;
}

/* Trailer Addict Styles */
.outer-embed-ta {
    position:   relative;
    width:      100%;
    height: 0;
    padding-top:   56.25%; /* This is your aspect ratio */
    margin-bottom: 20px;
}

.embed-ta {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
    width:    100%;
    height:   100%
}
/* End Trailer Addict Styles */

.cofca-header-announcement {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.cofca-header-announcement a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

/* Top 10 Plugin Overrides */
.tptn_posts_daily ul {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	list-style-type: none;
}

.tptn_posts_daily ul li {
	margin-top: 10px;
}

.tptn_posts_daily ul li:first-child {
	margin-top: 0;
}

.tptn_posts_daily ul li a {
	color: #404040;
}

.tptn_posts_daily ul li a:hover {
	color: #22aadd;
}
/* End Top 10 Plugin Overrides */

/* Related Posts for Wordpress Styles */
.rp4wp-related-posts h3 {
    border-bottom: 1px solid #ccc;
    font-size: 1.5em;
    margin-top: 30px;
}

.rp4wp-related-posts ul {
    display: flex;
    list-style-type: none;
    margin: 0;
}

.rp4wp-related-posts li {
    margin-left: 20px;
    max-width: 150px;
}

.rp4wp-related-posts li:first-child {
    margin-left: 0;
}
/* End Related Posts for Wordpress Styles */

.type-movie {
	margin: 0 0 3em;
}

.upw-posts article {
	border-bottom: 0;
	margin-bottom: .5em;
	padding-bottom: 0;
}

.upw-posts h4 {
	font-size: 1em;
}

.member-reviews, .member-reviews--results {
    display: flex;
    flex-direction: column;
}

.member-reviews {
    background: #f1f1f1;
}

.member-reviews--results {
    margin-bottom: 40px;
}

.member-reviews__poster {
    width: 200px;
    min-width: 200px;
    height: auto;
    line-height: 0;
    margin: 30px auto 0 auto;
}

.member-reviews__poster img {
    box-shadow: 0 0 20px #aaa;
}

.member-reviews__list {
    padding: 0 30px;
}

.member-reviews__list h1, .member-reviews__list h2 {
    margin-top: 10px;
}

.movie-details, .movie-trailer, .movie-tags {
    margin-top: 30px;
    position: relative;
}

.movie-details h2, .movie-trailer h2 {
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}

.movie-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.movie-details__imdb-rating {
    position: absolute;
    top: 5px;
    right: 0;
}

video.trailer {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.size-medium_large {
    box-shadow: 0 0 20px #aaa;
    max-height: 350px;
}

@media (min-width: 641px) {
    .member-reviews, .member-reviews--results {
        flex-direction: row;
    }
    .member-reviews__poster {
        margin: 0;
        text-align: left;
    }
    .member-reviews__list {
        margin-top: 0;
    }
}