/*
Theme Name:     jupiter-child1
Description:    
Author:         7blocks
Template:       jupiter

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../jupiter/style.css");


/************* GENERAL SETTINGS ***************/

.no-context-box-heading {
padding-top: 0px !important;
padding-right: 0px !important;
padding-left: 0px !important;
padding-bottom: 0px !important;
}


/* Reducing space at top of page */

.theme-content {
padding: 0px 0px !important;
}


/* Make Page Title Background Color White */

#mk-header #mk-page-introduce {
background-color: #ffffff;
}


.mk-circle-image span {
-webkit-box-shadow: 0 0 0 3px #393836 !important;
}

/* Blockquote padding */

blockquote {
position: relative;
background-color: #f6f6f6;
background-color: rgba(0,0,0,.05);
padding: 7px 15px 7px 70px;
}


.mk-fancy-title {
    margin-bottom: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/***** HOVER SETTINGS *****/
/* General hover including watch & buy now buttons*/
a:hover {
    color: #555555;
    opacity: .5;
    transition: all .5s !important;
}

/* Logo - Exclusion to general hover opacity change */
.header-style-1.header-align-left .header-logo a:hover {
   opacity: 1;
}

/* Buttons - Exclusion to general hover opacity change */
#mk-button-6 .mk-button:hover {
   opacity: 1;
}

#mk-button-7 .mk-button:hover {
   opacity: 1;
}

#mk-button-15 .mk-button:hover {
   opacity: 1;
}

/**************** PORTFOLIOS & PORTFOLIO CAROUSELS *******************/

/* Hide portfolio categories */
.portfolio-categories {
display: none;
}

/* Portfolio Carousel Size */

.mk-portfolio-modern-image {
max-width: 250px;
}

/* Make boxes same size with min-height for Portfolio 
.mk-portfolio-classic-item .portfolio-classic-holder {
margin: 0 10px 20px;
background-color: #fff;
border: 1px solid #efefef;
min-height: 440px;
overflow: hidden;
}
*/

.mk-portfolio-classic-item .item-holder {
   min-height: 470px !important;
}

.mk-portfolio-item .the-title {
    min-height: 40px !important;
}

/* PORTFOLIO HOVER */

.mk-portfolio-classic-item .featured-image .image-hover-overlay {
    display: none;
}

/* PORTFOLIO ARROW ICON */
.mk-portfolio-classic-item .from-left {
    margin-left: -20px !important;
    right: auto;
    left: 45% !important;
}

/* PORTFOLIO DISABLE LIGHTBOX ICON-LINK */

.mk-portfolio-classic-item .from-right {
    display: none !important;
}



/*************** FILM PAGES *******************/

/* Posters - min-height ensures excerpts line up */

#theme-page h3 {
font-size: 24px;
color: #000000;
font-weight: bold;
text-transform: uppercase;
min-height: 90px;
}

/****************** SEARCH RESULTS PAGE ******************/

/* Search Results change background color etc */

.mk-search-loop .widget_search {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
background: rgba(128, 128, 128, 0.2);
border-top: 1px solid rgba(128,128,128,.2);
border-top-width: 1px;
border-top-style: solid;
border-top-color: rgba(128, 128, 128, 0.2);
border-bottom: 1px solid rgba(128,128,128,.2);
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgba(128, 128, 128, 0.2);
}


/* Search - more results at the bottom KARI ADDED 11/3/14 */
.search-results #theme-page .theme-page-wrapper.right-layout .theme-content {
	position: relative;
	padding-bottom: 200px !important
}

/* Search - KARI ADDED 11/3/14 */
.search-results .mk-search-loop .widget_search {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}


/* DIANA ADDED 2/5/15 - Remove author date etc info from Search results */

.search-result-item .search-loop-meta {
display: none;
}

/*========================================================================
=========================================================================
=========================================================================
=========================================================================
 NOT USED FROM HERE ON - 
THINGS THAT WERE TRIED - 
THINGS THAT MAY HAVE WORKED AT ONE POINT - 
KEPT FOR REFERENCE 
=========================================================================

======== PORTFOLIO HOVER DISABLED ========

.mk-portfolio-classic-item .portfolio-classic-holder {
margin: 0 10px 20px;
background-color: #fff;
border: 1px solid #efefef;
min-height: 500px;
overflow: hidden;
}

.portfolio-meta-wrapper .the-excerpt {
min-height: 90px !important;
}

== Disable lightbox feature from portfolio ==

.mk-portfolio-classic-item .mk-lightbox { 
display:none !important; 
}

== Disable lightbox feature from portfolio widget ==

.portfolio-widget-lightbox {
display:none !important; 
}

.zoom-badge .mk-lightbox {
display:none !important;
}

== Disable link icon from portfolio ==

.mk-portfolio-classic-item .permalink-badge {
margin-left: -20px; !important;
}


== Turn off overlay color on portfolio 4/20/16 (previously was just .image-hover-overlay) ==
 
.mk-portfolio-classic-item .featured-image .image-hover-overlay{
display: none !important;
}



== DIANA ADDED 4/19/16 -  PORTFOLIO THUMB HOVER ==
.mk-portfolio-classic-item .featured-image:hover .image-hover-overlay, .mk-portfolio-classic-item .featured-image.hover .image-hover-overlay {
    opacity: 0.2 !important;
}


== DIANA ADDED 4/19/16 -  Center arrow icon on portfolio thumbs ==
.mk-portfolio-classic-item .from-left {
    margin-left: -25px !important;
    right: auto;
    left: -20% !important;
}



============= END PORTFOLIO

============= BEGIN HOVER ATTEMPTS


=== Add overlay to image buttons like hulu etc ===

.button-image-overlay {

background: rgba(0,255,0,0.2);
display: none;
height: 200px;
width: 200px;
position: relative;
bottom: 200px;
margin-bottom: -200px;
}


==== KARI ADDED 11/3/14 - Rollover? =====

.mk-image-shortcode.single_line-frame .mk-image-inner:hover img {
	opacity: 0.5;
transition: all .5s;
}


.mk-image.single_line-frame .mk-image-inner:hover img {
	opacity: 0.5 !important;
transition: all .5s !important;
}

.mk-image .mk-image-inner:hover img {
	opacity: 0.5 !important;
transition: all .5s !important;
}

===== attempt at hover for dvd etc buttons - 4/19/16 =====
.mk-image  .align-left single_line-frame inside-image a:hover img {
	opacity: 0.5;
transition: all .5s;
}

============= END HOVER ATTEMPTS


END DISABLED - NOT USED ****************/

