/* Theme Name: E-2018
Author: duckbox
Author URI: http://twitter.com/duckbox
Description: Private theme for Eureka
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: E-2018 */

body {
	font-family: 'Roboto Condensed', sans-serif !important;
}

ul, li { list-style:none; }
ul { padding:0; margin:0; }

[data-display="false"] {
	display:none !important;
}

body.page-template-data-grid-template-php #search-component { display:none; }

.search-results a { color:#000; }
.search-results a:hover { color:#c90000; text-decoration:none; }

.woocommerce-message { width:100% !important; border-top-color:#c90000 !important; background:#000 !important; color:#fff !important; }
.woocommerce-message::before { color:#c90000 !important; }
.woocommerce-message a { color:#222; font-weight:700; }
.woocommerce .col-1, .woocommerce .col-2 { max-width:unset; }
@media(min-width: 1200px) {.woocommerce-account .woocommerce-MyAccount-navigation { width:20% !important; } }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color:#c90000 !important;
	color:#fff !important;
}

.woocommerce a { color:#222 !important; text-decoration: none; }

a.button-social-login.button-social-login-facebook, .widget-area a.button-social-login.button-social-login-facebook, .social-badge.social-badge-facebook { color:#fff !important; }

.woocommerce-billing-fields .form-row {display:block;}
.woocommerce-shipping-fields .form-row {display:block;}

.woocommerce-notice {font-size:25px;}

.woocommerce form .form-row .input-checkbox {display:inline-block !important}

.woocommerce ul.products li.product .price {color: #c90000!important;}
    
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells { width: 30%!important; float: left;}

.post-template-default .product.product-type-simple {
	text-align: center;
}

.post-template-default .product.product-type-simple .price {
	color:#333 !important;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding:10px 0;
	margin:10px 0;
	/*align-self: center!important;*/
}
.post-template-default .product.product-type-simple:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(img/Eureka!-exclamation.png);
	background-position: 5% 83%;
    background-repeat: no-repeat;
    background-size: 11px 49px;
    pointer-events:none;
}

.post-template-default .product.product-type-simple .add_to_cart_button {
	border:4px solid #000;
	background:transparent;
}

.post-template-default .product.product-type-simple .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column
}

.post-template-default .product.product-type-simple h2 {
	min-height:80px;
	font-size:20px !important;
	font-family: 'Roboto Condensed', sans-serif;
	align-self: center!important;
}

@media(max-width: 1200px) {
	.post-template-default .product.product-type-simple:after {
		background-position: 5% 81%;
	}
}

@media(max-width: 992px) {
	.post-template-default .product.product-type-simple h2 {
		min-height: 110px;
	}

	.post-template-default .product.product-type-simple:after {
		background-position: 5% 80%;
	    background-repeat: no-repeat;
	    background-size: 9px 38px;
	}

	.post-template-default .product.product-type-simple .price {
		padding:5px 0;
	}
}

@media(max-width: 770px) {
	.post-template-default .product.product-type-simple {
		display:block;
		width:100% !important;
	}

	.post-template-default .product.product-type-simple a {
		text-align:center;
	}

	.post-template-default .product.product-type-simple img {
		max-width:150px;
		height:auto;
		align-self: center!important;
	}

	.post-template-default .product.product-type-simple h2 {
		min-height: 80px;
	}

	.post-template-default .product.product-type-simple:after {
		background-position: 5% 79%;
	    background-repeat: no-repeat;
	    background-size: 9px 38px;
	}

	.post-template-default .product.product-type-simple .price {
		padding:5px 0;
	}
}

#sub-menu-header {
	text-transform: uppercase;
	background:#333;
	font-size:14px;
}

#sub-menu-header a {
	color:#fff;
	padding:0 12px;
}

#sub-menu-header a:nth-of-type(1) {
	padding-left:0;
}

#sub-menu-header .woocommerce-Price-amount.amount {
	color:#d9d9d9;
}

#sub-menu-header .count {
	color:#a9a9a9;
}

#main-menu-header {
	list-style:none;
	padding:0;
}

#main-menu-header li {
	padding:0px 21px;
	display:inline-block;
}

#main-menu-header li:first-child {
	padding-left:0;
}

#main-menu-header li:last-child {
	padding-right:0;
}

#main-menu-header li a {
	font-weight:700;
	text-transform:uppercase;
	font-size:19px;
	color:#000;
}

#main-menu-header li a:hover {
	text-decoration:none;
	color:#c90000;
}

#search-component {
	background-color:rgba(0,0,0,0.15);
	color:#fff;
	font-size:21px;
	position: absolute;
    left: 0;
    width: 100%;
    z-index: 20;
}

#search-component input {
	width:50%;
	background:transparent;
	border:none;
	outline:none;
	color:#fff;
}

#search-component button {
	background:transparent;
	color:#fff;
	border:none;
}

#search-component input::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; }
#search-component input::-moz-placeholder { /* Firefox 19+ */color: #fff; }
#search-component input::-ms-input-placeholder { /* IE 10+ */color: #fff; }
#search-component input::-moz-placeholder { /* Firefox 18- */color: #fff; }

.e-slider {
	height: 485px;
	position:relative;
}

.e-slider .arrow {
	font-size:40px;
}

.e-slider .e-slider-item {
	position:absolute;
	opacity:0;
	pointer-events:none;
	transition: .8s opacity ease;
}

.e-slider .e-slider-item.active {
	opacity:1;
	pointer-events:all;
}

.e-slider .e-slider-item, .e-slider .e-slider-container {
	height:485px;
	width:100%;
	background-size:cover;
	background-position:top center;
}

.e-slider-details-container {
	background-color:rgba(255,255,255,0.75);
	position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    margin: 0;
    height: 70px;
}

.e-slider-details {
	line-height:9px;
	display:none;
	color:#000;
}

.e-slider-details:hover {
	color:#000;
	text-decoration:none;
}

.e-slider-details.active {
	display:block;
}

.e-slider-details small {
	font-weight:700;
	font-size:17px;
}

.e-slider-details h5 {
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:700;
	font-size:32px;
}

.masthead {
	color:#fff;
	height:485px;
    background-size: cover;
}

.masthead .container {
	height:100%;
}

.masthead a {
	color:#fff;
}

.data-grid-filters {
	border:1px solid #c90000;
	display:inline-block;
}

.data-grid-filters li {
	display:inline-block;
	border-right:1px solid #c90000;
	color:#c90000;
	font-weight:700;
	padding:2px 6px;
	cursor:pointer;
	float:left;
}

[data-filter] span { color:#000; }

.data-grid-filters li ul {
    position: absolute;
    top: 29px;
    margin-left: -7px;
    border:1px solid #c90000;
    z-index:2;
    background-color:#fff;
    display:none;
}

.data-grid-filters li:hover > ul,
.data-grid-filters li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.data-grid-filters li li {
    display: block;
    float: none;
    border: none;
}

.data-grid-filters li li:hover {
	background-color:#e9e9e9;
}

.data-grid-filters li.active {
	background-color:#c90000;
	color:#fff;
	pointer-events:none;
}

.data-grid-filters li:last-child {
	border-right:none;
}

.data-grid-item .title {
	font-size:20px;
	text-decoration:none;
	color:#000;
}
.data-grid-item small {
	display:block;
}

.data-grid-item .formats {
	border-top:1px solid #7a7a7a;
	border-bottom:1px solid #7a7a7a;
}

.data-grid-item .format-icon, .grey-invert {
	-webkit-filter: invert(.7);
	filter: invert(.7);
	margin-right:10px;
}

@media (min-width: 992px) {
	.data-grid-item img, .single-scroller-img {
		height: 275px !important;
	}
}

.data-grid-link {
	min-height:260px;
}

.data-grid-page, .page-numbers {
	display:inline-block;
	background-color:#565655;
	color:#fff;
	height:30px;
	width:30px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	margin-right:1px;
	font-weight:700;
	cursor:pointer;
}

.data-grid-page:hover, .page-numbers:hover {
	background-color:#262626;
}

.data-grid-page.active,  .page-numbers.current {
	background-color:#c00303;
	pointer-events:none;
}

.data-grid input {
	width:200px;
}

.strapline-heading {
	text-transform:uppercase;
	text-align:center;
	position:relative;
	height:34px;
}

.strapline-heading:before {
	content:'';
	position:absolute;
	height:4px;
	width:calc(100% - 30px);
	top:0;
	bottom:0;
	left:15px;
	margin:auto;
	background-color:#565655;
}

.strapline-heading h2 {
	display:inline-block;
	background:#fff;
	font-size:26px;
	color:#565655;
	height:30px;
	line-height:34px;
	font-weight:700;
	padding:0px 22px;
}



.mobile-show { display:none; }


/** Widgets **/

.single-scroller {
	position:relative;
	height:340px;
}

.single-scroller.cinema-scroller {
	height: 480px;
}

.arrow {
	pointer-events:none;
	transition: .6s opacity ease;
	cursor:pointer;
	opacity:0;
}

.single-scroller .arrow {
	position:absolute;
	font-size:50px;
	color:#565655;
	height:50px;
	top:0px;
	bottom:0px;
	margin:auto;
	line-height:0;
}

.arrow.active {
	pointer-events:all;
	opacity:1;
}

.single-scroller .arrow[data-action="left"] {
	left:-30px;
}

.single-scroller .arrow[data-action="right"] {
	right:-30px;
}

.single-scroller-outter-container {
    overflow: hidden;
    width: 100%;
    height: 340px;
    position: absolute;
    top: 0px;
    left: 15px;
    width: calc(100% - 30px);
}

.cinema-scroller .single-scroller-outter-container {
	height: 100%;
}

.single-scroller-container {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
    transform:translateX(0px);
    transition:.7s transform ease;

}

.single-scroller-item {
	float:left;
	height:100%;
}

.single-scroller-item .formats {
	border-top:1px solid #7a7a7a;
	border-bottom:1px solid #7a7a7a;
}


.movie-panel-grey {
	background-color:#7f7f7f;
	color:#fff;
}

.movie-panel-grey h3 {
	font-weight:700;
	font-size:30px;
	margin-bottom:3px;
}

.movie-panel-grey h4 {
	font-size:17px;
	font-weight:200;
	margin-bottom:3px;
}

.movie-panel-grey ins {
	text-decoration: none;
}

.movie-panel-grey del .woocommerce-Price-amount.amount {
    color: #d9d9d9;
}

.movie-panel-grey ins .woocommerce-Price-amount.amount {
    color: #fff;
}

.movie-panel-red {
	background-color:#c90000;
	color:#fff;
	font-size:15px;

	position: absolute;
	right:0px;
	width:300px;
	height:100%;

	-webkit-transition:.6s transform ease;
	-webkit-transform:translateX(300px);
	transition:.6s transform ease;
	transform:translateX(300px);
}

.movie-panel-red.active {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.col.media-cover-avatar {
    max-width: 80px;
    opacity:0.5;
    -webkit-transition: .7s opacity ease;
    transition: .7s opacity ease;
    cursor:pointer;
}

.col.media-cover-avatar.active {
	cursor:default;
}

.col.media-cover-avatar.active, .col.media-cover-avatar:hover {
	opacity:1;
}

.product-features-column {
	border-left:5px solid rgba(0,0,0,0.15);
}


.media-cover-details .input-text.qty { display:none; }

.single_add_to_cart_button {
	background: transparent;
    border: 4px solid #000;
    padding: 4px 12px;
    color: #000;
    font-size: 18px;
    cursor:pointer;
}

.media-spine-no {
	border:3px solid #000;
	border-radius:16px;
	display:inline-block;
	padding:2px 5px;
	font-size:28px;
	font-weight:700;
}

.movie-welcome-container {
	position:relative;
	overflow:hidden;
}

.movie-details-hook {
	position:absolute;
	right:5px;
	top:11px;
	opacity:1;
	visibility: visible;
	-webkit-transition:.7s all ease;
	transition:.7s all ease;
}

.movie-details-hook.active {
	opacity:0;
	visibility: hidden;
	pointer-events:none;
}

[data-action="movie-details-open"] {
	cursor:pointer;
}

.movie-details-hook span {
	background-color:#c90000;
	display:inline-block;
	padding:3px;
	color:#fff;
	width:25px;
	height:25px;
	text-align:center;
	line-height:22px;
}

.movie-details-hook h4 {
	transform:rotate(90deg);
	transform-origin: left center;
	position:absolute;
	width:208px;
	left: 12px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 19px;
}

.media-cover-display {
	/*min-height: 350px;*/
	max-height:400px;
	/*height: -webkit-fill-available;*/
}

.media-cover-container {
	min-height:350px;
}
.media-cover-small-details {padding-right:15px;}
.media-cover-small-details p {
	margin:0;
}

.media-cover-small-details a {
	color:#000;
	text-decoration: underline;
}

.media-cover-small-details p span:after {
	content:' ,  ';
}

.media-cover-small-details p span:last-child:after {
	content:'';
}

.format-bar {
	background-color:#000;
	color:#fff;
}

.format-bar .format-icon {
	margin:0 0 0 10px;
}

.format-icon {
	background-image:url(img/ICONS_32_whi.png);
	height:20px;
	width: 34px;
	background-position: 0 0;
	display:inline-block;
}

.format-icon[data-type="DVD"] {
	background-position: 0 0;
}

.format-icon[data-type="Blu-Ray"], .format-icon[data-type="Blu-ray"] {
	background-position: -34px 0;
}

.format-icon[data-type="Steelbook Edition"] {
	background-position: -68px 0;
}

.format-icon[data-type="Dual Format"], .format-icon[data-type="Dual format"] {
	background-position: -273px 0;
	width:80px;
}

.format-icon[data-type="iTunes"] {
	background-position: -102px 0;
}

.format-icon[data-type="Poster"] {
	background-position: -354px 0;
}


.format-icon[data-type="UHD"] {
	background-position: -405px 0;
}


.selectable-icon {
	cursor:pointer;
}

.movie-meta a {
	font-size:20px;
	color:#c90000;
	margin:0 18px;
}

.movie-synopsis {
	font-size:20px;
	color:#000;
}

.movie-synopsis ul {
	list-style:disc;
	margin-left:20px;
}

.movie-synopsis li {
	margin-bottom:12px;
	list-style:disc;
}


.cinema-link a {
	font-size:22px;
	color:#565655;
	text-decoration: none
}

.offer-subline {
	background-color:#ccc;
	color:#666;
	font-size:18px;
	margin: 0 15px;
	font-weight:700;
	height:50px;
}

.offer-box {
	position:relative;
	background-image:url(img/Eureka-offer.jpg);
	/*background-size:contain;*/
	background-size: 100% 242px;
	height:242px;
	text-align:center;
	width:100%;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-size:40px;
	font-weight:700;
}
.offer-box a{color:#FFF!important;}
.offer-heading-image {
	position:relative;
}

.offer-heading-image:after {
	background-image:url(img/Eureka!-exclamation.png);
	background-size:25px 107px;
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	background-position: 30px 95%;
	height: calc(100% + 50px);
	width:100%;
	z-index:10;
	background-repeat:no-repeat;
}

.offer-box span {
	max-width:60%;
	display:block;
}

.offer-box:hover {
	background-image:url(img/Eureka-offer-hover.jpg);
	color:#fff;
	text-decoration:none;
}


.main-footer {
	background-color:#333;
	color:#fff;
	font-weight:200;
	font-size:14px;
	line-height:30px;
}

.main-footer a {
	color:#fff;
}

.main-footer .social-link {
	font-size:19px;
	padding:0 2px;
}

.mobile-toggle {
	display:none;
	font-size:40px;
}

.single-scroller-item a {
	height:100%;
}

/*.woocommerce-shipping-totals.shipping {
	display:none !important;
}*/

.shop_table.shop_table_responsive .tax-total {
	display:none;
}

@media (max-width: 768px) {
	.data-grid-item {
		margin-top:40px;
	}

	.data-grid-item img, .single-scroller-img {
		height: 275px !important;
	}

	.single-scroller-item a {
		height: 300px;
	}

	.single-scroller-arrow {
		top: -50px;
	}

	.masthead {
		height:auto;
	}

	.category-image {
		margin-top:30px !important;
	}

	#twitter-widget-0, .offer-heading-image, .offer-heading-image + .row {
		display:none !important;
	}

	.main-footer {
		text-align:center;
	}

	.second-footer-items {
		width:100%;
	}

	#main-menu-header li {
		padding:0 22px !important;
		width:100%;
		display:block;
	}

	#main-menu-header {
		display:none;
	}

	#main-menu-header.active {
		display:block;
	}

	#main-menu-header li a {
		font-size:22px;
	}

	.e-slider-details small {
		display:none;
	}

	.e-slider-details h5 {
		font-size:18px;
	}

	.mobile-toggle {
		display:block;
	}

	#sub-menu-header {
		width: 50%;
	    position: absolute;
	    z-index: 21;
	    padding:50px 0 20px 0;
	    -webkit-transform:translateX(-300px);
	    transform:translateX(-300px);
	    -webkit-transition:0.5s transform ease-out;
	    transition:0.5s transform ease-out;
	    /*display:none;*/
	}

	#sub-menu-header.active {
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
		/*display:block;*/
	}

	#sub-menu-header a {
		display:block;
		width:100%;
		text-align:left;
		padding:12px 8px !important;
		font-size:19px;
	}

	.mobile-hide, #search-component { display:none; }
	.mobile-show { display:block; }

	.sub-menu-control, .search-control {
		position:absolute;
		top:0;
		left:0;
		background:#333;
		color:#fff;
		font-size:28px;
		padding:5px 13px;
		z-index:30;
	}

	.search-control {
		right:0;
		left:unset;
		background:#7f7f7f;
	}

	.container.search-results {
		text-align:center;
	}

	.movie-panel-grey {
		text-align:center;
	}

	.movie-panel-red {
		font-size:19px;
	}

	.movie-meta {
		padding:10px 0;
	}

	.movie-meta a {
		display:block;
		font-size:25px;
	}

	.related-movies .col-md-3 {
		padding:10px 0;
	}

	.data-grid-filters {
		width:100%;
		margin-top:20px;
	}

	.data-grid-filters li {
		border-right:none;
		border-bottom:1px solid #c90000;
		width:100%;
		float:none;
		padding:10px 0px 10px 5px;
	}

	.data-grid-filters li:last-child {
		border-bottom:none;
	}

	.data-grid input {
		width:100%;
	}

	.col-md-3.align-items-center {
		padding-top:15px;
		padding-bottom:15px;
	}

	.movie-details-hook {
		display:none;
	}

	[data-action="movie-details-open"] {
		display:none !important;
	}

	.movie-panel-red, .movie-panel-red.active {
		position:relative;
		-webkit-transform:none;
		transform:none;
		right:unset;
		width:100%;
	}

	.media-cover-details {
		padding: 1rem;
	}

	.product-features-column {
		border:none;
	}

	.e-slider {
        height: 320px;
    }

    .e-slider-container, .e-slider-item {
        height: 320px !important;
    }

    .single-scroller-outter-container {
    	width: calc(100% - 100px);
    	margin-left:38px;
    }

    .woocommerce-message .button.wc-forward {
    	float: none;
    	color: #c90000 !important;
    }

}

@media ( max-width: 690px ) {
	.single-scroller .arrow[data-action="right"] {
		right:5px;
		z-index:2;
	}
	.single-scroller .arrow[data-action="left"] {
		left:5px;
		z-index:2;
	}
	.single-scroller.cinema-scroller {
		height: 280px;
	}
}

.js-news-archive-box {
	min-height: 300px;
}

.archive-container a {
	color: #222;
}

.archive-container a.page-numbers {
	color: #fff;
}

.archive-container a.page-numbers:hover {
	text-decoration: none;
}

.js-news-archive-box a {
	color: #c90000;
}

.data-grid-container {
	opacity: 1;
	transition: .6s opacity ease;
	-webkit-transition: .6s opacity ease;
}

.data-grid-container.in-transit {
	opacity: 0.4;
	pointer-events: none;
}

#place_order.loading, .js-newsletter-checkbox.disabled {
	opacity:0.5;
	pointer-events: none;
}

.inline-offer-link {
	color: #c90000;
	position:relative;
	display:inline-block;
	padding-left: 22px;
    background-repeat: no-repeat;
    background-size: contain;
	font-size: 22px;
    line-height: 22px;
}

.inline-offer-link:hover {
	text-decoration: none;
	color: #c90000;
}

/*.formats {
	position: relative;
}*/

.single-scroller-item {
	position: relative;
}

.inline-offer-link-block {
	background-image:url(img/Eureka!-exclamation.png);
	background-repeat: no-repeat;
    background-size: contain;
	font-size: 19px;
    line-height: 18px;
	color: #c90000;
	padding-left: 12px;

	width: 40px;
	height: 38px !important;

	text-align: left;

	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -2px;
	z-index: 10;
}

.inline-offer-link-block:hover {
	color:#c90000 !important;
	text-decoration: none;
}

.inline-offer-link-block.home-front small {
	position: relative;
	bottom: 1px;
}

.select2-selection__arrow {
    width: 20px !important;
    }

#select2-acf-field_5cae0d7267ad1-container {
	padding-right:30px !important;
	}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px !important;
}
