/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/**************************************************** 
* WOOCOMMERCE 
******************************************************
* 	-> SIMPLE PRODUCT PAGES 
			-> Tabellen Hintergrund */

				.shop_attributes tr {
					background-color: #282d33 !important;					
				}

		/** 
		*	-> Tabellen Rahmen*/
				
				.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td{
				   border-color: #555753!important;
				}
								

		/** 
		*	-> Tabellenschrift -> Attribut-Titel linke Spalte*/

				.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th, h2.woocommerce-loop-product__title {
					color:#f4f4f4 !important;
					font-weight: normal !important;
				}
	
		/** 
		*	-> Tabellenschrift -> Attribut-Werte rechte Spalte*/
		
				.woocommerce table.shop_attributes td p {
				   font-size: 18px !important;
				   color:#f4f4f4 !important;
				}


		/**
		*	-> 	Zwischenüberschriften entfernen*/
	
				.single-product div.product h2.product_title{
					display: none !important;
				}
				
				
				
				.woocommerce .single-product-summary .entry-summary p {
				    padding-bottom: 0px !important;
				    padding-top: 0px !important;
				}

/*************** 
*	-> CATEGORY PAGES 
			-> "Sortieren" und "Anzahl angezeigte Produkte" entfernen */

				.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .full-width-content .woocommerce-result-count {
				    display: none !important;
				} 

/*************
*	-> BREADCRUMBS 
			-> Zeilengröße */
			
				.woocommerce-breadcrumb {
				    line-height: 30px;
				    border-bottom: none !important;
				    margin-bottom: 10px !important;
				}



/********************************************************
* 	VERGRÖSSERTE BILDANSICHT:
********************************************************* 
*	-> Magnific Lightbox Pfeile und Schließkreuz gelb */

		/* -> zuerst die Pfeilspitzen und das Schließkreuz */
		.mfp-close,
		.mfp-arrow:before,
		.mfp-arrow:after {
			color: #ffe56d !important;
		}

	/************
		->  und nun die Umrandung */
		button.mfp-arrow {
			border-color: #ffe56d !important;
		}

/***************************************************** 
* 	NECTAR SLIDER: 
	-> Gelb für Pfeile */

		.swiper-container .slider-prev > i {  
			color: #ffe56d; 
		}
		.swiper-container .slider-next > i { 
			color: #ffe56d; 
		}


/******************************************
*	ALLE SEITEN: 
*	-> "Nach Oben Pfeile" -> Gelb */

		i.fa-angle-up.top-icon {
		    color: #ffe56d;
		}

	/******** 
	*	-> Links Footer 
		-> 	Damit diese Angabe zhlt darf im BAckend -> Salient -> Footer 
			KEINE FARBE bei "Footer Font Color" eingetragen werden, da 
			der dort eingetragene Wert bevorzugt wird ...:-) */

		.widget.widget_nav_menu li a, #footer-outer a {
		    color: #ffe56d !important;
		}

		/**.widget.widget_nav_menu li a:hover, #footer-outer a:hover {
		    color: #f4f4f4 !important;
		}*/



	/********
	*	-> OFF-CANVAS TELEFONNUMMER */

		#slide-out-widget-area .bottom-text {
		    font-size: 20px;
		    margin-top: 3%;
			color: #f4f4f4;
		}


/****************************************************************************
* SUCHE 
*************************/

 			#search-results .result .inner-wrap {
 			background-color: #282d33;	
			
			}
			
			body.search #page-header-bg h1 span {
    		color: #f4f4f4;
			}
			
			


/******************************************************************************* 
* FEUILLETON = BLOG 
		-> Übersicht: Keine Metadaten wie Datum und Love-Botten Links neben Artikelzusammenfassung */

		.post-meta.no-img {
		    display: none !important;
		}
		
		.post-content {
			padding-left: 0px !important;
		}
		
	/* FEUILLETON SCHLAGWORTWOLKE */
			
		#sidebar .widget .tagcloud a {
		    background-color: #282d33;
			color: #ffe56d;	
			border: 3px;
			border-color: #ffe56d;
		    font-size: 14px !important;
		}
		
		#sidebar .widget .tagcloud a:hover {
		    color: #282d33 !important;
		}
		
	/* FEUILLETON MEHR Button */
	
		.more-link span {
		    background-color: #282d33  !important;
			color: #ffe56d  !important;	
			border: 3px  !important;
			border-color: #ffe56d  !important;
		    font-size: 14px !important;
		}
		
		.more-link span:hover {
		    color: #282d33 !important;
		}
		
	/* FEUILLETON EINZELSEITEN */
	
		/*Link zu Kategorie über Titel */
	
			.meta-category a {
			    background-color: #282d33  !important;
				color: #ffe56d  !important;	
				border: 3px  !important;
				border-color: #ffe56d  !important;
			    font-size: 14px !important;
			}
			
			.meta-category a:hover {
			    color: #282d33 !important;
			}
		
		/*Kommtar-Zähler etfernen */
		
			.meta-comment-count {
			    display: none !important;
			}
