/*
 Theme Name:     art in print
 Theme URI:      https://www.kreativhuhn.at
 Description:    Divi Child Theme for artinprint.at
 Author:         kreativhuhn
 Author URI:     https://www.kreativhuhn.at
 Template:       Divi
 Version:        1.1.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* top bar: mouseover effect for phone number link */
#et-info-phone:hover {
	opacity: 0.7;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


/* top bar: Pinterest icon */
.et-social-pinterest a.icon::before {
    content: "\e095";
}

/* top bar: show social icons on mobiles */
@media only screen and (max-width: 768px) {
	div#et-secondary-menu {
		display: block !important;
		margin-top: 5px !important;
	}
	#et-secondary-menu>div.et_duplicate_social_icons>ul>li a {
		display: block;
		padding-bottom: .50em;
	}
}

/* change link color inside WooCommerce error messages */
ul.woocommerce-error a {
	color: #00768a;
}
