/*	
    Theme Name: hd movie point
	Description: This is a Our Officeal Website.
	Version:3.0
	Author:hdmoviepoint org
	Author URL:https://hdmoviepoint.org
*/


/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'Raleway', Arial, Tahoma;
	font-size: 0.95em;
	border: 0;
	color: #111;
	background-color: #e5e5e5;
}

/* Links */
a, a:link, a:visited{
	color: #004488;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'Raleway', Arial, Tahoma;
}
input[type="submit"] {
	border: none;
	color: #333;
	background-color: #eee;
}
input[type="submit"]:hover {
	background-color: #ddd;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {  
	content: " ";
	display: table;  
}  
.clearfix:after {  
	clear: both;
}  
.clearfix {
    *zoom: 1; /* For IE 6/7 only */  
}

/* Make Form Elements responsive */
input, textarea, select {
	width: 97%;
}

/* Basic Structure 
-------------------------------------------------------------- */
#wrapper {
	max-width: 1340px;
	width: 92%;
	margin: 1em auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#header-wrap {
	border-top: 4px solid #004488;
}
#header {
	padding: 2.5em;
	background: #fff;
}
#wrap {
	clear: both;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 100%;
	padding: 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	margin-left: 70%;
	width: 30%;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
	background: -moz-linear-gradient(left, #e6e6e6 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e6e6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #e6e6e6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #e6e6e6 0%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #e6e6e6 0%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to right, #e6e6e6 0%,#f3f3f3 100%); /* W3C */
}
#content-full {
	padding: 2em 2em 0;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
}
#logo .site-title {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	color: #004488;
	font-family: 'Bitter', Georgia, Arial, Tahoma;
}
#logo a:hover {
	text-decoration: none;
}
#logo a:hover .site-title {
	color: #333;
	text-decoration: none;
}
#logo .site-description {
	float: right;
	margin: 0.4em 0 0 1em;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #444;
}

/* Header Content */
#header-content {
	display: inline;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-content div {
	float: right;
	margin-left: 0.5em;
}

/* Custom Header Image */
#custom-header {
	margin: 0;
}
#custom-header img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Top Navigation Menu
-------------------------------------------------------------- */
#topnav-toggle, #topnav-icon {
	display: none;
}
#topnav {
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}
#topnav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#topnav-menu li{
	float: left;
	position: relative;
	margin-left: 0.5em;
	border-right: 1px solid #e5e5e5;
}
#topnav-menu a {
	display: block;
	padding: 0.7em 1em 0.7em 0.5em;
	text-decoration: none;
	font-size: 0.85em;
}
#topnav-menu a:link, #topnav-menu a:visited{
	color: #222;
	text-decoration: none;
}
#topnav-menu a:hover {
	color: #555;
	text-decoration: underline;
}
#topnav-menu li.current_page_item a, #topnav-menu li.current-menu-item a {
	text-decoration: underline;
}

/* Navigation Menu
-------------------------------------------------------------- */


/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1em;
	padding: 1em;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
#sidebar .widget {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widgettitle {
	font-size: 0.9em;
	font-family: 'Raleway', Arial, Tahoma;
	padding: 0.9em;
	margin: -0.5em -0.5em 1em -0.5em;
	background: #004488;
	color: #fff;
	box-shadow: inset 0 0 1px #bbb;
	border: 1px solid #004488;
}
.widget .textwidget {
	line-height: 1.5em;
}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul {
	line-height: 1.5em;
}
.widget ul {
	list-style: circle inside;
	color: #555;
}
.widget ul .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #004488;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widgettitle a:link, .widgettitle a:visited  {
	color: #fff;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Custom Menu Widget */
.widget_nav_menu .menu ul {
	padding: 0.3em 0 0.3em 1em;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar caption {
	font-style: italic;
	margin-bottom: 0.1em;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
}
#wp-calendar tfoot tr td {
	padding-top: 0.5em;
}
#wp-calendar #next {
	padding-right: 0.8em;
	text-align: right;
}


/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 2em 0;
	padding: 0 0 0.5em 0;
}
.page-title, .post-title {
	font-weight: bold;
	font-family: 'Bitter', Georgia, Arial, Tahoma;
	color: #004488;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.page-title {
    font-size: 2.3em;
	padding: 0.1em 0;
}
.post-title {
    font-size: 1.5em;
	padding: 0.3em 0;
}
.post-title a:link, .post-title a:visited {
	color: #004488;
	text-decoration: none;
}
.post-title a:hover, .post-title a:active{
	color: #333;
	text-decoration: underline;
}
.sticky {
	border-left: 5px solid #ddd;
	padding-left: 1.5em;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.postmeta, .postinfo {
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 0.9em;
}
.postinfo {
	clear: both;
	margin: 1em 0 0;
}
.postmeta span, .postinfo span{
	margin-right: 0.5em;
}
.postmeta a:link, .postmeta a:visited {
	color: #555;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active{
	text-decoration: none;
}

/* Postmeta Icons */
.postmeta span:before, .postinfo span:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'Genericons';
	vertical-align: middle;
	color: #777;
}
.postmeta .meta-date:before{
	content: '\f307';
}
.postmeta .meta-author:before{
	content: '\f304';
}
.postmeta .meta-category:before{
	content: '\f301';
}
.postinfo .meta-comments:before{
	content: '\f300';
}
.postinfo .meta-tags:before{
	content: '\f302';
}

/* Read more Link */
.more-link {
	display: inline-block;
	font-weight: bold;
	margin: 1em 0 0.5em;
	padding: 0.4em 1em;
	text-decoration: none;
	color: #333;
	background-color: #eee;
}
.more-link:link, .more-link:visited {
	color: #333;
}
.more-link:hover, .more-link:active {
	background-color: #ddd;
	text-decoration: none;
}

/* Archives and Search Heading */
.archive-title {
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #aaa;
}
.archive-title span{
	color: #004488;
}

/* Content Pagination */
.post-pagination {
	margin-bottom: 1em;
	color: #333;
}
.post-pagination a {
	padding: 0.2em 0.6em;
	margin-right: 0.2em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #004488;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #004488;
}
.post-pagination a:hover {
	text-decoration: underline;
}
.post-pagination .current {
	padding: 0.2em 0.6em;
	margin-right: 0.2em;
	background: #004488;
	color: #fff;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
    line-height: 1.6em;
    margin: 0.4em 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-right: 5px;
    margin-left: 5px;
    width: 173px;
    padding: 5px;
    float: left;
    border: 3px #a6a6a6 solid;
    height: 250px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    height: 271px;
}
.entrysingle {
	line-height: 1.6em;
	margin: 0.4em 0;
   -ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-right:5px;
	margin-left:5px;
	padding:20px;

}
.spost a{
    text-decoration: underline;
}
.spost img{
    margin-top: 10px;
    max-width: 100% !important;
    height: auto !important;
}

.recentpost {
	
	padding:10px;

}
.ptitle {
font-size: 1.2em;
	font-family: 'Raleway', Arial, Tahoma;
	padding: 13px 0px 22px 15px;
	background: #004488;
	height:9px;
	color: #fff;
	box-shadow: inset 0 0 1px #bbb;
	border: 1px solid #004488;

}
.fpost {
	border:2px #004488 solid;
	margin-bottom:20px;
	height:560px;
	padding:10px;

}

.entry:hover {
	border:3px #0080ff solid;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.4em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background: #f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.2em 0;
	padding: 0.3em 1.4em;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	margin: 1.2em 2em 1em 0;
	height: auto;
}

.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto; 
	display: block;
}

/* Gallery Styling */
.gallery {
	padding-top: 1em;
}
.gallery-item {
	padding: 0.3em 1em 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0;
	padding: 2px;
	border: 1px solid #ddd !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0.5em 0;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin-bottom: 1.5em;
	padding: 0.5em;
	color: #333;
	border-bottom: 1px dashed #aaa;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	font-size: 0.9em;
	text-decoration: none;
	color: #004488;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	text-decoration: underline;
}
/* Search Form
-------------------------------------------------------------- */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}
.search-form .search-submit:hover .genericon-search {
	color: #333;
}






/* Category Posts Widgets */
.widget-category-posts {
	margin-bottom: -1.5em;
}
.widget-category-posts .widgettitle .category-archive-link {
	float: right;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-next {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 21px;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
	content: '\f429';
	margin: -4px -4px 0 0;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-next:hover {
	text-decoration: none;
}
.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
.widget-category-posts .more-link:link, .widget-category-posts .more-link:visited  {
	color: #333;
}
.widget-category-posts .more-link:hover, .widget-category-posts .more-link:active {
	text-decoration: none;
}
.widget-category-posts .big-post .post-title {
	font-size: 1.35em;
}
.widget-category-posts .big-post .wp-post-image {
	margin: 0 0 0.5em 0;
}
.widget-category-posts .small-post {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ddd;
}
.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 30%;
}
.widget-category-posts .small-post .small-post-content {
	padding: 0.4em 0.8em;
}
.widget-category-posts .small-post .post-title {
	border: none;
	margin: 0 0 0.3em;
	padding: 0;
	font-size: 1.15em;
}
.widget-category-posts .small-post .postmeta {
	display: inline;
}
.widget-category-posts .small-post .postmeta .meta-date:before{
	content: '\f307';
}
.widget-category-posts .small-post .postmeta .meta-comments:before{
	content: '\f300';
}
.widget-category-posts .widget-category-posts-content .small-posts .small-post:last-child,
.widget-category-posts .category-posts-columns .small-post:last-child,
.widget-category-posts .category-posts-grid-row:last-child .small-post {
	border-bottom: none;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .big-post {
	float: left;
	width: 50%;
	padding-right: 1em;
	margin-bottom: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .small-posts {
	width: 50%;
	margin-left: 50%;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -2em;
}
#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
	float: left;
	width: 50%;
	padding-right: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
	padding-right: 2em;
}


/* Front Page Category Area Thre (two columns) */
#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-columns .big-post {
	margin-bottom: 1.5em;
}

/* Single Category Post ) */
#widget-category-posts-single .single-post {
	margin: 0 0 2em 0;
}
#widget-category-posts-single .single-post .wp-post-image {
	margin: 0 0 0.5em 0;
}
#widget-category-posts-single .single-post .more-link {
	margin: 0;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	margin-top: 1px;
	padding: 1.2em;
	color: #fff;
	background: #004488;
}
#footer #footer-text {
	float: right;
	font-size: 0.85em;
}
#footer #footer-text a:link, #footer #footer-text a:visited {
	color: #fff;
	border-bottom: 1px dotted #ccc;
}
#footer #footer-text a:hover, #footer #footer-text a:active {
	border-bottom: none;
	text-decoration: none;
}

.content_postss p{
margin-bottom: 15px;
}





/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}
	#content {
		width: 100%;
	}

	#left_side{
    	width: 67%;
	}

	#sidebar {
		margin-left: 67%;
		width: 33%;
	}
	#logo .site-title {
		float: none;
	}
	#logo .site-description {
		float: none;
		margin: 0.4em 0 0 0;
		font-size: 1.2em;
	}
	.widget-category-posts .type-post .post-title {
		font-size: 1.2em;
	}
	.widget-category-posts .small-post .post-title{
		font-size: 1.05em;
	}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 65em) {
	#wrapper {
		width: 96%;
		margin: 1em auto;
	}
	#logo .site-description {
		font-size: 1.1em;
	}


}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#wrapper {
		width: 100%;
		margin: 0;
	}
	#header {
		padding: 2em;
		text-align: center;
	}
	#content {
		float: none;
		width: 100%;
	}

	
	#sidebar {
		clear: both;
		margin: 2em 0 0;
		width: 100%;
	}
	#logo {
		float: none;
		width: 100%;
	}
	#header-content {
		display: block;
		text-align: center;
	}
	#header-content div {
		float: none;
		margin: 1em 0 0;
	}
	#header-content #header-search .search-form {
		display: inline-block;
		max-width: 350px;
	}
	#header-content #social-icons-menu li {
		float: none;
		display: inline-block;
		margin: 0 1px 2px 0;
		padding: 0;
		background: #222;
	}


}

#post_images img{
max-width: 100%;
    height: 221px;
    margin-bottom: -26px;
    margin-top: 1px;
}



.separator img{
    width: 100%;
    max-height: 450px;
    margin-bottom: 21px;
}

.content_postss{
	text-align: justify;
}

.entrysingle h3{
	font-weight: bold;
    font-family: 'Bitter', Georgia, Arial, Tahoma;
    color: #004488;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.spost a:hover{
	color: #217BD5;
}

.content_postss h1{
	font-size: 28px;
    margin-top: 15px;
    margin-bottom: 14px;
    color: red;
    font-weight: bold;
}



.more_movies{
	padding: 25px;
    text-align: center;
}
.more_movies h3{}
.more_movies a{
	    padding: 10px;
    background: #ddd;
    font-size: 16px;
       border-radius: 4px;
}
.more_movies a:hover{background: #004488;color: #fff}

#left_side{
    float: left;
    width: 70%;
    overflow: hidden;
}

.latest_movie{

}

.latest_post{
    border: 3px #a6a6a6 solid;
    padding: 6px;
    margin-bottom: 10px;
    text-align: center;
}
.latest_post img{
	    width: 100%;
    height: 263px;
}


.latest_movie a:hover{text-decoration: none}
.latest_post:hover{ border: 3px #0080FF solid;}

#latest_content{
    color: #004488;
    margin-bottom: 0px;
}


.wpcf7-form-control{
width: 97%;
    margin-bottom: 16px;
}

.footer_right_ul_class{}
.footer_right_ul_class li{
float: left;
    margin-right: 25px;
}
.footer_right_ul_class li a{}

#movie_name{
    color: #004488;
    font-size: 16px;
    font-weight: normal;
    margin-top: 27px;
    height: 36px;
    overflow: hidden;
    line-height: 19px;
    
}

#populer_items{
	width: 143px;
    overflow: hidden;
    float: left;
}



.populer_post_items{
    width: 122px;
    height: 216px;
}

.populer_post_items img{
	max-width: 100%;
    height: 167px;
    margin-bottom: -26px;
    margin-top: 1px;
}

.populer_post_items h1{
	font-size: 14px !important;
}




/*------------------------------------------------------------------
[Comments]
-------------------------------------------------------------------*/
#comments { margin-bottom: 40px; }
#comments.empty-closed-comments { display: none; }

/* Comments > Entry */
#comments .children { margin-left: 30px; }
#comments .comment { position: relative; }
#comments .comment-body { position: relative; margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #eee; }
#comments .comment .comment-body { margin-left: 80px; }
body.comment-avatars-disabled #comments .comment .comment-body { margin-left: 0; }
#comments .comment-content p:last-child { margin-bottom: 0; }

/* Comments > Avatar */
#comments .comment-author .avatar { left: -80px; position: absolute; top: 0px; padding: 3px; border: 1px solid #e4e4e4; }
#comments .comment-author .avatar img { display: block }

/* Comments > Meta */
#comments .comment-meta { margin-bottom: 15px; }
#comments .comment-meta .fn { display: block; font-size: 1.077em; font-weight: 600; color: #000; }
#comments .comment-meta .fn .url { color: #000; }
#comments .comment-meta .says { display: none; }
#comments .comment-meta a:hover { text-decoration: none; }
#comments .comment-metadata time { color: #a7a7a7; }
#comments .comment-metadata .comment-edit-link { display: inline-block; margin-left: 6px; }
#comments .comment-metadata .comment-edit-link:hover { text-decoration: underline; }

/* Comments > Reply */
#comments .comment-body .reply { padding-top: 0px }
#comments .comment-body .reply a { color: #a7a7a7; text-decoration: underline; }
#comments .comment-body .reply a:hover { color: #000 }
#comments .comment-reply-title { font-size: 1.231em;
    margin-bottom: 0;
    border-bottom: 1px dotted #000; }
#comments .logged-in-as { font-size: 0.923em; margin: 0 0 10px; }

#comments #cancel-comment-reply-link { font-size: 0.923em; color: #989898; float: right; font-weight: normal; border: 2px solid #ededed; padding: 3px 10px; border-radius: 3px; text-decoration: none; }
#comments #cancel-comment-reply-link:hover { color: #000 }
#comments #cancel-comment-reply-link .fa { margin-right: 7px }
.fn{
	font-weight: bold;
}

/* Comments > Form */
#comments p.comment-notes { color: #666; margin: 10px 0 20px }
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-website,
#comments .comment-form-comment,
#comments .comment-form-url { margin: 0 0 10px }
#comments .comment-form-author input,
#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-website input,
#comments .comment-form-comment input,
#comments .comment-form-url input { width: 50% }
#comments #commentform label { display: block; margin-bottom: 3px; }
#comments .form-allowed-tags { display: none }
#comments span.required { color: #F00; font-size: 9px; position: relative; top: -4px; }

/* Comments > Closed */
.no-comments { margin-top: 40px; padding: 10px; background: #f7f7f7; border: 1px solid #eee; text-align: center; }
.no-comments .fa { margin-right: 8px }

/* Comments > Pagination */
.comment-navigation a.page-numbers,
.comment-navigation span.page-numbers { display: block; float: left; margin: 0 4px 4px 0; }

/* Comments > JetPack */
.comment-subscription-form { margin: 0px }
.comment-subscription-form:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.comment-subscription-form input,
.comment-subscription-form label { float: left; font-size: 0.846em; margin: 0px !important; margin-right: 5px !important; }


.comment{
	list-style: none;
}

.result_not_found{
	text-align: center;
}
.result_not_found img{
	width: 40%;
    margin-bottom: 14px;
}
.result_not_found h3{
	font-size: 19px;
    line-height: 22px;
}

.result_not_found a{
	text-decoration: underline;
    color: #004488;
}


.content_postss h2, h3,h4,h5,h6 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 14px;
    color: red;
    font-weight: bold;
}

.comments-area{
	    margin-top: 40px;
    border-top: 3px solid #004488;
    padding-top: 10px;
}

.ads_code_banner{
	margin-top: 10px;
}


.button-center {
    text-align: center;
    margin-bottom: 6px;
}

.dowload_button {
    background: #C5703F;
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 11px !important;
    text-decoration: none !important;
}

.dowload_button:hover{background: #D1B593;color: #fff !important;}

#sidebar_post{}

#ajax_search_box{
    width: 60%;
    float: right;
    margin-top: 12px;
}

#ajax_search_box input{

}


