 /*
 Theme Name: Twenty Seventeen + SndCore Theme
 Theme URI: https://100mountains.uk
 Author: Your Name
 Author URI: https://100mountains.uk
 Template: twentyseventeen
 Description: Twenty Seventeen child theme with SndCore WooCommerce styling.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */

@import url("./css/catlist.css");
@import url("./css/contact7.css");
@import url("./css/woocommerce-shop.css");
@import url("./css/woocommerce-custom.css");

.single-featured-image-header, .body.colors-dark, .colors-dark, .site-content-contain, .colors-dark, .navigation-top, .colors-dark .main-navigation ul, .panel-content, .site-content
 { background: #000 !important ;}



 .site-title {
  color: #000 !important;
 pointer-events: none;        
        text-decoration: none;
 }

 p.site-title {
  color: #000 !important;
 pointer-events: none;        
        text-decoration: none;
 }


  p.site-title a:visited {
  color: #000 !important;
 pointer-events: none;
        text-decoration: none;
 }

  p.site-title a:link {
  color: #000 !important;
 pointer-events: none;
        text-decoration: none;
 }

 /* unvisited link */
p a:link {
  color: rgb(255, 102, 0) !important;
}

/* visited link */
p a:visited {
  color: rgb(255, 102, 0) !important;

}

/* mouse over link */
p a:hover {
  color: hotpink !important;
}

.site-info { display: none;}

.entry-content a {
    	-webkit-box-shadow: initial !important;
    	box-shadow: initial !important;
	/*color: #ff6600 !important;*/
}

.enlighter-default {
	background-color: #fff !important;
}

pre {
	padding: 0px !important;
        background-color: #fff !important;
        color: #000 !important;
}

p {
padding-bottom: 0px !important;
margin-bottom: 0px !important;

}


button.copy-the-code-button {
	padding: 3px !important;
        background-color: #ffbd05 !important;
        color: #000 !important;
}

.entry-header {
   display: none;
}


.lcp_content {
padding-top:10px ;
font-size:17px ;
}


.wrap {
max-width: 100%;
}


.lcp_catlist a:hover {
    color: #008488 !important;
}


div.site-branding-text {
display: contents !important;
	 margin-left: auto; 
	 margin-right: auto; 
	 max-width: 69%;
         text-align: center;

}
 
.site-content {
padding-top:10px;
}

h2{
padding-top:5px;
}


.page-one-column .panel-content .wrap {
width: 75% !important;	
max-width: 100% !important;
}

.single-post #content {
width: 100% !important;	
}

.single-page #content {
width: 100% !important;	
}
@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap
	{
	padding-top: 20px; 
	}
}

#myTab_10402 a{
padding:5px !important;
margin:0px !important;
}

/* Override Twenty Seventeen grey button hover */
.snd-play-on-cover {
    background: transparent !important;
}

/* Override Twenty Seventeen grey button hover */
.snd-play-on-cover button {
    background: transparent !important;
}