/*
Theme Name: Madhur Bhandarkar
Theme URI: http://www.rockstahmedia.com
Author: Rockstah Media
Author URI: http://www.rockstahmedia.com
Description: Awesomeness for Madhur Bhandarkar.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: pthg

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* line 1, scss/_reset.scss */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

/* line 1, scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 1, scss/_reset.scss */
body {
  line-height: 1;
}

/* line 1, scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 1, scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 1, scss/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 1, scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, scss/_reset.scss */
a {
  text-decoration: none;
}

/* line 6, scss/_reset.scss */
svg {
  max-width: 100%;
}

/* line 10, scss/_reset.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 15, scss/_reset.scss */
input:focus {
  outline: none;
}

a {
    color: #55ACEE;
}

/* line 26, scss/_reset.scss */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {
  margin: 0;
}

/* line 49, scss/_mixins.scss */
.borderbox, .subheader, .subheader .ill, .readmore_button, #movies_timeline .movie, #photogallery .highlights, .press_boxes .press_box .press_box_content, .press_boxes .press_box .press_box_content .press_box_entry, .press_boxes .press_box .press_box_border, #movie_details .movie_poster {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* line 53, scss/_mixins.scss */
.transition, a, .markup-format .post-password-form input[type="submit"], .headertop .nav_open, .responsive_full_navigation, .full_navigation, .full_navigation .menu .full_navigation_hover, .full_navigation .menu .full_navigation_hovericon, .press_boxes .press_box:hover .box_image_hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 57, scss/_mixins.scss */
.bgcover, header, .responsive_full_navigation .responsive_item, .full_navigation .menu, #aboutus .background, #movies_timeline, #movies_timeline .movie .data .img, #photogallery, #photogallery .highlights, #blog .background, #socialmedia, #socialmedia .social_boxes .box_content .img, #socialmedia .instagram_images .insta_img, .press_boxes .press_box .press_box_content .press_box_image, footer, #filmography, #movie_details #movie_photos .instagram_images .insta_img, #more_from .featured_movies .poster_box .featured_poster {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

/* line 61, scss/_mixins.scss */
.opacity, .markup-format .post-password-form input[type="submit"]:hover {
  opacity: 0.8;
}

@font-face {
  font-family: 'infinityregular';
  src: url("/wp-content/themes/madhurbhandarkar/fonts/Infinity-webfont.eot");
  src: url("/wp-content/themes/madhurbhandarkar/fonts/Infinity-webfont.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/madhurbhandarkar/fonts/Infinity-webfont.woff2") format("woff2"), url("/wp-content/themes/madhurbhandarkar/fonts/Infinity-webfont.woff") format("woff"), url("/wp-content/themes/madhurbhandarkar/fonts/Infinity-webfont.ttf") format("truetype"), url("/wp-content/themes/madhurbhandarkar/fonts/Infinity-webfont.svg#infinityregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
 * Table of contents
 * 00 - Basic
 * 01 - Header
 * 02 - About Us
 * 03 - Movies
 * 04 - Photogallery
 * 05 - Blog
 * 06 - Social Media
 * 07 - Press
 * 08 - Footer
 * 09 - Page
 */
/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 40, scss/style.scss */
body {
  font-size: 18px;
  font-family: Georgia, serif;
  color: #fff;
}

/* line 46, scss/style.scss */
.wrapper {
  width: 1608px;
  margin: 0 auto;
}

/* line 52, scss/style.scss */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 59, scss/style.scss */
.cf:after {
  clear: both;
}

/* line 63, scss/style.scss */
.cf {
  *zoom: 1;
}

/* line 73, scss/style.scss */
body.post-type-archive-inthepress .press_boxes .press_box {
  margin-top: 63px;
}
/* line 78, scss/style.scss */
body.post-type-archive-inthepress .press_boxes .press_box:nth-child(1), body.post-type-archive-inthepress .press_boxes .press_box:nth-child(2), body.post-type-archive-inthepress .press_boxes .press_box:nth-child(3) {
  margin-top: 0;
}
/* line 82, scss/style.scss */
body.post-type-archive-inthepress .press_boxes .press_box:nth-child(3n+1) {
  margin-left: 0;
}

/* line 89, scss/style.scss */
.markup-format p:first-child {
  margin-top: 0;
}
/* line 93, scss/style.scss */
.markup-format ul {
  list-style-type: initial;
  list-style-position: inside;
}
/* line 97, scss/style.scss */
.markup-format ul li {
  float: none !important;
}
/* line 100, scss/style.scss */
.markup-format ul li:after {
  content: normal !important;
}
/* line 104, scss/style.scss */
.markup-format ul li ul {
  margin: 0;
}
/* line 107, scss/style.scss */
.markup-format ul li ul li {
  line-height: 16px;
  margin-left: 20px;
}
/* line 115, scss/style.scss */
.markup-format ol {
  margin: 20px 0;
  list-style-type: decimal;
  list-style-position: inside;
}
/* line 120, scss/style.scss */
.markup-format ol li {
  float: none !important;
}
/* line 123, scss/style.scss */
.markup-format ol li:after {
  content: normal !important;
}
/* line 127, scss/style.scss */
.markup-format ol li ol {
  margin: 0;
}
/* line 130, scss/style.scss */
.markup-format ol li ol li {
  line-height: 16px;
  margin-left: 20px;
}
/* line 138, scss/style.scss */
.markup-format a {
  color: #fff;
  text-decoration: underline;
}
/* line 142, scss/style.scss */
.markup-format a:hover {
  text-decoration: none;
}
/* line 147, scss/style.scss */
.markup-format iframe {
  width: 100% !important;
}
/* line 157, scss/style.scss */
.markup-format h1,
.markup-format h2,
.markup-format h3,
.markup-format h4,
.markup-format h5,
.markup-format h6,
.markup-format p {
  margin: 20px 0;
}
/* line 161, scss/style.scss */
.markup-format h1 {
  line-height: 30px;
  font-size: 28px;
}
/* line 166, scss/style.scss */
.markup-format h2 {
  line-height: 28px;
  font-size: 26px;
}
/* line 171, scss/style.scss */
.markup-format h3 {
  line-height: 26px;
  font-size: 24px;
}
/* line 176, scss/style.scss */
.markup-format h4 {
  line-height: 24px;
  font-size: 22px;
}
/* line 181, scss/style.scss */
.markup-format h5 {
  line-height: 22px;
  font-size: 20px;
}
/* line 186, scss/style.scss */
.markup-format h6 {
  line-height: 20px;
  font-size: 18px;
}
/* line 192, scss/style.scss */
.markup-format blockquote,
.markup-format q {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
/* line 197, scss/style.scss */
.markup-format table {
  width: 100%;
}
/* line 200, scss/style.scss */
.markup-format table caption {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
/* line 206, scss/style.scss */
.markup-format table thead {
  color: #fff;
}
/* line 210, scss/style.scss */
.markup-format table thead th {
  padding-bottom: 5px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* line 217, scss/style.scss */
.markup-format table thead th:last-child {
  border-right: none;
}
/* line 222, scss/style.scss */
.markup-format table tbody {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
/* line 229, scss/style.scss */
.markup-format table tbody a {
  font-weight: 700;
}
/* line 233, scss/style.scss */
.markup-format table tbody tr {
  border-bottom: 1px solid #eee;
}
/* line 238, scss/style.scss */
.markup-format table tbody tr:last-child {
  border-bottom: none;
}
/* line 243, scss/style.scss */
.markup-format table tbody tr td {
  border-right: 1px solid #eee;
  padding: 7px;
}
/* line 249, scss/style.scss */
.markup-format table tbody tr td:last-child {
  border-right: none;
}
/* line 254, scss/style.scss */
.markup-format table tfoot {
  font-size: 14px;
  color: #fff;
}
/* line 260, scss/style.scss */
.markup-format table tfoot #next {
  text-align: right;
}
/* line 268, scss/style.scss */
.markup-format dl dd {
  margin-left: 30px;
}
/* line 273, scss/style.scss */
.markup-format address {
  font-style: italic;
}
/* line 278, scss/style.scss */
.markup-format abbr,
.markup-format acronym {
  border-bottom: 1px dotted #999;
}
/* line 282, scss/style.scss */
.markup-format big {
  font-size: 18px;
}
/* line 286, scss/style.scss */
.markup-format cite {
  font-style: italic;
}
/* line 290, scss/style.scss */
.markup-format code {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
/* line 295, scss/style.scss */
.markup-format pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}
/* line 300, scss/style.scss */
.markup-format strong {
  font-weight: 700;
}
/* line 304, scss/style.scss */
.markup-format sup {
  vertical-align: super;
}
/* line 308, scss/style.scss */
.markup-format sub {
  vertical-align: sub;
}
/* line 313, scss/style.scss */
.markup-format .post-password-form input[type="password"] {
  width: 203px;
  height: 30px;
  background: transparent;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #dfdfdf;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #c9c9c9;
}
/* line 327, scss/style.scss */
.markup-format .post-password-form input[type="password"]:focus {
  outline: 0;
}
/* line 332, scss/style.scss */
.markup-format .post-password-form input[type="submit"] {
  height: 30px;
  background: #4eccb9;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #4eccb9;
  color: #fff;
  cursor: pointer;
}
/* line 348, scss/style.scss */
.markup-format img {
  max-width: 100%;
  text-align: center;
}
/* line 353, scss/style.scss */
.markup-format img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
/* line 358, scss/style.scss */
.markup-format img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
/* line 363, scss/style.scss */
.markup-format img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 369, scss/style.scss */
.markup-format .alignright {
  float: right;
}
/* line 373, scss/style.scss */
.markup-format .alignleft {
  float: left;
}
/* line 377, scss/style.scss */
.markup-format .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 383, scss/style.scss */
.markup-format .alignnone {
  max-width: 100% !important;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 391, scss/style.scss */
header {
  background-image: url(/wp-content/themes/madhurbhandarkar/images/headerbg.jpg);
  overflow: hidden;
}
/* line 396, scss/style.scss */
header .wrapper {
  position: relative;
  overflow: hidden;
}
/* line 401, scss/style.scss */
header .bg_face {
  width: 68.28%;
  height: 841px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/wp-content/themes/madhurbhandarkar/images/bgface.png) no-repeat;
  z-index: 1;
}
/* line 411, scss/style.scss */
header .dots {
  height: 179px;
  width: 4px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_v.png) repeat-y;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3px;
  z-index: 2;
}

/* line 423, scss/style.scss */
.headertop {
  height: 124px;
  width: 100%;
  position: relative;
}
/* line 428, scss/style.scss */
.headertop .nav_open {
  width: 39px;
  height: 29px;
  float: left;
  background: url(/wp-content/themes/madhurbhandarkar/images/navopen.png) no-repeat;
  margin-top: 48px;
  position: relative;
  z-index: 999;
}
/* line 438, scss/style.scss */
.headertop .nav_open:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* line 444, scss/style.scss */
.headertop .logo {
  position: absolute;
  width: 250px;
  background: url(/wp-content/themes/madhurbhandarkar/images/logo.png) no-repeat center;
  height: 83px;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

/* line 456, scss/style.scss */
.subheader {
  width: 100%;
  height: 732px;
  border: 15px solid #d7b157;
  position: relative;
  z-index: 3;
  margin-bottom: 199px;
}
/* line 465, scss/style.scss */
.subheader .ill {
  width: 47.2%;
  height: 517px;
  margin: 93px auto;
  background-image: url(/wp-content/themes/madhurbhandarkar/images/header_illustration.png);
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'infinityregular', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  line-height: 57px;
  padding-top: 163px;
}
/* line 481, scss/style.scss */
.subheader .specialdot {
  width: 4px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_v.png) no-repeat top center;
  height: 4px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 15px;
}

/* line 492, scss/style.scss */
.responsive_full_navigation {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: 9999;
  background: #202135;
}
/* line 502, scss/style.scss */
.responsive_full_navigation.active {
  left: 0;
}
/* line 506, scss/style.scss */
.responsive_full_navigation .responsive_item {
  width: 100%;
  display: block;
  background-position: center;
  position: relative;
  font-family: "infinityregular", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  float: left;
}
/* line 524, scss/style.scss */
.responsive_full_navigation .close {
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/madhurbhandarkar/images/close.svg") no-repeat;
  position: absolute;
  z-index: 3;
  top: 60px;
  right: 30px;
  border: none;
  cursor: pointer;
}
/* line 535, scss/style.scss */
.responsive_full_navigation .close:focus {
  outline: 0;
}
/* line 540, scss/style.scss */
.responsive_full_navigation ul {
  width: 100%;
  margin-top: 100px;
  font-family: "infinityregular", sans-serif;
}
/* line 545, scss/style.scss */
.responsive_full_navigation ul li {
  width: 100%;
  float: left;
}
/* line 549, scss/style.scss */
.responsive_full_navigation ul li a {
  padding: 10px 20px;
  color: #d7b157;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

/* line 563, scss/style.scss */
.full_navigation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  left: -100%;
  	/*
  	&.responsive {
  		.menu {
  			width: 100% !important;
  			margin-left: 0 !important;
  			-webkit-clip-path: initial !important;
  			clip-path: initial !important;
  
  			.full_navigation_hover {
  				display: none;
  			}
  			.full_navigation_hovericon {
  				width: 80%;
  				height: 100%;
  				background: none;
  				padding-top: 8%;
  				font-size: 36px;
  				@extend .borderbox;
  			}
  		}
  	}
  	*/
}
/* line 573, scss/style.scss */
.full_navigation.active {
  left: 0;
}
/* line 577, scss/style.scss */
.full_navigation .close {
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/madhurbhandarkar/images/close.svg") no-repeat;
  position: absolute;
  z-index: 3;
  top: 37px;
  right: 45px;
  border: none;
  cursor: pointer;
}
/* line 588, scss/style.scss */
.full_navigation .close:focus {
  outline: 0;
}
/* line 616, scss/style.scss */
.full_navigation .menu {
  height: 100%;
  display: block;
  background-position: top left;
  position: relative;
  font-family: "infinityregular", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
}
/* line 632, scss/style.scss */
.full_navigation .menu:hover .full_navigation_hovericon {
  opacity: 1;
}
/* line 636, scss/style.scss */
.full_navigation .menu.menu_one {
  width: 20.15625%;
  -webkit-clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
  z-index: 1;
}
/* line 642, scss/style.scss */
.full_navigation .menu.menu_one:hover .full_navigation_hover {
  opacity: 0;
}
/* line 646, scss/style.scss */
.full_navigation .menu.menu_one .full_navigation_hover {
  -webkit-clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
}
/* line 651, scss/style.scss */
.full_navigation .menu.menu_one .full_navigation_hovericon {
  margin-left: 0;
  left: 48px;
}
/* line 657, scss/style.scss */
.full_navigation .menu.menu_two {
  width: 24.79%;
  margin-left: -10.36719%;
  -webkit-clip-path: polygon(0 0, 63.5% 0, 100% 100%, 36.51% 100%);
  clip-path: polygon(0 0, 63.5% 0, 100% 100%, 36.51% 100%);
  z-index: 2;
}
/* line 665, scss/style.scss */
.full_navigation .menu.menu_two:hover .full_navigation_hover {
  opacity: 0;
}
/* line 669, scss/style.scss */
.full_navigation .menu.menu_two .full_navigation_hover {
  -webkit-clip-path: polygon(0 0, 63.5% 0, 100% 100%, 36.51% 100%);
  clip-path: polygon(0 0, 63.5% 0, 100% 100%, 36.51% 100%);
}
/* line 675, scss/style.scss */
.full_navigation .menu.menu_three {
  width: 18.07292%;
  margin-left: -10.36198%;
}
/* line 679, scss/style.scss */
.full_navigation .menu.menu_three:hover .full_navigation_hover {
  opacity: 0;
}
/* line 683, scss/style.scss */
.full_navigation .menu.menu_three .full_navigation_hovericon {
  margin-right: 0;
  right: 21px;
}
/* line 689, scss/style.scss */
.full_navigation .menu .full_navigation_hover {
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/madhurbhandarkar/images/fullnavigation-hover.png") repeat-x;
  opacity: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 702, scss/style.scss */
.full_navigation .menu .full_navigation_hovericon {
  width: 184px;
  height: 300px;
  background-image: url("/wp-content/themes/madhurbhandarkar/images/fullnavigation-hover-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  padding-top: 270px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  text-align: center;
}

/*
.full_navigation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	left: -100%;
	@extend .transition;

	&.active {
		left: 0;
	}

	.close {
		width: 13px;
		height: 13px;
		background: url("/wp-content/themes/madhurbhandarkar/images/fullnavigation-close-icon.png") no-repeat;
		position: absolute;
		z-index: 3;
		top: 37px;
		right: 45px;
		border: none;
		cursor: pointer;

		&:focus {
			outline: 0;
		}
	}

	.menu {
		height: 100%;
		display: block;
		background-position: top left;
		position: relative;
		@extend .bgcover;
		font: {
			family: "infinityregular", sans-serif;
			weight: 400;
			size: 36px;
		}
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		float: left;

		&:hover .full_navigation_hovericon {
			opacity: 1;
		}

		&.menu_one {
			width: percentage(387px / 1920px);
			-webkit-clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
			clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
			z-index: 1;

			&:hover .full_navigation_hover {
				opacity: 0;
			}

			.full_navigation_hover {
				-webkit-clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
				clip-path: polygon(0 0, 48.56% 0, 100% 100%, 0% 100%);
			}

			.full_navigation_hovericon {
				margin-left: 0;
				left: 48px;
			}
		}

		&.menu_two {
			width: percentage(545.20px / 1920px);
			margin-left: percentage(-199.05px / 1920px);
			-webkit-clip-path: polygon(0 0, 63.50% 0, 100% 100%, 36.51% 100%);
			clip-path: polygon(0 0, 63.50% 0, 100% 100%, 36.51% 100%);
			z-index: 2;


			&:hover .full_navigation_hover {
				opacity: 0;
			}

			.full_navigation_hover {
				-webkit-clip-path: polygon(0 0, 63.50% 0, 100% 100%, 36.51% 100%);
				clip-path: polygon(0 0, 63.50% 0, 100% 100%, 36.51% 100%);
			}
		}

		&.menu_three {
			width: percentage(347px / 1920px);
			margin-left: percentage(-198.95px / 1920px);

			&:hover .full_navigation_hover {
				opacity: 0;
			}

			.full_navigation_hovericon {
				margin-right: 0;
				right: 21px;
			}
		}

		.full_navigation_hover {
			width: 100%;
			height: 100%;
			background: url("/wp-content/themes/madhurbhandarkar/images/fullnavigation-hover.png") repeat-x;
			opacity: 1;
			@extend .transition;
		}

		.full_navigation_hovericon {
			width: 184px;
			height: 300px;
			background-image: url("/wp-content/themes/madhurbhandarkar/images/fullnavigation-hover-icon.png");
			background-repeat: no-repeat;
			background-position: center;
			margin: auto;
			padding-top: 270px;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			opacity: 1;
			@extend .transition;
			text-align: center;
		}
	}
}
*/
/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 858, scss/style.scss */
#aboutus {
  width: 100%;
  position: relative;
}
/* line 862, scss/style.scss */
#aboutus .background {
  position: absolute;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
/* line 872, scss/style.scss */
#aboutus .section_title {
  margin-top: 111px;
  margin-bottom: 30px;
  position: relative;
  z-index: 4;
}
/* line 879, scss/style.scss */
#aboutus p {
  width: 600px;
  margin: 15px auto;
  text-align: center;
  line-height: 22px;
  position: relative;
  z-index: 4;
}
/* line 888, scss/style.scss */
#aboutus .readmore_button {
  margin-bottom: 117px;
  position: relative;
  z-index: 4;
}
/* line 894, scss/style.scss */
#aboutus .border {
  width: 744px;
  height: 100%;
  border: 1px solid #d7b157;
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: -52px;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 906, scss/style.scss */
#aboutus .text {
  overflow: hidden;
}

/* line 911, scss/style.scss */
.section_title {
  font-family: 'infinityregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
}
/* line 919, scss/style.scss */
.section_title:after {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  margin: auto;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #d7b157;
}
/* line 930, scss/style.scss */
.section_title span {
  font-size: 18px;
  width: 100%;
  display: block;
  margin-bottom: 7px;
}

/* line 938, scss/style.scss */
.readmore_button {
  margin: 0 auto;
  background: url(/wp-content/themes/madhurbhandarkar/images/readmore_dots.png) no-repeat top center;
  /*
  height: 22px;
  */
  font-family: 'infinityregular', sans-serif;
  padding-top: 14px;
  font-size: 14px;
  margin-top: 35px;
  color: #fff;
  display: block;
  text-align: center;
}
/* line 953, scss/style.scss */
.readmore_button:hover {
  color: #d7b157;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 961, scss/style.scss */
#movies_timeline {
  background-image: url(/wp-content/themes/madhurbhandarkar/images/movies_bg.jpg);
  position: relative;
  padding: 100px 0 156px 0;
}
/* line 967, scss/style.scss */
#movies_timeline .movies_illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url(/wp-content/themes/madhurbhandarkar/images/movies_illustration.png) no-repeat center 68px;
  z-index: 1;
}
/* line 980, scss/style.scss */
#movies_timeline .left {
  margin-left: 8.95%;
  float: left;
  width: 40.29%;
  position: relative;
  z-index: 3;
}
/* line 988, scss/style.scss */
#movies_timeline .left .movie:after {
  content: " ";
  width: 11px;
  height: 8px;
  background: url("/wp-content/themes/madhurbhandarkar/images/movie-dot-left.png") no-repeat;
  position: absolute;
  top: 14px;
  right: -2.62346%;
  z-index: 1;
}
/* line 1001, scss/style.scss */
#movies_timeline .left .data,
#movies_timeline .left .border {
  float: right;
}
/* line 1005, scss/style.scss */
#movies_timeline .left .title {
  text-align: right;
}
/* line 1009, scss/style.scss */
#movies_timeline .left .border {
  margin-left: 1.85185%;
}
/* line 1013, scss/style.scss */
#movies_timeline .left .one {
  margin-top: 2px;
}
/* line 1015, scss/style.scss */
#movies_timeline .left .one .border {
  width: 31.17%;
}
/* line 1020, scss/style.scss */
#movies_timeline .left .two {
  margin-top: 6px;
}
/* line 1022, scss/style.scss */
#movies_timeline .left .two .border {
  width: 8.95%;
}
/* line 1027, scss/style.scss */
#movies_timeline .left .three {
  margin-top: 5px;
}
/* line 1029, scss/style.scss */
#movies_timeline .left .three .border {
  width: 46.14%;
}
/* line 1034, scss/style.scss */
#movies_timeline .left .four {
  margin-top: 6px;
}
/* line 1036, scss/style.scss */
#movies_timeline .left .four .border {
  width: 70%;
}
/* line 1041, scss/style.scss */
#movies_timeline .left .five {
  margin-top: -4px;
}
/* line 1043, scss/style.scss */
#movies_timeline .left .five .border {
  width: 20.06%;
}
/* line 1048, scss/style.scss */
#movies_timeline .left .six {
  margin-top: 3px;
}
/* line 1050, scss/style.scss */
#movies_timeline .left .six .border {
  width: 53.24%;
}
/* line 1056, scss/style.scss */
#movies_timeline .right {
  margin-left: 24px;
  width: 38.80%;
  float: left;
  position: relative;
  z-index: 3;
}
/* line 1064, scss/style.scss */
#movies_timeline .right .data,
#movies_timeline .right .border {
  float: left;
}
/* line 1068, scss/style.scss */
#movies_timeline .right .border {
  margin-right: 6px;
}
/* line 1073, scss/style.scss */
#movies_timeline .right .movie.one {
  margin-top: 84px;
}
/* line 1077, scss/style.scss */
#movies_timeline .right .movie:after {
  content: " ";
  width: 11px;
  height: 8px;
  background: url("/wp-content/themes/madhurbhandarkar/images/movie-dot-right.png") no-repeat;
  position: absolute;
  top: 14px;
  left: -2.72436%;
  z-index: 1;
}
/* line 1090, scss/style.scss */
#movies_timeline .right .one .border {
  width: 25.16%;
}
/* line 1095, scss/style.scss */
#movies_timeline .right .two {
  margin-top: 9px;
}
/* line 1097, scss/style.scss */
#movies_timeline .right .two .border {
  width: 60.09%;
}
/* line 1102, scss/style.scss */
#movies_timeline .right .three {
  margin-top: 8px;
}
/* line 1104, scss/style.scss */
#movies_timeline .right .three .border {
  width: 13.62%;
}
/* line 1109, scss/style.scss */
#movies_timeline .right .four {
  margin-top: -9px;
}
/* line 1111, scss/style.scss */
#movies_timeline .right .four .border {
  width: 48.87%;
}
/* line 1116, scss/style.scss */
#movies_timeline .right .five {
  margin-top: -7px;
}
/* line 1118, scss/style.scss */
#movies_timeline .right .five .border {
  width: 70.83%;
}
/* line 1123, scss/style.scss */
#movies_timeline .right .six {
  margin-top: 4px;
}
/* line 1125, scss/style.scss */
#movies_timeline .right .six .border {
  width: 36.85%;
}
/* line 1131, scss/style.scss */
#movies_timeline .center_dots {
  width: 24px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_v.png) repeat-y center;
  float: left;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -44px;
  z-index: 3;
}
/* line 1142, scss/style.scss */
#movies_timeline .movie {
  width: 100%;
  /*
  overflow: hidden;
  */
  margin-bottom: 22px;
  position: relative;
  float: left;
}
/* line 1152, scss/style.scss */
#movies_timeline .movie .border {
  height: 1px;
  background: #fff;
  margin-top: 18px;
}
/* line 1158, scss/style.scss */
#movies_timeline .movie .data {
  width: 27.24359%;
}
/* line 1161, scss/style.scss */
#movies_timeline .movie .data .title {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'infinityregular', sans-serif;
  display: block;
  color: #fff;
}
#movies_timeline .movie .data .title:hover {
  color: #d7b157;
}
/* line 1166, scss/style.scss */
#movies_timeline .movie .data .title span {
  width: 100%;
  display: block;
  font-family: Georgia, serif;
  font-size: 18px;
}
/* line 1174, scss/style.scss */
#movies_timeline .movie .data .img {
  width: 100%;
  height: 100px;
  background-position: center;
  border-radius: 5px;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
/* line 1187, scss/style.scss */
#movies_timeline .movie .data .img:hover .hover {
  display: block;
}
/* line 1191, scss/style.scss */
#movies_timeline .movie .data .img .hover {
  background-color: rgba(224, 194, 124, 0.5);
  width: 100%;
  height: 100px;
  display: none;
  position: relative;
}
/* line 1198, scss/style.scss */
#movies_timeline .movie .data .img .hover .movie_details {
  position: relative;
}
/* line 1202, scss/style.scss */
#movies_timeline .movie .data .img .hover .movie_details {
  width: 75px;
  font-size: 18px;
  font-family: 'infinityregular', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  padding: 11px 10px 8px 2px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  margin-left: auto;
  margin-right: auto;
  background: url(/wp-content/themes/madhurbhandarkar/images/details_arrow.png) no-repeat 80px center;
}
/* line 1225, scss/style.scss */
#movies_timeline .wrapper {
  overflow: hidden;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 1233, scss/style.scss */
#photogallery {
  background-image: url(/wp-content/themes/madhurbhandarkar/images/gallery_bg.jpg);
  position: relative;
  padding: 0px 0 108px 0;
}
/* line 1239, scss/style.scss */
#photogallery .highlights {
  width: 100%;
  height: 702px;
  border: 15px solid #d7b157;
  background: url(/wp-content/themes/madhurbhandarkar/images/gallery_image.jpg);
  background-position: center;
  padding-top: 270px;
  text-align: center;
}
/* line 1250, scss/style.scss */
#photogallery .highlights .begin {
  font-size: 18px;
  font-family: 'infinityregular', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  padding: 11px 16px 8px 5px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  background: url(/wp-content/themes/madhurbhandarkar/images/details_arrow.png) no-repeat right center;
  margin-top: 41px;
  display: inline-block;
}
/* line 1262, scss/style.scss */
#photogallery .highlights .begin:hover {
  color: #d7b157;
  border-bottom: 1px solid #d7b157;
  border-top: 1px solid #d7b157;
  background: url(/wp-content/themes/madhurbhandarkar/images/begin-arrow-yellow.png) no-repeat right center;
}
/* line 1270, scss/style.scss */
#photogallery .dots {
  height: 200px;
  width: 4px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_v.png) repeat-y;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  z-index: 2;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 1285, scss/style.scss */
#blog {
  width: 100%;
  /*
  max-height: 745px;
  */
  max-height: 645px;
  position: relative;
}
/* line 1291, scss/style.scss */
#blog.blog-page .background {
  padding: 0;
}
/* line 1294, scss/style.scss */
#blog.blog-page .background .dots {
  display: none;
}
/* line 1298, scss/style.scss */
#blog.blog-page .background .container {
  height: auto;
}
/* line 1304, scss/style.scss */
#blog .background {
  width: 100%;
  height: 747px;
  /*
  padding:64px 0;
  */
  padding-top: 64px;
}
/* line 1314, scss/style.scss */
#blog .background .container {
  width: 1464px;
  /*
  height: 624px;
  */
  height: 524px;
  padding: 86px 72px;
  margin: 0 auto;
  border: 1px solid #d7b157;
  box-sizing: border-box;
}
/* line 1322, scss/style.scss */
#blog .background .container .post {
  /*
  width:46.44%;
  height:auto;
  float: left;
  margin-top:27px;
  padding-left:10.58%;
  box-sizing:border-box;
  margin-left:7.12%;
  text-align:center;
  word-wrap: break-word;
  */
  /*
  width: 45.52352%;
  */
  width: 100%;
  height: auto;
  margin-top: 27px;
  /*
  margin-left: 8.95296%;
  */
  text-align: justify;
  word-wrap: break-word;
  text-align: center;
  float: left;
  				/*
  				&:nth-child(2n){
  					margin-left:0;
  				}
  
  				&:nth-child(2n+1){
  					padding-right:10.58%;
  					padding-left:0;
  				}
  				*/
}
/* line 1343, scss/style.scss */
#blog .background .container .post:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
/* line 1359, scss/style.scss */
#blog .background .container .post span {
  width: 100%;
  display: block;
  font-size: 18px;
  font-family: 'infinityregular', sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
/* line 1368, scss/style.scss */
#blog .background .container .post date {
  width: 100%;
  display: block;
  font-size: 12px;
  font-family: 'infinityregular', sans-serif;
  color: #FFF;
}
/* line 1376, scss/style.scss */
#blog .background .container .post p {
  text-align: justify;
  margin-top: 32px;
}
/* line 1383, scss/style.scss */
#blog .background .dots {
  height: 179px;
  width: 4px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_v.png) repeat-y;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -150px;
  z-index: 2;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 1399, scss/style.scss */
#socialmedia {
  background-image: url("/wp-content/themes/madhurbhandarkar/images/social_bg.jpg");
  position: relative;
  padding: 140px 0 15px 0;
  float: left;
  width: 100%;
}
/* line 1406, scss/style.scss */
#socialmedia .wrapper {
  width: 1461px;
}
/* line 1409, scss/style.scss */
#socialmedia .social_section {
  margin-bottom: 59px;
  float: left;
  width: 100%;
}
/* line 1414, scss/style.scss */
#socialmedia .social_section:last-child {
  margin-bottom: 0;
}
/* line 1418, scss/style.scss */
#socialmedia .social_top {
  width: 100%;
  float: left;
  margin-bottom: 32px;
}
/* line 1423, scss/style.scss */
#socialmedia .social_top .border {
  width: 96%;
  height: 25px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_h.png) repeat-x center;
  float: right;
}
/* line 1430, scss/style.scss */
#socialmedia .social_top .tweeter_icon {
  width: 31px;
  height: 25px;
  float: left;
  background: url(/wp-content/themes/madhurbhandarkar/images/tweeter-icon.png) no-repeat;
}
/* line 1437, scss/style.scss */
#socialmedia .social_top .facebook_icon {
  width: 13px;
  height: 26px;
  float: left;
  background: url(/wp-content/themes/madhurbhandarkar/images/facebook-icon.png) no-repeat;
}
/* line 1444, scss/style.scss */
#socialmedia .social_top .instagram_icon {
  width: 26px;
  height: 26px;
  float: left;
  background: url(/wp-content/themes/madhurbhandarkar/images/instagram-icon.png) no-repeat;
}
/* line 1452, scss/style.scss */
#socialmedia .social_boxes {
  width: 100%;
  float: left;
}
/* line 1456, scss/style.scss */
#socialmedia .social_boxes .box_content {
  width: 24.45%;
  float: left;
  margin-left: 13.32%;
  position: relative;
  padding-bottom: 22px;
  word-wrap: break-word;
}
/* line 1464, scss/style.scss */
#socialmedia .social_boxes .box_content:first-child {
  margin-left: 0;
}
/* line 1468, scss/style.scss */
#socialmedia .social_boxes .box_content p {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
/* line 1473, scss/style.scss */
#socialmedia .social_boxes .box_content p a {
  color: #55ACEE;
}
/* line 1476, scss/style.scss */
#socialmedia .social_boxes .box_content p a:hover {
  text-decoration: underline;
}
/* line 1482, scss/style.scss */
#socialmedia .social_boxes .box_content date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #b0b0b0;
  font-size: 14px;
}
/* line 1490, scss/style.scss */
#socialmedia .social_boxes .box_content .img {
  width: 100%;
  height: 126px;
  margin-top: 5px;
  background-position: center;
  display: block;
}
/* line 1502, scss/style.scss */
#socialmedia .tweeter .box_content {
  width: 24.65753%;
  margin-left: 13.0137%;
  height: auto;
}
/* line 1508, scss/style.scss */
#socialmedia .instagram_images {
  width: 100%;
  float: left;
}
/* line 1512, scss/style.scss */
#socialmedia .instagram_images .insta_img {
  width: 11.11%;
  height: 164px;
  float: left;
}
/* line 1518, scss/style.scss */
#socialmedia .instagram_images .insta_img:hover .insta_hover {
  display: block;
}
/* line 1523, scss/style.scss */
#socialmedia .instagram_images .insta_hover {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/madhurbhandarkar/images/instagram-plus.png");
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
/* line 1533, scss/style.scss */
#socialmedia .dots {
  height: 187px;
  width: 4px;
  background: url(/wp-content/themes/madhurbhandarkar/images/dot_v.png) repeat-y;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -53px;
  z-index: 2;

}



/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 1548, scss/style.scss */
#press {
  width: 100%;
  background-image: url("/wp-content/themes/madhurbhandarkar/images/press-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  /*
  background-image: url(/wp-content/themes/madhurbhandarkar/images/press_bg.jpg);
  position: relative;
  */
  /*
  padding:80px 0 131px 0;
  */
  padding-top: 80px;
  position: relative;
  z-index: 1;
  float: left;
  /*
  .press_header{
  	@extend .bgcover;
  	width: 100%;
  	height:	571px;
  	position:absolute;
  	top:0;
  }
  */
  	/*
  	.press_box{
  		width:25.67%;
  		float:left;
  		border:1px solid $yellow;
  		margin-left:11.28%;
  		margin-top:44px;
  		position:relative;
  		padding:24px 36px;
  		box-sizing:border-box;
  
  		&:first-child{
  			margin-left: 0;
  		}
  		p{
  			font-style: italic;
  			font-size:18px;
  			padding:27px 0 28px 0;
  		}
  		
  		.press_image{
  		width:151%;
  		height:188px;
  		position: relative;
  		margin-left:-86px;
  		@extend .bgcover;
  
  		&:hover .press_hover{
  			display: block;
  			}
  		}
  
  		.press_hover{
  			width: 100%;
  			height:188px;
  			background:#ebd8ab;
  			opacity: 0.5;
  			display: none;
  		}
  	}
  	*/
}
/* line 1575, scss/style.scss */
#press .section_title {
  padding-bottom: 42px;
}
/* line 1579, scss/style.scss */
#press .readmore_button {
  margin-top: 30px;
  padding-top: 12px;
}

/* line 1627, scss/style.scss */
.press_boxes {
  width: 97.01493%;
  margin: 44px auto 0 auto;
  position: relative;
}
/* line 1632, scss/style.scss */
.press_boxes .press_box {
  width: 30.64103%;
  height: 502px;
  margin-left: 4.03846%;
  position: relative;
  float: left;
}
/* line 1639, scss/style.scss */
.press_boxes .press_box:first-child {
  margin-left: 0;
}
/* line 1643, scss/style.scss */
.press_boxes .press_box:hover .box_image_hover {
  opacity: 0.5 !important;
}
/* line 1648, scss/style.scss */
.press_boxes .press_box:hover .readmore_button {
  color: #d7b157;
}
/* line 1652, scss/style.scss */
.press_boxes .press_box .press_box_content {
  width: 100%;
  height: 100%;
  padding-top: 51px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1661, scss/style.scss */
.press_boxes .press_box .press_box_content .press_box_entry {
  width: 100%;
  line-height: 20px;
  padding: 30px 17.57322% 0 17.57322%;
  position: relative;
  text-align: justify;
  z-index: 1;
  font-size: 18px;
  font-style: italic;
}
/* line 1674, scss/style.scss */
.press_boxes .press_box .press_box_content .press_box_entry:before {
  content: "";
  width: 79px;
  height: 1px;
  background: #d7b157;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/* line 1689, scss/style.scss */
.press_boxes .press_box .press_box_content .press_box_image {
  width: 100%;
  height: 180px;
  background-position: center center;
  margin-top: 38px;
}
/* line 1696, scss/style.scss */
.press_boxes .press_box .press_box_content .press_box_image .box_image_hover {
  width: 100%;
  height: 180px;
  background: #ebd8ab;
  opacity: 0;
}
/* line 1704, scss/style.scss */
.press_boxes .press_box .press_box_content .readmore_button {
  margin-top: 28px;
  padding-top: 12px;
  position: relative;
  z-index: 1;
}
/* line 1712, scss/style.scss */
.press_boxes .press_box .press_box_border {
  width: 79.70711%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border: 1px solid #d7b157;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 1730, scss/style.scss */
footer {
  width: 100%;
  background-image: url(/wp-content/themes/madhurbhandarkar/images/footer_bg.jpg);
  position: relative;
  /*
  margin-top: -250px;
  */
  /*
  padding: 318px 0 38px 0;
  */
  padding: 15px 0 38px 0;
  float: left;
  text-align: center;
}
/* line 1740, scss/style.scss */
footer .footer_logo {
  width: 100%;
  margin: 0 auto;
  background: url(/wp-content/themes/madhurbhandarkar/images/footer-logo.png) no-repeat center;
  height: 302px;
  margin-bottom: 45px;
}
/* line 1748, scss/style.scss */
footer p {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 16px;
}

/* line 1759, scss/style.scss */
#filmography {
  background-image: url(/wp-content/themes/madhurbhandarkar/images/filmography_bg.jpg);
  position: relative;
  background-position: center;
}
/* line 1765, scss/style.scss */
#filmography header {
  background: none;
}
/* line 1769, scss/style.scss */
#filmography .section_title {
  margin: 67px 0 50px 0;
}
/* line 1773, scss/style.scss */
#filmography #movies_timeline {
  background: none;
  padding: 100px 0 0 0;
  margin-bottom: 67px;
}
/* line 1778, scss/style.scss */
#filmography #movies_timeline .center_dots {
  height: 100%;
  top: 5px;
}
/* line 1784, scss/style.scss */
#filmography footer {
  background: none;
}

/* line 1789, scss/style.scss */
#movie_details {
  width: 79.10%;
  margin: 0 auto;
}
/* line 1793, scss/style.scss */
#movie_details .section_title {
  margin-bottom: 65px;
}
/* line 1797, scss/style.scss */
#movie_details .movie_poster {
  width: 43.39623%;
  float: left;
  border: 5px solid #d7b157;
}
/* line 1803, scss/style.scss */
#movie_details .movie_poster img {
  max-width: 100%;
  height: auto;
  display: block;
  text-align: center;
}
/* line 1811, scss/style.scss */
#movie_details .movie_info {
  width: 49.0566%;
  float: right;
}
/* line 1815, scss/style.scss */
#movie_details .movie_info ul {
  margin-bottom: 31px;
}
/* line 1819, scss/style.scss */
#movie_details .movie_info li {
  float: left;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
/* line 1825, scss/style.scss */
#movie_details .movie_info li:after {
  content: "|";
  padding: 0 15px;
}
/* line 1830, scss/style.scss */
#movie_details .movie_info li:last-child:after {
  content: "";
}
/* line 1836, scss/style.scss */
#movie_details .cast {
  width: 100%;
  margin-bottom: 28px;
}
/* line 1840, scss/style.scss */
#movie_details .cast .titulature {
  width: 17.30%;
  float: left;
}
/* line 1845, scss/style.scss */
#movie_details .cast .name {
  width: 82.70%;
  float: right;
}
/* line 1849, scss/style.scss */
#movie_details .cast .name li {
  margin-bottom: 5px;
  line-height: 18px;
  float: none;
}
/* line 1854, scss/style.scss */
#movie_details .cast .name li:last-child {
  margin-bottom: 0;
}
/* line 1858, scss/style.scss */
#movie_details .cast .name li:after {
  content: "";
}
/* line 1866, scss/style.scss */
#movie_details .storyline p {
  font-size: 18px;
  line-height: 24px;
  font-family: Georgia, sans-serif;
  text-align: center;
}
/* line 1874, scss/style.scss */
#movie_details .watch_button {
  margin: 67px auto 0 auto;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 1881, scss/style.scss */
#movie_details .watch_button a {
  font-size: 36px;
  font-family: 'infinityregular', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  padding: 26px 36px;
  background-color: #d7b157;
}
/* line 1891, scss/style.scss */
#movie_details #movie_photos {
  width: 100%;
  float: left;
}
/* line 1895, scss/style.scss */
#movie_details #movie_photos .instagram_images {
  width: 100%;
  float: left;
}
/* line 1899, scss/style.scss */
#movie_details #movie_photos .instagram_images .insta_img {
  width: 12.73%;
  height: 162px;
  float: left;
  background-position: center;
  margin-left: 1.72%;
}
/* line 1907, scss/style.scss */
#movie_details #movie_photos .instagram_images .insta_img:first-child {
  margin-left: 0;
}
/* line 1911, scss/style.scss */
#movie_details #movie_photos .instagram_images .insta_img:hover .insta_hover {
  display: block;
}
/* line 1916, scss/style.scss */
#movie_details #movie_photos .instagram_images .insta_hover {
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/madhurbhandarkar/images/instagram-plus.png");
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
/* line 1927, scss/style.scss */
#movie_details #movie_photos .counters {
  width: 100%;
  text-align: center;
  margin-top: 47px;
  margin-bottom: 8px;
  float: left;
}
/* line 1934, scss/style.scss */
#movie_details #movie_photos .counters li {
  display: inline-block;
}
/* line 1938, scss/style.scss */
#movie_details #movie_photos .counters a {
  width: 10px;
  height: 10px;
  display: inline;
  float: left;
}
/* line 1944, scss/style.scss */
#movie_details #movie_photos .counters a.point {
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-left: 5px;
}
/* line 1950, scss/style.scss */
#movie_details #movie_photos .counters a.point-active {
  border: 1px solid #d7b157;
  background-color: #d7b157;
}

/* line 1959, scss/style.scss */
#more_from {
  width: 100%;
  margin: 0 auto;
  float: left;
  padding-bottom: 71px;
}
/* line 1965, scss/style.scss */
#more_from .readmore_button {
  position: relative;
  z-index: 1;
}
/* line 1970, scss/style.scss */
#more_from .featured_movies {
  width: 88.05%;
  margin: 0 auto;
}
/* line 1974, scss/style.scss */
#more_from .featured_movies .poster_box {
  width: 23.72%;
  margin-left: 1.70%;
  float: left;
}
/* line 1979, scss/style.scss */
#more_from .featured_movies .poster_box:hover a {
  color: #d7b157;
}
/* line 1983, scss/style.scss */
#more_from .featured_movies .poster_box a {
  text-align: center;
  font-family: Georgia, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  text-transform: uppercase;
  color: #FFF;
  width: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
/* line 1994, scss/style.scss */
#more_from .featured_movies .poster_box a span {
  display: block;
  font-family: 'infinityregular', sans-serif;
  font-size: 14px;
}
/* line 2001, scss/style.scss */
#more_from .featured_movies .poster_box:first-child {
  margin-left: 0;
}
/* line 2006, scss/style.scss */
#more_from .featured_movies .poster_box .featured_poster {
  width: 100%;
  height: 435px;
  background-position: center;
}
/* line 2012, scss/style.scss */
#more_from .featured_movies .poster_box .featured_poster:hover .hover {
  display: block;
}
/* line 2016, scss/style.scss */
#more_from .featured_movies .poster_box .featured_poster .hover {
  background-color: rgba(224, 194, 124, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
/* line 2027, scss/style.scss */
#more_from .featured_movies .poster_box .featured_poster .hover .movie_details {
  width: 75px;
  height: 37px;
  line-height: 37px;
  font-size: 18px;
  font-family: 'infinityregular', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  background: url(/wp-content/themes/madhurbhandarkar/images/details_arrow.png) no-repeat 68px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/* line 2054, scss/style.scss */
#page {
  width: 100%;
  position: relative;
  z-index: 1;
}

#comments-template {
  width: 746px;
  margin: 100px auto 0 auto;
}

.fullwidth-single-title,
#reply-title {
  font-family: 'infinityregular', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 23px;
  position: relative;
}

.fullwidth-single-title:after,
#reply-title:after {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  margin: auto;
  bottom: -1px;
  left: 0;
  right: 0;
  background: #d7b157;
}

.comments-list {
  width: 100%;
}

.comments-list .comment {
  width: 100%;
  margin-top: 50px;
  font-family: "infinityregular", sans-serif;
}

.comments-list .comment .comment-gravatar {
  width: 15.415549597%;
  float: left;
}

.comments-list .comment .comment-gravatar img {
  max-width: 100%;
  height: auto;
}

.comments-list .comment .comment-content {
  width: 80.428954423%;
  float: right;
}

.comments-list .comment .comment-content .comment-content-top {
  margin-bottom: 5px;
  font-size: 22px;
}

.comments-list .comment .comment-content .comment-content-top a {
  text-decoration: none;
}

.comments-list .comment .comment-content .comment-content-top a:hover {
  color: #fff;
}

.comments-list .comment .comment-content .comment-content-meta {
  margin-bottom: 20px;
}

.comments-list .comment .comment-content .comment-content-meta a {
  text-decoration: none;
  color: #fff;
}

.comments-list .comment .comment-content .comment-content-entry {
  font-family: "Georgia", sans-serif;
}

#respond {
  margin-top: 50px;
  font-family: "infinityregular", sans-serif;
}

#respond #commentform {
  margin-top: 50px;
}

#respond #commentform .comment-notes {
  margin-bottom: 10px;
}

#respond #commentform .comment-form-top {
  width: 100%;
}

#respond #commentform .comment-form-top {
  width: 100%;
}

#respond #commentform .comment-form-top input {
  width: 31.541554959%;
  height: 35px;
  background: transparent;
  padding: 0 10px;
  margin-left: 2.680965147%;
  border: 1px solid #d7b157;
  font-family: "infinityregular", sans-serif;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#respond #commentform .comment-form-top input::-webkit-input-placeholder,
#respond #commentform textarea::-webkit-input-placeholder {
   color: #fff;
}

#respond #commentform .comment-form-top input:-moz-placeholder,
#respond #commentform textarea:-moz-placeholder {
   color: #fff;  
}

#respond #commentform .comment-form-top input::-moz-placeholder,
#respond #commentform textarea::-moz-placeholder {
   color: #fff;  
}

#respond #commentform .comment-form-top input:-ms-input-placeholder,
#respond #commentform textarea:-ms-input-placeholder {  
   color: #fff;  
}

#respond #commentform .comment-form-top input:first-child {
  margin-left: 0;
}

#respond #commentform textarea {
  width: 100%;
  height: 200px;
  background: transparent;
  padding: 10px;
  margin: 20px 0;
  font-family: "infinityregular", sans-serif;
  font-size: 16px;
  color: #fff;
  border: 1px solid #d7b157;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#respond #commentform .submit {
  background: #d7b157;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: "infinityregular", sans-serif;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
}

#respond #commentform .submit:hover {
  background: #fff;
  color: #d7b157;
}

@media only screen and (min-width: 1920px) {
  #press {
    background-size: 100%;
  }
}

@media only screen and (max-width: 1650px) {
  /* line 2062, scss/style.scss */
  .subheader .ill {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  /* line 2070, scss/style.scss */
  .wrapper {
    width: 94%;
  }

  /* line 2074, scss/style.scss */
  header .bg_face {
    width: 100%;
    background-position: right;
  }

  /* line 2081, scss/style.scss */
  #blog .background .container {
    width: 94%;
  }

  /* line 2087, scss/style.scss */
  #socialmedia .wrapper {
    width: 94%;
  }

  /* line 2091, scss/style.scss */
  .press_boxes .press_box .press_box_content .press_box_entry {
    height: 130px;
    overflow: hidden;
  }

  /* line 2097, scss/style.scss */
  .full_navigation .menu .full_navigation_hovericon {
    width: 48%;
    font-size: 24px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  /* line 2107, scss/style.scss */
  .full_navigation .menu.menu_one .full_navigation_hovericon {
    left: 9.85222%;
  }
  /* line 2112, scss/style.scss */
  .full_navigation .menu.menu_three .full_navigation_hovericon {
    right: 9.85222%;
  }

  /*
  .full_navigation {
  	.menu {
  		&.menu_one {
  			.full_navigation_hovericon {
  				width: 50%;
  				background: none;
  				left: 0;
  			}
  		}
  		&.menu_two {
  			.full_navigation_hovericon {
  				width: 60%;
  				background: none;
  			}
  		}
  		&.menu_three {
  			.full_navigation_hovericon {
  				width: 50%;
  				background: none;
  				right: 0;
  			}
  		}
  	}
  }
  */
}
@media only screen and (max-width: 1150px) {
  /* line 2149, scss/style.scss */
  #movies_timeline .right .movie:after {
    left: -5%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 2158, scss/style.scss */
  .subheader .ill {
    width: 80%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  /* line 2168, scss/style.scss */
  #aboutus .border {
    width: 94%;
  }
  /* line 2171, scss/style.scss */
  #aboutus p {
    width: 80%;
  }

  /* line 2177, scss/style.scss */
  #movies_timeline .right .movie:after {
    left: -8%;
  }

  /* line 2184, scss/style.scss */
  #movie_details .watch_button a {
    font-size: 24px;
  }
  /* line 2190, scss/style.scss */
  #movie_details .cast .titulature,
  #movie_details .cast .name {
    width: 100%;
    margin: 2px 0;
  }

  /* line 2198, scss/style.scss */
  .full_navigation .menu .full_navigation_hovericon {
    /*
    padding-top: 280px;
    font-size: 18px;
    */
    opacity: 1;
  }
  /* line 2206, scss/style.scss */
  .full_navigation .close {
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* line 2217, scss/style.scss */
  footer .footer_logo {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2225, scss/style.scss */
  .subheader .ill {
    padding-top: 143px;
    font-size: 40px;
  }

  /* line 2231, scss/style.scss */
  footer .footer_logo {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  /* line 2240, scss/style.scss */
  .full_navigation .close {
    width: 16px;
    height: 16px;
    background: url("/wp-content/themes/madhurbhandarkar/images/close-mobile.svg") no-repeat;
  }

  /* line 2248, scss/style.scss */
  #movies_timeline .movie .data {
    width: 50%;
  }
  /* line 2258, scss/style.scss */
  #movies_timeline .movie.one .border, #movies_timeline .movie.two .border, #movies_timeline .movie.three .border, #movies_timeline .movie.four .border, #movies_timeline .movie.five .border, #movies_timeline .movie.six .border {
    width: 48%;
  }
  /* line 2263, scss/style.scss */
  #movies_timeline .left {
    width: 50%;
    margin-left: 0;
  }
  /* line 2268, scss/style.scss */
  #movies_timeline .left .movie:after {
    display: none;
  }
  /* line 2271, scss/style.scss */
  #movies_timeline .left .movie .data {
    float: left;
  }
  /* line 2276, scss/style.scss */
  #movies_timeline .right {
    width: 50%;
    margin-left: 0;
  }
  /* line 2281, scss/style.scss */
  #movies_timeline .right .movie:after {
    display: none;
  }
  /* line 2284, scss/style.scss */
  #movies_timeline .right .movie .data {
    float: right;
  }

  /* line 2292, scss/style.scss */
  #blog .background .container {
    height: auto;
    position: relative;
    z-index: 1;
  }

  /* line 2301, scss/style.scss */
  #socialmedia .instagram_images .insta_img {
    width: 33.33%;
  }

  /* line 2308, scss/style.scss */
  #movie_details .watch_button a {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }

  /* line 2319, scss/style.scss */
  #movie_details #movie_photos .instagram_images .insta_img {
    width: 32.18%;
  }
  /* line 2322, scss/style.scss */
  #movie_details #movie_photos .instagram_images .insta_img:last-child {
    display: none;
  }
  /* line 2325, scss/style.scss */
  #movie_details #movie_photos .instagram_images .insta_img:nth-child(3n+1) {
    margin-left: 0;
  }
  #comments-template {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  /*
  .headertop {
  	.logo {
  		width: 70%;
  	}
  }
  */
  /* line 2342, scss/style.scss */
  #photogallery .highlights {
    background-position: -650px center;
  }

  /* line 2347, scss/style.scss */
  .subheader .ill {
    padding-top: 150px;
    font-size: 28px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  /* line 2359, scss/style.scss */
  #blog .background .container {
    position: relative;
    z-index: 1;
  }
  /* line 2363, scss/style.scss */
  #blog .background .container .post {
    width: 100%;
    margin-left: 0;
  }

  /* line 2373, scss/style.scss */
  #socialmedia .tweeter .box_content,
  #socialmedia .facebook .box_content {
    width: 100%;
    margin-top: 22px;
    margin-left: 0;
  }
  /* line 2378, scss/style.scss */
  #socialmedia .tweeter .box_content:first-child,
  #socialmedia .facebook .box_content:first-child {
    margin-top: 0;
  }

  /* line 2384, scss/style.scss */
  #press {
    padding-bottom: 80px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  /* line 2393, scss/style.scss */
  .press_boxes .press_box {
    width: 100%;
    margin-top: 22px;
    margin-left: 0;
  }

  /* line 2404, scss/style.scss */
  body.page-template-template-customposttypeblog #blog .background .container .post {
    height: auto !important;
  }

  /* line 2413, scss/style.scss */
  #movie_details .movie_poster {
    width: 100%;
  }
  /* line 2416, scss/style.scss */
  #movie_details .movie_info {
    width: 100%;
    margin-top: 65px;
  }

  /* line 2423, scss/style.scss */
  #more_from .featured_movies .poster_box {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  /* line 2430, scss/style.scss */
  footer {
  }
  /* line 2433, scss/style.scss */
  footer .footer_logo {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  /* line 2444, scss/style.scss */
  body.post-type-archive-inthepress .press_boxes .press_box {
    margin-top: 22px !important;
  }

  /* line 2451, scss/style.scss */
  .headertop .logo {
    width: 55%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media only screen and (max-width: 480px) {
  /* line 2463, scss/style.scss */
  .subheader {
    height: 600px;
    margin-bottom: 132px;
  }
  /* line 2467, scss/style.scss */
  .subheader .ill {
    margin-top: 53px;
    font-size: 28px;
    display: none;
  }

  /* line 2474, scss/style.scss */
  #movies_timeline .movie .data {
    width: 85%;
  }
  /* line 2484, scss/style.scss */
  #movies_timeline .movie.one .border, #movies_timeline .movie.two .border, #movies_timeline .movie.three .border, #movies_timeline .movie.four .border, #movies_timeline .movie.five .border, #movies_timeline .movie.six .border {
    display: none;
  }

  /* line 2490, scss/style.scss */
  #blog {
    max-height: initial;
    height: auto;
  }
  /* line 2494, scss/style.scss */
  #blog .background {
    height: auto;
  }
  /* line 2497, scss/style.scss */
  #blog .background .dots {
    display: none;
  }

  /* line 2502, scss/style.scss */
  #socialmedia {
    padding-top: 70px;
  }
  /* line 2506, scss/style.scss */
  #socialmedia .social_top .border {
    width: 85%;
  }
  #blog .background .container {
    padding-right: 4.918032786%;
    padding-left: 4.918032786%;
  }

  /*
  .headertop .logo {
  	width: 60%;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-ms-background-size: contain;
  	-o-background-size: contain;
  	background-size: contain;
  }
  */
  /* line 2522, scss/style.scss */
  #aboutus .readmore_button {
    font-size: 18px;
  }

  /* line 2527, scss/style.scss */
  #photogallery .highlights {
    height: 550px;
    padding-top: 200px;
  }

  /* line 2533, scss/style.scss */
  header .bg_face {
    height: 724px;
    background-position: -650px top;
  }

  /* line 2539, scss/style.scss */
  .full_navigation .close {
    right: 25px;
  }
  
  footer {
      /*
      padding-top: 218px;
      */
  }
  
  footer .footer_logo {
      margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .comments-list .comment {
    text-align: center;
  }
  .comments-list .comment .comment-gravatar {
    width: 100%;
  }
  .comments-list .comment .comment-gravatar img {
    margin: 0 auto;
    display: block
  }
  .comments-list .comment .comment-content {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #respond #commentform .comment-form-top input {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #respond #commentform .comment-form-top input:first-child {
    margin-top: 0;
  }
  #respond #commentform .submit {
    width: 100%;

  }
}