/*
Theme Name:     Jupiter Child Theme
Theme URI: 		https://scout-out.ch
Description:    Child theme for the Jupiter theme 
Author:         Niki Huwyler
Theme URI: 		https://www.scout-out.ch
Template:       jupiter
Version:        6.x
*/

/* Bei dem WCPS Produktslider */
.read-more { 
    background: #ff6600; 
    color: #000;
	text-decoration: underline;
}

a.read-more {
	color: #ca3c08;
	
}

.opendivhere {
	    background: #ff6600; 
    color: #000;
	text-decoration: underline;
	font-size: 50px;
}

/* selected link 
.woocommerce-tabs .tabs li.active a, .woocommerce-tabs .tabs li.active a .arrow:after {
color:#000000 !important;
}

#woocommerce-tabs a:active {
color:#000000 !important;

} 

.menu a.mPS2id-highlight { 
    background: #ff0; 
}

/* Hover Icon von den Beiträgen */
/* i.mk-li-image:before { content: url(https://www.outdoor-guide.ch/wp-content/uploads/2016/03/OG_sub_footer_weiss.png); }
*/


#mk-page-introduce .page-title {
margin: 2px 4px;
}

.page-title {
  display: none;
}

/* Der Text im Reiter PRODUKTINFOS */
/*.shop_attributes p {
	text-align: left !important;
	direction: ltr;
	font-weight: normal;
	font-style: normal;
}
*/

.entry-meta .date {
    display: none;
}

.home .meta { display: none; }
.archive .meta { display: none; }

.mk-blog-meta-wrapper {
    display: none;
}


/* Shop Bildgroesse
-------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 861px) {
    .mk-product.style-default .mk-product-details, .mk-product.style-default .mk-product-image {
        width: 100% !important;
    }
}


/* Shortcode:Blockquotes
-------------------------------------------------------------------- */
.mk-blockquote {
  position: relative;
  margin-bottom: 20px;
  line-height: 150% !important;
  font-size: 22px !important;
}
.mk-blockquote p {
  margin-bottom: 0px;
}
.mk-blockquote.align-left {
  float: left;
}
.mk-blockquote.align-right {
  float: right;
}
.mk-blockquote.align-left {
  float: none; 
  clear: both;
}
.mk-blockquote.quote-style {
  padding: 20px 20px 20px 70px;
  background-color: #a9f3c5 !important;
 
}
.mk-blockquote.quote-style:before {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  color: #f78c86 !important;

  content: "\f10d";
  font-size: 42px;
}
.mk-blockquote.line-style {
  padding: 10px 10px 10px 40px;
  border-left: 2px solid;
}
@media handheld, only screen and (max-width: 760px) {
  .mk-blockquote {
    font-size: 14px !important;
  }
}


/* Print Styles */
@media print {
body {background:white; 
     font-size:10pt; 
     margin:0 }
.featured-image { display:none }   
#sidebar { display:none }
#header { height:75px }
#content{ margin-left:0; 
     float:none; 
     width:auto }
.demo .red { color:black; 
     font-weight:bold }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
}
