/*
Theme Name:   Portra child
Description:  Beschreibung
Author:       maria heidler
Author URI:   http://mariaheidler.de
Template:     portra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Schlagworte zu Deinem Child Theme
Text Domain:  portra-child
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow&display=swap');


/* Schrifttyp Googelfonds*/
body {
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Archivo Narrow', sans-serif;
 
}

/* Menühintergrund Kategorie Foto schwarz*/
/* body.category-foto, body.category-foto .site-header{
     background: #000;
	 
}*/

/* Unterpunkte Menü transparent*/
.site-navigation > div > ul > li > ul {
	background: rgba(255,255,255,0.2);
}

/* Hintergrundbild Homepage*/
body.home {
	background: url("http://mariaheidler.de/wp-content/uploads/2-scaled.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* schriftfarbe menü startseite*/
.page-id-804 .site-header a{
    color: #fff;
}

.home .site-header{
    background: transparent;
}

/* schriftfarbe-text startseite*/
.home p {
    color: #fff;
}

.page-id-804 a{
    color: #fff;
    text-decoration: none;
}

.home .entry-header {
	display:  none !important;
}


/* weißer Hintergrund Menü*/
body.home.archive {
	background-image: none;
}

/* Überschrift großgeschrieben*/
.site-title {
	text-transform: uppercase;
}

/* Farbe Überschrift*/
.site-title a {}

/* header transparent*/
.site-header {
	background:  rgba(255,255,255,0.2);
}

/* Farbe Links/Menüpunkte nur im Header*/
.menu-item > a {
	
	
}

/* Schriftfarbe Menü aktiviert(current)*/
.current-menu-item > a {
    color: #afb0ae;
}

/* Schriftfarbe Links generell*/
a {
    color: #000;
    text-decoration: none;
}

/* Farbe Ladepunkt */
a:hover {
    color: #2ff3e3;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #a79c4d;
	color: #000;
}

::-moz-selection {
	background: #a79c4d;
	color: #000;
}

#infinite-loader > * {
	background: #a79c4d;
}

@media (max-width: 950px) {
	.primary-navigation a:hover {
		color: #a79c4d;
	}
}

@media (min-width: 951px){
.site-navigation > div > ul > li:hover > ul, .site-navigation > div > ul > li.current-menu-parent:hover > ul, .site-navigation > div > ul > li.current-menu-item:hover > ul {
    display: block;	
	background-color: none;
	}
}
