a.logobody {
	/*margin:0 -15px;*/
}
.pad-0 {
    padding: 0;
}
b, strong {
    font-weight: bold !important;
}

img.aligncenter {
    width: 100%;
    height: auto;
}
input {
    border: solid 1px #e6e6e6;
    width: 100% !important;
}
textarea {
    border: solid 1px #e6e6e6;
    width: 100% !important;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background: #494949;
    border: #eee;
    padding: 12px;
    color: #fff;
}
.header {
	background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 999;
	    text-align: center;
}
.header img {
    height: 60px;
    margin: 25px;
}
.header .header-menu {
    padding: 7px;
}
.header .header-menu ul {
    padding: 0 0 15px 0;
}
.header .header-menu li {
    list-style-type: none;
    display: inline;
}
.header .header-menu li a {
    padding: 14px;
    color: #727272;
	text-decoration: none;
}
.header .header-menu li a:hover {
    color: #222;
}
.article-h1 {
	line-height: 1.5;
      font-size: 24px;
    margin-bottom: 15px;
      margin-top: 7px;
      text-align:left;
}
.article {
    margin: 20px 0;
}
.article-content {
    line-height: 2;
}
.article-content h2 {
    margin-bottom: 18px;
    margin-top: 36px;
    font-size: 24px;
    line-height: 1.5 !important;
}
.article-content h3 {
    margin-bottom: 20px;
    margin-top: 36px;
    font-size: 22px;
    line-height: 1.5 !important;
}
.article-post .attachment-post-thumb {
    margin-bottom: 0;
}
.kk-star-ratings {
    margin-bottom: 35px;
}
.aside {
	background:yellow;
}
.movie-info {
	text-align: center;
    font-weight: bold;
    padding: 20px 0 20px 0;
}
.related-posts {
	text-align: center;
    font-weight: bold;
    padding: 20px;
}
.footer {
    background: #2b2d30;
    text-align: center;
    padding: 45px 45px 45px 45px !important;
}
.footer a {
    font-size: 20px;
    text-decoration: none;
    color: #bcbcbc;
}
.footer a:hover {
    color: #fff;
}
.footer p {
    font-size: 16px;
    text-decoration: none;
    color: #bcbcbc;
}
.footer .socials a {
    padding: 5px;
}
.movie-trailer {
    border-bottom: solid 4px #903;
    padding-bottom: 10px;
}
.attachment-post-thumb {
    margin-bottom: 30px;
		border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
        height: auto;
    width: 100%;
}
.movie-info-details {
    margin: 50px 0;
    text-align: justify;
		font-weight: normal;
}
.movie-info-details a {
  text-decoration: underline;

}
.article-tags a {
    border: solid 1px #eee;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding: 2px 5px;
    text-decoration: none;
		display: inline-block;
    margin-bottom: 7px;
		transition: all 0.3s;
}
.article-tags a:hover {
    color: #3b3b3b;
}
.article-tags {
    margin-top: 14px;
     margin-bottom: 30px;
}
.article-cat a {
    border: solid 1px #eee;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
		display: inline-block;
    margin-bottom: 7px;
    padding: 2px 5px;
    text-decoration: none;
		transition: all 0.3s;
}
.article-cat a:hover {
    color: #3b3b3b;
}
.article-date {
    color: #686868;
    font-size: 13px;
        padding-top: 15px;
}
.social-share {
    /* background: #eee; */
    display: inline-block;
    /* padding: 8px; */
    margin-top: 15px;
}
.social-share a {
	color: #555;
	font-size: 18px;
    padding-right: 10px;
}
.social-share .facebook-share:hover {
	color: #3b5998;
}
.social-share .twitter-share:hover {
	color: #1da1f2;
}
.social-share .linkedin-share:hover {
	color: #0077b5;
}
.social-share .reddit-share:hover {
	color: #ff4500;
}
.article-post {
    display: block;
    margin: 30px 0 0 0;
}
.article-post h2 {
    color: #555;
    font-size: 16px;
    padding: 15px 0 0 0;
    margin-bottom: 0;
    line-height: 1.4;
    text-align:left;
}
.wp-block-image img {
    border-radius: 5px !important;
    height: auto;
}
.article-post:hover h2 {
    color: #000;
    padding: 15px 0 0 0;
}
.article-post img {
	border-radius: 5px;
	transition: all 0.2s;
  width: 100%;
height: auto;
border: solid 1px #ececec;
}
.article-post:hover img {
	filter: grayscale(100%);
}
.article-post a {
    text-decoration: none;
}
.article-post span {
    color: #555;
    font-size: 16px;
}
.article-post .view {
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-top: 10px;
}
/*.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.3em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}*/





/* Add a black background color to the top navigation */
span.menu {
    padding: 0;
    display: block;
}

.topnav {
  /*background-color: #333;*/
	background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  overflow: hidden;
}
.topnav ul li {
    list-style-type: none;
    display: inline;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  /*padding: 14px 16px;*/

}
.topnav a {
  float: left;
  display: block;
  color: #727272;
  text-align: center;
  padding: 27px 16px;
  text-decoration: none;
  font-size: 17px;
	transition: all 0.2s;
}
a.logo {
    padding-top: 23px;
    padding-bottom: 0;
}
/* Change the color of links on hover */
.topnav a:hover {
  /*background-color: #ddd;*/
  color: #222;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  /*background-color: #04AA6D;*/
  color: #727272;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
.header-search {
    float: right;
		display: block;
    padding: 23px;
}
.header-search-mobile {
    float: right;
		display: none;
    padding: 23px;
}
.pagination .page-numbers {
    background: #78909C;
    color: #fff;

    padding: 5px 12px;
    border-radius: 3px;
}
.pagination a.page-numbers:hover {
    background: #62757e;
}
a.page-numbers{
      text-decoration: none;
}
.pagination .current {
    background: #455A64;
}
nav.navigation.pagination {
    width: 100%;
    margin: 40px 0 0 0;
}
nav.navigation.pagination .nav-links {
    margin: 0 auto;
}
.movie-trailer {
    font-size: 20px;
}
    .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;    margin-bottom: 20px; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mybreadcrumb {
    color: #90A4AE;
    font-size: 12px;
    text-align:left;
    margin-top:30px;
}
.mybreadcrumb a {
    color: #90A4AE;
    text-decoration: none;
}
.mybreadcrumb a:hover {
    color: #607D8B;
}
.archive-description {
    margin: 20px 0 0 0;
}
.articles-section {
    margin-bottom: 30px;
}
a.imdb-link {
  text-decoration: none;
}
a.imdb-link:hover {
  color: #000;
  background: #f5b118;
}
.imdb-link {
  background: #F5C518;
color: #000;
font-size: 14px;
font-weight: bold;
padding: 4px 8px;
border-radius: 3px;
}


a.subtitle_dl_btn {
    color: #fff;
    background: #871212;
    padding: 13px 23px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
a.subtitle_dl_btn:hover {
    background: #670c0c;
}
.subtitle_description {
    text-align: center;
    padding-bottom: 15px;
}

.movie_quote {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 20px;
        display: block;
    margin-bottom: 15px;
    line-height: 2;
}
.archive-description {
    line-height: 2;
}
li.comment {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    list-style-type: none;
    margin-bottom:20px;
}
.comment-author.vcard img {
    display: none;
}
.commentmetadata a {
    text-decoration: none;
    color: #999;
    font-size: 10px;
}
a.comment-reply-link {
    text-decoration: none;
    background: #e2e2e2;
    color: #000;
    border-radius: 15px;
    padding: 5px 18px;
    font-weight: bold;
    font-size: 10px;
}
a.comment-reply-link:hover {
    background: #c3c3c3;
}
.comment-meta.commentmetadata {
    margin-bottom: 10px;
}
h3#comments {
    font-size: 18px;
    margin-bottom: 40px;
}
input#wp-comment-cookies-consent {
    width: unset !important;
}
p.comment-form-author input {
    padding: 7px;
}
p.comment-form-email input {
    padding: 7px;
}
span#email-notes {
    display: none;
}
span.required-field-message {
    display: none;
}
p.comment-form-cookies-consent {
    display: none;
}
.suggest_section {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 17px;
    border-left: solid 4px #903;
    margin-bottom: 15px;
}
.imdb a {
    background: #F5C518;
    display: inline-block;
    padding: 0 10px;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 15px;
}
.single-author-area {
    border-radius: 15px;
    padding: 20px;
    margin-top: 35px;
    padding-bottom: 65px;
}
span.single-author-image {
    float: left;
    display: block;
    width:20%;
}
span.single-author-image img {
    display: block;
    margin-right: 10px;
    width: 100%;
    height: auto;
}
.single-author-title {
    font-weight: bold;
    line-height: 2;
    width:80%;
    text-align: left;
}
.single-author-title a {
    color: #000;
        padding-left: 15px;
}
span.single-author-description {
    display: flex;
        padding-left: 15px;
        font-weight: normal;
    text-align: justify;
}
.up-footer ul {
    list-style-type: none;
    text-align: left;
        padding: 0 !important;
    margin: 0 0 30px 0 !important;
}
.up-footer ul li a {
    font-size: 16px;.article-h1
}
.up-footer p {
    text-align: left;
}
.footer-title {
    color: #fff;
    text-align: left;
    font-size: 17px;
    margin-bottom: 10px;
}
.up-footer {
    margin-bottom: 15px;
}
.flag-page img {
    border: solid 1px #bababa;
}

aside {
    margin: 30px 0;
}
.widget-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    background: #666;
    color: #fff;
    padding: 5px;
}
.widget {
    margin-bottom: 30px;
}
input#searchsubmit {
    margin-top: 10px;
}
.widget ul li {
    list-style-type: none;
    margin-bottom: 16px;
}
.widget ul {
        padding-left: 0 !important;
}
.widget ul li a {
    color: #585858;
    text-decoration:none;
}
.widget ul li a:hover {
    color: #000;
}


/*span.required-field-message, span.required, span.says, span#email-notes {*/
/*    border: none;*/
/*}*/
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
		padding: 20px;
    font-size: 23px;
  }
	a.logo {
	    /*padding-top: 15px;*/
	    /*padding-bottom: 13px;*/
	    padding: 20px .0 !important;
	}
  .topnav a {
    padding: 10px 16px;
  }
	.topnav {
    padding: 10px 16px;
}
.attachment-post-thumb  {
 width: 80%;
}
.header-search {
    float: right;
		display: none;
    padding: 23px;
}
.header-search-mobile {
    float: right;
		display: block;
    padding: 23px;
}
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 16px;
    top: 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
